diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-08-28 09:20:41 -0700 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-08-28 10:47:51 -0700 |
commit | 0951778d48846a043c033425da8a0f732bc0c8a9 (patch) | |
tree | 2512d58ff27d2517711869e81e6b06db95981b1b | |
parent | 778d81ccd9e5f98ab899f2fb3cf01448f0daf8c9 (diff) | |
download | unit-0951778d48846a043c033425da8a0f732bc0c8a9.tar.gz unit-0951778d48846a043c033425da8a0f732bc0c8a9.tar.bz2 |
Added .gitignore for pkg/contrib/tarballs
This directory is needed for contribs to function.
-rw-r--r-- | pkg/contrib/tarballs/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/contrib/tarballs/.gitignore b/pkg/contrib/tarballs/.gitignore new file mode 100644 index 00000000..441875c5 --- /dev/null +++ b/pkg/contrib/tarballs/.gitignore @@ -0,0 +1,2 @@ +*.tar.* +*.githash |