1# Copyright 2024 The Pigweed Authors 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); you may not 4# use this file except in compliance with the License. You may obtain a copy of 5# the License at 6# 7# https://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12# License for the specific language governing permissions and limitations under 13# the License. 14 15# Build 16compile_commands.json 17rust-project.json 18user.bazelrc 19out/ 20/bazel-* 21outbazel/ 22.presubmit/ 23docs/_build 24twister-out*/ 25 26# Editors 27.pw_ide/ 28.vscode/* 29!.vscode/OWNERS 30!.vscode/pw_project_*.json 31.idea/ 32.ijwb/ 33.project 34.cproject 35# Clangd directories 36.clangd/ 37/.cache/clangd/ 38# Vim 39*.swp 40*.swo 41# Emacs 42*flycheck_* 43*_flymake.* 44.#* 45*~ 46\#*# 47 48# Python 49*.pyc 50*.egg/ 51*.eggs/ 52*.egg-info/ 53.cache/ 54.mypy_cache/ 55__pycache__/ 56build/ 57dist/ 58 59# PyOxidizer 60pw_env_setup/py/oxidizer/build 61 62# Mac 63.DS_Store 64 65# GDB 66.gdb_history 67 68# Git 69*.orig 70*.BACKUP.* 71*.BASE.* 72*.LOCAL.* 73*.REMOTE.* 74*_BACKUP_*.txt 75*_BASE_*.txt 76*_LOCAL_*.txt 77*_REMOTE_*.txt 78 79# Env Setup 80environment 81.environment 82build_overrides/pigweed_environment.gni 83 84# Web Tools 85node_modules 86yarn-error.log 87 88# pw_emu 89.pw_emu 90 91# pw_ide 92.pw_ide.user.yaml 93.vscode-test 94 95# Emboss 96*.emb.h 97 98# Console Logs 99pw_console-logs.txt 100pw_console-device-logs.txt 101