about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-12 22:46:52 +0100
committerJames Booth <boothj5@gmail.com>2015-06-12 22:46:52 +0100
commitb1375328df3e91e3b43d4fe11f0450c169f88569 (patch)
treed784ce119e7dd68bb0d74d099c683516c75edb34 /.gitignore
parent05be60820f853eb6d829658917cafe379a2ae5f1 (diff)
downloadprofani-tty-b1375328df3e91e3b43d4fe11f0450c169f88569.tar.gz
Tidied .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore94
1 files changed, 37 insertions, 57 deletions
diff --git a/.gitignore b/.gitignore
index 03e0adef..001838c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,73 +4,53 @@
 # exclude patterns (uncomment them if you want to use them):
 # *.[oa]
 # *~
-profanity
-profanity.sh
-*.o
-*.log
-*.swp
-testsuite
-tags
-cscope.out
-.deps/
-build-aux/
+
+# IDE
+.codelite/
+profanity.mk
+profanity.project
+profanity.workspace
+
+# autotools
+.libs/
 Makefile
 Makefile.in
+_configs.sed
 aclocal.m4
 autom4te.cache/
-src/config.h
-src/config.h.in
+build-aux/
+config.log
 config.status
 configure
-configure.scan
-stamp-h1
-*~
-*dirstamp
-valgrind*.out*
-core
-bugs/
-TODO
-plugins/
-*_key.txt
-*_fingerprints.txt
-src/gitversion.h
-src/gitversion.h.in
-*_key.txt
-*_fingerprints.txt
-TAGS
-.libs/
-_configs.sed
 libprofanity.la
 libtool
-runvalgrind.sh
-src/prof_config.h
-clean.sh
-valgrind.out.old
-tests/testsuite.trs
-push-all.sh
-.DS_Store
-.codelite/
-Profanity.project
-Profanity.workspace
-profanity.project
-profanity.workspace
-pageing.txt
-cppcheck.out
-gitpushall.sh
-Debug/
-compile_commands.json
-profanity.mk
-profanity.project
-profanity.workspace
 m4/
-test.sh
+**/.deps/
+**.dirstamp
+src/config.h
+src/config.h.in
+src/gitversion.h
+src/gitversion.h.in
+src/stamp-h1
+
+# binaries
+profanity
+**/*.o
+
+# test output
+functionaltests/functionaltests
+functionaltests/functionaltests.log
+functionaltests/functionaltests.trs
+unittests/unittests
+unittests/unittests.log
+unittests/unittests.trs
+test-suite.log
+
+# local scripts
 clean-test.sh
-callgrind.out.*
 gen_docs.sh
+gitpushall.sh
+
+# website files
 main_fragment.html
 toc_fragment.html
-unittests/unittests
-unittests/unittests.trs
-functionaltests/functionaltests
-functionaltests/functionaltests.trs
-