Skip to content

Commit 5cd2950

Browse files
Khaled Elnaggarshuahkh
authored andcommitted
selftests: tpm2: create a dedicated .gitignore
The tpm2 selftests produce two logs: SpaceTest.log and AsyncTest.log. Only SpaceTest.log was listed in selftests/.gitignore, while AsyncTest.log remained untracked. This change creates a dedicated .gitignore in the tpm2/ directory to manage these entries, keeping tpm2-specific patterns isolated from parent .gitignore. Fixed white-space errors during commit Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/r/20250126195147.902608-1-khaledelnaggarlinux@gmail.com Signed-off-by: Khaled Elnaggar <khaledelnaggarlinux@gmail.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 0af2f6b commit 5cd2950

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tools/testing/selftests/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ gpiogpio-hammer
44
gpioinclude/
55
gpiolsgpio
66
kselftest_install/
7-
tpm2/SpaceTest.log
87

98
# Python bytecode and cache
109
__pycache__/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
AsyncTest.log
3+
SpaceTest.log

0 commit comments

Comments
 (0)