summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 49c5321a0c1a313f7dfbb13b0e281cda3f2ed36a (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
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