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 коммит произвёл David S. Miller
Родитель 268a351d4a
Коммит a110ae7096
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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