From 7d578aed28f2f175c1719462fe2979c3a19065b2 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 1 Jun 2023 17:20:49 +0200 Subject: [PATCH] .gitignore the generated glue file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b3768c2..0b0543a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Do not ignore solution files inside the mono module. Overrides Godot's global gitignore. !*.sln +*.gen.cpp + .import *.d *.o