blob: b7abb383c73c85bfb426a818344bb60f2494c8e7 [file] [log] [blame]
Nguyen Anh Quynh0c91f8f2013-11-26 18:32:11 -08001# Object files
2*.o
3*.ko
4
Giovanni Condello314893c2014-05-10 16:05:49 +02005# Gcc dependency-tracking files
6*.d
7
Nguyen Anh Quynh0c91f8f2013-11-26 18:32:11 -08008# Libraries
9*.lib
10*.a
11
12# Shared objects (inc. Windows DLLs)
13*.dll
14*.so
15*.so.*
16*.dylib
17
18# Executables
19*.exe
20*.out
21*.app
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080022
23# python
24bindings/python/build/
Alex Chernetz6f1e5432015-06-19 23:20:27 -070025bindings/python/capstone.egg-info/
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080026*.pyc
27
28# java
29bindings/java/capstone.jar
30
Nguyen Anh Quynha3676e32014-06-26 22:10:41 +080031# ocaml
32bindings/ocaml/*.cmi
33bindings/ocaml/*.cmx
34bindings/ocaml/*.cmxa
35bindings/ocaml/*.mli
36bindings/ocaml/test
37bindings/ocaml/test_arm
38bindings/ocaml/test_arm64
39bindings/ocaml/test_mips
40bindings/ocaml/test_x86
41bindings/ocaml/test_detail
Nguyen Anh Quynhf178d692014-08-19 23:11:04 +080042bindings/ocaml/test_ppc
43bindings/ocaml/test_sparc
44bindings/ocaml/test_systemz
45bindings/ocaml/test_xcore
46
Nguyen Anh Quynha3676e32014-06-26 22:10:41 +080047
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080048# test binaries
49tests/test
50tests/test_detail
Jay Osterb1119a32014-10-12 15:47:16 -070051tests/test_iter
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080052tests/test_arm
53tests/test_arm64
54tests/test_mips
55tests/test_x86
Nguyen Anh Quynhf1d489b2014-01-05 00:00:05 +080056tests/test_ppc
Giovanni Condello314893c2014-05-10 16:05:49 +020057tests/test_skipdata
Nguyen Anh Quynhd067ebc2014-03-10 15:03:16 +080058tests/test_sparc
Nguyen Anh Quynha3cfe4a2014-03-26 14:59:53 +080059tests/test_systemz
Nguyen Anh Quynh553bb482014-05-26 23:47:04 +080060tests/test_xcore
Nguyen Anh Quynhe94bf722014-01-09 14:28:05 +080061tests/*.static
Nguyen Anh Quynh5e94dba2015-09-30 10:51:22 +080062tests/test_basic
63tests/test_customized_mnem
64
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080065
practicalswift7f8ce6a2015-11-19 07:36:54 +010066# regress binaries
67suite/regress/invalid_read_in_print_operand
68
69
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080070# vim tmp file
71*.swp
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080072*~
Nguyen Anh Quynh7999c1f2013-12-03 13:40:11 +080073
74capstone.pc
Nguyen Anh Quynh29d138f2013-12-16 10:31:41 +080075
76# local files
77_*
Oliver Pinter0d90b2a2014-03-31 02:21:34 +020078
79# freebsd ports: generated file with "make makesum" command
80packages/freebsd/ports/devel/capstone/distinfo
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080081
82# VisualStudio
Mr. eXoDia66ca55f2014-08-26 12:46:42 +020083Debug/
84Release/
85ipch/
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080086*.sdf
87*.opensdf
88*.suo
Nguyen Anh Quynh015849d2014-05-16 15:47:52 +080089*.user
tandasat9dbeaa72016-04-09 22:35:52 -070090*.VC.db
91*.VC.opendb
Nguyen Anh Quynh26dfbc62014-07-31 18:24:51 +080092
Félix Cloutier89005e02014-10-02 16:28:09 -040093# Xcode
94xcode/Capstone.xcodeproj/xcuserdata
Félix Cloutiere8403172015-04-07 14:58:43 -040095xcode/Capstone.xcodeproj/project.xcworkspace/xcuserdata
Félix Cloutier89005e02014-10-02 16:28:09 -040096
Nguyen Anh Quynh26dfbc62014-07-31 18:24:51 +080097# suite/
98test_arm_regression
99test_arm_regression.o
Nguyen Anh Quynhd8d11ed2015-06-16 17:32:03 +0800100fuzz_harness
Nguyen Anh Quynh5e94dba2015-09-30 10:51:22 +0800101test_iter_benchmark
Nguyen Anh Quynhd8d11ed2015-06-16 17:32:03 +0800102
Nguyen Anh Quynha91c1992014-10-13 07:27:16 +0800103
Nguyen Anh Quynhd319c112014-12-26 16:49:10 +0800104*.s
Nguyen Anh Quynh88834282016-05-03 23:05:22 +0800105.DS_Store