Ignore cython generated files

fixes-turtlebasket
Mattia Montanari 2020-05-21 15:45:25 +01:00
parent a4f540a6c8
commit 7640a21224
1 changed files with 56 additions and 0 deletions

56
.gitignore vendored
View File

@ -175,3 +175,59 @@ sysinfo.txt
# Office
~*.pptx
#Cython https://github.com/cython/cython/blob/master/.gitignore
*.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
/TEST_TMP/
/build/
/cython_build/
/wheelhouse*/
!tests/build/
/dist/
.gitrev
.coverage
*.patch
*.diff
*.orig
*.prof
*.rej
*.log
*.dep
*.swp
*~
callgrind.out.*
.ipynb_checkpoints
docs/build
tags
TAGS
MANIFEST
.tox
# Jetbrains IDE project files
/.idea
/*.iml