diff options
author | Fraser Tweedale <frase@frase.id.au> | 2014-04-08 23:37:04 +1000 |
---|---|---|
committer | Fraser Tweedale <frase@frase.id.au> | 2014-04-08 23:37:04 +1000 |
commit | 086b62d5fb96c32d6b5cf2516bb450fea14d92da (patch) | |
tree | 9c2dc75022f354cef5df13b7270e8ee85d5aa791 /.gitignore | |
parent | 53d3fa89afbf3239c904f73d5e611e112b5816c6 (diff) |
.gitignore: add cabal sandbox dir and config files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b842cc93c..624675d27 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ html dist # Sandboxed builds cabal-dev +.cabal-sandbox +cabal.sandbox.config +cabal.config # Project-local emacs configuration .dir-locals.el # OSX related |