aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/.gitignore')
-rw-r--r--tools/testing/selftests/.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore
index 61df01cdf0b2..cb24124ac5b9 100644
--- a/tools/testing/selftests/.gitignore
+++ b/tools/testing/selftests/.gitignore
@@ -1,6 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
gpiogpio-event-mon
gpiogpio-hammer
gpioinclude/
gpiolsgpio
+kselftest_install/
tpm2/SpaceTest.log
-tpm2/*.pyc
+
+# Python bytecode and cache
+__pycache__/
+*.py[cod]