Ignore cython dir folder

fixes-turtlebasket
Mattia Montanari 2020-05-21 17:18:47 +01:00
parent 1d0c10f4e7
commit 3e5902542d
1 changed files with 1 additions and 22 deletions

23
.gitignore vendored
View File

@ -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