Add a few things to .gitignore

next
Alexander Berntsen 2013-06-23 14:22:04 +02:00 committed by Michael Stapelberg
parent 49bc20c934
commit d83b1f7851
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -2,11 +2,16 @@
tags tags
include/GENERATED_*.h include/GENERATED_*.h
include/all.h.pch include/all.h.pch
*~
*.swp *.swp
*.gcda *.gcda
*.gcno *.gcno
test.commands_parser test.commands_parser
test.config_parser test.config_parser
testcases/MYMETA.json
testcases/MYMETA.yml
testcases/blib/
testcases/pm_to_blib
*.output *.output
*.tab.* *.tab.*
*.yy.c *.yy.c