Add a few things to .gitignore
Patch status: merged
Patch by Alexander Berntsen
To apply this patch, use:
curl http://cr.i3wm.org/patch/182/raw.patch | git am
b/.gitignore
13 |
@@ -2,11 +2,16 @@ |
14 |
tags |
15 |
include/GENERATED_*.h |
16 |
include/all.h.pch |
17 |
+*~ |
18 |
*.swp |
19 |
*.gcda |
20 |
*.gcno |
21 |
test.commands_parser |
22 |
test.config_parser |
23 |
+testcases/MYMETA.json |
24 |
+testcases/MYMETA.yml |
25 |
+testcases/blib/ |
26 |
+testcases/pm_to_blib |
27 |
*.output |
28 |
*.tab.* |
29 |
*.yy.c |