Browse Source

More strict .gitignore

ObjPtr
Michael Uleysky 9 years ago
parent
commit
71a5ea4272
  1. 13
      .gitignore

13
.gitignore vendored

@ -1,8 +1,9 @@
*.[od] *.[od]
*.so *.so
include/grammatical.h /include/grammatical.h
src/parser/grammatical.cpp /src/parser/grammatical.cpp
include/lexical.h /include/lexical.h
src/parser/lexical.cpp /src/parser/lexical.cpp
src/makemap /src/makemap
modules/test/* /bin/*
/modules/test/*

Loading…
Cancel
Save