2014-01-19 08:18:42 -05:00
|
|
|
*.swp
|
2014-07-19 14:42:22 -04:00
|
|
|
*.*~
|
2014-01-19 08:18:42 -05:00
|
|
|
build/
|
2014-07-19 14:42:22 -04:00
|
|
|
missing
|
|
|
|
install-sh
|
|
|
|
configure
|
|
|
|
config.h.in
|
|
|
|
Makefile.in
|
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache/
|
|
|
|
compile
|
|
|
|
depcomp
|
2014-08-31 04:37:12 -04:00
|
|
|
*.o
|
|
|
|
*.gcov
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
2015-07-31 03:08:46 -04: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 05:45:28 -04:00
|
|
|
|
|
|
|
doc/*.html
|
|
|
|
doc/*.1
|
2016-05-06 20:55:43 -04:00
|
|
|
doc/*.doxy
|
2015-09-20 05:45:28 -04:00
|
|
|
*.unc-backup~
|
|
|
|
*.unc-backup.md5~
|
2016-05-06 20:55:43 -04:00
|
|
|
|
|
|
|
# autotools generated files
|
|
|
|
*.dirstamp
|
|
|
|
*.deps
|
|
|
|
Makefile
|
|
|
|
config.h
|
|
|
|
config.status
|
|
|
|
stamp-h1
|
|
|
|
|
|
|
|
# generated executables
|
|
|
|
helper_test
|
|
|
|
rofi
|
|
|
|
rofi_test
|
|
|
|
textbox_test
|