hakyll/.gitignore
2010-01-17 17:19:01 +01:00

24 lines
287 B
Text

##
## gitignore(5) -- specify ignored files
##
# Ignore swap files and cabal output.
*.hi
*.o
*.swo
*.swp
*~
.DS_Store
TAGS
dist
tags
# Ignore test builds.
tests/Tests
# Rest of the file: ignore examples
examples/*/_cache
examples/*/_site
examples/*/hakyll
examples/hakyll/reference