hakyll/.gitignore

25 lines
286 B
Text
Raw Normal View History

##
## gitignore(5) -- specify ignored files
##
# Ignore swap files and cabal output.
2010-01-09 15:16:07 +00:00
*.hi
*.o
*.swo
*.swp
*~
.DS_Store
2010-01-17 16:17:23 +00:00
TAGS
dist
2010-01-17 16:17:23 +00:00
tags
# Ignore test builds.
tests/Main
# Rest of the file: ignore examples
2010-01-09 15:16:07 +00:00
examples/*/_cache
examples/*/_site
examples/*/hakyll
examples/hakyll/reference