Files
picovga-RGsB/.gitignore
2025-08-26 20:07:11 -07:00

63 lines
785 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
picotool/
# Ignore the compiled pico tools
tools/picovga_*