aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f6b22afc49569ad579486cd760a39b7f6a3cad84 (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
# blob
**/*.o
**/.cache
**/compile_commands.json
**/.DS_Store
**/.$*

# other
copyright/
temp/

# build artifacts
nrf528xx/build

# confui
confui/confui

# docs
docs/gen/paged.polyfill.js
docs/*.html
docs/*.toc
docs/*.con
docs/*.pdf
.obsidian