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

This commit is contained in:
RandyMcMillan 2020-10-19 18:40:48 -04:00 committed by Wladimir J. van der Laan
parent d67883d01e
commit 36e875b4c5
2 changed files with 3 additions and 1 deletions

1
contrib/seeds/.gitignore vendored Normal file
View file

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

View file

@ -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):