mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
29 lines
357 B
Plaintext
29 lines
357 B
Plaintext
# For those using Visual Studio Code for development
|
|
.vscode/
|
|
|
|
# VC Linux build artifacts
|
|
*.o
|
|
*.o0
|
|
*.d
|
|
*.a
|
|
*.bmp.h
|
|
*.xml.h
|
|
*.txt.h
|
|
*.h.gch
|
|
src/Main/veracrypt
|
|
|
|
# VC macOS build artifacts
|
|
src/Main/VeraCrypt
|
|
src/Main/VeraCrypt.app
|
|
src/Main/*.dmg
|
|
src/Setup/MacOSX/*.pkg
|
|
*.oo
|
|
*.o.32
|
|
*.o.64
|
|
.DS_Store
|
|
|
|
# wxWidgets Linux build artifacts
|
|
src/wxrelease
|
|
src/wxdebug
|
|
|