mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
63 lines
690 B
Plaintext
63 lines
690 B
Plaintext
# Object files
|
|
*.o
|
|
*.ko
|
|
|
|
# Gcc dependency-tracking files
|
|
*.d
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# python
|
|
bindings/python/build/
|
|
*.pyc
|
|
|
|
# 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/test_skipdata
|
|
tests/test_sparc
|
|
tests/test_systemz
|
|
tests/test_xcore
|
|
tests/*.static
|
|
|
|
# vim tmp file
|
|
*.swp
|
|
*~
|
|
|
|
capstone.pc
|
|
|
|
# local files
|
|
_*
|
|
|
|
# freebsd ports: generated file with "make makesum" command
|
|
packages/freebsd/ports/devel/capstone/distinfo
|
|
|
|
# VisualStudio
|
|
Debug
|
|
Release
|
|
*.sdf
|
|
*.opensdf
|
|
*.suo
|
|
*.user
|