Update .gitignore for build dirs and subprojects (#608)
This commit is contained in:
parent
c0710a8406
commit
8a52f0947a
1 changed files with 9 additions and 3 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -52,9 +52,7 @@ binrz/rz-ax/rz-ax.exe
|
|||
binrz/rz-sign/rz-sign
|
||||
binrz/rz-sign/rz-sign.exe
|
||||
binrz/*/_CodeSignature/*
|
||||
build
|
||||
builddir
|
||||
build_sdb
|
||||
build*/
|
||||
config-user.mk
|
||||
librz/bin/d/dll/dll
|
||||
librz/config.h
|
||||
|
|
@ -130,3 +128,11 @@ librz/include/sdb
|
|||
peda-session-*
|
||||
/.vs
|
||||
.cache/
|
||||
subprojects/capstone-bundled/
|
||||
subprojects/libuv-*/
|
||||
subprojects/libzip-*/
|
||||
subprojects/lz4-*/
|
||||
subprojects/packagecache/
|
||||
subprojects/sdb/
|
||||
subprojects/tree-sitter-*/
|
||||
subprojects/zlib-*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue