diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-08-27 19:18:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-08-27 19:18:35 +0200 |
commit | 85099b846b5746c81205a5c7befcf85d06db5930 (patch) | |
tree | 13e32f9bc4d696d1ba9d08a546110e6562ad6f24 | |
parent | 17230a2212d570bbc8620cd9cb8342034408b2df (diff) | |
download | vyos-build-85099b846b5746c81205a5c7befcf85d06db5930.tar.gz vyos-build-85099b846b5746c81205a5c7befcf85d06db5930.zip |
Add .gitignore for packages build output
-rw-r--r-- | packages/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/.gitignore b/packages/.gitignore new file mode 100644 index 00000000..ed11cabe --- /dev/null +++ b/packages/.gitignore @@ -0,0 +1,5 @@ +*.dsc +*.tar.gz +*.deb +*.build +*.changes |