Skip to content

Commit

Permalink
Fixed .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gtryf committed Aug 1, 2015
1 parent a277932 commit 1904130
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ artifacts/
*.pidb
*.svclog
*.scc
*.dll

# Exclude .dll files used for building
Sitemap.Xml/lib/*.dll

# Chutzpah Test files
_Chutzpah*
Expand Down
5 changes: 5 additions & 0 deletions Sitemap.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitemap.Xml", "Sitemap.Xml\Sitemap.Xml.csproj", "{B902EBF7-2D00-4798-87F4-851B1B3070FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11685196-7638-4DE7-89D7-92C387673E82}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 1904130

Please sign in to comment.