From 45899120885f035102192bff04a46d76d6a25dd4 Mon Sep 17 00:00:00 2001 From: lohhiiccc <96543753+lohhiiccc@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:10:59 +0100 Subject: [PATCH] chore: ignore automake dirstamp and test result files --- .gitignore | 5 +++++ src/parse_utils/.dirstamp | 0 tests/parse_utils/.dirstamp | 0 tests/test-suite.log | 25 ------------------------- tests/test_cli.log | 2 -- tests/test_cli.trs | 4 ---- 6 files changed, 5 insertions(+), 31 deletions(-) delete mode 100644 src/parse_utils/.dirstamp delete mode 100644 tests/parse_utils/.dirstamp delete mode 100644 tests/test-suite.log delete mode 100644 tests/test_cli.log delete mode 100644 tests/test_cli.trs diff --git a/.gitignore b/.gitignore index 95a162e..fbb73b8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,11 @@ *.o *.d *.lo +.dirstamp + +# Automake test results +*.log +*.trs # Libtool *.la diff --git a/src/parse_utils/.dirstamp b/src/parse_utils/.dirstamp deleted file mode 100644 index e69de29..0000000 diff --git a/tests/parse_utils/.dirstamp b/tests/parse_utils/.dirstamp deleted file mode 100644 index e69de29..0000000 diff --git a/tests/test-suite.log b/tests/test-suite.log deleted file mode 100644 index 9c25473..0000000 --- a/tests/test-suite.log +++ /dev/null @@ -1,25 +0,0 @@ -======================================== - libcli 0.1.0: tests/test-suite.log -======================================== - -# TOTAL: 1 -# PASS: 1 -# SKIP: 0 -# XFAIL: 0 -# FAIL: 0 -# XPASS: 0 -# ERROR: 0 - -System information (uname -a): Linux 6.12.58-gentoo-v2 #3 SMP PREEMPT_DYNAMIC Wed Jan 14 19:57:01 CET 2026 x86_64 AMD Ryzen 7 2700X Eight-Core Processor AuthenticAMD -Distribution information (/etc/os-release): -NAME=Gentoo -ID=gentoo -PRETTY_NAME="Gentoo Linux" -ANSI_COLOR="1;32" -HOME_URL="https://www.gentoo.org/" -SUPPORT_URL="https://www.gentoo.org/support/" -BUG_REPORT_URL="https://bugs.gentoo.org/" -VERSION_ID="2.18" - -.. contents:: :depth: 2 - diff --git a/tests/test_cli.log b/tests/test_cli.log deleted file mode 100644 index d0ea1d4..0000000 --- a/tests/test_cli.log +++ /dev/null @@ -1,2 +0,0 @@ -[====] Synthesis: Tested: 15 | Passing: 15 | Failing: 0 | Crashing: 0 -PASS test_cli (exit status: 0) diff --git a/tests/test_cli.trs b/tests/test_cli.trs deleted file mode 100644 index 3f0f396..0000000 --- a/tests/test_cli.trs +++ /dev/null @@ -1,4 +0,0 @@ -:test-result: PASS -:global-test-result: PASS -:recheck: no -:copy-in-global-log: no