From f54ce27d770accc6658ad5e2575b15dd8e899981 Mon Sep 17 00:00:00 2001 From: KRTirtho Date: Wed, 16 Jun 2021 13:53:36 +0600 Subject: [PATCH] ignore incremental build files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf67af4f..c79fa578 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ deploy/darwin/build aur-struct/src aur-struct/pkg aur-struct/*.zip* -aur-struct/*.zst \ No newline at end of file +aur-struct/*.zst + +*.tsbuildinfo \ No newline at end of file