2013-11-27 02:32:11 +00:00
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.ko
|
|
|
|
|
2014-05-10 14:05:49 +00:00
|
|
|
# Gcc dependency-tracking files
|
|
|
|
*.d
|
|
|
|
|
2013-11-27 02:32:11 +00:00
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2013-11-28 07:45:57 +00:00
|
|
|
|
|
|
|
# python
|
|
|
|
bindings/python/build/
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# java
|
|
|
|
bindings/java/capstone.jar
|
|
|
|
|
2014-06-26 14:10:41 +00:00
|
|
|
# ocaml
|
|
|
|
bindings/ocaml/*.cmi
|
|
|
|
bindings/ocaml/*.cmx
|
|
|
|
bindings/ocaml/*.cmxa
|
|
|
|
bindings/ocaml/*.mli
|
|
|
|
bindings/ocaml/test
|
|
|
|
bindings/ocaml/test_arm
|
|
|
|
bindings/ocaml/test_arm64
|
|
|
|
bindings/ocaml/test_mips
|
|
|
|
bindings/ocaml/test_x86
|
|
|
|
bindings/ocaml/test_detail
|
2014-08-19 15:11:04 +00:00
|
|
|
bindings/ocaml/test_ppc
|
|
|
|
bindings/ocaml/test_sparc
|
|
|
|
bindings/ocaml/test_systemz
|
|
|
|
bindings/ocaml/test_xcore
|
|
|
|
|
2014-06-26 14:10:41 +00:00
|
|
|
|
2013-11-28 07:45:57 +00:00
|
|
|
# test binaries
|
|
|
|
tests/test
|
|
|
|
tests/test_detail
|
2014-10-12 22:47:16 +00:00
|
|
|
tests/test_iter
|
2013-11-28 07:45:57 +00:00
|
|
|
tests/test_arm
|
|
|
|
tests/test_arm64
|
|
|
|
tests/test_mips
|
|
|
|
tests/test_x86
|
2014-01-04 16:00:05 +00:00
|
|
|
tests/test_ppc
|
2014-05-10 14:05:49 +00:00
|
|
|
tests/test_skipdata
|
2014-03-10 07:03:16 +00:00
|
|
|
tests/test_sparc
|
2014-03-26 06:59:53 +00:00
|
|
|
tests/test_systemz
|
2014-05-26 15:47:04 +00:00
|
|
|
tests/test_xcore
|
2014-01-09 06:28:05 +00:00
|
|
|
tests/*.static
|
2013-11-28 07:45:57 +00:00
|
|
|
|
|
|
|
# vim tmp file
|
|
|
|
*.swp
|
2014-05-14 13:54:09 +00:00
|
|
|
*~
|
2013-12-03 05:40:11 +00:00
|
|
|
|
|
|
|
capstone.pc
|
2013-12-16 02:31:41 +00:00
|
|
|
|
|
|
|
# local files
|
|
|
|
_*
|
2014-03-31 00:21:34 +00:00
|
|
|
|
|
|
|
# freebsd ports: generated file with "make makesum" command
|
|
|
|
packages/freebsd/ports/devel/capstone/distinfo
|
2014-05-14 13:54:09 +00:00
|
|
|
|
|
|
|
# VisualStudio
|
2014-08-26 10:46:42 +00:00
|
|
|
Debug/
|
|
|
|
Release/
|
|
|
|
ipch/
|
2014-05-14 13:54:09 +00:00
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.suo
|
2014-05-16 07:47:52 +00:00
|
|
|
*.user
|
2014-07-31 10:24:51 +00:00
|
|
|
|
2014-10-02 20:28:09 +00:00
|
|
|
# Xcode
|
|
|
|
xcode/Capstone.xcodeproj/xcuserdata
|
|
|
|
|
2014-07-31 10:24:51 +00:00
|
|
|
# suite/
|
|
|
|
test_arm_regression
|
|
|
|
test_arm_regression.o
|
2014-10-12 23:27:16 +00:00
|
|
|
|
2014-12-26 08:49:10 +00:00
|
|
|
*.s
|