summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Allen <cma@bitemyapp.com>2015-07-13 13:54:16 -0500
committerChris Allen <cma@bitemyapp.com>2015-07-13 13:54:16 -0500
commitd8680a795b704af00ec007243f285b6aa2d4315a (patch)
treedc2a4a7178d8940d63a14c528f69a77ba94d3103 /.gitignore
parenta7200f5f1ee0d48aa6920f95251331efd4090c6a (diff)
downloadstylish-haskell-d8680a795b704af00ec007243f285b6aa2d4315a.tar.gz
gitignore, adding stack.yaml
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1521c8b..468f093 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,17 @@
dist
+cabal-dev
+*.o
+*.hi
+*.chi
+*.chs.h
+*.dyn_o
+*.dyn_hi
+.hpc
+.hsenv
+.cabal-sandbox/
+cabal.sandbox.config
+cabal.config
+*.prof
+*.aux
+*.hp
+.stack-work/