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/linux-kernel | |
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/linux-kernel')
-rw-r--r-- | packages/linux-kernel/.gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/linux-kernel/.gitignore b/packages/linux-kernel/.gitignore index 84ffa9c4..6373bd11 100644 --- a/packages/linux-kernel/.gitignore +++ b/packages/linux-kernel/.gitignore @@ -5,14 +5,10 @@ /intel-qat /linux-firmware /qat* -*.deb -*.changes -*.buildinfo *.tar.xz /*.postinst # Intel Driver source -*.tar.gz i40e-*/ igb-*/ ixgbe-*/ |