-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
48 lines (47 loc) · 1.01 KB
/
.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
*~
*.suo
*.user
bin/
obj/
Debug/
DebugDLL/
DebugStaticLib/
Release/
ReleaseDLL/
ReleaseStaticLib/
*.ncb
*.sdf
*Thumbs.db
*.ipch
*.vcxproj.filters
*.opensdf
*.sln.cache
ipch/
UpgradeLog*
XenGuestAgent/XenGuestAgent_i.c
XenGuestAgent/XenGuestAgent_i.h
XenGuestAgent/XenGuestAgent_p.c
_UpgradeReport_Files/
XenGuestAgent/dlldata.c
XenGuestAgent/xgamsg.h
XenGuestAgent/xgamsg.rc
*.wixobj
XenClientGuestService/Bindings/gen/
XenClientGuestService/Tests/XenClientGuestServiceAndClientConsoleTest/gen/
XenClientGuestService/BuildLogs/
XenGuestAgent/Messages_de.bin
XenGuestAgent/Messages_en.bin
XenGuestAgent/Messages_es.bin
XenGuestAgent/Messages_fr.bin
XenGuestAgent/Messages_ja.bin
XenGuestAgent/Messages_zh_CN.bin
XenGuestAgent/xgamsg.de.h
XenGuestAgent/xgamsg.de.rc
XenGuestAgent/xgamsg.es.h
XenGuestAgent/xgamsg.es.rc
XenGuestAgent/xgamsg.fr.h
XenGuestAgent/xgamsg.fr.rc
XenGuestAgent/xgamsg.ja.h
XenGuestAgent/xgamsg.ja.rc
XenGuestAgent/xgamsg.zh-CN.h
XenGuestAgent/xgamsg.zh-CN.rc