forked from jkammueller/vstdriver
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
49 lines (49 loc) · 766 Bytes
/
.gitignore
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/driver/*.exp
/driver/*.ilk
/driver/*.lib
/driver/*.obj
/driver/*.opensdf
/driver/*.pdb
/driver/*.sdf
/driver/*.vcxproj.user
/driver/*.suo
/driver/*.user
/driver/ipch
/driver/x64
/driver/output
/driver/Release
/driver/Debug
/driver/out
/driver/*.dll
/driver/*.exe
/driver/.vs
/drivercfg/*.opensdf
/drivercfg/*.sdf
/drivercfg/*.vcxproj.user
/drivercfg/*.suo
/drivercfg/*.user
/drivercfg/ipch
/drivercfg/Release
/drivercfg/Debug
/drivercfg/*.dll
/drivercfg/*.exe
/drivercfg/x64
/drivercfg/.vs
/vsthost/*.opensdf
/vsthost/*.sdf
/vsthost/*.vcxproj.user
/vsthost/*.suo
/vsthost/*.user
/vsthost/*.aps
/vsthost/*.VC.db
/vsthost/ipch
/vsthost/Release
/vsthost/Debug
/vsthost/x64
/vsthost/.vs
/vsthost/*.dll
/vsthost/*.exe
/output/
git_ver.h
vstmididrv.exe
vstmididrv.exe.asc