mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
gitignore: Reorder
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
854b0faad5
commit
6908d57f7c
1 changed files with 20 additions and 19 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
@ -1,20 +1,35 @@
|
||||||
*.swp
|
|
||||||
*.*~
|
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
# autotools generated files
|
||||||
missing
|
missing
|
||||||
install-sh
|
install-sh
|
||||||
configure
|
configure
|
||||||
|
config.status
|
||||||
config.h.in
|
config.h.in
|
||||||
|
config.h
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
Makefile
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
compile
|
compile
|
||||||
depcomp
|
depcomp
|
||||||
|
stamp-h1
|
||||||
|
.dirstamp
|
||||||
|
.deps/
|
||||||
*.o
|
*.o
|
||||||
*.gcov
|
*.gcov
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
|
||||||
|
# generated files
|
||||||
|
helper_test
|
||||||
|
rofi_test
|
||||||
|
textbox_test
|
||||||
|
rofi
|
||||||
|
doc/*.html
|
||||||
|
doc/*.1
|
||||||
|
doc/*.doxy
|
||||||
|
|
||||||
# I want to ignore log files
|
# I want to ignore log files
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
@ -24,22 +39,8 @@ core
|
||||||
# ignore patches too, the code is either checked in or branch.
|
# ignore patches too, the code is either checked in or branch.
|
||||||
*.patch*
|
*.patch*
|
||||||
|
|
||||||
doc/*.html
|
# backup files
|
||||||
doc/*.1
|
*.swp
|
||||||
doc/*.doxy
|
*.*~
|
||||||
*.unc-backup~
|
*.unc-backup~
|
||||||
*.unc-backup.md5~
|
*.unc-backup.md5~
|
||||||
|
|
||||||
# autotools generated files
|
|
||||||
*.dirstamp
|
|
||||||
*.deps
|
|
||||||
Makefile
|
|
||||||
config.h
|
|
||||||
config.status
|
|
||||||
stamp-h1
|
|
||||||
|
|
||||||
# generated executables
|
|
||||||
helper_test
|
|
||||||
rofi
|
|
||||||
rofi_test
|
|
||||||
textbox_test
|
|
||||||
|
|
Loading…
Reference in a new issue