third_party.pigweed.src/.gitignore
Anthony DiGirolamo d029886ec1 pw_watch: ignore glob patterns in .gitignore
Load patterns from the top level .gitignore file and use them as
pw watch '--ignore_patterns'.

.gitignore emacs flycheck/flymake temp files.

Change-Id: I2d887f35e215d8623626ff1f5c7fb4bcf57f40e1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/20980
Reviewed-by: Keir Mierle <keir@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
2020-10-19 17:45:06 +00:00

65 lines
746 B
Plaintext

# Build
compile_commands.json
out/
bazel-*
.presubmit/
# Editors
.idea/
.project
.cproject
.vscode
.clangd/
*.swp
*.swo
*flycheck_*
*_flymake.*
# Python
*.pyc
*.egg/
*.eggs/
*.egg-info/
.cache/
.mypy_cache/
__pycache__/
build/
dist/
# PyOxidizer
pw_env_setup/py/oxidizer/build
# Mac
.DS_Store
# GDB
.gdb_history
# Git
*.orig
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
# Env Setup
environment
.environment
# TODO(pwbug/216) Remove following lines in this section.
# Maybe find a way to delete these files before these lines are removed.
python*-env/
.python*-env/
pw_env_setup/.env_setup.sh
pw_env_setup/.env_setup.bat
.cipd
.cargo
.bootstrap/
# Web Tools
node_modules
yarn-error.log