hakyll/.gitignore
2010-01-09 16:16:07 +01:00

22 lines
277 B
Text

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