mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
gitignore: Properly identity top-level files
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
6908d57f7c
commit
999bf56b7e
1 changed files with 25 additions and 21 deletions
46
.gitignore
vendored
46
.gitignore
vendored
|
@ -1,19 +1,19 @@
|
||||||
build/
|
/build/
|
||||||
|
|
||||||
# autotools generated files
|
# autotools generated files
|
||||||
missing
|
/missing
|
||||||
install-sh
|
/install-sh
|
||||||
configure
|
/configure
|
||||||
config.status
|
/config.status
|
||||||
config.h.in
|
/config.h.in
|
||||||
config.h
|
/config.h
|
||||||
Makefile.in
|
/Makefile.in
|
||||||
Makefile
|
/Makefile
|
||||||
aclocal.m4
|
/aclocal.m4
|
||||||
autom4te.cache/
|
/autom4te.cache/
|
||||||
compile
|
/compile
|
||||||
depcomp
|
/depcomp
|
||||||
stamp-h1
|
/stamp-h1
|
||||||
.dirstamp
|
.dirstamp
|
||||||
.deps/
|
.deps/
|
||||||
*.o
|
*.o
|
||||||
|
@ -22,13 +22,17 @@ stamp-h1
|
||||||
*.gcno
|
*.gcno
|
||||||
|
|
||||||
# generated files
|
# generated files
|
||||||
helper_test
|
/helper_test
|
||||||
rofi_test
|
/helper_config_cmdline_parser
|
||||||
textbox_test
|
/helper_expand
|
||||||
rofi
|
/history_test
|
||||||
doc/*.html
|
/rofi_test
|
||||||
doc/*.1
|
/textbox_test
|
||||||
doc/*.doxy
|
/rofi
|
||||||
|
/doc/*.html
|
||||||
|
/doc/*.1
|
||||||
|
/doc/*.doxy
|
||||||
|
/gitconfig.h
|
||||||
|
|
||||||
# I want to ignore log files
|
# I want to ignore log files
|
||||||
*.log
|
*.log
|
||||||
|
|
Loading…
Reference in a new issue