]> source.dussan.org Git - gitignore.git/commit
Ignore Cython debug symbols (#3330)
authorElijah Shaw-Rutschman <elijahr@gmail.com>
Wed, 11 Mar 2020 12:59:33 +0000 (07:59 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 12:59:33 +0000 (09:59 -0300)
commit589831e1dc8822c2cb0cd33e72b929dfa005ef01
treec93ea0dee1fa950a943391f69cb0bf166a83ecae
parent823e38ff6880cbde2eb77eb804cbdb7d9e1ccca4
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.
Python.gitignore