diff options
author | Dan Peebles <pumpkin@me.com> | 2017-09-25T19·36-0700 |
---|---|---|
committer | Dan Peebles <pumpkin@me.com> | 2017-10-03T03·22-0400 |
commit | 476493dbf5d5f66db3fcfe305430972c5accf10f (patch) | |
tree | c778e86a84e747e8054476e83f0eef8b6e6b3c12 /.gitignore | |
parent | f3e0d468218994343d0e595a50304cc122ad1406 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |