Nguyen Anh Quynh | 0c91f8f | 2013-11-26 18:32:11 -0800 | [diff] [blame] | 1 | # Object files |
2 | *.o | ||||
3 | *.ko | ||||
4 | |||||
Giovanni Condello | 314893c | 2014-05-10 16:05:49 +0200 | [diff] [blame] | 5 | # Gcc dependency-tracking files |
6 | *.d | ||||
7 | |||||
Nguyen Anh Quynh | 0c91f8f | 2013-11-26 18:32:11 -0800 | [diff] [blame] | 8 | # 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 Quynh | 5aeeb2c | 2013-11-28 15:45:57 +0800 | [diff] [blame] | 22 | |
23 | # python | ||||
24 | bindings/python/build/ | ||||
25 | *.pyc | ||||
26 | |||||
27 | # java | ||||
28 | bindings/java/capstone.jar | ||||
29 | |||||
30 | # test binaries | ||||
31 | tests/test | ||||
32 | tests/test_detail | ||||
33 | tests/test_arm | ||||
34 | tests/test_arm64 | ||||
35 | tests/test_mips | ||||
36 | tests/test_x86 | ||||
Nguyen Anh Quynh | f1d489b | 2014-01-05 00:00:05 +0800 | [diff] [blame] | 37 | tests/test_ppc |
Giovanni Condello | 314893c | 2014-05-10 16:05:49 +0200 | [diff] [blame] | 38 | tests/test_skipdata |
Nguyen Anh Quynh | d067ebc | 2014-03-10 15:03:16 +0800 | [diff] [blame] | 39 | tests/test_sparc |
Nguyen Anh Quynh | a3cfe4a | 2014-03-26 14:59:53 +0800 | [diff] [blame] | 40 | tests/test_systemz |
Nguyen Anh Quynh | e94bf72 | 2014-01-09 14:28:05 +0800 | [diff] [blame] | 41 | tests/*.static |
Nguyen Anh Quynh | 5aeeb2c | 2013-11-28 15:45:57 +0800 | [diff] [blame] | 42 | |
43 | # vim tmp file | ||||
44 | *.swp | ||||
Nguyen Anh Quynh | 7999c1f | 2013-12-03 13:40:11 +0800 | [diff] [blame] | 45 | |
46 | capstone.pc | ||||
Nguyen Anh Quynh | 29d138f | 2013-12-16 10:31:41 +0800 | [diff] [blame] | 47 | |
48 | # local files | ||||
49 | _* | ||||
Oliver Pinter | 0d90b2a | 2014-03-31 02:21:34 +0200 | [diff] [blame] | 50 | |
51 | # freebsd ports: generated file with "make makesum" command | ||||
52 | packages/freebsd/ports/devel/capstone/distinfo |