diff options
author | Eric Mertens <emertens@gmail.com> | 2017-06-22 17:03:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-22 17:03:47 -0700 |
commit | fcaa530a8fdd3897353bdf246752a91d675aad46 (patch) | |
tree | 889d2bf6a13b2020b1e2bd14bfb21f940b34fbf2 | |
parent | eb5fc942f8f570e754bba0f57a8fdaec3400194f (diff) | |
parent | dc22ed7fee05d9f00b68d9e1628561a225af32ba (diff) |
Merge pull request #97 from gwils/gitignore-cabal-sandbox-newbuild
gitignore cabal sandbox and new-build artifacts
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,12 +1,16 @@ # Specific generated files GNUmakefile autom4te.cache/ +.cabal-sandbox/ +cabal.project.local +cabal.sandbox.config config.log config.status configure dist/ dist-install/ dist-newstyle/ +.ghc.environment.* ghc.mk include/HsUnixConfig.h include/HsUnixConfig.h.in |