diff options
author | James Booth <boothj5@gmail.com> | 2014-01-25 01:10:04 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-25 01:10:04 +0000 |
commit | 17f40b76ee829c806bbd995aed73c3c7531beb26 (patch) | |
tree | 5181ded71d936a0264139503b1fbf2b8d129612f /.gitignore | |
parent | b05e17db3e2247111ed8819af8e9deba9e53df58 (diff) | |
download | profani-tty-17f40b76ee829c806bbd995aed73c3c7531beb26.tar.gz |
Added valgrind.out.old to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2050cb77..d89776e7 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ libtool runvalgrind.sh src/prof_config.h clean.sh +valgrind.out.old |