Ignore cython dir folder
parent
1d0c10f4e7
commit
3e5902542d
|
@ -180,25 +180,11 @@ sysinfo.txt
|
|||
*.pyc
|
||||
*.pyo
|
||||
__pycache__
|
||||
*.so
|
||||
*.o
|
||||
|
||||
*.egg
|
||||
*.egg-info
|
||||
.*cache*/
|
||||
*venv*/
|
||||
|
||||
Cython/Compiler/*.c
|
||||
Cython/Plex/*.c
|
||||
Cython/Runtime/refnanny.c
|
||||
Cython/Tempita/*.c
|
||||
Cython/*.c
|
||||
Cython/*.html
|
||||
Cython/*/*.html
|
||||
|
||||
Tools/*.elc
|
||||
Demos/*.html
|
||||
Demos/*/*.html
|
||||
*/cython/*.c
|
||||
|
||||
/TEST_TMP/
|
||||
/build/
|
||||
|
@ -220,13 +206,6 @@ Demos/*/*.html
|
|||
callgrind.out.*
|
||||
|
||||
.ipynb_checkpoints
|
||||
docs/build
|
||||
|
||||
tags
|
||||
TAGS
|
||||
MANIFEST
|
||||
|
||||
.tox
|
||||
|
||||
# Jetbrains IDE project files
|
||||
/.idea
|
||||
|
|
Loading…
Reference in New Issue