diff options
author | Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov> | 2018-04-26 13:06:47 -0400 |
---|---|---|
committer | Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov> | 2018-04-26 13:06:47 -0400 |
commit | 93f8f66f7283cb894bf67432596254af069f25fe (patch) | |
tree | b631f8aeac5aaedaea02a5f52977a679d85a4daa | |
parent | dadfb545e1cc8d873b999d82d331c0c58f11901f (diff) | |
download | numpy-93f8f66f7283cb894bf67432596254af069f25fe.tar.gz |
MAINT: Added pytest cache folder to .gitignore
[ci skip] [skip ci]
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6e3f8e041..fbdd4f784 100644 --- a/.gitignore +++ b/.gitignore @@ -100,6 +100,10 @@ Icon? ehthumbs.db Thumbs.db +# pytest generated files # +########################## +/.pytest_cache + # Things specific to this project # ################################### numpy/core/__svn_version__.py |