瀏覽代碼

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.
pull/3337/head
Elijah Shaw-Rutschman 4 年之前
父節點
當前提交
589831e1dc
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      Python.gitignore

+ 3
- 0
Python.gitignore 查看文件

@@ -133,3 +133,6 @@ dmypy.json

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

Loading…
取消
儲存