diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,4 +2,11 @@ .* !/.gitignore +build sgp + +# Comment these for release. They are generated files using gperf and bison. For +# final release they can be in repository. But during development ignore them. +*.y.c +*.y.h +*.gperf.h |