From 879beda0cdd7155735d97970e79c13e0b651fb6e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 2 Feb 2019 17:46:13 +0100 Subject: [PATCH] Exclude some more files from git control. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 46da36e693e..665ba4743e6 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ @@ -22,11 +28,16 @@ Tools/*.elc /dist/ .gitrev .coverage +*.patch +*.diff *.orig +*.prof *.rej +*.log *.dep *.swp *~ +callgrind.out.* .ipynb_checkpoints docs/build