From 4227a33c9edf374a9d542be682492a1b21d98607 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Thu, 5 Jan 2023 10:34:06 +0100 Subject: [PATCH] add another dir to ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e390b12..0de4db3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build/** \ No newline at end of file +build/** +xxx/**