blob: 3e846c3efacca459609d48fcd516bb5659cd21f4 [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 Chernetze7c653f2015-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 Quynh0b965452015-04-26 22:54:41 +080066tests/test_customized_mnem
Nguyen Anh Quynh841325f2015-10-03 11:33:26 +080067tests/test_m68k
Nguyen Anh Quynh6f8bd552017-04-17 21:24:06 +080068tests/test_tms320c64x
Wolfgang Schwotzer22b4d0e2017-10-21 15:44:36 +020069tests/test_m680x
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080070
71# vim tmp file
72*.swp
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080073*~
Nguyen Anh Quynh7999c1f2013-12-03 13:40:11 +080074
75capstone.pc
Nguyen Anh Quynh29d138f2013-12-16 10:31:41 +080076
77# local files
78_*
Oliver Pinter0d90b2a2014-03-31 02:21:34 +020079
80# freebsd ports: generated file with "make makesum" command
81packages/freebsd/ports/devel/capstone/distinfo
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080082
83# VisualStudio
Satoshi Tanda777f0d32016-09-27 08:05:06 -070084ProjectUpgradeLog.log
Mr. eXoDia66ca55f2014-08-26 12:46:42 +020085Debug/
86Release/
87ipch/
mrexodia9d5b81d2016-12-16 18:43:32 +010088build*/
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080089*.sdf
90*.opensdf
91*.suo
Nguyen Anh Quynh015849d2014-05-16 15:47:52 +080092*.user
Satoshi Tanda777f0d32016-09-27 08:05:06 -070093*.backup
tandasat45e5eab2016-05-11 21:48:32 -070094*.VC.db
95*.VC.opendb
Nguyen Anh Quynh26dfbc62014-07-31 18:24:51 +080096
Félix Cloutier89005e02014-10-02 16:28:09 -040097# Xcode
Félix Cloutiere5e87432015-04-07 14:58:43 -040098xcode/Capstone.xcodeproj/xcuserdata
99xcode/Capstone.xcodeproj/project.xcworkspace/xcuserdata
Félix Cloutier89005e02014-10-02 16:28:09 -0400100
Nguyen Anh Quynh26dfbc62014-07-31 18:24:51 +0800101# suite/
102test_arm_regression
103test_arm_regression.o
Nguyen Anh Quynh7bb35082015-06-16 17:32:03 +0800104fuzz_harness
Nguyen Anh Quynhcaf8dda2015-09-30 10:51:22 +0800105test_iter_benchmark
Nguyen Anh Quynh7bb35082015-06-16 17:32:03 +0800106
Nguyen Anh Quynha91c1992014-10-13 07:27:16 +0800107
Nguyen Anh Quynhd319c112014-12-26 16:49:10 +0800108*.s
Nguyen Anh Quynh14978f82016-10-11 00:05:33 +0800109
110cstool/cstool