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