Carlos Chinchilla | 07c95b8 | 2020-08-20 13:50:09 -0700 | [diff] [blame] | 1 | # Build |
| 2 | out/ |
Carlos Chinchilla | ad2e5fa | 2020-10-06 14:11:40 -0700 | [diff] [blame] | 3 | .presubmit/ |
Anthony DiGirolamo | cf49291 | 2020-10-08 18:19:22 -0700 | [diff] [blame] | 4 | compile_commands.json |
Ted Pudlik | c383816 | 2023-11-02 21:45:46 +0000 | [diff] [blame] | 5 | bazel-* |
Ted Pudlik | 77b790e | 2024-06-14 21:05:33 +0000 | [diff] [blame] | 6 | user.bazelrc |
Ted Pudlik | 5cb1f14 | 2024-07-31 18:35:29 +0000 | [diff] [blame] | 7 | MODULE.bazel.lock |
Carlos Chinchilla | 07c95b8 | 2020-08-20 13:50:09 -0700 | [diff] [blame] | 8 | |
Rob Mohr | cd2f298 | 2020-11-13 12:46:14 -0800 | [diff] [blame] | 9 | # Environment |
| 10 | .environment |
Rob Mohr | 0218fb0 | 2021-04-01 07:59:35 -0700 | [diff] [blame] | 11 | environment |
Rob Mohr | ad32342 | 2022-03-14 13:18:10 -0700 | [diff] [blame] | 12 | build_overrides/pigweed_environment.gni |
Rob Mohr | cd2f298 | 2020-11-13 12:46:14 -0800 | [diff] [blame] | 13 | |
Carlos Chinchilla | 07c95b8 | 2020-08-20 13:50:09 -0700 | [diff] [blame] | 14 | # Editors |
| 15 | .idea/ |
| 16 | .project |
| 17 | .cproject |
| 18 | .vscode |
| 19 | .clangd/ |
| 20 | *.swp |
| 21 | *.swo |
| 22 | |
| 23 | # Python |
| 24 | python*-env/ |
| 25 | .python*-env/ |
| 26 | venv/ |
| 27 | *.pyc |
| 28 | *.egg/ |
| 29 | *.eggs/ |
| 30 | *.egg-info/ |
| 31 | .cache/ |
| 32 | .mypy_cache/ |
| 33 | __pycache__/ |
| 34 | |
| 35 | # Mac |
| 36 | .DS_Store |
| 37 | |
| 38 | # GDB |
| 39 | .gdb_history |
| 40 | |
| 41 | # Git |
| 42 | *.orig |
| 43 | *.BACKUP.* |
| 44 | *.BASE.* |
| 45 | *.LOCAL.* |
| 46 | *.REMOTE.* |
| 47 | *_BACKUP_*.txt |
| 48 | *_BASE_*.txt |
| 49 | *_LOCAL_*.txt |
| 50 | *_REMOTE_*.txt |
Carlos Chinchilla | 5a8ef41 | 2020-09-29 15:14:08 -0700 | [diff] [blame] | 51 | |
| 52 | # Other |
| 53 | logfile.txt |
Armando Montanez | 7babcfc | 2023-09-11 23:12:29 +0000 | [diff] [blame] | 54 | pw_console-*logs.txt |