Add .gitignore file.

To ignore generated source files (and glcpp binary).
This commit is contained in:
Carl Worth 2010-05-10 13:32:42 -07:00
parent a1e32bcff0
commit a70e7bab2b

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
glcpp
glcpp-lex.c
glcpp-parse.c
glcpp-parse.h
*.o
*~