Add .gitignore file.
To ignore generated source files (and glcpp binary).
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
glcpp
|
||||
glcpp-lex.c
|
||||
glcpp-parse.c
|
||||
glcpp-parse.h
|
||||
*.o
|
||||
*~
|
||||
Reference in New Issue
Block a user