Skip to content

Commit

Permalink
tc-testing: gitignore, ignore local tdc config file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vlad Buslov authored and David S. Miller committed Feb 26, 2019
1 parent 268a351 commit a110ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/tc-testing/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ __pycache__/
plugins/
*.xml
*.tap
tdc_config_local.py

0 comments on commit a110ae7

Please sign in to comment.