Ignore cabal files
This commit is contained in:
parent
8427bbbc16
commit
c714d3826f
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
4
dotfiles/cabal/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/lib
|
||||||
|
/logs
|
||||||
|
/packages
|
||||||
|
/share
|
10
dotfiles/cabal/config
Normal file
10
dotfiles/cabal/config
Normal 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
|
Loading…
Reference in New Issue
Block a user