From adcec573089bbd646de789726148fa2ca1d2e9c8 Mon Sep 17 00:00:00 2001
From: Igor Munkin <imun@tarantool.org>
Date: Thu, 20 Oct 2022 15:48:34 +0300
Subject: [PATCH] .gitignore: add .lua.c suppression in third party

Add missing .gitignore entry for autogenerated .lua.c translation units
located in <third_party/lua> directory.

Follows up #7593

NO_DOC=.gitignore
NO_TEST=.gitignore
NO_CHANGELOG=.gitignore

Signed-off-by: Igor Munkin <imun@tarantool.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c89ac45119..d37c4cf413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,6 +88,7 @@ lcov
 src/box/bootstrap.h
 src/lua/*.lua.c
 src/box/lua/*.lua.c
+third_party/lua/*.lua.c
 src/tarantool
 src/module.h
 tarantool-*.tar.gz
-- 
GitLab