Fix up .gitignore
This commit is contained in:
parent
421fd9a772
commit
7374633422
|
@ -1,6 +1,7 @@
|
||||||
*.o
|
*.o
|
||||||
tags
|
tags
|
||||||
include/loglevels.h
|
include/loglevels.h
|
||||||
|
include/GENERATED_*.h
|
||||||
loglevels.tmp
|
loglevels.tmp
|
||||||
*.swp
|
*.swp
|
||||||
*.gcda
|
*.gcda
|
||||||
|
@ -8,6 +9,7 @@ loglevels.tmp
|
||||||
testcases/testsuite-*
|
testcases/testsuite-*
|
||||||
testcases/latest
|
testcases/latest
|
||||||
testcases/Makefile
|
testcases/Makefile
|
||||||
|
test.commands_parser
|
||||||
*.output
|
*.output
|
||||||
*.tab.*
|
*.tab.*
|
||||||
*.yy.c
|
*.yy.c
|
||||||
|
@ -32,5 +34,6 @@ i3-input/i3-input
|
||||||
i3-nagbar/i3-nagbar
|
i3-nagbar/i3-nagbar
|
||||||
i3-msg/i3-msg
|
i3-msg/i3-msg
|
||||||
i3-config-wizard/i3-config-wizard
|
i3-config-wizard/i3-config-wizard
|
||||||
|
i3-dump-log/i3-dump-log
|
||||||
libi3/libi3.a
|
libi3/libi3.a
|
||||||
docs/*.pdf
|
docs/*.pdf
|
||||||
|
|
Loading…
Reference in New Issue