diff options
author | Enrico Sada <enrico@sada.io> | 2017-12-13 23:37:34 +0100 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2017-12-14 09:07:34 +1030 |
commit | 6fa7f9416d2c5bd0dbc651ea3f88ccd3ef91024e (patch) | |
tree | 8f978d5a745590e99344b7c399507730128a6dae | |
parent | ea2aa40cb4620e334a87e8494e03d0e7d1ec11df (diff) | |
download | gitignore-6fa7f9416d2c5bd0dbc651ea3f88ccd3ef91024e.tar.gz gitignore-6fa7f9416d2c5bd0dbc651ea3f88ccd3ef91024e.zip |
ignore MSBuild Binary and Structured Log (#2549)
ref http://msbuildlog.com/
-rw-r--r-- | VisualStudio.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6217e6c4..3ecb13b9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -313,3 +313,7 @@ OpenCover/ # Azure Stream Analytics local run output ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + |