From 830889620e8ede4a1e74009c03e5985580607540 Mon Sep 17 00:00:00 2001 From: Nisarg Shah Date: Mon, 4 Nov 2013 19:21:39 +0530 Subject: [PATCH] Added Windows specific .obj for objects to ignore. --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 9fa3b1bf..13d11603 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,6 +1,7 @@ # Object files *.o *.ko +*.obj # Libraries *.lib