diff options
author | Christian Breunig <christian@breunig.cc> | 2024-10-06 12:50:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-06 12:50:00 +0200 |
commit | cf809b77502efa144baa965602ca3167422712c1 (patch) | |
tree | e434f48e7983e6eaeee3c506f2338b0ddb8faf95 | |
parent | 66f12f1d2622310c05e567db25da06e94175869a (diff) | |
download | vyos-build-cf809b77502efa144baa965602ca3167422712c1.tar.gz vyos-build-cf809b77502efa144baa965602ca3167422712c1.zip |
T6754: Ignore everyhting under packages folder via .gitignorec-po-patch-2
-rw-r--r-- | packages/.gitignore | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/.gitignore b/packages/.gitignore index db1547bf..33662f55 100644 --- a/packages/.gitignore +++ b/packages/.gitignore @@ -1,6 +1 @@ -*.tar.gz -*.deb -*.dsc -*.buildinfo -*.changes -*.git +/* |