split main .gitignore and ignore more files
Patch status: merged
Patch by Vivien Didelot
Long description:
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-*
To apply this patch, use:
curl http://cr.i3wm.org/patch/5/raw.patch | git am
b/.gitignore
| 22 |
@@ -5,14 +5,6 @@ include/all.h.pch |
| 23 |
*.swp |
| 24 |
*.gcda |
| 25 |
*.gcno |
| 26 |
-testcases/testsuite-* |
| 27 |
-testcases/latest |
| 28 |
-testcases/Makefile |
| 29 |
-testcases/Makefile.old |
| 30 |
-testcases/.last_run_timings.json |
| 31 |
-testcases/_Inline |
| 32 |
-testcases/inc |
| 33 |
-testcases/META.yml |
| 34 |
test.commands_parser |
| 35 |
test.config_parser |
| 36 |
*.output |
| 37 |
@@ -32,3 +24,5 @@ libi3.a |
| 38 |
docs/*.pdf |
| 39 |
docs/*.html |
| 40 |
!/docs/refcard.html |
| 41 |
+i3-command-parser.stamp |
| 42 |
+i3-config-parser.stamp |
b/testcases/.gitignore
| 48 |
@@ -0,0 +1,10 @@ |
| 49 |
+testsuite-* |
| 50 |
+latest |
| 51 |
+Makefile |
| 52 |
+Makefile.old |
| 53 |
+.last_run_timings.json |
| 54 |
+_Inline |
| 55 |
+inc |
| 56 |
+META.yml |
| 57 |
+i3-cfg-for-* |
| 58 |
+- |