update .gitignore (Thanks SardemFF7)
This commit is contained in:
parent
95cdfe5cb6
commit
3cdc5c5369
|
@ -1,31 +1,25 @@
|
|||
*.o
|
||||
tags
|
||||
include/GENERATED_*.h
|
||||
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
|
||||
*.output
|
||||
*.tab.*
|
||||
*.yy.c
|
||||
man/i3-msg.1
|
||||
man/i3-msg.xml
|
||||
man/i3-msg.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
|
||||
man/*.1
|
||||
man/*.xml
|
||||
man/*.html
|
||||
*.tar.bz2*
|
||||
i3
|
||||
i3-input/i3-input
|
||||
|
@ -35,3 +29,5 @@ i3-config-wizard/i3-config-wizard
|
|||
i3-dump-log/i3-dump-log
|
||||
libi3.a
|
||||
docs/*.pdf
|
||||
docs/*.html
|
||||
!/docs/refcard.html
|
||||
|
|
Loading…
Reference in New Issue