blob: 1e4e2bc448af22c9a39cc80a5de5787d4bf3fad8 [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
30# test binaries
31tests/test
32tests/test_detail
33tests/test_arm
34tests/test_arm64
35tests/test_mips
36tests/test_x86
Nguyen Anh Quynhf1d489b2014-01-05 00:00:05 +080037tests/test_ppc
Giovanni Condello314893c2014-05-10 16:05:49 +020038tests/test_skipdata
Nguyen Anh Quynhd067ebc2014-03-10 15:03:16 +080039tests/test_sparc
Nguyen Anh Quynha3cfe4a2014-03-26 14:59:53 +080040tests/test_systemz
Nguyen Anh Quynh553bb482014-05-26 23:47:04 +080041tests/test_xcore
Nguyen Anh Quynhe94bf722014-01-09 14:28:05 +080042tests/*.static
Nguyen Anh Quynh5aeeb2c2013-11-28 15:45:57 +080043
44# vim tmp file
45*.swp
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080046*~
Nguyen Anh Quynh7999c1f2013-12-03 13:40:11 +080047
48capstone.pc
Nguyen Anh Quynh29d138f2013-12-16 10:31:41 +080049
50# local files
51_*
Oliver Pinter0d90b2a2014-03-31 02:21:34 +020052
53# freebsd ports: generated file with "make makesum" command
54packages/freebsd/ports/devel/capstone/distinfo
Nguyen Anh Quynh16d9c6c2014-05-14 21:54:09 +080055
56# VisualStudio
57Debug
58Release
59*.sdf
60*.opensdf
61*.suo
Nguyen Anh Quynh015849d2014-05-16 15:47:52 +080062*.user