Initial commit
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
||||
# Archives
|
||||
*.rar
|
||||
*.zip
|
||||
*.7z
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
|
||||
# Claude AI
|
||||
.claude/
|
||||
docs/
|
||||
|
||||
# Compiled binaries
|
||||
*.o
|
||||
*.hex
|
||||
*.bin
|
||||
*.elf
|
||||
*.map
|
||||
*.lst
|
||||
|
||||
# Build directories
|
||||
_build/
|
||||
build/
|
||||
output/
|
||||
|
||||
# IDE/Editor
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
*.uvguix.*
|
||||
JLinkLog.txt
|
||||
*.crf
|
||||
*.d
|
||||
*.htm
|
||||
*.lnp
|
||||
*.dep
|
||||
*.axf
|
||||
|
||||
# Segger/J-Link
|
||||
*.jlink
|
||||
|
||||
# nRF specific
|
||||
sdk_config.h.bak
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
.DS_Store
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
Reference in New Issue
Block a user