summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Ingnore tox, pytest, coverage filesChandan Singh2019-01-281-0/+3
|
* .gitignore: Ignore autogenerated docsalbfan2018-05-251-0/+8
|
* Add test utilities for integration testsTristan Maat2018-02-071-1/+1
|
* .gitignore: Add rules for various testing directoriesTristan Maat2018-02-071-3/+7
|
* Get version number w/o pkg_resourcesGökçen Nurlu2018-01-311-0/+3
| | | | | | | | | | | | This removes most of the usages of pkg_resources from the codebase, helping the goal of getting rid of that completely. With this change, version number is generated during install and embedded into `__version__` which is then imported by root level `__init__`. From there, it is used by other parts of the codebase when needed. Generated `__version__` file is ignored and not tracked by git to prevent unnecessary 'changes' messages and accidental commits of that file.
* Merging integration tests into buildstream proper.merging-integration-testTristan Van Berkom2017-10-141-0/+3
| | | | This fixes #96
* .gitignore: Dont ignore .pyc files in integration-tests/Tristan Van Berkom2017-10-141-1/+2
|
* Adding some things to the .gitignore fileTristan Van Berkom2017-01-071-0/+6
| | | | | For now covering the stuff generated by tests, leaving the documentation stuff be for the time being.
* Adding .gitignore fileTristan Van Berkom2016-11-081-0/+8