SIGN IN SIGN UP
github / gitignore UNCLAIMED

A collection of useful .gitignore templates

173196 0 0 Ignore List

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.
E
Elijah Shaw-Rutschman committed
589831e1dc8822c2cb0cd33e72b929dfa005ef01
Parent: 823e38f
Committed by GitHub <noreply@github.com> on 3/11/2020, 12:59:33 PM