Mercurial > dropbear
annotate .hgignore @ 1870:0dcc5b0d93fa
Make re-exec work with "dropbearmulti dropbear"
The re-exec needs to know to use the dropbearmulti binary instead.
Add a test for this case.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 01 Feb 2022 22:18:23 +0800 |
parents | 60cd5cdb165c |
children |
rev | line source |
---|---|
1838
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1348
diff
changeset
|
1 \..*\.swp |
1348 | 2 .*~ |
1838
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1348
diff
changeset
|
3 tags |
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1348
diff
changeset
|
4 .pytest* |
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1348
diff
changeset
|
5 .*\.pyc |
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1348
diff
changeset
|
6 test/venv |