1# Object files 2*.o 3*.ko 4 5# Gcc dependency-tracking files 6*.d 7 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 22 23# python 24bindings/python/build/ 25bindings/python/capstone.egg-info/ 26*.pyc 27 28# java 29bindings/java/capstone.jar 30 31# ocaml 32bindings/ocaml/*.cmi 33bindings/ocaml/*.cmx 34bindings/ocaml/*.cmxa 35bindings/ocaml/*.mli 36bindings/ocaml/test 37bindings/ocaml/test_arm 38bindings/ocaml/test_arm64 39bindings/ocaml/test_mips 40bindings/ocaml/test_x86 41bindings/ocaml/test_detail 42bindings/ocaml/test_ppc 43bindings/ocaml/test_sparc 44bindings/ocaml/test_systemz 45bindings/ocaml/test_xcore 46 47 48# test binaries 49tests/test 50tests/test_detail 51tests/test_iter 52tests/test_arm 53tests/test_arm64 54tests/test_mips 55tests/test_x86 56tests/test_ppc 57tests/test_skipdata 58tests/test_sparc 59tests/test_systemz 60tests/test_xcore 61tests/*.static 62tests/test_basic 63tests/test_customized_mnem 64 65 66# regress binaries 67suite/regress/invalid_read_in_print_operand 68 69 70# vim tmp file 71*.swp 72*~ 73 74capstone.pc 75 76# local files 77_* 78 79# freebsd ports: generated file with "make makesum" command 80packages/freebsd/ports/devel/capstone/distinfo 81 82# VisualStudio 83ProjectUpgradeLog.log 84Debug/ 85Release/ 86ipch/ 87*.sdf 88*.opensdf 89*.suo 90*.user 91*.backup 92*.VC.db 93*.VC.opendb 94 95# CMake build directories 96build*/ 97 98# Xcode 99xcode/Capstone.xcodeproj/xcuserdata 100xcode/Capstone.xcodeproj/project.xcworkspace/xcuserdata 101 102# suite/ 103test_arm_regression 104test_arm_regression.o 105fuzz_harness 106test_iter_benchmark 107 108 109*.s 110.DS_Store 111 112cstool/cstool 113