added .gitignore

there's a lot of generated garbage so having a .gitignore seems logical
This commit is contained in:
Wyatt J. Miller 2022-07-15 14:41:03 -04:00
parent f560b775b4
commit 06afadbfe4

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
### cmake generated garbage ###
CMakeCache.txt
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
CMakeFiles/
cmake_install.cmake
### pico/board specific stuff ###
elf2uf2/
generated/
pico-sdk/
### generated makefile(s) ###
Makefile