[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. aca0b2d1c63eb27b23ce3
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2025-06-16 01:14:26
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via aca0b2d1c63eb27b23ce376eaf630da169c17a0a (commit) from 07d0d91a440ba2fc43aae326f9bcb228e14d23fc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aca0b2d1c63eb27b23ce376eaf630da169c17a0a Author: Daniele Forsi IU5HKX <iu...@gm...> Date: Sun Jun 15 23:18:24 2025 +0200 Ignore files generated when building for Windows diff --git a/.gitignore b/.gitignore index 5da00dd4e..29c1e9bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .dirstamp .libs/ *~ +*.exe *.o *.lo *.la @@ -42,6 +43,7 @@ doc/stamp-vti doc/hamlib.html doc/version.texi hamlib-*.tar.gz +hamlib-*.zip include/hamlib/config.h include/hamlib/config.h.in include/stamp-h1 ----------------------------------------------------------------------- Summary of changes: .gitignore | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |