]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
tc-testing: gitignore, ignore local tdc config file
authorVlad Buslov <vladbu@mellanox.com>
Tue, 26 Feb 2019 15:37:09 +0000 (17:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Feb 2019 17:20:42 +0000 (09:20 -0800)
Comment in tdc_config.py recommends putting customizations in
tdc_config_local.py file that wasn't included in gitignore. Add the local
config file to gitignore.

Signed-off-by: Vlad Buslov <vladbu@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/.gitignore

index c5cc160948b3ea5d68839299b21fa511dd760598..c26d72e0166fc2dde1a17ab659263ba45d0aa329 100644 (file)
@@ -3,3 +3,4 @@ __pycache__/
 plugins/
 *.xml
 *.tap
+tdc_config_local.py