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-*
This commit is contained in:
parent
4796a61c31
commit
1d22fe42f2
|
@ -5,14 +5,6 @@ include/all.h.pch
|
||||||
*.swp
|
*.swp
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.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.commands_parser
|
||||||
test.config_parser
|
test.config_parser
|
||||||
*.output
|
*.output
|
||||||
|
@ -32,3 +24,5 @@ libi3.a
|
||||||
docs/*.pdf
|
docs/*.pdf
|
||||||
docs/*.html
|
docs/*.html
|
||||||
!/docs/refcard.html
|
!/docs/refcard.html
|
||||||
|
i3-command-parser.stamp
|
||||||
|
i3-config-parser.stamp
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
testsuite-*
|
||||||
|
latest
|
||||||
|
Makefile
|
||||||
|
Makefile.old
|
||||||
|
.last_run_timings.json
|
||||||
|
_Inline
|
||||||
|
inc
|
||||||
|
META.yml
|
||||||
|
i3-cfg-for-*
|
||||||
|
-
|
Loading…
Reference in New Issue