third_party.pigweed.src/.gitignore
Rob Mohr 9e1ee40f61 Move CIPD installation dir.
Change-Id: I5292aa513d1648761e72c9c56148d3c9a854493f
2019-12-11 11:23:09 -08:00

46 lines
388 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