blob: c525af8ed0a5c1626b1f4ae456b0c003c9e25ab2 [file] [log] [blame]
Nguyen Anh Quynh0c91f8f2013-11-26 18:32:11 -08001# 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 Quynh5aeeb2c2013-11-28 15:45:57 +080019
20# python
21bindings/python/build/
22*.pyc
23
24# java
25bindings/java/capstone.jar
26
27# test binaries
28tests/test
29tests/test_detail
30tests/test_arm
31tests/test_arm64
32tests/test_mips
33tests/test_x86
34
35# vim tmp file
36*.swp