mirror of
https://github.com/m5stack/M5Module-QRCode.git
synced 2026-05-20 11:41:41 -07:00
Initial commit
This commit is contained in:
+61
@@ -0,0 +1,61 @@
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# MacOS desktop metadata files
|
||||
.DS_Store
|
||||
|
||||
# Build files
|
||||
build/
|
||||
cmake-build-*/
|
||||
managed_components/
|
||||
|
||||
# PlatformIO
|
||||
.pio/
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
.cache/
|
||||
|
||||
# Python virtual environment
|
||||
.venv/
|
||||
|
||||
# Debug / Release files
|
||||
Debug/
|
||||
debug/
|
||||
Release/
|
||||
release/
|
||||
out/
|
||||
bin/
|
||||
obj/
|
||||
|
||||
*.code-workspace
|
||||
Reference in New Issue
Block a user