plib/.gitignore

18 lines
139 B
Plaintext
Raw Normal View History

2013-02-25 11:17:22 +08:00
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app