diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-06-20 12:28:29 +0200 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 12:28:29 +0200 |
| commit | 96bc3a088c32bb26a3eeb3c4f246cbecc97fbc98 (patch) | |
| tree | dafe6042563aeedd7f57643088355f1da62d22ca | |
| parent | 7ca8c923b4a8da3f572f80bcab03737c1a39473a (diff) | |
| download | vyos-1x-96bc3a088c32bb26a3eeb3c4f246cbecc97fbc98.tar.gz vyos-1x-96bc3a088c32bb26a3eeb3c4f246cbecc97fbc98.zip | |
gitignore: add debian/*.postrm.debhelper pattern
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e86ef4036..a31d037f2 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,7 @@ debian/vyos-1x-vmware debian/vyos-1x-smoketest debian/*.postinst.debhelper debian/*.prerm.debhelper +debian/*.postrm.debhelper debian/*.substvars # Sonar Cloud |
