From af4e50edf0eb7f3286c895b725ea8679e338586d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Slint=C3=A1k?= Date: Tue, 11 Mar 2025 23:20:23 +0100 Subject: [PATCH] Ignore `build` directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a92a67f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +BUILD/ \ No newline at end of file