mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 05:26:22 +00:00
cleanup: Cleanup gitignore
Remove IDE specific entries, they belong in the global conf of the user.
Remove autotools specific files.
Ref: bc777c56b2
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
73
.gitignore
vendored
73
.gitignore
vendored
@@ -1,72 +1,9 @@
|
|||||||
# 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]
|
|
||||||
# *~
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.codelite/
|
|
||||||
profanity.mk
|
|
||||||
profanity.project
|
|
||||||
profanity.workspace
|
|
||||||
compile_commands.json
|
|
||||||
.tern-port
|
|
||||||
.tern-project
|
|
||||||
.cproject
|
|
||||||
.project
|
|
||||||
.settings/
|
|
||||||
.vscode/
|
|
||||||
*.plist/
|
|
||||||
|
|
||||||
# autotools
|
|
||||||
.libs/
|
|
||||||
/Makefile
|
|
||||||
/Makefile.in
|
|
||||||
_configs.sed
|
|
||||||
aclocal.m4
|
|
||||||
autom4te.cache/
|
|
||||||
build-aux/
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
configure
|
|
||||||
configure*~
|
|
||||||
libprofanity.la
|
|
||||||
libtool
|
|
||||||
m4/
|
|
||||||
**/.deps/
|
|
||||||
**.dirstamp
|
|
||||||
src/config.h
|
|
||||||
src/config.h.in
|
|
||||||
src/config.h.in~
|
|
||||||
src/gitversion.h
|
|
||||||
src/stamp-h1
|
|
||||||
src/plugins/profapi.lo
|
|
||||||
|
|
||||||
# out-of-tree build folders
|
# out-of-tree build folders
|
||||||
build*/
|
build*/
|
||||||
|
|
||||||
# binaries
|
|
||||||
profanity
|
|
||||||
**/*.o
|
|
||||||
|
|
||||||
# test output
|
|
||||||
tests/functionaltests/functionaltests
|
|
||||||
tests/functionaltests/functionaltests.log
|
|
||||||
tests/functionaltests/functionaltests.trs
|
|
||||||
tests/unittests/unittests
|
|
||||||
tests/unittests/unittests.log
|
|
||||||
tests/unittests/unittests.trs
|
|
||||||
test-suite.log
|
|
||||||
|
|
||||||
# valgrind output
|
# valgrind output
|
||||||
profval*
|
profval*
|
||||||
|
|
||||||
# local scripts
|
|
||||||
clean-test.sh
|
|
||||||
gen_docs.sh
|
|
||||||
gitpushall.sh
|
|
||||||
|
|
||||||
# website files
|
# website files
|
||||||
main_fragment.html
|
main_fragment.html
|
||||||
toc_fragment.html
|
toc_fragment.html
|
||||||
@@ -88,18 +25,16 @@ apidocs/c/doxygen_sqlite3.db
|
|||||||
# Temp Vim files
|
# Temp Vim files
|
||||||
**/*.swp
|
**/*.swp
|
||||||
|
|
||||||
# Virtual envs
|
# GDB
|
||||||
python2/
|
|
||||||
python3/
|
|
||||||
|
|
||||||
.DS_Store
|
|
||||||
.gdbinit
|
.gdbinit
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.DS_Store
|
||||||
*.bak
|
*.bak
|
||||||
*.orig
|
*.orig
|
||||||
*.patch
|
*.patch
|
||||||
*.rej
|
*.rej
|
||||||
breaks
|
breaks
|
||||||
|
|
||||||
*.tar.*
|
*.tar.*
|
||||||
*.zip
|
*.zip
|
||||||
*.log*
|
*.log*
|
||||||
|
|||||||
Reference in New Issue
Block a user