diff options
-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 |