From cc09e6ef3a6b18640722c83a1c948261b60a5d57 Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Fri, 27 May 2011 18:12:45 +0800 Subject: [PATCH] Ingnore *.obj files in git. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 44af57166..fa15203f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +*.obj +*.lib +*.dll +*.def *.o lapack-3.1.1 lapack-3.1.1.tgz