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 *.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