mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 05:59:45 +00:00
57 lines
784 B
Plaintext
57 lines
784 B
Plaintext
# Object files
|
|
*.o
|
|
*.ko
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# python
|
|
bindings/python/build/
|
|
*.pyc
|
|
bindings/python/pyx/*.c
|
|
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
|
|
|
|
|
|
# java
|
|
bindings/java/capstone.jar
|
|
|
|
# test binaries
|
|
tests/test
|
|
tests/test_detail
|
|
tests/test_arm
|
|
tests/test_arm64
|
|
tests/test_mips
|
|
tests/test_x86
|
|
tests/test_ppc
|
|
tests/*.static
|
|
|
|
# vim tmp file
|
|
*.swp
|
|
|
|
capstone.pc
|
|
|
|
# local files
|
|
_*
|