From 8b0eecd96ed300144a3b515809b2c0f2e236d9cb Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Mon, 25 Nov 2019 10:52:14 -0800 Subject: [PATCH] Tell Git to ignore the download of Statistics Otherwise the repo state is dirty after building Julia now that 33399 has been merged. --- stdlib/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdlib/.gitignore b/stdlib/.gitignore index a55686cd4ef25..2f7f49e24be1a 100644 --- a/stdlib/.gitignore +++ b/stdlib/.gitignore @@ -1,3 +1,5 @@ /srccache /Pkg-* /Pkg +/Statistics-* +/Statistics