From: Brenda J. Butler Date: Tue, 31 Oct 2017 18:26:54 +0000 (-0400) Subject: tc-testing: gitignore, ignore standard python artifacts X-Git-Tag: Ubuntu-5.13.0-19.19~12163^2~235 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a5a5efe9998d6f28263324b8aa3e77a1b6cc465e;p=mirror_ubuntu-jammy-kernel.git tc-testing: gitignore, ignore standard python artifacts Ignore .pyc files, "python compiled" files, that get created when a python script is run. They should never be committed. Signed-off-by: Brenda J. Butler Acked-by: Lucas Bates Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/tc-testing/.gitignore b/tools/testing/selftests/tc-testing/.gitignore index c18dd8d83cee..7a60b85e148f 100644 --- a/tools/testing/selftests/tc-testing/.gitignore +++ b/tools/testing/selftests/tc-testing/.gitignore @@ -1 +1,2 @@ __pycache__/ +*.pyc