summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] Gitignore gmon.out (GH-5796) (GH-6328)Serhiy Storchaka2018-04-011-0/+1
| | | | | | | | | | gmon.out is generated when profiling turned on Full Configuration: ./configure --prefix=$PWD/install --enable-profiling --enable-big-digits=30 --with-pydebug --with-assertions --with-valgrind. (cherry picked from commit 95ad3822a2b6287772bd752b6ab493c6d4198d4b) Co-authored-by: Neeraj Badlani <neerajbadlani@gmail.com>
* [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN ↵Zachary Ware2017-09-041-0/+1
| | | | | | | | | | | | | | | | | | | (GH-1783) (GH-3306) The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio. Cherry-picked from 51599e2bdd10ab77212a7cbb41a13ea70ee13da8, parts of 40a23e88994aca92c83c8e84ab8b8cdc11d7ec54, parts of 68d663cf85d1ac5eaf83482eed39c0a6f8093601, d5cd21d75a27a377f2f9c8370fd8e8c7efaeefb1, and possibly others that I've missed. Also: * Rename db -> bsddb for disambiguity * Update sqlite3 to 3.14.2.0 since it's the version we use on 3.x, and it's simpler to just use it than to also upload the old version to cpython-source-deps * Add PCbuild/*.ilk to .gitignore
* gitignore: add more rules from master for Windows (#3148)Victor Stinner2017-08-191-0/+7
|
* [2.7] Use Travis to make sure all generated files are up to date (GH-2080) ↵Zachary Ware2017-06-111-1/+1
| | | | | | | (GH-2094) (cherry-picked from commit 0afbabe245e2eb6f7cef3b70531d69f2a7ad8295) Also adds `python.exe-gdb.py` to `.gitignore`, it is created by OS X builds.
* gitignore: add rules for the PC/ directory (#1514)Victor Stinner2017-05-101-0/+14
| | | [2.7] gitignore: add rules for the PC/ directory
* Update .gitignore (#1435)Victor Stinner2017-05-031-0/+2
| | | Ignore more generated files and test data downloaded by tests.
* Update gitignore from master (#1329)Victor Stinner2017-04-281-0/+11
| | | Ignore more generated files.
* [2.7] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223). ↵Mariatta2017-04-201-0/+2
| | | | | (#1227) (cherry picked from commit 8e675286a92f33837cfffac5914b5175dac5d573)
* 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.
* Don't gitignore the Python directory on case insensitive file systems.R David Murray2015-04-121-1/+1
|
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-011-0/+1
|
* Add .gitignorePetri Lehtinen2011-11-041-0/+46