From: Vivien Didelot Date: Wed, 23 Jan 2013 22:37:27 +0000 (-0500) Subject: split main .gitignore and ignore more files X-Git-Tag: 4.5~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d22fe42f26d50bce7ee1b4f17c205c1dea5b6e1;p=i3%2Fi3 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-* --- 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-* +-