From 906108ca7a67d68cd77782bdb4a51c908e50b95f Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 11 Jun 2024 15:04:35 -0600 Subject: [PATCH] Ignore _build and quilt .pc dirs via .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..057addc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +/.pc/ +/_build/