From: Jean-Sebastien Gelinas Date: Fri, 21 Jan 2011 19:41:29 +0000 (-0500) Subject: misc: add lib/*.log and lib/*.dot to .gitignore X-Git-Tag: v0.4~21^2~5 X-Git-Url: http://nitlanguage.org misc: add lib/*.log and lib/*.dot to .gitignore Signed-off-by: Jean-Sebastien Gelinas --- diff --git a/.gitignore b/.gitignore index 84665b1..a0fa7d6 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ src/*.dot c_src/*.o c_src/*.cksum +lib/*.log +lib/*.dot + tests/*.res tests/*.log tests/*.bin