Add bin/ and .jekyll-metadata to .gitignore

This commit is contained in:
Thomas Jensen 2016-02-07 20:41:38 +01:00
parent ccd0e9fc7c
commit 735ddf75b2

2
.gitignore vendored
View File

@ -1,6 +1,7 @@
.cproject .cproject
.project .project
.idea/ .idea/
.jekyll-metadata
*.o *.o
*.a *.a
_support/ _support/
@ -14,6 +15,7 @@ src/boxes.h
src/lex.yy.c src/lex.yy.c
src/parser.h src/parser.h
src/parser.c src/parser.c
bin/
_site/ _site/
_cache/ _cache/
bin/ bin/