capstone/.gitignore

106 lines
1.4 KiB
Plaintext
Raw Normal View History

2013-11-27 02:32:11 +00:00
# Object files
*.o
*.ko
# Gcc dependency-tracking files
*.d
2013-11-27 02:32:11 +00:00
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# python
bindings/python/build/
bindings/python/capstone.egg-info/
*.pyc
# java
bindings/java/capstone.jar
2014-06-26 14:10:41 +00:00
# ocaml
bindings/ocaml/*.cmi
bindings/ocaml/*.cmx
bindings/ocaml/*.cmxa
bindings/ocaml/*.mli
bindings/ocaml/test
bindings/ocaml/test_arm
bindings/ocaml/test_arm64
bindings/ocaml/test_mips
bindings/ocaml/test_x86
bindings/ocaml/test_detail
2014-08-19 15:11:04 +00:00
bindings/ocaml/test_ppc
bindings/ocaml/test_sparc
bindings/ocaml/test_systemz
bindings/ocaml/test_xcore
2014-06-26 14:10:41 +00:00
# test binaries
tests/test
tests/test_detail
2014-10-12 22:47:16 +00:00
tests/test_iter
tests/test_arm
tests/test_arm64
tests/test_mips
tests/test_x86
2014-01-04 16:00:05 +00:00
tests/test_ppc
tests/test_skipdata
2014-03-10 07:03:16 +00:00
tests/test_sparc
2014-03-26 06:59:53 +00:00
tests/test_systemz
2014-05-26 15:47:04 +00:00
tests/test_xcore
2014-01-09 06:28:05 +00:00
tests/*.static
tests/test_basic
tests/test_customized_mnem
# regress binaries
suite/regress/invalid_read_in_print_operand
# vim tmp file
*.swp
2014-05-14 13:54:09 +00:00
*~
2013-12-03 05:40:11 +00:00
capstone.pc
# local files
_*
# freebsd ports: generated file with "make makesum" command
packages/freebsd/ports/devel/capstone/distinfo
2014-05-14 13:54:09 +00:00
# VisualStudio
Debug/
Release/
ipch/
2014-05-14 13:54:09 +00:00
*.sdf
*.opensdf
*.suo
2014-05-16 07:47:52 +00:00
*.user
2016-04-10 05:35:52 +00:00
*.VC.db
*.VC.opendb
# Xcode
xcode/Capstone.xcodeproj/xcuserdata
2015-04-07 18:58:43 +00:00
xcode/Capstone.xcodeproj/project.xcworkspace/xcuserdata
# suite/
test_arm_regression
test_arm_regression.o
fuzz_harness
test_iter_benchmark
*.s
2016-05-03 15:05:22 +00:00
.DS_Store