summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
commitedeef66180f24e4254b512041bee617368fa1eba (patch)
treedf2b6c470dba9fda52a0d3b96fd569d2c74b2c48 /.gitignore
parent893b366435739d073d2b6b9cafae868b5d361354 (diff)
downloadhakyll-edeef66180f24e4254b512041bee617368fa1eba.tar.gz
Remove examples from this repo
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 6 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 447b87d..4781dbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,3 @@
-##
-## gitignore(5) -- specify ignored files
-##
-
# Ignore swap files and cabal output.
*.hi
*.o
@@ -15,10 +11,11 @@ tags
# Ignore test builds.
tests/Main
+_cache
+_store
# Rest of the file: ignore examples
-examples/*/_cache
-examples/*/_site
-examples/*/hakyll
-examples/hakyll/reference
-
+web/_cache
+web/_site
+web/hakyll
+web/reference