First commit and Init
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Build
|
||||
build/
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# CMake
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
|
||||
# Compiled output
|
||||
*.uf2
|
||||
*.elf
|
||||
*.bin
|
||||
*.hex
|
||||
*.map
|
||||
*.dis
|
||||
|
||||
# Python cache (pico sdk tools)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user