powertrain-build/.gitignore
Henrik Wahlqvist 65c1d746a7 Copy from Volvo Cars local project
We don't transfer git history since it may contain proprietary data that
we cannot have in an open sources version.

Change-Id: I9586124c1720db69a76b9390e208e9f0ba3b86d4
2024-05-29 08:03:54 +02:00

30 lines
407 B
Plaintext

# Ignore python files.
*.pyc
.tox
.cache
.pytest_cache
.coverage
.venv
# Ignore IDE files.
.idea
.vscode
# Ignore pytest generate files.
**/output/
# Ignore generated signal check reports.
**/Reports
# Ignore setuptools distribution folder.
/dist/
/build/
# Ignore python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/.eggs/
# Ignore files generated by pbr
AUTHORS
ChangeLog