From: Brenda J. Butler Date: Tue, 31 Oct 2017 18:26:54 +0000 (-0400) Subject: tc-testing: gitignore, ignore standard python artifacts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a5a5efe9998d6f28263324b8aa3e77a1b6cc465e;p=linux.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 c18dd8d83ceed..7a60b85e148f8 100644 --- a/tools/testing/selftests/tc-testing/.gitignore +++ b/tools/testing/selftests/tc-testing/.gitignore @@ -1 +1,2 @@ __pycache__/ +*.pyc