Ignore *.o and *.a files.
diff --git a/objs/.gitignore b/objs/.gitignore
index b94771b..100d7d8 100644
--- a/objs/.gitignore
+++ b/objs/.gitignore
@@ -7,6 +7,8 @@
 libfreetype.la
 .libs
 *.lo
+*.o
+*.a
 debug*/
 release*/
 win32/