浏览代码

tc-testing: gitignore, ignore standard python artifacts

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 <bjb@mojatatu.com>
Acked-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Brenda J. Butler 7 年之前
父节点
当前提交
a5a5efe999
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/testing/selftests/tc-testing/.gitignore

+ 1 - 0
tools/testing/selftests/tc-testing/.gitignore

@@ -1 +1,2 @@
 __pycache__/
 __pycache__/
+*.pyc