summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f5c02e557af095bb8866ea4b528b4a2bce94d36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
build/
private*/
# A "local" directory for hiding scripts and artifacts from git.
local/
*~
*.swp
tags
TAGS
/ctags
cscope.*
.tests-passed
.failedboards/
.sizes.txt
.gdb_history
# Git commit message template (see https://crbug.com/gerrit/10963)
.gitmessage

# VSCode IDE
.vscode/*
!.vscode/README.md
!.vscode/settings.json.default
*.code-workspace

# Python ignores
*.pyc
__pycache__
*.egg-info
.hypothesis/
zephyr/zmake/.coverage

# Clangd language server
.cache/clangd/index/*
compile_commands.json

# Twister test output directories
twister-out*
flash.bin