summaryrefslogtreecommitdiffstats
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25925: Backport C coverage reporting Makefile targetsZachary Ware2016-01-201-0/+5
| | | | | | Originally added by Christian Heimes in 85ec2b5bfcd2. Initial patch for the backport by Alecsandru Patrascu.
* Issue #25827: Add support for ICC to configureZachary Ware2015-12-211-0/+1
|
* Issue #24915: Make PGO builds support Clang and use the test suite forBrett Cannon2015-09-181-0/+3
| | | | | | profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch.
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-161-8/+26
| | | | | | | The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files.
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-0/+1
|
* remove automatic svn checkout of sphinx and its deps from Doc/MakefileBenjamin Peterson2014-09-051-5/+0
| | | | | Users are now required to install Sphinx themselves as is already the case with the Python 3 branch.
* Ignore PyCharm project directoryChristian Heimes2013-10-191-0/+1
|
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-0/+1
| | | | | files when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
* Ignore Mac's Data Services StoreRaymond Hettinger2013-01-191-0/+1
|
* Stop ignoring Mercurial merge conflits files (#12255).Éric Araujo2011-07-291-2/+0
| | | | | | | | R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions.
* Make VCSes ignore the compiled shared library file (#12255)Éric Araujo2011-07-291-0/+1
|
* #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.Ezio Melotti2011-06-251-0/+3
|
* Changes for Wing Project file caused by mercurial transition. Plus ignoring ↵Michael Foord2011-03-171-0/+2
| | | | python.exe-gdb.py.
* Issue #11403: add some MSVC-generated files to .hgignoreAntoine Pitrou2011-03-111-0/+3
|
* Add some more ignores from default.Georg Brandl2011-03-061-0/+3
|
* Ignore jinja2Antoine Pitrou2010-04-161-0/+1
|
* Fix overzealous patterns in .hgignore, which used to hide files containing ↵Antoine Pitrou2010-04-131-15/+15
| | | | | | e.g. "python". (also an occasional source of bugs on the hgsvn-generated hg mirrors)
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-011-0/+1
| | | | allowing to use advanced gdb features when debugging Python.
* Fix overzealous .hgignore fileAntoine Pitrou2010-03-211-2/+2
|
* ignore things in Lib/test/data/Benjamin Peterson2009-07-111-0/+1
|
* put downloaded test support files in Lib/test/data instead of the cwdBenjamin Peterson2009-07-111-17/+0
|
* Add Misc/python.pc to the list of ignored filesAntoine Pitrou2009-05-241-1/+2
|
* #2788: add .hgignore file.Georg Brandl2008-05-091-0/+69