diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 446a3868..cc3402a9 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,9 @@ tests/unittests/unittests.log tests/unittests/unittests.trs test-suite.log +# valgrind output +profval* + # local scripts clean-test.sh gen_docs.sh |