Ensure output dir of spectrum scan always exists
This commit is contained in:
parent
f2461edaec
commit
33fd649288
2 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,9 +11,6 @@
|
||||||
# Jetbrain IDEs
|
# Jetbrain IDEs
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# Spectrum scan
|
|
||||||
extras/SX126x_Spectrum_Scan/out/*
|
|
||||||
|
|
||||||
# PlatformIO
|
# PlatformIO
|
||||||
.pio*
|
.pio*
|
||||||
|
|
||||||
|
|
2
extras/SX126x_Spectrum_Scan/out/.gitignore
vendored
Normal file
2
extras/SX126x_Spectrum_Scan/out/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# all output pictures
|
||||||
|
*.png
|
Loading…
Add table
Reference in a new issue