Ignore cachedir by joblib. [skip ci] (#6193)

This commit is contained in:
Jiaming Yuan
2020-10-04 14:54:32 +08:00
committed by GitHub
parent 750bd0ae9a
commit fd58005edf

5
.gitignore vendored
View File

@@ -105,4 +105,7 @@ R-package/src/Makevars
/cmake-build-debug/
# GDB
.gdb_history
.gdb_history
# Python joblib.Memory used in pytest.
cachedir/