third_party.pigweed.src/.gitignore
Rob Mohr 32da3bad25 Use env_setup.py
Change-Id: Ie654d86d2267ad30170dbd845cf1cff456445bc0
2020-01-10 15:05:53 +00:00

49 lines
417 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
# CIPD
.cipd
# Setup
env_setup/.setup.sh