mirror of
https://github.com/revsic/cpp-obfuscator
synced 2026-06-08 17:08:30 +00:00
16 lines
125 B
Plaintext
16 lines
125 B
Plaintext
# editor
|
|
.vscode
|
|
|
|
# build
|
|
build
|
|
|
|
# cl with debug option
|
|
*.ilk
|
|
*.obj
|
|
*.pdb
|
|
|
|
# sample program
|
|
*.exe
|
|
|
|
# python cache
|
|
__pycache__ |