rofi/.gitignore

58 lines
675 B
Plaintext
Raw Normal View History

2022-12-23 12:38:09 +00:00
/build*/
/.cache/
/.vscode/
# 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/
2014-08-31 08:37:12 +00:00
*.o
*.gcov
*.gcda
*.gcno
2016-10-24 15:48:04 +00:00
/test-driver
/ar-lib
2015-07-31 07:08:46 +00:00
# generated files
/helper_test
/helper_config_cmdline_parser
/helper_expand
/history_test
/rofi_test
/textbox_test
/rofi
/doc/*.html
/doc/*.doxy
/gitconfig.h
test/output.txt
2015-07-31 07:08:46 +00: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 09:45:28 +00:00
# backup files
*.swp
*.*~
2015-09-20 09:45:28 +00:00
*.unc-backup~
*.unc-backup.md5~
2016-10-24 15:48:04 +00:00
2017-01-31 07:27:16 +00:00
# Build
ylwrap