From d12fff782a3f495177bca1d51f25febec75fded4 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 16 Jun 2009 13:03:10 +0200 Subject: [PATCH] Ignore lib and obj files also --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bf25c60..34be6e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ */bin/* +*/lib/* +*/obj/*