summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastian Schwarz <seschwar@googlemail.com>2010-01-09 00:56:00 +0100
committerSebastian Schwarz <seschwar@googlemail.com>2010-01-09 00:56:00 +0100
commitb1c8f0ad85e37a60dcd72e9eccf657e5011ec3f9 (patch)
tree46bfb49d6dae5cbf862065cad19cea7de16d7642 /.gitignore
parent2751b27c1a480b703e2420bca5a833bbe52f0c78 (diff)
downloadhakyll-b1c8f0ad85e37a60dcd72e9eccf657e5011ec3f9.tar.gz
Added basic .gitignore.
Ignores Cabal's build directory, vim's temporary files and a few other things.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e270e55
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+##
+## gitignore(5) -- specify ignored files
+##
+
+*.swo
+*.swp
+*~
+.DS_Store
+/dist/