chore: ignore automake dirstamp and test result files
This commit is contained in:
parent
08f50151d3
commit
4589912088
6 changed files with 5 additions and 31 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -8,6 +8,11 @@
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
*.lo
|
*.lo
|
||||||
|
.dirstamp
|
||||||
|
|
||||||
|
# Automake test results
|
||||||
|
*.log
|
||||||
|
*.trs
|
||||||
|
|
||||||
# Libtool
|
# Libtool
|
||||||
*.la
|
*.la
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
[====] Synthesis: Tested: 15 | Passing: 15 | Failing: 0 | Crashing: 0
|
|
||||||
PASS test_cli (exit status: 0)
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
:test-result: PASS
|
|
||||||
:global-test-result: PASS
|
|
||||||
:recheck: no
|
|
||||||
:copy-in-global-log: no
|
|
||||||
Loading…
Add table
Reference in a new issue