From b7689fcc970423b7064fc2b74b6c185ab673f9dd Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 11 Jun 2024 14:44:53 -0600 Subject: [PATCH] Ignore _build and quilt .pc dirs via .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5118da7..e480ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,6 @@ # Go workspace file go.work -.idea/ \ No newline at end of file +.idea/ +/.pc/ +/_build/