chore: add group/GENERATED to .gitignore
Local runs conveniently save non standard runs in this directory, but
that is never meant to be committed. Ignore it to reflect that.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I31bcd708c1405d53599ba7e9a99738aaa4fbc296
diff --git a/.gitignore b/.gitignore
index 1eb99f5..2c5c518 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
# Ignore python cache in all possible folders
-__pycache__/
\ No newline at end of file
+__pycache__/
+group/GENERATED
\ No newline at end of file