1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/.gitignore

31 lines
346 B
Text
Raw Normal View History

2014-01-19 08:18:42 -05:00
*.swp
*.*~
2014-01-19 08:18:42 -05:00
build/
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
*.unc-backup~
*.unc-backup.md5~