Extended .gitignore further, added seschwar as contributor.

This commit is contained in:
Jasper Van der Jeugt 2010-01-09 12:11:29 +01:00
parent 0c5a9ffb48
commit cb3e3b1193
2 changed files with 23 additions and 2 deletions

22
.gitignore vendored
View file

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

View file

@ -25,4 +25,5 @@ you will have to license your code under a GPL-compatible license.
## Authors
Hakyll was written by [Jasper Van der Jeugt](http://jaspervdj.be).
Hakyll was originally written by [Jasper Van der Jeugt](http://jaspervdj.be). It
also received contributions from [seschwar](http://github.com/seschwar).