Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lib/test/data/ to .gitignore #62447

Closed
py-user mannequin opened this issue Jun 17, 2013 · 2 comments
Closed

Add Lib/test/data/ to .gitignore #62447

py-user mannequin opened this issue Jun 17, 2013 · 2 comments
Labels
build The build process and cross-build docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@py-user
Copy link
Mannequin

py-user mannequin commented Jun 17, 2013

BPO 18247
Nosy @ezio-melotti, @py-user

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-06-21.11:45:03.277>
created_at = <Date 2013-06-17.23:41:45.333>
labels = ['type-feature', 'build', 'docs']
title = 'Add Lib/test/data/ to .gitignore'
updated_at = <Date 2013-06-21.11:45:03.262>
user = 'https://github.com/py-user'

bugs.python.org fields:

activity = <Date 2013-06-21.11:45:03.262>
actor = 'python-dev'
assignee = 'none'
closed = True
closed_date = <Date 2013-06-21.11:45:03.277>
closer = 'python-dev'
components = ['Build', 'Devguide']
creation = <Date 2013-06-17.23:41:45.333>
creator = 'py.user'
dependencies = []
files = []
hgrepos = []
issue_num = 18247
keywords = []
message_count = 2.0
messages = ['191380', '191568']
nosy_count = 3.0
nosy_names = ['ezio.melotti', 'py.user', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue18247'
versions = ['Python 3.4']

@py-user
Copy link
Mannequin Author

py-user mannequin commented Jun 17, 2013

have a git repository:
http://docs.python.org/devguide/faq.html#i-already-know-how-to-use-git-can-i-use-that-instead
git clone git://github.com/akheron/cpython

after running tests by "make test" they created some files in "Lib/test/data/"

[guest@localhost cpython]$ git st
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)

# modified: Doc/library/itertools.rst

# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)

# modified: Modules/itertoolsmodule.c

# Untracked files:
# (use "git add <file>..." to include in what will be committed)

# Lib/test/data/BIG5.TXT
# Lib/test/data/BIG5HKSCS-2004.TXT
# Lib/test/data/CP932.TXT
# Lib/test/data/CP936.TXT
# Lib/test/data/CP949.TXT
# Lib/test/data/CP950.TXT
# Lib/test/data/EUC-CN.TXT
# Lib/test/data/EUC-JISX0213.TXT
# Lib/test/data/EUC-JP.TXT
# Lib/test/data/EUC-KR.TXT
# Lib/test/data/JOHAB.TXT
# Lib/test/data/NamedSequences.txt
# Lib/test/data/NormalizationTest.txt
# Lib/test/data/SHIFTJIS.TXT
# Lib/test/data/SHIFT_JISX0213.TXT
# Lib/test/data/gb-18030-2000.xml
[guest@localhost cpython]$

@py-user py-user mannequin added build The build process and cross-build docs Documentation in the Doc dir type-feature A feature request or enhancement labels Jun 17, 2013
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 21, 2013

New changeset 68e1eec01113 by Andrew Kuchling in branch 'default':
Closes bpo-18247: add Lib/test/data/* to .gitignore
http://hg.python.org/cpython/rev/68e1eec01113

@python-dev python-dev mannequin closed this as completed Jun 21, 2013
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build docs Documentation in the Doc dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

0 participants