In article <20101026085124.4c684...@mission>, Barry Warsaw <[email protected]> wrote: > On Oct 26, 2010, at 09:19 PM, Nick Coghlan wrote: > >On Tue, Oct 26, 2010 at 5:31 PM, Georg Brandl <[email protected]> wrote: > >> This looks more like "Add gitignore". Do we really want to check in > >> ignore files for every possible DVCS? > > > >No, but supporting the current big four open source ones (svn, hg, > >bzr, git) seems reasonable enough. > > +1. A couple of extra dot files never hurt anyone. :)
Actually they have. I got burned a while back by the checked-in .hgignore file when creating my own hg repo (to use mq patch management) on top of a svn checkout. Now that I know they are there, I ensure they get deleted. -- Ned Deily, [email protected] _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
