From 3e43b513d6d048513d621e09b862c9d2971d88eb Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Thu, 14 Aug 2025 12:09:01 +0200 Subject: [PATCH] Move list of ignored file to tests/ directory Makes the tests/ directory more self-contained and the top-level .gitgnore shorter. --- .gitignore | 18 ------------------ tests/.gitignore | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index 05b663024..d03033754 100644 --- a/.gitignore +++ b/.gitignore @@ -69,21 +69,3 @@ scripts/build-w32.sh.* scripts/build-w64.sh.* src/hamlibdatetime.h src/libhamlib.def -tests/ampctl -tests/ampctld -tests/rigctl -tests/rigctlcom -tests/rigctld -tests/rigctlsync -tests/rigctltcp -tests/rigfreqwalk -tests/rigmem -tests/rigsmtr -tests/rigswr -tests/rigtestlibusb -tests/rigtestmcast -tests/rigtestmcastrx -tests/rotctl -tests/rotctld -tests/testlibusb -tuner_control.log diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..8afb1b8f1 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,18 @@ +ampctl +ampctld +rigctl +rigctlcom +rigctld +rigctlsync +rigctltcp +rigfreqwalk +rigmem +rigsmtr +rigswr +rigtestlibusb +rigtestmcast +rigtestmcastrx +rotctl +rotctld +testlibusb +tuner_control.log