From d944e8252ef8bd2e93edc7bb8ab8218c6bf28570 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 9 Aug 2015 00:21:20 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index fbf0a3fb..dba938c7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ profanity.mk profanity.project profanity.workspace compile_commands.json +.tern-port +.tern-project # autotools .libs/ @@ -56,3 +58,6 @@ gitpushall.sh # website files main_fragment.html toc_fragment.html + +# valgrind files +valgrind.out