diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-09-16 14:54:38 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-09-16 17:07:57 +0100 |
commit | 3c563849f13b7948d160a71ce8d480c4bb91b8f8 (patch) | |
tree | a7f1df23df9398bfeff637959358b4389e1947cd /tools/unitctl/unit-openapi/.gitignore | |
parent | 50b1aca3b8318c58f7073fe11911f1f0d52c651d (diff) | |
download | unit-3c563849f13b7948d160a71ce8d480c4bb91b8f8.tar.gz unit-3c563849f13b7948d160a71ce8d480c4bb91b8f8.tar.bz2 |
unitctl: Don't track unit-openapi/.openapi-generator/
The two files under unit-openapi/.openapi-generator/, FILES and VERSIONS
are auto-generated.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '')
-rw-r--r-- | tools/unitctl/unit-openapi/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unitctl/unit-openapi/.gitignore b/tools/unitctl/unit-openapi/.gitignore index 6aa10640..830fc6b7 100644 --- a/tools/unitctl/unit-openapi/.gitignore +++ b/tools/unitctl/unit-openapi/.gitignore @@ -1,3 +1,4 @@ +.openapi-generator/ /target/ **/*.rs.bk Cargo.lock |