[issue14472] .gitignore is outdated

2012-05-22 Thread Petri Lehtinen
Petri Lehtinen added the comment: Fixed in default and 3.2 branches, which are quite similar. Thanks for the patch! Closing now. Feel free to reopen if you want to provide a patch for the 2.7 branch, too. -- resolution: -> fixed status: open -> closed versions: +Python 3.2, Python 3

[issue14472] .gitignore is outdated

2012-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8652dd5c2a14 by Petri Lehtinen in branch '3.2': #14472: Update .gitignore http://hg.python.org/cpython/rev/8652dd5c2a14 -- ___ Python tracker

[issue14472] .gitignore is outdated

2012-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset fb5da2a5d9da by Petri Lehtinen in branch 'default': #14472: Update .gitignore http://hg.python.org/cpython/rev/fb5da2a5d9da -- nosy: +python-dev ___ Python tracker __

[issue14472] .gitignore is outdated

2012-05-19 Thread Éric Araujo
Éric Araujo added the comment: I’m afraid “master” has no meaning with a Mercurial repo. Anyway we can still use your patch to update .gitignore, thanks! -- nosy: +eric.araujo ___ Python tracker

[issue14472] .gitignore is outdated

2012-05-19 Thread Matej Cepl
Matej Cepl added the comment: On 19.5.2012 12:25, Petri Lehtinen wrote: > Against which branch or Python version your patch is? It doesn't > apply cleanly on any branch (and yes, I changed the target filename > to .gitignore first). It used to be master, but probably some time ago. Matěj

[issue14472] .gitignore is outdated

2012-05-19 Thread Petri Lehtinen
Petri Lehtinen added the comment: Against which branch or Python version your patch is? It doesn't apply cleanly on any branch (and yes, I changed the target filename to .gitignore first). -- ___ Python tracker _

[issue14472] .gitignore is outdated

2012-05-18 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- nosy: +petri.lehtinen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue14472] .gitignore is outdated

2012-04-02 Thread Georg Brandl
Georg Brandl added the comment: Symlinks don't work well on Windows. I think a comment in .hgignore asking to update the other two ignores as well is the best solution. -- nosy: +georg.brandl ___ Python tracker

[issue14472] .gitignore is outdated

2012-04-02 Thread Matej Cepl
Matej Cepl added the comment: Right ... .gitignore doesn't support regexeps (they are not needed IMHO here, but that's another point). -- ___ Python tracker ___ ___

[issue14472] .gitignore is outdated

2012-04-02 Thread Thomas Spura
Thomas Spura added the comment: AFAIK hg supports symlinks. Why not just symlink .gitignore to .hgignore and keep .hgignore up to date? But in this case "$" and "^" need to be avoided, e.g. this doesn't work for git: Makefile$ Makefile.pre$ -- nosy: +tomspur _

[issue14472] .gitignore is outdated

2012-04-02 Thread Matej Cepl
New submission from Matej Cepl : Patch for the port of .hgignore to .gitignore is attached -- components: Build files: _gitignore.patch keywords: patch messages: 157346 nosy: mcepl priority: normal severity: normal status: open title: .gitignore is outdated Added file: http://bugs.python