Anthony DiGirolamo | 3e9b897 | 2024-06-03 18:03:58 +0000 | [diff] [blame] | 1 | # Build |
| 2 | out/ |
| 3 | .presubmit/ |
| 4 | compile_commands.json |
| 5 | user.bazelrc |
| 6 | /bazel-* |
| 7 | |
Ted Pudlik | 856f046 | 2024-07-24 00:20:14 +0000 | [diff] [blame] | 8 | # Ignore until https://github.com/bazelbuild/bazel/issues/20369 is fixed. |
| 9 | MODULE.bazel.lock |
| 10 | |
Anthony DiGirolamo | 3e9b897 | 2024-06-03 18:03:58 +0000 | [diff] [blame] | 11 | # Environment |
| 12 | .environment/ |
| 13 | environment/ |
| 14 | build_overrides/pigweed_environment.gni |
| 15 | |
| 16 | # Editors |
| 17 | .pw_ide/ |
Chad Norvell | ea70687 | 2024-07-03 17:29:00 +0000 | [diff] [blame] | 18 | .vscode/settings.json |
Anthony DiGirolamo | 3e9b897 | 2024-06-03 18:03:58 +0000 | [diff] [blame] | 19 | .vscode/tasks.json |
Anthony DiGirolamo | 3e9b897 | 2024-06-03 18:03:58 +0000 | [diff] [blame] | 20 | .vscode/pw_user_*.json |
| 21 | .vscode/*.bak.json |
| 22 | .idea/ |
| 23 | .project |
| 24 | .cproject |
Chad Norvell | 2bcc3ae | 2024-07-25 18:23:46 +0000 | [diff] [blame] | 25 | .clangd |
Anthony DiGirolamo | 3e9b897 | 2024-06-03 18:03:58 +0000 | [diff] [blame] | 26 | .clangd/ |
| 27 | *.swp |
| 28 | *.swo |
| 29 | .#* |
| 30 | |
| 31 | # Python |
| 32 | python*-env/ |
| 33 | .python*-env/ |
| 34 | venv/ |
| 35 | *.pyc |
| 36 | *.egg/ |
| 37 | *.eggs/ |
| 38 | *.egg-info/ |
| 39 | .cache/ |
| 40 | .mypy_cache/ |
| 41 | __pycache__/ |
| 42 | |
| 43 | # Mac |
| 44 | .DS_Store |
| 45 | |
| 46 | # GDB |
| 47 | .gdb_history |
| 48 | |
| 49 | # Git |
| 50 | *.orig |
| 51 | *.BACKUP.* |
| 52 | *.BASE.* |
| 53 | *.LOCAL.* |
| 54 | *.REMOTE.* |
| 55 | *_BACKUP_*.txt |
| 56 | *_BASE_*.txt |
| 57 | *_LOCAL_*.txt |
| 58 | *_REMOTE_*.txt |
| 59 | |
| 60 | # Other |
| 61 | logfile.txt |
| 62 | pw_console-*logs.txt |
Alexei Frolov | 3827a59 | 2024-07-24 19:48:27 +0000 | [diff] [blame] | 63 | .pw_console.user.yaml |
Chad Norvell | 2bcc3ae | 2024-07-25 18:23:46 +0000 | [diff] [blame] | 64 | factory-logs-*.txt |