diff options
author | lukasepple <git@lukasepple.de> | 2015-03-07 10:42:44 +0100 |
---|---|---|
committer | lukasepple <git@lukasepple.de> | 2015-03-07 10:42:44 +0100 |
commit | 6a432a9bca72237390c219ed30fcd47ac35a54b0 (patch) | |
tree | 261b7a024205f6debe5688f8fc2cbdb300d52d9a /.gitignore | |
parent | 82f8dc122e6ef837afec3dba6bc7875a6bdd9bd8 (diff) |
complete gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1521c8b..0855a79 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,17 @@ dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.virtualenv +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +cabal.config +*.prof +*.aux +*.hp |