mirror of https://github.com/n64decomp/mk64.git
added exception for IDO libs
This commit is contained in:
parent
69af69fce8
commit
d952e14552
|
|
@ -17,10 +17,11 @@
|
|||
*.la
|
||||
*.lo
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
# Shared objects (inc. Windows DLLs), except those in IDO
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
!/tools/ido5.3_compiler/usr/lib/*.so*
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
|
|
|
|||
Loading…
Reference in New Issue