diff options
author | Sebastian Schwarz <seschwar@googlemail.com> | 2010-01-09 16:16:07 +0100 |
---|---|---|
committer | Sebastian Schwarz <seschwar@googlemail.com> | 2010-01-09 16:16:07 +0100 |
commit | bb4bc55cf3e8c21c4876868bb01a09f7df48685a (patch) | |
tree | d415e30d6a7301f3a5779ea890f511915ec7121d /.gitignore | |
parent | cb3e3b119313145b5b79d46d2c40390ce9d9a51b (diff) | |
download | hakyll-bb4bc55cf3e8c21c4876868bb01a09f7df48685a.tar.gz |
Simplified .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -3,6 +3,8 @@ ## # Ignore swap files and cabal output. +*.hi +*.o *.swo *.swp *~ @@ -11,19 +13,10 @@ 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/*/_cache +examples/*/_site +examples/*/hakyll examples/hakyll/reference -examples/simpleblog/_cache -examples/simpleblog/_site - -examples/brochure/_cache -examples/brochure/_site |