aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-08-28 20:24:28 -0400
committerJack Lloyd <[email protected]>2015-08-28 20:24:28 -0400
commit3393203c366dca8b7a4b47ecc41ceeeb531beee6 (patch)
tree3fc20ff94fceefefe899e7c7e71404dd4fec3ee0
parentf10c51de2e50746b9689332860563aa4f2ce8aa6 (diff)
Ignore logs and cachegrind/callgrind outputs
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 16046cd27..4f79b9a22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,9 @@ botan-test
\#*\#
.\#*
+# Logs
+*.log
+
# Patch files
*.patch
*.diff
@@ -36,5 +39,9 @@ botan_all_*.cpp
coverage.info
coverage/
+# Profiler outputs
+cachegrind.*
+callgrind.*
+
# Test output
src/tests/outdata/*.pem