diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-23 19:27:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-11-23 19:27:51 +0100 |
commit | cd1abe06bc510f133b61f3c1e0745162bebd8a7e (patch) | |
tree | fdc051d8bb96a31b5830b52a209d5ac05cd990fd /packages/keepalived | |
parent | 0795242ec949697f6cb33dffb4fa5a031728c113 (diff) | |
download | vyos-build-cd1abe06bc510f133b61f3c1e0745162bebd8a7e.tar.gz vyos-build-cd1abe06bc510f133b61f3c1e0745162bebd8a7e.zip |
gitignore: cleanup double rules from individual packages
Individual packages like dropbear, frr, iproute2 ... all came with a copy of
gitignore rules already present in the base file.
Those rules have been dropped.
Diffstat (limited to 'packages/keepalived')
-rw-r--r-- | packages/keepalived/.gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/keepalived/.gitignore b/packages/keepalived/.gitignore index f7afe17c..9503bdbd 100644 --- a/packages/keepalived/.gitignore +++ b/packages/keepalived/.gitignore @@ -1,6 +1 @@ keepalived/ -*.deb -*.dsc -*.buildinfo -*.changes -*.git |