1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

MacOSX: ignore build artifacts

This commit is contained in:
Mounir IDRASSI
2020-11-28 19:30:37 +01:00
parent 5f08b45dcd
commit 27ad5c3c8c

10
.gitignore vendored
View File

@@ -12,6 +12,16 @@
*.h.gch *.h.gch
src/Main/veracrypt 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 # wxWidgets Linux build artifacts
src/wxrelease src/wxrelease
src/wxdebug src/wxdebug