forked from dwmkerr/sharpshell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (47 loc) · 972 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
50
51
52
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.bak
*.cache
*.ilk
*.log
.vs/
[Bb]in
[Dd]ebug*/
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
SharpShell/.nuget
SharpShell/ipch/
*.sdf
*.opensdf
Build/Tools/ServerManager.vshost.exe.manifest
!Release/
Release/2.*
Release/nuspec/SharpShell/lib
Release/nuspec/SharpShellTools/lib
SharpShell/packages
*.db
*.opendb
# SharpShellNativeBridge intermediates.
SharpShell/Release
SharpShell/x64
SharpShell/SharpShellNativeBridge/Release
SharpShell/SharpShellNativeBridge/x64
# Artifacts
SharpShell/artifacts
# Artifacts which are automatically copied into other asseblies.
SharpShell/SharpShell/NativeBridge/SharpShellNativeBridge32.dll
SharpShell/SharpShell/NativeBridge/SharpShellNativeBridge64.dll
SharpShell/Tools/ServerRegistrationManager/EmbeddedReferences/SharpShell.dll
# Test project user specific files.
DllWithResources.vcxproj.filters