Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
Add .dmp files to .gitignore
Let VS2017 fix the formatting of the PyExt.vcxproj.filters
  • Loading branch information
SeanCline committed Jun 7, 2018
1 parent e2f7631 commit 841e592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ x86/

# Python artifacts.
*.pyc

# Unit test artifacts.
/test/scripts/*.dmp
2 changes: 1 addition & 1 deletion test/PyExtTest/PyExtTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{AE750E22-5A8E-401E-A843-B9D56B09A015}</ProjectGuid>
<RootNamespace>PyExtTest</RootNamespace>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit 841e592

Please sign in to comment.