From ad5f0b0e71efacaaccb39329033d50a47b3971eb Mon Sep 17 00:00:00 2001 From: Michel Weber <55622065+webmiche@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:31:16 +0100 Subject: [PATCH] misc: Add Output folders to gitignore (#242) These are folders generated by running lit, which we probably don't want on the repo. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3181a2719d..0a58629647 100644 --- a/.gitignore +++ b/.gitignore @@ -144,6 +144,7 @@ cython_debug/ # lit tests results tests/filecheck/.lit_test_times.txt +tests/**/Output/* # Mac .DS_Store