diff options
author | Jack Lloyd <[email protected]> | 2015-08-28 20:24:28 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-08-28 20:24:28 -0400 |
commit | 3393203c366dca8b7a4b47ecc41ceeeb531beee6 (patch) | |
tree | 3fc20ff94fceefefe899e7c7e71404dd4fec3ee0 | |
parent | f10c51de2e50746b9689332860563aa4f2ce8aa6 (diff) |
Ignore logs and cachegrind/callgrind outputs
-rw-r--r-- | .gitignore | 7 |
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 |