hakyll/.gitignore
2010-01-24 22:00:51 +01:00

24 lines
286 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/Main
# Rest of the file: ignore examples
examples/*/_cache
examples/*/_site
examples/*/hakyll
examples/hakyll/reference