diff options
Diffstat (limited to 'conf/gitignore/Haskell')
-rw-r--r-- | conf/gitignore/Haskell | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/gitignore/Haskell b/conf/gitignore/Haskell new file mode 100644 index 0000000000..cdc3c4dce7 --- /dev/null +++ b/conf/gitignore/Haskell @@ -0,0 +1,16 @@ +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +.stack-work/ |