mirror of
https://github.com/zer0condition/GoodmansKernel/
synced 2026-08-19 01:14:35 +00:00
49 lines
475 B
Plaintext
49 lines
475 B
Plaintext
# build outputs
|
|
x64/
|
|
Debug/
|
|
Release/
|
|
*.obj
|
|
*.o
|
|
*.pdb
|
|
*.ipdb
|
|
*.iobj
|
|
*.ilk
|
|
*.exp
|
|
*.lib
|
|
*.tlog
|
|
*.log
|
|
*.recipe
|
|
*.suo
|
|
*.user
|
|
.vs/
|
|
|
|
# driver artifacts
|
|
*.sys
|
|
*.inf.bak
|
|
*.cat
|
|
|
|
# built wasm
|
|
sample_guest/*.wasm
|
|
feature_guests/*.wasm
|
|
|
|
# CLI
|
|
cli/*.exe
|
|
!goodmans.exe.manifest
|
|
|
|
# generated certs (users make their own via deploy/gen_cert.cmd)
|
|
*.cer
|
|
*.pfx
|
|
|
|
# staged deploy binaries (users copy after build)
|
|
deploy/*.sys
|
|
deploy/*.exe
|
|
deploy/*.wasm
|
|
|
|
# VS
|
|
*.sdf
|
|
*.opendb
|
|
*.VC.db
|
|
|
|
# misc
|
|
*.zip
|