unicorn/.gitignore

92 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2015-08-21 10:04:50 +03:00
.DS_Store
*.swp
*.d
*.o
*.a
2015-09-22 06:05:38 +03:00
*.dSYM
*.so
*.so.*
*.exe
2015-12-17 08:20:57 +03:00
*.dll
*.class
*.jar
2022-05-04 16:31:53 +03:00
*.gem
2017-01-23 16:54:48 +03:00
*~
2015-08-21 10:04:50 +03:00
2022-05-04 16:31:53 +03:00
qemu/*-softmmu/
2015-08-21 10:04:50 +03:00
tags
qemu/config-host.ld
qemu/config.log
qemu/config.status
qemu/config-host.h
qemu/config-host.h-timestamp
qemu/config-host.mak
libunicorn*.dll
libunicorn*.so
libunicorn*.dylib
unicorn.pc
unicorn.lib
unicorn.dll
unicorn.exp
unicorn.def
2015-08-21 10:04:50 +03:00
unicorn_*.lib
unicorn_*.exp
2015-08-21 10:04:50 +03:00
unicorn_*.dll
*.tgz
*.zip
*.pyc
_*.txt
_*.diff
tmp/
2021-10-13 06:51:27 +03:00
bindings/java/unicorn_Unicorn.h
2015-08-21 10:04:50 +03:00
bindings/python/build/
bindings/python/dist/
bindings/python/src/
bindings/python/unicorn.egg-info/
bindings/python/unicorn/lib/
bindings/python/unicorn/include/
bindings/python/MANIFEST
2022-05-10 14:24:59 +03:00
/target/
Cargo.lock
2015-08-21 10:04:50 +03:00
config.log
2015-08-24 17:25:28 +03:00
2016-06-16 04:27:47 +03:00
2015-10-14 11:51:23 +03:00
#################
## Visual Studio
#################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# vscode
.vscode
.vscode/
2015-10-14 11:51:23 +03:00
# User-specific files
*.opensdf
*.sdf
2015-10-14 11:51:23 +03:00
*.suo
*.user
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/
x64/
Win32/
2015-10-14 11:51:23 +03:00
build/
2021-11-21 14:48:52 +03:00
build_*
rust_build
2015-10-14 11:51:23 +03:00
[Bb]in/
[Oo]bj/
packages/
cmocka/