capstone/.gitignore

84 lines
1.1 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/
*.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
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
# 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
*.sdf
*.opensdf
*.suo
2014-05-16 07:47:52 +00:00
*.user
# suite/
test_arm_regression
test_arm_regression.o