Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / pigweed / repo / .gitignore
1 # Build
2 compile_commands.json
3 out/
4 bazel-*
5 .presubmit/
6
7 # Editors
8 .idea/
9 .project
10 .cproject
11 .vscode
12 .clangd/
13 *.swp
14 *.swo
15 *flycheck_*
16 *_flymake.*
17
18 # Python
19 *.pyc
20 *.egg/
21 *.eggs/
22 *.egg-info/
23 .cache/
24 .mypy_cache/
25 __pycache__/
26 build/
27 dist/
28
29 # PyOxidizer
30 pw_env_setup/py/oxidizer/build
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 # Env Setup
50 environment
51 .environment
52 # TODO(pwbug/216) Remove following lines in this section.
53 # Maybe find a way to delete these files before these lines are removed.
54 python*-env/
55 .python*-env/
56 pw_env_setup/.env_setup.sh
57 pw_env_setup/.env_setup.bat
58 .cipd
59 .cargo
60 .bootstrap/
61
62 # Web Tools
63 node_modules
64 yarn-error.log