third_party.pigweed.src/.gitignore
Rob Mohr 443bb9d20e Initial presubmit.py script.
Change-Id: I4b22f34222078ed139fca747da3f5f1733951d63
2019-11-15 01:51:54 +00:00

30 lines
259 B
Plaintext

# Build artifacts
out/
bazel-*
.presubmit/
# IDE artifacts
.idea/
.project
.cproject
.vscode
.clangd/
# Python artifacts
venv/
*.pyc
*.egg/
*.eggs/
*.egg-info/
.cache/
python-env/
.mypy_cache/
# Mac artifacts
.DS_Store
# Vim artifacts
*.swp
.gdb_history