This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: .gitignore file
Type: enhancement Stage: resolved
Components: Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: python-dev, rbcollins, zach.ware
Priority: normal Keywords: patch

Created on 2014-09-25 01:04 by rbcollins, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
windows-git-ignore.diff rbcollins, 2014-09-25 01:04 review
Messages (3)
msg227498 - (view) Author: Robert Collins (rbcollins) * (Python committer) Date: 2014-09-25 01:04
The .gitignore file was missing some build products on windows. The attached patch makes the tree be clean after doing a debug build.
msg229057 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-10-11 04:46
New changeset 5f98d239db8c by Zachary Ware in branch 'default':
Issue #22489: Update .gitignore to ignore Windows build output.
https://hg.python.org/cpython/rev/5f98d239db8c
msg229058 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-10-11 04:47
Fixed, with a few changes based on the .hgignore file.  Thanks for the patch, Robert.
History
Date User Action Args
2022-04-11 14:58:08adminsetgithub: 66679
2014-10-11 04:47:37zach.waresetstatus: open -> closed

assignee: zach.ware
versions: + Python 3.5
messages: + msg229058
type: enhancement
resolution: fixed
stage: resolved
2014-10-11 04:46:03python-devsetnosy: + python-dev
messages: + msg229057
2014-09-25 03:59:35ned.deilysetnosy: + zach.ware
2014-09-25 01:04:56rbcollinscreate