[New-bugs-announce] [issue18247] Add Lib/test/data/ to .gitignore

py.user report at bugs.python.org
Tue Jun 18 01:41:45 CEST 2013


New submission from py.user:

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 at 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 at localhost cpython]$

----------
components: Build, Devguide
messages: 191380
nosy: ezio.melotti, py.user
priority: normal
severity: normal
status: open
title: Add Lib/test/data/ to .gitignore
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18247>
_______________________________________


More information about the New-bugs-announce mailing list