Ignore *.o and *.a files.
This commit is contained in:
parent
af7b8b1a9f
commit
da08e6974c
|
@ -7,6 +7,8 @@ ftoption.h
|
||||||
libfreetype.la
|
libfreetype.la
|
||||||
.libs
|
.libs
|
||||||
*.lo
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
debug*/
|
debug*/
|
||||||
release*/
|
release*/
|
||||||
win32/
|
win32/
|
||||||
|
|
Loading…
Reference in New Issue