From fe5a3321483195f5c3bbff3d98408bd975116335 Mon Sep 17 00:00:00 2001 From: Antoine Fontaine Date: Fri, 21 Feb 2020 14:47:22 +0100 Subject: [PATCH] gitignore: hide abuild's src dir (!977) for when you use `abuild unpack prepare` to investigate the package sources and other uses of abuild. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6c5fbded4..c1c83d63d 100644 --- a/.gitignore +++ b/.gitignore @@ -114,5 +114,8 @@ ENV/ # JetBrains IDEs (PyCharm, etc) .idea +# Sources as unpacked and built by abuild +/*/*/src/ + # Allow having untracked packages in aports using a custom-something directory /custom-*/