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-*
*.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
docs/*.pdf
docs/*.html
!/docs/refcard.html
+i3-command-parser.stamp
+i3-config-parser.stamp
--- /dev/null
+testsuite-*
+latest
+Makefile
+Makefile.old
+.last_run_timings.json
+_Inline
+inc
+META.yml
+i3-cfg-for-*
+-