1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/.gitignore
Quentin Glidic 999bf56b7e gitignore: Properly identity top-level files
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 15:16:44 +02:00

50 lines
611 B
Text

/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/
*.o
*.gcov
*.gcda
*.gcno
# generated files
/helper_test
/helper_config_cmdline_parser
/helper_expand
/history_test
/rofi_test
/textbox_test
/rofi
/doc/*.html
/doc/*.1
/doc/*.doxy
/gitconfig.h
# 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*
# backup files
*.swp
*.*~
*.unc-backup~
*.unc-backup.md5~