summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-09 12:11:29 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-09 12:11:29 +0100
commitcb3e3b119313145b5b79d46d2c40390ce9d9a51b (patch)
tree1e5f08e4549663e75ee9575333fef172b8bef04b /.gitignore
parent0c5a9ffb48dae95c25c6e18ac74c672714f3a52e (diff)
downloadhakyll-cb3e3b119313145b5b79d46d2c40390ce9d9a51b.tar.gz
Extended .gitignore further, added seschwar as contributor.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 21 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e270e55..385d421 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,28 @@
## gitignore(5) -- specify ignored files
##
+# Ignore swap files and cabal output.
*.swo
*.swp
*~
.DS_Store
-/dist/
+dist
+
+# Ignore test builds.
+tests/Tests
+tests/Tests.hi
+tests/Tests.o
+
+# Rest of the file: ignore examples
+examples/hakyll/_cache
+examples/hakyll/_site
+examples/hakyll/hakyll
+examples/hakyll/hakyll.o
+examples/hakyll/hakyll.hi
+examples/hakyll/reference
+
+examples/simpleblog/_cache
+examples/simpleblog/_site
+
+examples/brochure/_cache
+examples/brochure/_site