blob: 8d905f4071f3801fe8dbc38ba1c9109eda419e2d [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/
25*.pyc
26
27# java
28bindings/java/capstone.jar
29
Nguyen Anh Quynha3676e32014-06-26 22:10:41 +080030# ocaml
31bindings/ocaml/*.cmi
32bindings/ocaml/*.cmx
33bindings/ocaml/*.cmxa
34bindings/ocaml/*.mli
35bindings/ocaml/test
36bindings/ocaml/test_arm
37bindings/ocaml/test_arm64
38bindings/ocaml/test_mips
39bindings/ocaml/test_x86
40bindings/ocaml/test_detail
41
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080042# test binaries
43tests/test
44tests/test_detail
45tests/test_arm
46tests/test_arm64
47tests/test_mips
48tests/test_x86
Nguyen Anh Quynhf1d489b2014-01-05 00:00:05 +080049tests/test_ppc
Giovanni Condello314893c2014-05-10 16:05:49 +020050tests/test_skipdata
Nguyen Anh Quynhd067ebc2014-03-10 15:03:16 +080051tests/test_sparc
Nguyen Anh Quynha3cfe4a2014-03-26 14:59:53 +080052tests/test_systemz
Nguyen Anh Quynh553bb482014-05-26 23:47:04 +080053tests/test_xcore
Nguyen Anh Quynhe94bf722014-01-09 14:28:05 +080054tests/*.static
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080055
56# vim tmp file
57*.swp
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080058*~
Nguyen Anh Quynh7999c1f2013-12-03 13:40:11 +080059
60capstone.pc
Nguyen Anh Quynh29d138f2013-12-16 10:31:41 +080061
62# local files
63_*
Oliver Pinter0d90b2a2014-03-31 02:21:34 +020064
65# freebsd ports: generated file with "make makesum" command
66packages/freebsd/ports/devel/capstone/distinfo
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080067
68# VisualStudio
69Debug
70Release
71*.sdf
72*.opensdf
73*.suo
Nguyen Anh Quynh015849d2014-05-16 15:47:52 +080074*.user
Nguyen Anh Quynh26dfbc62014-07-31 18:24:51 +080075
76# suite/
77test_arm_regression
78test_arm_regression.o