capstone/.gitignore
Nguyen Anh Quynh 0c91f8f0e7 Initial commit
2013-11-26 18:32:11 -08:00

19 lines
144 B
Plaintext

# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app