summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1ff0f7b4354ee4b977caa432f2ccb4d1ada6f699 (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
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: CC0-1.0

.cache/
.clangd
.helix/
build/
build.clang/
sdkconfig
sdkconfig.old
.vscode
compile_commands.json
warnings.txt
.DS_Store

doc/

test/build/
test/dependencies.lock
test/sdkconfig
sdkconfig.bak
*.ignore

/sdkconfig.local