From 476493dbf5d5f66db3fcfe305430972c5accf10f Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Mon, 25 Sep 2017 12:36:01 -0700 Subject: Reverse retry logic to retry in all but a few cases It was getting too much like whac-a-mole listing all the retriable error conditions, so we now retry by default and list the cases where retrying is almost certainly hopeless. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6163087384d8..ce22fa007dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -99,16 +99,20 @@ perl/Makefile.config /misc/systemd/nix-daemon.socket /misc/upstart/nix-daemon.conf +/src/resolve-system-dependencies/resolve-system-dependencies + inst/ *.a *.o *.so +*.dylib *.dll *.exe *.dep *~ *.pc +*.plist # GNU Global GPATH -- cgit 1.4.1