1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-20 05:22:08 -04:00
rofi/.gitignore
2015-09-20 11:45:28 +02:00

30 lines
346 B
Text

*.swp
*.*~
build/
missing
install-sh
configure
config.h.in
Makefile.in
aclocal.m4
autom4te.cache/
compile
depcomp
*.o
*.gcov
*.gcda
*.gcno
# 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*
doc/*.html
doc/*.1
*.unc-backup~
*.unc-backup.md5~