From 7a3373f5252941e6f6a780ec5ff686c2f5615f53 Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Sat, 20 Jul 2024 00:10:42 -0400 Subject: [PATCH] build: Ignore all files UI files in Git except those that can't be converted to Blueprint Signed-off-by: Felicitas Pojtinger --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e60bf9d..953bbdc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ build-dir *.compiled *.gresource +*.ui +!audiotracks.ui +!subtitles.ui