From 0c2bf6c4230c4a17f45fc497c22defb347a69d04 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Wed, 25 Sep 2019 13:04:00 +0200 Subject: [PATCH] gitignore: add "/custom-*" (!646) This allows for having untracked packages in the aports directory in a subdirectory prefixed by "custom-". --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 630253719..6c5fbded4 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,6 @@ ENV/ # JetBrains IDEs (PyCharm, etc) .idea + +# Allow having untracked packages in aports using a custom-something directory +/custom-*/