VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 79fe1af5cdcd0c01629131ab0499e2d935bb3e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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