diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-10-03 07:53:32 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-03 12:25:16 +0000 |
commit | 4330a0f8937fdb065e3aad90b940aafce094d822 (patch) | |
tree | f6f725573875cbd94bc397ee494716fa83336d11 /scripts/package-build/xen-guest-agent/.gitignore | |
parent | b672c89acbc593876d47bf5490d9dcf071cb3816 (diff) | |
download | vyos-build-mergify/bp/circinus/pr-788.tar.gz vyos-build-mergify/bp/circinus/pr-788.zip |
T6758: Add build package xen-guest-agentmergify/bp/circinus/pr-788
The 'xen-guest-agent' could be used for XCP-NG images
(cherry picked from commit 1d69d490cad3fd7043fdeeb450681ad5f6dd82b4)
Diffstat (limited to 'scripts/package-build/xen-guest-agent/.gitignore')
-rw-r--r-- | scripts/package-build/xen-guest-agent/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/package-build/xen-guest-agent/.gitignore b/scripts/package-build/xen-guest-agent/.gitignore new file mode 100644 index 00000000..373bd76a --- /dev/null +++ b/scripts/package-build/xen-guest-agent/.gitignore @@ -0,0 +1,7 @@ +xen-guest-agent/ +*.buildinfo +*.build +*.changes +*.deb +*.dsc + |