Browse Source

Add disassembler test temp files to git ignore.

pull/1425/head
Siegfried Pammer 8 years ago
parent
commit
fcc12bf390
  1. 2
      .gitignore

2
.gitignore vendored

@ -12,6 +12,8 @@ _ReSharper*/
.vs/ .vs/
/ILSpy.AddIn/Packages/* /ILSpy.AddIn/Packages/*
/ILSpy.AddIn/source.extension.vsixmanifest /ILSpy.AddIn/source.extension.vsixmanifest
/ICSharpCode.Decompiler.Tests/TestCases/Disassembler/Pretty/*.dll
/ICSharpCode.Decompiler.Tests/TestCases/Disassembler/Pretty/*.result.il
/ICSharpCode.Decompiler.Tests/TestCases/Correctness/*.exe /ICSharpCode.Decompiler.Tests/TestCases/Correctness/*.exe
/ICSharpCode.Decompiler.Tests/TestCases/Correctness/*.exe.config /ICSharpCode.Decompiler.Tests/TestCases/Correctness/*.exe.config
/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec /ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec

Loading…
Cancel
Save