Nguyen Anh Quynh | 0c91f8f | 2013-11-26 18:32:11 -0800 | [diff] [blame] | 1 | # Object files |
| 2 | *.o |
| 3 | *.ko |
| 4 | |
| 5 | # Libraries |
| 6 | *.lib |
| 7 | *.a |
| 8 | |
| 9 | # Shared objects (inc. Windows DLLs) |
| 10 | *.dll |
| 11 | *.so |
| 12 | *.so.* |
| 13 | *.dylib |
| 14 | |
| 15 | # Executables |
| 16 | *.exe |
| 17 | *.out |
| 18 | *.app |
Nguyen Anh Quynh | 5aeeb2c | 2013-11-28 15:45:57 +0800 | [diff] [blame] | 19 | |
| 20 | # python |
| 21 | bindings/python/build/ |
| 22 | *.pyc |
Nguyen Anh Quynh | d0f201c | 2014-01-10 10:43:47 +0800 | [diff] [blame] | 23 | bindings/python/pyx/*.c |
Nguyen Anh Quynh | 2fcfeac | 2014-01-13 20:43:44 +0800 | [diff] [blame] | 24 | bindings/python/pyx/arm.pyx |
| 25 | bindings/python/pyx/arm64.pyx |
| 26 | bindings/python/pyx/arm64_const.pyx |
| 27 | bindings/python/pyx/arm_const.pyx |
| 28 | bindings/python/pyx/capstone.pyx |
| 29 | bindings/python/pyx/mips.pyx |
| 30 | bindings/python/pyx/mips_const.pyx |
| 31 | bindings/python/pyx/ppc.pyx |
| 32 | bindings/python/pyx/ppc_const.pyx |
| 33 | bindings/python/pyx/x86.pyx |
| 34 | bindings/python/pyx/x86_const.pyx |
Nguyen Anh Quynh | d067ebc | 2014-03-10 15:03:16 +0800 | [diff] [blame] | 35 | bindings/python/pyx/sparc.pyx |
| 36 | bindings/python/pyx/sparc_const.pyx |
Nguyen Anh Quynh | 2fcfeac | 2014-01-13 20:43:44 +0800 | [diff] [blame] | 37 | |
Nguyen Anh Quynh | 5aeeb2c | 2013-11-28 15:45:57 +0800 | [diff] [blame] | 38 | |
| 39 | # java |
| 40 | bindings/java/capstone.jar |
| 41 | |
| 42 | # test binaries |
| 43 | tests/test |
| 44 | tests/test_detail |
| 45 | tests/test_arm |
| 46 | tests/test_arm64 |
| 47 | tests/test_mips |
| 48 | tests/test_x86 |
Nguyen Anh Quynh | f1d489b | 2014-01-05 00:00:05 +0800 | [diff] [blame] | 49 | tests/test_ppc |
Nguyen Anh Quynh | d067ebc | 2014-03-10 15:03:16 +0800 | [diff] [blame] | 50 | tests/test_sparc |
Nguyen Anh Quynh | a3cfe4a | 2014-03-26 14:59:53 +0800 | [diff] [blame] | 51 | tests/test_systemz |
Nguyen Anh Quynh | e94bf72 | 2014-01-09 14:28:05 +0800 | [diff] [blame] | 52 | tests/*.static |
Nguyen Anh Quynh | 5aeeb2c | 2013-11-28 15:45:57 +0800 | [diff] [blame] | 53 | |
| 54 | # vim tmp file |
| 55 | *.swp |
Nguyen Anh Quynh | 7999c1f | 2013-12-03 13:40:11 +0800 | [diff] [blame] | 56 | |
| 57 | capstone.pc |
Nguyen Anh Quynh | 29d138f | 2013-12-16 10:31:41 +0800 | [diff] [blame] | 58 | |
| 59 | # local files |
| 60 | _* |
Oliver Pinter | 0d90b2a | 2014-03-31 02:21:34 +0200 | [diff] [blame] | 61 | |
| 62 | # freebsd ports: generated file with "make makesum" command |
| 63 | packages/freebsd/ports/devel/capstone/distinfo |