Anthony DiGirolamo | e9a3ce6 | 2023-10-20 21:06:44 +0000 | [diff] [blame] | 1 | # Build |
2 | out/ | ||||
3 | .presubmit/ | ||||
4 | compile_commands.json | ||||
5 | |||||
6 | # Environment | ||||
7 | .environment | ||||
8 | environment | ||||
9 | build_overrides/pigweed_environment.gni | ||||
10 | |||||
11 | # Editors | ||||
12 | .idea/ | ||||
13 | .project | ||||
14 | .cproject | ||||
15 | .vscode | ||||
16 | .clangd/ | ||||
17 | *.swp | ||||
18 | *.swo | ||||
19 | |||||
20 | # Python | ||||
21 | python*-env/ | ||||
22 | .python*-env/ | ||||
23 | venv/ | ||||
24 | *.pyc | ||||
25 | *.egg/ | ||||
26 | *.eggs/ | ||||
27 | *.egg-info/ | ||||
28 | .cache/ | ||||
29 | .mypy_cache/ | ||||
30 | __pycache__/ | ||||
31 | |||||
32 | # Mac | ||||
33 | .DS_Store | ||||
34 | |||||
35 | # GDB | ||||
36 | .gdb_history | ||||
37 | |||||
38 | # Git | ||||
39 | *.orig | ||||
40 | *.BACKUP.* | ||||
41 | *.BASE.* | ||||
42 | *.LOCAL.* | ||||
43 | *.REMOTE.* | ||||
44 | *_BACKUP_*.txt | ||||
45 | *_BASE_*.txt | ||||
46 | *_LOCAL_*.txt | ||||
47 | *_REMOTE_*.txt | ||||
48 | |||||
49 | # Other | ||||
50 | logfile.txt | ||||
51 | pw_console-*logs.txt | ||||
Eric Holland | 7ed4c2b | 2024-06-26 19:39:08 +0000 | [diff] [blame] | 52 | *.svg |
53 | gonk*logs.txt |