1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 17:55:24 -04:00
profanity/.gitignore

84 lines
1.3 KiB
Plaintext
Raw Normal View History

2012-02-01 20:12:50 -05: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 17:46:52 -04:00
# IDE
.codelite/
profanity.mk
profanity.project
profanity.workspace
compile_commands.json
2015-08-08 19:21:20 -04:00
.tern-port
.tern-project
2015-06-12 17:46:52 -04:00
# autotools
.libs/
/Makefile
/Makefile.in
2015-06-12 17:46:52 -04:00
_configs.sed
2012-07-01 09:47:09 -04:00
aclocal.m4
autom4te.cache/
2015-06-12 17:46:52 -04:00
build-aux/
config.log
2012-07-01 09:47:09 -04:00
config.status
configure
2014-01-03 13:25:14 -05:00
libprofanity.la
libtool
2014-10-30 19:24:45 -04:00
m4/
2015-06-12 17:46:52 -04:00
**/.deps/
**.dirstamp
src/config.h
src/config.h.in
2015-06-12 18:05:30 -04:00
src/config.h.in~
2015-06-12 17:46:52 -04:00
src/gitversion.h
src/gitversion.h.in
src/stamp-h1
src/plugins/profapi.lo
2015-06-12 17:46:52 -04:00
# binaries
profanity
**/*.o
# test output
2015-06-12 18:53:30 -04: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 17:46:52 -04:00
test-suite.log
# local scripts
2015-01-14 08:26:54 -05:00
clean-test.sh
gen_docs.sh
2015-06-12 17:46:52 -04:00
gitpushall.sh
# website files
main_fragment.html
toc_fragment.html
2015-08-08 19:21:20 -04:00
# valgrind files
valgrind.out
2016-07-28 19:16:09 -04:00
# Generate docs
apidocs/python/_build/
apidocs/python/modules.rst
apidocs/python/prof.rst
apidocs/python/src/prof.pyc
2016-07-28 19:27:14 -04:00
apidocs/python/plugin.rst
apidocs/python/src/plugin.pyc
apidocs/c/html/
2016-08-02 18:17:28 -04:00
apidocs/c/doxygen_sqlite3.db
2016-07-28 19:16:09 -04:00
# Temp Vim files
**/*.swp
# Virtual envs
2016-07-19 18:44:38 -04:00
python2/
python3/
2016-07-28 19:16:09 -04:00
.DS_Store