1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/.gitignore

58 lines
960 B
Plaintext
Raw Normal View History

2012-02-02 01:12:50 +00:00
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
2015-06-12 21:46:52 +00:00
# IDE
.codelite/
profanity.mk
profanity.project
profanity.workspace
# autotools
.libs/
2012-07-01 13:47:09 +00:00
Makefile
Makefile.in
2015-06-12 21:46:52 +00:00
_configs.sed
2012-07-01 13:47:09 +00:00
aclocal.m4
autom4te.cache/
2015-06-12 21:46:52 +00:00
build-aux/
config.log
2012-07-01 13:47:09 +00:00
config.status
configure
2014-01-03 18:25:14 +00:00
libprofanity.la
libtool
2014-10-30 23:24:45 +00:00
m4/
2015-06-12 21:46:52 +00:00
**/.deps/
**.dirstamp
src/config.h
src/config.h.in
2015-06-12 22:05:30 +00:00
src/config.h.in~
2015-06-12 21:46:52 +00:00
src/gitversion.h
src/gitversion.h.in
src/stamp-h1
# binaries
profanity
**/*.o
# test output
2015-06-12 22:53:30 +00:00
tests/functionaltests/functionaltests
tests/functionaltests/functionaltests.log
tests/functionaltests/functionaltests.trs
tests/unittests/unittests
tests/unittests/unittests.log
tests/unittests/unittests.trs
2015-06-12 21:46:52 +00:00
test-suite.log
# local scripts
2015-01-14 13:26:54 +00:00
clean-test.sh
gen_docs.sh
2015-06-12 21:46:52 +00:00
gitpushall.sh
# website files
main_fragment.html
toc_fragment.html