diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-12-22 12:03:06 -0600 |
---|---|---|
committer | xoviat <xoviat@users.noreply.github.com> | 2017-12-22 17:30:50 -0600 |
commit | c932e51c056670f95426c49b6522b74e4bb561b7 (patch) | |
tree | bf7978f4fe204f0caf1c1166c444b84b949fd842 /.gitignore | |
parent | c6db7da2c932470f70ce9c9ab4dd49fc1a64b789 (diff) | |
download | numpy-c932e51c056670f95426c49b6522b74e4bb561b7.tar.gz |
Add .cache to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 64c8a72ef..80ada0d00 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ doc/cdoc/build # The shelf plugin uses this dir ./.shelf MANIFEST +.cache # Paver generated files # ######################### |