2013-11-26 18:32:11 -08:00
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.ko
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2013-11-28 15:45:57 +08:00
|
|
|
|
|
|
|
# python
|
|
|
|
bindings/python/build/
|
|
|
|
*.pyc
|
2014-01-10 10:43:47 +08:00
|
|
|
bindings/python/pyx/*.c
|
2014-01-13 20:43:44 +08:00
|
|
|
bindings/python/pyx/arm.pyx
|
|
|
|
bindings/python/pyx/arm64.pyx
|
|
|
|
bindings/python/pyx/arm64_const.pyx
|
|
|
|
bindings/python/pyx/arm_const.pyx
|
|
|
|
bindings/python/pyx/capstone.pyx
|
|
|
|
bindings/python/pyx/mips.pyx
|
|
|
|
bindings/python/pyx/mips_const.pyx
|
|
|
|
bindings/python/pyx/ppc.pyx
|
|
|
|
bindings/python/pyx/ppc_const.pyx
|
|
|
|
bindings/python/pyx/x86.pyx
|
|
|
|
bindings/python/pyx/x86_const.pyx
|
2014-03-10 15:03:16 +08:00
|
|
|
bindings/python/pyx/sparc.pyx
|
|
|
|
bindings/python/pyx/sparc_const.pyx
|
2014-01-13 20:43:44 +08:00
|
|
|
|
2013-11-28 15:45:57 +08:00
|
|
|
|
|
|
|
# java
|
|
|
|
bindings/java/capstone.jar
|
|
|
|
|
|
|
|
# test binaries
|
|
|
|
tests/test
|
|
|
|
tests/test_detail
|
|
|
|
tests/test_arm
|
|
|
|
tests/test_arm64
|
|
|
|
tests/test_mips
|
|
|
|
tests/test_x86
|
2014-01-05 00:00:05 +08:00
|
|
|
tests/test_ppc
|
2014-03-10 15:03:16 +08:00
|
|
|
tests/test_sparc
|
2014-01-09 14:28:05 +08:00
|
|
|
tests/*.static
|
2013-11-28 15:45:57 +08:00
|
|
|
|
|
|
|
# vim tmp file
|
|
|
|
*.swp
|
2013-12-03 13:40:11 +08:00
|
|
|
|
|
|
|
capstone.pc
|
2013-12-16 10:31:41 +08:00
|
|
|
|
|
|
|
# local files
|
|
|
|
_*
|