From 77fa1bcdb63863ff784ec4572f23facbcd38deda Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 11 May 2009 16:51:57 -0400 Subject: [PATCH] Ignore *.log --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce1f77d..dfafece 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ log *.swp results test_apps -*.tmproj \ No newline at end of file +*.tmproj +*.log \ No newline at end of file