aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-03-12 11:59:35 +0100
committerDaniel Gröber <dxld@darkboxed.org>2015-03-12 12:01:43 +0100
commit3153a393da24ad2dd26430da2ec78d61ddc5d3e8 (patch)
tree0236f1c0644566b908ce0c1db1b14f28eae977f1
parent01e7fbc42c4ee4ac34e8e72934ca5a05ac12d020 (diff)
.gitignore
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9fbdd14
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+dist/
+*~
+/.cabal-sandbox/
+add-source-timestamps
+package.cache
+cabal.sandbox.config
+# Mac OS generates
+# .DS_Store
+*.o
+*.dyn_o
+*.hi
+*.dyn_hi
+
+# Emacs lock files
+.#*