summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Prevent some tests from inadvertently using the project root for buildsAnderson Bravalheri2022-01-061-1/+0
| | | | | | Some tests are running the build process using setuptools own directory as cwd. This impacts the build process and also leave behind artifacts produced during tests (like .egg-info folders)
* Ignore generated test filesHugo van Kemenade2021-09-091-0/+1
|
* change: Mac OS X -> macOSReece Dunham2020-04-111-0/+1
| | | | Signed-off-by: Reece Dunham <me@rdil.rocks>
* Added .idea/ to gitignore, to cover cases where people are using a Jetbrains ↵joeflack42018-09-191-0/+1
| | | | text editor.
* gitignore: Ignore .venv directoryStephen Finucane2018-08-191-0/+1
| | | | | | These are commonly used for testing purposes. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Add tox environment for docsJeremy Bowman2018-05-141-0/+1
|
* Add .pytest_cache/ to gitignorePaul Ganssle2018-04-121-0/+1
|
* Ignore .eggsLeonardo Rochael Almeida2017-07-311-0/+1
| | | Directory used by setuptools to auto-install dependencies
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-0/+1
|\
| * Add the pytest cache directory to .gitignorePi Delport2017-05-111-0/+1
| |
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+0
|/ | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
* In the bootstrap script, generate a requirements.txt file and use it to ↵Jason R. Coombs2017-01-011-0/+1
| | | | install the dependencies just in time to make them available long enough to generate the egg info.
* Rename CHANGES and README files for nicer rendering on Github.Jason R. Coombs2016-04-011-1/+0
|
* Cleanup ignore filesMatthew Iversen2014-06-191-14/+12
|
* update .gitignore from .hgignoreDoug Hellmann2014-06-021-0/+15
| | | | | | | Change-Id: I6789ef2eda75748597c9ae76f2a5389140a9daab --HG-- extra : rebase_source : 48bd79fb7ee229a89a3796df14aadbcca8ace016
* Have git ignore files created by testsDoug Hellmann2014-06-021-0/+3
When the tests are run, some packages are installed or created in the current directory. They should never be checked in, so add them to .gitignore. Change-Id: Ic7790ec85c9e2f0fc4bd06b492f75ea6c17ecda4 --HG-- extra : rebase_source : 7ad1502fd5d09d38f521a391e22af46cfce6ea4f