summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 854a00e..e6acb30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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