From: Damien Lespiau Date: Fri, 9 Oct 2015 10:17:01 +0000 (+0100) Subject: gitignore: Explicitly ignore dirs in lib/packages X-Git-Tag: v1.1.0~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a74319948b2d6a856896b0bb5b67816f6b7c732;p=thirdparty%2Fpatchwork.git gitignore: Explicitly ignore dirs in lib/packages This file ignores everything at the moment. This doesn't look like a good idea, there are also jquery files there. We ignore django/ because installing django there is what currently is documented to do. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/lib/packages/.gitignore b/lib/packages/.gitignore index 72e8ffc0..d3e4ba56 100644 --- a/lib/packages/.gitignore +++ b/lib/packages/.gitignore @@ -1 +1 @@ -* +django