blob: 48870afd9be8d550f0d0c9aa6ed9398114909172 [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
41bindings/ocaml/test_mips
42bindings/ocaml/test_x86
43bindings/ocaml/test_detail
Nguyen Anh Quynhf178d692014-08-19 23:11:04 +080044bindings/ocaml/test_ppc
45bindings/ocaml/test_sparc
46bindings/ocaml/test_systemz
47bindings/ocaml/test_xcore
48
Nguyen Anh Quynha3676e32014-06-26 22:10:41 +080049
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080050# test binaries
Nguyen Anh Quynh3bdc7f82015-06-07 15:56:34 +080051tests/test_basic
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080052tests/test_detail
Jay Osterb1119a32014-10-12 15:47:16 -070053tests/test_iter
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080054tests/test_arm
55tests/test_arm64
56tests/test_mips
57tests/test_x86
Nguyen Anh Quynhf1d489b2014-01-05 00:00:05 +080058tests/test_ppc
Giovanni Condello314893c2014-05-10 16:05:49 +020059tests/test_skipdata
Nguyen Anh Quynhd067ebc2014-03-10 15:03:16 +080060tests/test_sparc
Nguyen Anh Quynha3cfe4a2014-03-26 14:59:53 +080061tests/test_systemz
Nguyen Anh Quynh553bb482014-05-26 23:47:04 +080062tests/test_xcore
Nguyen Anh Quynhe94bf722014-01-09 14:28:05 +080063tests/*.static
Nguyen Anh Quynh0b965452015-04-26 22:54:41 +080064tests/test_customized_mnem
Nguyen Anh Quynh841325f2015-10-03 11:33:26 +080065tests/test_m68k
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080066
67# vim tmp file
68*.swp
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080069*~
Nguyen Anh Quynh7999c1f2013-12-03 13:40:11 +080070
71capstone.pc
Nguyen Anh Quynh29d138f2013-12-16 10:31:41 +080072
73# local files
74_*
Oliver Pinter0d90b2a2014-03-31 02:21:34 +020075
76# freebsd ports: generated file with "make makesum" command
77packages/freebsd/ports/devel/capstone/distinfo
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080078
79# VisualStudio
Satoshi Tanda777f0d32016-09-27 08:05:06 -070080ProjectUpgradeLog.log
Mr. eXoDia66ca55f2014-08-26 12:46:42 +020081Debug/
82Release/
83ipch/
mrexodia9d5b81d2016-12-16 18:43:32 +010084build*/
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080085*.sdf
86*.opensdf
87*.suo
Nguyen Anh Quynh015849d2014-05-16 15:47:52 +080088*.user
Satoshi Tanda777f0d32016-09-27 08:05:06 -070089*.backup
tandasat45e5eab2016-05-11 21:48:32 -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
Félix Cloutiere5e87432015-04-07 14:58:43 -040094xcode/Capstone.xcodeproj/xcuserdata
95xcode/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 Quynh7bb35082015-06-16 17:32:03 +0800100fuzz_harness
Nguyen Anh Quynhcaf8dda2015-09-30 10:51:22 +0800101test_iter_benchmark
Nguyen Anh Quynh7bb35082015-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 Quynh14978f82016-10-11 00:05:33 +0800105
106cstool/cstool