1.DS_Store
2
3# Object files
4*.o
5*.ko
6
7# Gcc dependency-tracking files
8*.d
9
10# Libraries
11*.lib
12*.a
13
14# Shared objects (inc. Windows DLLs)
15*.dll
16*.so
17*.so.*
18*.dylib
19
20# Executables
21*.exe
22*.out
23*.app
24
25# python
26bindings/python/build/
27bindings/python/capstone.egg-info/
28*.pyc
29
30# java
31bindings/java/capstone.jar
32
33# ocaml
34bindings/ocaml/*.cmi
35bindings/ocaml/*.cmx
36bindings/ocaml/*.cmxa
37bindings/ocaml/*.mli
38bindings/ocaml/test
39bindings/ocaml/test_arm
40bindings/ocaml/test_arm64
41bindings/ocaml/test_basic
42bindings/ocaml/test_mips
43bindings/ocaml/test_x86
44bindings/ocaml/test_detail
45bindings/ocaml/test_ppc
46bindings/ocaml/test_sparc
47bindings/ocaml/test_systemz
48bindings/ocaml/test_xcore
49bindings/ocaml/test_m680x
50
51
52# test binaries
53tests/test_basic
54tests/test_detail
55tests/test_iter
56tests/test_arm
57tests/test_arm64
58tests/test_mips
59tests/test_x86
60tests/test_ppc
61tests/test_skipdata
62tests/test_sparc
63tests/test_systemz
64tests/test_xcore
65tests/*.static
66tests/test_customized_mnem
67tests/test_m68k
68tests/test_tms320c64x
69tests/test_m680x
70tests/test_evm
71tests/test_mos65xx
72
73# regress binaries
74suite/regress/invalid_read_in_print_operand
75
76# vim tmp file
77*.swp
78*~
79
80capstone.pc
81
82# local files
83_*
84
85# freebsd ports: generated file with "make makesum" command
86packages/freebsd/ports/devel/capstone/distinfo
87
88# VisualStudio
89ProjectUpgradeLog.log
90Debug/
91Release/
92ipch/
93build*/
94*.sdf
95*.opensdf
96*.suo
97*.user
98*.backup
99*.VC.db
100*.VC.opendb
101
102# CMake build directories
103build*/
104
105# Xcode
106xcode/Capstone.xcodeproj/xcuserdata
107xcode/Capstone.xcodeproj/project.xcworkspace/xcuserdata
108
109# suite/
110test_arm_regression
111test_arm_regression.o
112fuzz_harness
113test_iter_benchmark
114fuzz_bindisasm
115fuzz_disasm
116capstone_get_setup
117
118
119*.s
120
121cstool/cstool
122
123# android
124android-ndk-*
125