1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00
rofi/.gitignore

26 lines
294 B
Text
Raw Normal View History

2014-01-19 14:18:42 +01:00
*.swp
*.*~
2014-01-19 14:18:42 +01:00
build/
missing
install-sh
configure
config.h.in
Makefile.in
aclocal.m4
autom4te.cache/
compile
depcomp
2014-08-31 10:37:12 +02:00
*.o
*.gcov
*.gcda
*.gcno
2015-07-31 09:08:46 +02: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*