From 33fd64928865b2f3f0e489571112d9f6c11baa05 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 2 Feb 2025 09:33:16 +0100 Subject: [PATCH] Ensure output dir of spectrum scan always exists --- .gitignore | 3 --- extras/SX126x_Spectrum_Scan/out/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 extras/SX126x_Spectrum_Scan/out/.gitignore diff --git a/.gitignore b/.gitignore index 425eeae5..db0e8bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,6 @@ # Jetbrain IDEs .idea -# Spectrum scan -extras/SX126x_Spectrum_Scan/out/* - # PlatformIO .pio* diff --git a/extras/SX126x_Spectrum_Scan/out/.gitignore b/extras/SX126x_Spectrum_Scan/out/.gitignore new file mode 100644 index 00000000..9a219e8f --- /dev/null +++ b/extras/SX126x_Spectrum_Scan/out/.gitignore @@ -0,0 +1,2 @@ +# all output pictures +*.png