netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts
@ 2017-10-31 18:26 Brenda J. Butler
  2017-10-31 18:40 ` Lucas Bates
  2017-11-01  2:05 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Brenda J. Butler @ 2017-10-31 18:26 UTC (permalink / raw)
  To: davem
  Cc: jhs, xiyou.wangcong, jiri, chrism, lucasb, aring, mrv, netdev,
	Brenda J. Butler

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>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts
  2017-10-31 18:26 [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts Brenda J. Butler
@ 2017-10-31 18:40 ` Lucas Bates
  2017-11-01  2:05 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas Bates @ 2017-10-31 18:40 UTC (permalink / raw)
  To: Brenda J. Butler
  Cc: davem, Jamal Hadi Salim, Cong Wang, Jiri Pirko, Chris Mi,
	Alexander Aring, Roman Mashak, Linux Kernel Network Developers

On Tue, Oct 31, 2017 at 2:26 PM, Brenda J. Butler <bjb@mojatatu.com> 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 <bjb@mojatatu.com>
Acked-by: Lucas Bates <lucasb@mojatatu.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts
  2017-10-31 18:26 [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts Brenda J. Butler
  2017-10-31 18:40 ` Lucas Bates
@ 2017-11-01  2:05 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-11-01  2:05 UTC (permalink / raw)
  To: bjb; +Cc: jhs, xiyou.wangcong, jiri, chrism, lucasb, aring, mrv, netdev

From: "Brenda J. Butler" <bjb@mojatatu.com>
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 <bjb@mojatatu.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-01  2:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-31 18:26 [PATCH net-next] tc-testing: gitignore, ignore standard python artifacts Brenda J. Butler
2017-10-31 18:40 ` Lucas Bates
2017-11-01  2:05 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).