split main .gitignore and ignore more files

This patch splits the main .gitignore with a specific
testcases/.gitignore and also add 4 patterns to the ignore list:

  i3-command-parser.stamp
  i3-config-parser.stamp
  testcases/-
  testcases/i3-cfg-for-*
next
Vivien Didelot 2013-01-23 17:37:27 -05:00 committed by Michael Stapelberg
parent 4796a61c31
commit 1d22fe42f2
2 changed files with 12 additions and 8 deletions

10
.gitignore vendored
View File

@ -5,14 +5,6 @@ include/all.h.pch
*.swp
*.gcda
*.gcno
testcases/testsuite-*
testcases/latest
testcases/Makefile
testcases/Makefile.old
testcases/.last_run_timings.json
testcases/_Inline
testcases/inc
testcases/META.yml
test.commands_parser
test.config_parser
*.output
@ -32,3 +24,5 @@ libi3.a
docs/*.pdf
docs/*.html
!/docs/refcard.html
i3-command-parser.stamp
i3-config-parser.stamp

10
testcases/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
testsuite-*
latest
Makefile
Makefile.old
.last_run_timings.json
_Inline
inc
META.yml
i3-cfg-for-*
-