tito/.gitignore
Pavel Raiskup 6feb4f2d21 tests: s/nosetests/pytest/
- Requires us to add pytest.ini to tell pytest where to look for test
  files, and set the python path.
- Mock drops terminal from the tested code, so we have to "mock" it in
  test_colors()
- Enable coverage in tox tests.
2024-11-06 11:19:55 +01:00

28 lines
242 B
Text

# All files to globally ignore
*.pyc
*.pyo
*$py.class
*.swp
*.swo
*.patch
*#
*~
*.egg
*.egg-info
MANIFEST
dist
build
.build
.coverage
titorc.5
titorc.5.xml
tito.8
tito.8.xml
.idea
**/*.iml
bin
include
lib
local
hacking/*/tito.spec
tito-venv/