hakyll/.gitignore

23 lines
277 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
dist
# Ignore test builds.
tests/Tests
# Rest of the file: ignore examples
2010-01-09 15:16:07 +00:00
examples/*/_cache
examples/*/_site
examples/*/hakyll
examples/hakyll/reference