Ignore cython generated files
parent
a4f540a6c8
commit
7640a21224
|
@ -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
|
Loading…
Reference in New Issue