Skip to content

Commit

Permalink
Exclude some more files from git control.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 2, 2019
1 parent 4d9a166 commit 879beda
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ __pycache__

*.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/
Expand All @@ -22,11 +28,16 @@ Tools/*.elc
/dist/
.gitrev
.coverage
*.patch
*.diff
*.orig
*.prof
*.rej
*.log
*.dep
*.swp
*~
callgrind.out.*

.ipynb_checkpoints
docs/build
Expand Down

0 comments on commit 879beda

Please sign in to comment.