rofi/.gitignore

47 lines
518 B
Plaintext
Raw Normal View History

2014-01-19 13:18:42 +00:00
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/
2014-08-31 08:37:12 +00:00
*.o
*.gcov
*.gcda
*.gcno
2015-07-31 07:08:46 +00:00
# generated files
helper_test
rofi_test
textbox_test
rofi
doc/*.html
doc/*.1
doc/*.doxy
2015-07-31 07:08:46 +00:00
# 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*
2015-09-20 09:45:28 +00:00
# backup files
*.swp
*.*~
2015-09-20 09:45:28 +00:00
*.unc-backup~
*.unc-backup.md5~