contrib: Add new versions to makeseeds.py and update gitignore

pull/764/head
RandyMcMillan 4 years ago committed by Wladimir J. van der Laan
parent d67883d01e
commit 36e875b4c5

@ -0,0 +1 @@
seeds_main.txt

@ -34,7 +34,8 @@ PATTERN_AGENT = re.compile(
r"0.17.(0|0.1|1|2|99)|"
r"0.18.(0|1|99)|"
r"0.19.(0|1|99)|"
r"0.20.99"
r"0.20.(0|1|99)|"
r"0.21.99"
r")")
def parseline(line):

Loading…
Cancel
Save