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
|
|
|
|
|
2013-11-28 07:45:57 +00:00
|
|
|
# test binaries
|
|
|
|
tests/test
|
|
|
|
tests/test_detail
|
|
|
|
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
|
|
|
|
Debug
|
|
|
|
Release
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.suo
|
2014-05-16 07:47:52 +00:00
|
|
|
*.user
|