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
|
2015-06-12 19:34:36 -04:00
|
|
|
compile_commands.json
|
2015-08-08 19:21:20 -04:00
|
|
|
.tern-port
|
|
|
|
.tern-project
|
2022-03-29 06:01:43 -04:00
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
.settings/
|
2015-06-12 17:46:52 -04:00
|
|
|
|
|
|
|
# autotools
|
|
|
|
.libs/
|
2016-08-02 17:54:34 -04:00
|
|
|
/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
|
2012-12-30 19:25:47 -05:00
|
|
|
configure
|
2022-03-29 06:01:43 -04:00
|
|
|
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
|
2016-02-14 17:28:55 -05:00
|
|
|
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
|
2015-02-07 19:42:21 -05:00
|
|
|
gen_docs.sh
|
2015-06-12 17:46:52 -04:00
|
|
|
gitpushall.sh
|
|
|
|
|
|
|
|
# website files
|
2015-02-07 19:42:21 -05:00
|
|
|
main_fragment.html
|
|
|
|
toc_fragment.html
|
2015-08-08 19:21:20 -04:00
|
|
|
|
|
|
|
# valgrind files
|
|
|
|
valgrind.out
|
2016-03-17 18:16:42 -04:00
|
|
|
|
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
|
2016-03-17 18:16:42 -04:00
|
|
|
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
|
2020-01-30 05:55:05 -05:00
|
|
|
*.bak
|
2022-03-29 06:01:43 -04:00
|
|
|
*.orig
|
2020-01-30 05:55:05 -05:00
|
|
|
breaks
|
2020-02-03 10:25:50 -05:00
|
|
|
|
|
|
|
*.tar.*
|
|
|
|
*.zip
|
2020-07-21 03:31:47 -04:00
|
|
|
*.log*
|