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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

105 lines
1.5 KiB
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
compile_commands.json
2015-08-08 23:21:20 +00:00
.tern-port
.tern-project
.cproject
.project
.settings/
2023-04-14 09:53:38 +00:00
.vscode/
2015-06-12 21:46:52 +00:00
# autotools
.libs/
/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
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
src/plugins/profapi.lo
2015-06-12 21:46:52 +00:00
# out-of-tree build folders
build*/
2015-06-12 21:46:52 +00:00
# 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
# valgrind output
profval*
2015-06-12 21:46:52 +00:00
# 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
2015-08-08 23:21:20 +00:00
# valgrind files
valgrind.out
2016-07-28 23:16:09 +00:00
# Generate docs
apidocs/python/_build/
apidocs/python/modules.rst
apidocs/python/prof.rst
apidocs/python/src/prof.pyc
2016-07-28 23:27:14 +00:00
apidocs/python/plugin.rst
apidocs/python/src/plugin.pyc
apidocs/c/html/
2016-08-02 22:17:28 +00:00
apidocs/c/doxygen_sqlite3.db
2016-07-28 23:16:09 +00:00
# Temp Vim files
**/*.swp
# Virtual envs
2016-07-19 22:44:38 +00:00
python2/
python3/
2016-07-28 23:16:09 +00:00
.DS_Store
.gdbinit
2020-01-30 10:55:05 +00:00
*.bak
*.orig
*.patch
*.rej
2020-01-30 10:55:05 +00:00
breaks
2020-02-03 15:25:50 +00:00
*.tar.*
*.zip
*.log*