[PATCH net-next] tc-testing: gitignore, ignore standard python artifacts

Subsystems: kernel selftest framework, the rest

STALE3203d

3 messages, 3 authors, 2017-11-01 · open the first message on its own page

[PATCH net-next] tc-testing: gitignore, ignore standard python artifacts

From: Brenda J. Butler <hidden>
Date: 2017-10-31 18:27:02

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 <redacted>
---
 tools/testing/selftests/tc-testing/.gitignore | 1 +
 1 file changed, 1 insertion(+)
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
-- 
2.15.0.rc0

Re: [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts

From: Lucas Bates <hidden>
Date: 2017-10-31 18:40:43

On Tue, Oct 31, 2017 at 2:26 PM, Brenda J. Butler [off-list ref] wrote:
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 <redacted>
Acked-by: Lucas Bates <redacted>

Re: [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts

From: David Miller <davem@davemloft.net>
Date: 2017-11-01 02:05:42

From: "Brenda J. Butler" <redacted>
Date: Tue, 31 Oct 2017 14:26:54 -0400
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 <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help