summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bc93291213763f28a4ef548d46f31e1fa0036e87 (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
38
39
40
41
42
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

# Clion IDE
.idea/

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

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

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

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