59 lines
725 B
Plaintext
59 lines
725 B
Plaintext
.idea
|
|
.vscode
|
|
_deps
|
|
cmake-*
|
|
build
|
|
.DS_Store
|
|
*.pdf
|
|
|
|
### CMake ###
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
## Pico
|
|
elf2uf2
|
|
generated
|
|
pico-sdk
|
|
pioasm
|
|
*.bin
|
|
*.elf
|
|
*.elf.map
|
|
*.hex
|
|
*.dis
|
|
*.uf2
|
|
vga.pio.h
|
|
Makefile
|
|
CMakeDoxyfile.in
|
|
CMakeDoxygenDefaults.cmake
|