Commit 879beda0 authored by Stefan Behnel's avatar Stefan Behnel

Exclude some more files from git control.

parent 4d9a1665
...@@ -6,14 +6,20 @@ __pycache__ ...@@ -6,14 +6,20 @@ __pycache__
*.egg *.egg
*.egg-info *.egg-info
.*cache*/
*venv*/
Cython/Compiler/*.c Cython/Compiler/*.c
Cython/Plex/*.c Cython/Plex/*.c
Cython/Runtime/refnanny.c Cython/Runtime/refnanny.c
Cython/Tempita/*.c Cython/Tempita/*.c
Cython/*.c Cython/*.c
Cython/*.html
Cython/*/*.html
Tools/*.elc Tools/*.elc
Demos/*.html
Demos/*/*.html
/TEST_TMP/ /TEST_TMP/
/build/ /build/
...@@ -22,11 +28,16 @@ Tools/*.elc ...@@ -22,11 +28,16 @@ Tools/*.elc
/dist/ /dist/
.gitrev .gitrev
.coverage .coverage
*.patch
*.diff
*.orig *.orig
*.prof
*.rej *.rej
*.log
*.dep *.dep
*.swp *.swp
*~ *~
callgrind.out.*
.ipynb_checkpoints .ipynb_checkpoints
docs/build docs/build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment