aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7db1686d81fc954ba86af4c0c630a3dc48316bce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Visual Studio Local Files
.vs/
*.user

# Build Output
/dist
/x86/Release
/x86/Debug
/amd64/Release
/amd64/Debug
/arm64/Release
/arm64/Debug

# Static Driver Verifier Output
/sdv
/smvbuild.log
/smvstats.txt

# Driver Verification Log
/wintun.DVL.XML

# Temporary files
*~