Ignore cython dir folder
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user