]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
tc-testing: gitignore, ignore standard python artifacts
authorBrenda J. Butler <bjb@mojatatu.com>
Tue, 31 Oct 2017 18:26:54 +0000 (14:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Nov 2017 02:04:47 +0000 (11:04 +0900)
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>
tools/testing/selftests/tc-testing/.gitignore

index c18dd8d83ceed1806b50b0aaa46beb7e335fff13..7a60b85e148f80966a550e5ab6a762a907c69ca6 100644 (file)
@@ -1 +1,2 @@
 __pycache__/
+*.pyc