From da08e6974cc1168a938832e90bb7c0537330feba Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 20 Mar 2011 18:28:31 +0100 Subject: [PATCH] Ignore *.o and *.a files. --- objs/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/objs/.gitignore b/objs/.gitignore index b94771b37..100d7d8fa 100644 --- a/objs/.gitignore +++ b/objs/.gitignore @@ -7,6 +7,8 @@ ftoption.h libfreetype.la .libs *.lo +*.o +*.a debug*/ release*/ win32/