From 2f2976ce7d2ec1c2a448a301603419565e90ecd3 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 18 Aug 2021 12:59:41 -0700 Subject: [PATCH] gitignore: add 'src/' dir created when running abuild manually (MR 2450) When using abuild to update checksums and other things manually in pmaports, it creates a src/ dir in the package dir which should not be commited. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1c83d63d..756c204bd 100644 --- a/.gitignore +++ b/.gitignore @@ -115,7 +115,7 @@ ENV/ .idea # Sources as unpacked and built by abuild -/*/*/src/ +**/src/ # Allow having untracked packages in aports using a custom-something directory /custom-*/