chore: ignore automake dirstamp and test result files

This commit is contained in:
lohhiiccc 2026-03-29 01:10:59 +01:00
parent 77a5904105
commit a0d41dc9b0
6 changed files with 5 additions and 31 deletions

5
.gitignore vendored
View file

@ -8,6 +8,11 @@
*.o *.o
*.d *.d
*.lo *.lo
.dirstamp
# Automake test results
*.log
*.trs
# Libtool # Libtool
*.la *.la

View file

@ -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

View file

@ -1,2 +0,0 @@
[====] Synthesis: Tested: 15 | Passing: 15 | Failing: 0 | Crashing: 0
PASS test_cli (exit status: 0)

View file

@ -1,4 +0,0 @@
:test-result: PASS
:global-test-result: PASS
:recheck: no
:copy-in-global-log: no