diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,9 +1,10 @@ * !**/ -!Makefile +!/Makefile !.gitignore -!src/lexer.h -!src/system.l -!src/system.proto -!src/system.yy +!src/*.h +*.pb.h +!src/*.l +!src/*.proto +!src/*.yy !test/*.log |