Taylor Cramer | 3d45cca | 2024-08-08 16:28:36 +0000 | [diff] [blame] | 1 | # Build |
| 2 | out/ |
| 3 | .presubmit/ |
| 4 | compile_commands.json |
Ted Pudlik | b655773 | 2023-10-03 22:56:39 +0000 | [diff] [blame] | 5 | user.bazelrc |
Taylor Cramer | 3d45cca | 2024-08-08 16:28:36 +0000 | [diff] [blame] | 6 | /bazel-* |
Ted Pudlik | c108b6e | 2023-10-11 23:46:56 +0000 | [diff] [blame] | 7 | |
Taylor Cramer | 3d45cca | 2024-08-08 16:28:36 +0000 | [diff] [blame] | 8 | # Environment |
| 9 | .environment/ |
| 10 | environment/ |
| 11 | build_overrides/pigweed_environment.gni |
| 12 | |
| 13 | # Editors |
| 14 | .pw_ide/ |
| 15 | .vscode/settings.json |
| 16 | .vscode/tasks.json |
| 17 | .vscode/pw_user_*.json |
| 18 | .vscode/*.bak.json |
| 19 | .idea/ |
| 20 | .project |
| 21 | .cproject |
| 22 | .clangd |
| 23 | .clangd/ |
Ted Pudlik | c108b6e | 2023-10-11 23:46:56 +0000 | [diff] [blame] | 24 | *.swp |
Taylor Cramer | 3d45cca | 2024-08-08 16:28:36 +0000 | [diff] [blame] | 25 | *.swo |
| 26 | .#* |
| 27 | |
| 28 | # Python |
| 29 | python*-env/ |
| 30 | .python*-env/ |
| 31 | venv/ |
| 32 | *.pyc |
| 33 | *.egg/ |
| 34 | *.eggs/ |
| 35 | *.egg-info/ |
| 36 | .cache/ |
| 37 | .mypy_cache/ |
| 38 | __pycache__/ |
| 39 | |
| 40 | # Mac |
| 41 | .DS_Store |
| 42 | |
| 43 | # GDB |
| 44 | .gdb_history |
| 45 | |
| 46 | # Git |
| 47 | *.orig |
| 48 | *.BACKUP.* |
| 49 | *.BASE.* |
| 50 | *.LOCAL.* |
| 51 | *.REMOTE.* |
| 52 | *_BACKUP_*.txt |
| 53 | *_BASE_*.txt |
| 54 | *_LOCAL_*.txt |
| 55 | *_REMOTE_*.txt |
| 56 | |
| 57 | # Other |
| 58 | logfile.txt |
| 59 | pw_console-*logs.txt |
| 60 | .pw_console.user.yaml |
| 61 | factory-logs-*.txt |