From c9c339ebf5ff38ca6d32cb5e91fba554a3c4f7c0 Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Mon, 25 Nov 2019 11:46:55 -0800 Subject: [PATCH] Tell Git to ignore the download of Statistics (#33941) 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