diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 7023fb3..a768209 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -221,7 +221,7 @@ ClientBin/ | |||
221 | *.publishsettings | 221 | *.publishsettings |
222 | orleans.codegen.cs | 222 | orleans.codegen.cs |
223 | 223 | ||
224 | # Including strong name files can present a security risk | 224 | # Including strong name files can present a security risk |
225 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) | 225 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) |
226 | #*.snk | 226 | #*.snk |
227 | 227 | ||
@@ -317,7 +317,7 @@ __pycache__/ | |||
317 | # OpenCover UI analysis results | 317 | # OpenCover UI analysis results |
318 | OpenCover/ | 318 | OpenCover/ |
319 | 319 | ||
320 | # Azure Stream Analytics local run output | 320 | # Azure Stream Analytics local run output |
321 | ASALocalRun/ | 321 | ASALocalRun/ |
322 | 322 | ||
323 | # MSBuild Binary and Structured Log | 323 | # MSBuild Binary and Structured Log |
@@ -326,5 +326,8 @@ ASALocalRun/ | |||
326 | # NVidia Nsight GPU debugger configuration file | 326 | # NVidia Nsight GPU debugger configuration file |
327 | *.nvuser | 327 | *.nvuser |
328 | 328 | ||
329 | # MFractors (Xamarin productivity tool) working folder | 329 | # MFractors (Xamarin productivity tool) working folder |
330 | .mfractor/ \ No newline at end of file | 330 | .mfractor/ |
331 | |||
332 | # Misc | ||
333 | enc_temp_folder/ | ||