blob: 868739d5b764d975448f55fb7344ea2a193977a7 [file] [log] [blame]
Nguyen Anh Quynhdabc9f22016-07-15 20:37:19 +08001.DS_Store
2
Nguyen Anh Quynh0c91f8f2013-11-26 18:32:11 -08003# Object files
4*.o
5*.ko
6
Giovanni Condello314893c2014-05-10 16:05:49 +02007# Gcc dependency-tracking files
8*.d
9
Nguyen Anh Quynh0c91f8f2013-11-26 18:32:11 -080010# 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
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080024
25# python
26bindings/python/build/
Alex Chernetz6f1e5432015-06-19 23:20:27 -070027bindings/python/capstone.egg-info/
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080028*.pyc
29
30# java
31bindings/java/capstone.jar
32
Nguyen Anh Quynha3676e32014-06-26 22:10:41 +080033# ocaml
34bindings/ocaml/*.cmi
35bindings/ocaml/*.cmx
36bindings/ocaml/*.cmxa
37bindings/ocaml/*.mli
38bindings/ocaml/test
39bindings/ocaml/test_arm
40bindings/ocaml/test_arm64
Wolfgang Schwotzer22b4d0e2017-10-21 15:44:36 +020041bindings/ocaml/test_basic
Nguyen Anh Quynha3676e32014-06-26 22:10:41 +080042bindings/ocaml/test_mips
43bindings/ocaml/test_x86
44bindings/ocaml/test_detail
Nguyen Anh Quynhf178d692014-08-19 23:11:04 +080045bindings/ocaml/test_ppc
46bindings/ocaml/test_sparc
47bindings/ocaml/test_systemz
48bindings/ocaml/test_xcore
Wolfgang Schwotzer22b4d0e2017-10-21 15:44:36 +020049bindings/ocaml/test_m680x
Nguyen Anh Quynhf178d692014-08-19 23:11:04 +080050
Nguyen Anh Quynha3676e32014-06-26 22:10:41 +080051
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080052# test binaries
Nguyen Anh Quynh3bdc7f82015-06-07 15:56:34 +080053tests/test_basic
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080054tests/test_detail
Jay Osterb1119a32014-10-12 15:47:16 -070055tests/test_iter
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080056tests/test_arm
57tests/test_arm64
58tests/test_mips
59tests/test_x86
Nguyen Anh Quynhf1d489b2014-01-05 00:00:05 +080060tests/test_ppc
Giovanni Condello314893c2014-05-10 16:05:49 +020061tests/test_skipdata
Nguyen Anh Quynhd067ebc2014-03-10 15:03:16 +080062tests/test_sparc
Nguyen Anh Quynha3cfe4a2014-03-26 14:59:53 +080063tests/test_systemz
Nguyen Anh Quynh553bb482014-05-26 23:47:04 +080064tests/test_xcore
Nguyen Anh Quynhe94bf722014-01-09 14:28:05 +080065tests/*.static
Nguyen Anh Quynh5e94dba2015-09-30 10:51:22 +080066tests/test_customized_mnem
Nguyen Anh Quynh7e004bd2018-04-03 23:03:56 +080067tests/test_m68k
68tests/test_tms320c64x
Wolfgang Schwotzer22b4d0e2017-10-21 15:44:36 +020069tests/test_m680x
Nguyen Anh Quynh7e004bd2018-04-03 23:03:56 +080070tests/test_evm
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080071
practicalswift7f8ce6a2015-11-19 07:36:54 +010072# regress binaries
73suite/regress/invalid_read_in_print_operand
74
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080075# vim tmp file
76*.swp
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080077*~
Nguyen Anh Quynh7999c1f2013-12-03 13:40:11 +080078
79capstone.pc
Nguyen Anh Quynh29d138f2013-12-16 10:31:41 +080080
81# local files
82_*
Oliver Pinter0d90b2a2014-03-31 02:21:34 +020083
84# freebsd ports: generated file with "make makesum" command
85packages/freebsd/ports/devel/capstone/distinfo
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080086
87# VisualStudio
Satoshi Tandad069e2e2016-09-27 08:05:06 -070088ProjectUpgradeLog.log
Mr. eXoDia66ca55f2014-08-26 12:46:42 +020089Debug/
90Release/
91ipch/
mrexodia9d5b81d2016-12-16 18:43:32 +010092build*/
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080093*.sdf
94*.opensdf
95*.suo
Nguyen Anh Quynh015849d2014-05-16 15:47:52 +080096*.user
Satoshi Tandad069e2e2016-09-27 08:05:06 -070097*.backup
tandasat9dbeaa72016-04-09 22:35:52 -070098*.VC.db
99*.VC.opendb
Nguyen Anh Quynh26dfbc62014-07-31 18:24:51 +0800100
mrexodiaadb40d22016-06-23 16:53:07 +0200101# CMake build directories
102build*/
103
Félix Cloutier89005e02014-10-02 16:28:09 -0400104# Xcode
105xcode/Capstone.xcodeproj/xcuserdata
Félix Cloutiere8403172015-04-07 14:58:43 -0400106xcode/Capstone.xcodeproj/project.xcworkspace/xcuserdata
Félix Cloutier89005e02014-10-02 16:28:09 -0400107
Nguyen Anh Quynh26dfbc62014-07-31 18:24:51 +0800108# suite/
109test_arm_regression
110test_arm_regression.o
Nguyen Anh Quynhd8d11ed2015-06-16 17:32:03 +0800111fuzz_harness
Nguyen Anh Quynh5e94dba2015-09-30 10:51:22 +0800112test_iter_benchmark
Nguyen Anh Quynhd8d11ed2015-06-16 17:32:03 +0800113
Nguyen Anh Quynha91c1992014-10-13 07:27:16 +0800114
Nguyen Anh Quynhd319c112014-12-26 16:49:10 +0800115*.s
Nguyen Anh Quynh88834282016-05-03 23:05:22 +0800116.DS_Store
Nguyen Anh Quynh7c945cd2016-10-11 00:06:07 +0800117
118cstool/cstool