diff options
author | Brenda J. Butler <bjb@mojatatu.com> | 2017-10-31 14:26:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-01 11:04:47 +0900 |
commit | a5a5efe9998d6f28263324b8aa3e77a1b6cc465e (patch) | |
tree | 71258e0f41ee0179a1f637002a7c1b198266cde0 /tools | |
parent | 7dfbe5b64fe8f619bc056a7f81421e8beab373f1 (diff) | |
download | op-kernel-dev-a5a5efe9998d6f28263324b8aa3e77a1b6cc465e.zip op-kernel-dev-a5a5efe9998d6f28263324b8aa3e77a1b6cc465e.tar.gz |
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 <bjb@mojatatu.com>
Acked-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/tc-testing/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/.gitignore b/tools/testing/selftests/tc-testing/.gitignore index c18dd8d..7a60b85 100644 --- a/tools/testing/selftests/tc-testing/.gitignore +++ b/tools/testing/selftests/tc-testing/.gitignore @@ -1 +1,2 @@ __pycache__/ +*.pyc |