From d4b7a12187e7a00d65dabec8a9469de792072c58 Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 22 May 2024 20:10:58 -0700 Subject: [PATCH] Ignore files placed in the out folder. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 362ff8e..2ec0cee 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,6 @@ doc/api/ .idea -*.iml \ No newline at end of file +*.iml + +out \ No newline at end of file