Ignore cabal files

This commit is contained in:
Ivan Malison 2019-02-04 09:21:51 -08:00
parent 8427bbbc16
commit c714d3826f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
3 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,6 +7,7 @@
/dotfiles/boot/cache /dotfiles/boot/cache
/dotfiles/chrome-remote-desktop-session /dotfiles/chrome-remote-desktop-session
/dotfiles/cider/.cache/ /dotfiles/cider/.cache/
/dotfiles/config/gtk-2.0/gtkfilechooser.ini
/dotfiles/pip/cache/ /dotfiles/pip/cache/
/dotfiles/pip/download_cache/ /dotfiles/pip/download_cache/
/dotfiles/pip/pip.conf /dotfiles/pip/pip.conf
@ -18,4 +19,3 @@
/dotfiles/vim/bundle/* /dotfiles/vim/bundle/*
/dotfiles/wemo/cache /dotfiles/wemo/cache
gotools gotools
/dotfiles/config/gtk-2.0/gtkfilechooser.ini

4
dotfiles/cabal/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/lib
/logs
/packages
/share

10
dotfiles/cabal/config Normal file
View File

@ -0,0 +1,10 @@
repository hackage.haskell.org
url: http://hackage.haskell.org/
nix: True
remote-repo-cache: /home/imalison/.cabal/packages
world-file: /home/imalison/.cabal/world
extra-prog-path: /home/imalison/.cabal/bin
build-summary: /home/imalison/.cabal/logs/build.log
remote-build-reporting: anonymous
jobs: $ncpus