Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
adbda176
Commit
adbda176
authored
May 16, 2012
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .hgignore for new MSVC files
parent
51b2ed51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.hgignore
.hgignore
+4
-0
No files found.
.hgignore
View file @
adbda176
...
@@ -56,6 +56,9 @@ PC/python_nt*.h
...
@@ -56,6 +56,9 @@ PC/python_nt*.h
PC/pythonnt_rc*.h
PC/pythonnt_rc*.h
PC/*.obj
PC/*.obj
PC/*.exe
PC/*.exe
PC/*/*.user
PC/*/*.ncb
PC/*/*.suo
PCbuild/*.exe
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.pdb
...
@@ -69,6 +72,7 @@ PCbuild/*.suo
...
@@ -69,6 +72,7 @@ PCbuild/*.suo
PCbuild/*.*sdf
PCbuild/*.*sdf
PCbuild/Win32-temp-*
PCbuild/Win32-temp-*
PCbuild/x64-temp-*
PCbuild/x64-temp-*
BuildLog.htm
__pycache__
__pycache__
Modules/_testembed
Modules/_testembed
.coverage
.coverage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment