gitignore: Reorder

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2016-05-07 15:16:03 +02:00
parent 854b0faad5
commit 6908d57f7c
1 changed files with 20 additions and 19 deletions

39
.gitignore vendored
View File

@ -1,20 +1,35 @@
*.swp
*.*~
build/
# autotools generated files
missing
install-sh
configure
config.status
config.h.in
config.h
Makefile.in
Makefile
aclocal.m4
autom4te.cache/
compile
depcomp
stamp-h1
.dirstamp
.deps/
*.o
*.gcov
*.gcda
*.gcno
# generated files
helper_test
rofi_test
textbox_test
rofi
doc/*.html
doc/*.1
doc/*.doxy
# I want to ignore log files
*.log
@ -24,22 +39,8 @@ core
# ignore patches too, the code is either checked in or branch.
*.patch*
doc/*.html
doc/*.1
doc/*.doxy
# backup files
*.swp
*.*~
*.unc-backup~
*.unc-backup.md5~
# autotools generated files
*.dirstamp
*.deps
Makefile
config.h
config.status
stamp-h1
# generated executables
helper_test
rofi
rofi_test
textbox_test