forked from hpcloud/cf-windows-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
35 lines (33 loc) · 884 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
obj
*.exe
TestResults
bin
*.suo
*.vsmdi
*.opensdf
*.sdf
CloudFoundry.Utilities.WindowsProcess/x64
*.user
StyleCop.Cache
*.testsettings
*.trx
doc/*.xml
doc/*.XML
!src/CloudFoundry.Test/TestApps/Umbraco/app/bin
!src/buildpacks/cf-iis8-buildpack/app/bin
!src/buildpacks/cf-iis8-buildpack/bin
!src/buildpacks/cf-iis8-buildpack/iishwc/iishwcx64.exe
!src/buildpacks/cf-iis8-buildpack/iishwc/iishwcx86.exe
!installers/logyard/binaries/apptail.exe
!installers/logyard/binaries/logyard.exe
!installers/logyard/binaries/systail.exe
!src/CloudFoundry.WinDEA/CloudFoundry.WindowsPrison.Guard.exe
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config
!.nuget/NuGet.exe