diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-02-16 11:00:04 +0100 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-02-16 11:00:04 +0100 |
| commit | 9fcf23801e6ccece6b8076e99b05b4ba80743ec9 (patch) | |
| tree | 7112ca4607fdc17703042f6f9290193b08ec1623 | |
| parent | b6aa1e7f3fb40cea11813dad53b50aeeb28fc74e (diff) | |
| download | vyos-1x-9fcf23801e6ccece6b8076e99b05b4ba80743ec9.tar.gz vyos-1x-9fcf23801e6ccece6b8076e99b05b4ba80743ec9.zip | |
gitignore: extend ignore pattern of temporary debhelper files
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index df7af0395..d89bf1cdc 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,9 @@ debian/debhelper-build-stamp debian/.debhelper/ debian/vyos-1x debian/vyos-1x-vmware +debian/vyos-1x.postinst.debhelper +debian/vyos-1x.prerm.debhelper +debian/vyos-1x.substvars # Sonar Cloud .scannerwork |
