Commit da08e6974cc1168a938832e90bb7c0537330feba

Werner Lemberg 2011-03-20T18:28:31

Ignore *.o and *.a files.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/objs/.gitignore b/objs/.gitignore
index b94771b..100d7d8 100644
--- a/objs/.gitignore
+++ b/objs/.gitignore
@@ -7,6 +7,8 @@ ftoption.h
 libfreetype.la
 .libs
 *.lo
+*.o
+*.a
 debug*/
 release*/
 win32/