third_party.pigweed.src/.gitignore
Rob Mohr cacb877465 Adding env_setup folder and initial setup script.
Python 3 virtualenv setup and moves CIPD files from
https://pigweed.googlesource.com/infra/buildtools.

Change-Id: I0d0d8dfc2e80d9dadc80158201e71cda5c7a393b
2019-11-22 23:33:36 +00:00

43 lines
374 B
Plaintext

# Build
compile_commands.json
out/
bazel-*
.presubmit/
# Editors
.idea/
.project
.cproject
.vscode
.clangd/
*.swp
# Python
python*-env/
.python*-env/
venv/
*.pyc
*.egg/
*.eggs/
*.egg-info/
.cache/
.mypy_cache/
__pycache__/
# Mac
.DS_Store
# GDB
.gdb_history
# Git
*.orig
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt