diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4bab99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Editor backup files +*~ +\#* +.\#* +.*.swp + +# Sandboxes +cabal-dev/ +.hsenv*/ +hsenv.log +.cabal-sandbox/ +cabal.sandbox.config + +# GHC +*.hi +*.o + +# Cabal +dist*/ + + +# Local Variables: +# mode: conf +# End: |