未验证 提交 589831e1 编写于 作者: E Elijah Shaw-Rutschman 提交者: GitHub

Ignore Cython debug symbols (#3330)

Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore.
上级 823e38ff
......@@ -133,3 +133,6 @@ dmypy.json
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册