third_party.pigweed.src/.gitignore
Wyatt Hepler a29c391311 Expand and organize .gitignore
Change-Id: Ic6efa8a33e71b96731ecf0ca5d6ab45baccf6d5a
2019-11-15 21:52:38 +00:00

41 lines
346 B
Plaintext

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