You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
784 B
56 lines
784 B
# 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 |
|
_*
|
|
|