crosvm/.gitignore
Dennis Kempin f48639f3fe Automatically register tools/ on PATH
Developers with `direnv` installed will have ./tools added to their
PATH automatically. Also adds it to the PATH in the dev container.

This reduces `tools/dev_container tools/presubmit` to
`dev_container presubmit`.

Note: Does not rebuild the container, the change can be picked
up at a later time.

BUG=None
TEST=cd crosvm

Change-Id: Ia57bd7bb1cf86df2b32d624d97a74518e8b5f423
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4305345
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2023-03-03 00:33:15 +00:00

11 lines
114 B
Text

target/
**/__pycache__
**/*.rs.bk
**/*.sw[po]
**/*.orig
**/*.pyc
lcov.info
.idea
.vscode/*
!.vscode/settings.json