projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dfbe5b
)
tc-testing: gitignore, ignore standard python artifacts
author
Brenda J. Butler
<
[email protected]
>
Tue, 31 Oct 2017 18:26:54 +0000
(14:26 -0400)
committer
David S. Miller
<
[email protected]
>
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 <
[email protected]
>
Acked-by: Lucas Bates <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
tools/testing/selftests/tc-testing/.gitignore
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/tc-testing/.gitignore
b/tools/testing/selftests/tc-testing/.gitignore
index c18dd8d83ceed1806b50b0aaa46beb7e335fff13..7a60b85e148f80966a550e5ab6a762a907c69ca6 100644
(file)
--- a/
tools/testing/selftests/tc-testing/.gitignore
+++ b/
tools/testing/selftests/tc-testing/.gitignore
@@
-1
+1,2
@@
__pycache__/
+*.pyc