Skip to content

Commit

Permalink
[c#] Ignore msbuild.binlog files
Browse files Browse the repository at this point in the history
Also, synchronize the .gitignore files used for the C# source tree and
the examples tree.
  • Loading branch information
chwarr authored Jun 29, 2020
1 parent dd7b47d commit 963f87a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ _ReSharper.*
*.opensdf
*.psess
*.VC.db

# MSBuild binary log
msbuild.binlog
10 changes: 9 additions & 1 deletion examples/cs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
bin/
obj/
TestResults/
tools/
Debug/
Release/

# Nuget packages
packages/Newtonsoft.Json.*/
packages/

# Profiler artifacts
*.exe.manifest
Expand All @@ -17,5 +20,10 @@ _ReSharper.*
*.sdf
*.suo
*.user
*.opendb
*.opensdf
*.psess
*.VC.db

# MSBuild binary log
msbuild.binlog

0 comments on commit 963f87a

Please sign in to comment.