]> git.sur5r.net Git - i3/i3/commitdiff
split main .gitignore and ignore more files
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Wed, 23 Jan 2013 22:37:27 +0000 (17:37 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 26 Jan 2013 18:30:10 +0000 (19:30 +0100)
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-*

.gitignore
testcases/.gitignore [new file with mode: 0644]

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