diff mbox series

[v2] selftests/tdx: Add .gitignore

Message ID 20230818182124.220105-1-tuananhlfc@gmail.com (mailing list archive)
State New
Headers show
Series [v2] selftests/tdx: Add .gitignore | expand

Commit Message

Anh Tuan Phan Aug. 18, 2023, 6:21 p.m. UTC
Add .gitignore to ignore tools/testing/selftests/tdx/tdx_guest_test. It
uses the same filter from tools/testing/selftests/kvm/.gitignore.

Signed-off-by: Anh Tuan Phan <tuananhlfc@gmail.com>
---
Change from v1:
- Use the same filter from tools/testing/selftests/kvm/.gitignore
---
 tools/testing/selftests/tdx/.gitignore | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 tools/testing/selftests/tdx/.gitignore
diff mbox series

Patch

diff --git a/tools/testing/selftests/tdx/.gitignore b/tools/testing/selftests/tdx/.gitignore
new file mode 100644
index 000000000000..6d9381d60172
--- /dev/null
+++ b/tools/testing/selftests/tdx/.gitignore
@@ -0,0 +1,7 @@ 
+# SPDX-License-Identifier: GPL-2.0-only
+*
+!/**/
+!*.c
+!*.h
+!*.S
+!*.sh