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

2017-10-31 Thread David Miller
From: "Brenda J. Butler" 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 Applied.

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

2017-10-31 Thread Lucas Bates
On Tue, Oct 31, 2017 at 2:26 PM, Brenda J. Butler 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 Acked-by: Lucas Bates

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

2017-10-31 Thread 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 --- tools/testing/selftests/tc-testing/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git