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