1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
rofi/.gitignore
Quentin Glidic 6908d57f7c gitignore: Reorder
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 15:16:44 +02:00

46 lines
518 B
Text

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
# Core files should never be checked in
core
# ignore patches too, the code is either checked in or branch.
*.patch*
# backup files
*.swp
*.*~
*.unc-backup~
*.unc-backup.md5~