1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-10-18 05:48:56 +00:00
bddisasm/.gitignore

78 lines
1001 B
Plaintext
Raw Normal View History

2020-07-21 08:19:18 +00:00
syntax: glob
# Object files
*.o
*.obj
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.sys
#VS/WDK project files
*.ilk
*.pdb
*.user
*.mac
*.res
*.log
build*_*_*.xml
*.suo
*.sdf
*.opensdf
*.tlog
*.ipch
vc*.idb
/bin/
/_intdir/
*.aps
*.vcxprojResolveAssemblyReference.cache
*.manifest
*.unsuccessfulbuild
UpgradeLog*.XML
_UpgradeReport_Files/*
*.sbr
#other files
*.pyc
.*.swp
*.pyd
.vs/
disasmtool_lix/build
.dir-locals.el
.ccls-cache/
compile_commands.json
.gdb_history
pydis/.eggs
bdshemu_fuzz/out
bdshemu_fuzz/shfuzz
bdshemu_fuzz/in-32
2020-07-21 08:19:18 +00:00
bdshemu_fuzz/out-32
bdshemu_fuzz/in-64
2020-07-21 08:19:18 +00:00
bdshemu_fuzz/out-64
docs/build
2020-11-17 09:04:30 +00:00
libbddisasm.pc
2021-10-19 14:46:46 +00:00
build/
2020-11-17 09:04:30 +00:00
.vscode
2020-11-17 09:40:25 +00:00
disasmtool_lix/_build
bindings/rsbddisasm/target
bindings/rsbddisasm/Cargo.lock
bindings/pybddisasm/pybddisasm.egg-info
bindings/rsbddisasm/bddisasm/target
bindings/pybddisasm/pybddisasm/pybddisasm.py
bindings/pybddisasm/pybddisasm/pybddisasm_wrap.c
bddfuzz.tar
bindings/pybddisasm/.eggs