]> www.infradead.org Git - users/hch/misc.git/commit
selftests: tpm2: create a dedicated .gitignore
authorKhaled Elnaggar <khaledelnaggarlinux@gmail.com>
Sun, 26 Jan 2025 19:51:33 +0000 (21:51 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 8 Apr 2025 20:56:13 +0000 (14:56 -0600)
commit5cd2950359ef31c9e273588c33f372ff8e546e2e
tree0046f024481b14223868731dcd9de7540317d89f
parent0af2f6be1b4281385b618cb86ad946eded089ac8
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>
tools/testing/selftests/.gitignore
tools/testing/selftests/tpm2/.gitignore [new file with mode: 0644]