summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c63375edb437a181a3fb0ec15d50d2a41040ec08 (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
# Pebble SDK build artifacts
build/
*.pbw
*.elf
*.bin
*.raw.bin
*.map
*.o

# Waf build system temporary files
.lock-waf*
.wafpickle*
config.log

# Auto-generated files
src/message_keys.auto.c
build/src/message_keys.auto.c
build/include/message_keys.auto.h
build/*/resource_ids.auto.*
build/*/appinfo.auto.c
build/*/pebble_app.ld.auto
build/*/app_resources.pbpack
build/*/system_resources.resball

# Logs and locks
*.log
.lock-*
.cursor
.claude