update .gitignore (Thanks SardemFF7)
This commit is contained in:
parent
95cdfe5cb6
commit
3cdc5c5369
|
@ -1,31 +1,25 @@
|
||||||
*.o
|
*.o
|
||||||
tags
|
tags
|
||||||
include/GENERATED_*.h
|
include/GENERATED_*.h
|
||||||
|
include/all.h.pch
|
||||||
*.swp
|
*.swp
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
testcases/testsuite-*
|
testcases/testsuite-*
|
||||||
testcases/latest
|
testcases/latest
|
||||||
testcases/Makefile
|
testcases/Makefile
|
||||||
|
testcases/Makefile.old
|
||||||
|
testcases/.last_run_timings.json
|
||||||
|
testcases/_Inline
|
||||||
|
testcases/inc
|
||||||
|
testcases/META.yml
|
||||||
test.commands_parser
|
test.commands_parser
|
||||||
*.output
|
*.output
|
||||||
*.tab.*
|
*.tab.*
|
||||||
*.yy.c
|
*.yy.c
|
||||||
man/i3-msg.1
|
man/*.1
|
||||||
man/i3-msg.xml
|
man/*.xml
|
||||||
man/i3-msg.html
|
man/*.html
|
||||||
man/i3-nagbar.1
|
|
||||||
man/i3-nagbar.xml
|
|
||||||
man/i3-nagbar.html
|
|
||||||
man/i3-wsbar.1
|
|
||||||
man/i3-wsbar.xml
|
|
||||||
man/i3-wsbar.html
|
|
||||||
man/i3-input.1
|
|
||||||
man/i3-input.xml
|
|
||||||
man/i3-input.html
|
|
||||||
man/i3.1
|
|
||||||
man/i3.xml
|
|
||||||
man/i3.html
|
|
||||||
*.tar.bz2*
|
*.tar.bz2*
|
||||||
i3
|
i3
|
||||||
i3-input/i3-input
|
i3-input/i3-input
|
||||||
|
@ -35,3 +29,5 @@ i3-config-wizard/i3-config-wizard
|
||||||
i3-dump-log/i3-dump-log
|
i3-dump-log/i3-dump-log
|
||||||
libi3.a
|
libi3.a
|
||||||
docs/*.pdf
|
docs/*.pdf
|
||||||
|
docs/*.html
|
||||||
|
!/docs/refcard.html
|
||||||
|
|
Loading…
Reference in New Issue