diff --git a/.gitignore b/.gitignore index 26c170f2..efeb4893 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/testcases/.gitignore b/testcases/.gitignore new file mode 100644 index 00000000..c11c5563 --- /dev/null +++ b/testcases/.gitignore @@ -0,0 +1,10 @@ +testsuite-* +latest +Makefile +Makefile.old +.last_run_timings.json +_Inline +inc +META.yml +i3-cfg-for-* +-