third_party.pigweed.src/.gitignore
Rob Mohr 3352ccf4fe pw_env_setup: variable files now consistent
Environment variable files are now .env_setup.sh or .env_setup.bat
instead of .env_setup.bat and .setup.sh.

Change-Id: Ia192c6355d1c37237637e527e35f840e8c4ec88d
2020-03-12 15:51:37 +00:00

50 lines
461 B
Plaintext

# Build
compile_commands.json
out/
bazel-*
.presubmit/
# Editors
.idea/
.project
.cproject
.vscode
.clangd/
*.swp
*.swo
# 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
# Env Setup
pw_env_setup/.env_setup.sh
pw_env_setup/.env_setup.bat
.cipd
.cargo