tc-testing: gitignore, ignore local tdc config file

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>
This commit is contained in:
Vlad Buslov 2019-02-26 17:37:09 +02:00 committed by David S. Miller
parent 268a351d4a
commit a110ae7096
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ __pycache__/
plugins/
*.xml
*.tap
tdc_config_local.py