[PATCH 2/3] gitignore: Explicitely ignore sub-directories in lib/packages
Damien Lespiau
damien.lespiau at intel.com
Fri Oct 9 21:17:01 AEDT 2015
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 <damien.lespiau at intel.com>
---
lib/packages/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/packages/.gitignore b/lib/packages/.gitignore
index 72e8ffc..d3e4ba5 100644
--- a/lib/packages/.gitignore
+++ b/lib/packages/.gitignore
@@ -1 +1 @@
-*
+django
--
2.1.0
More information about the Patchwork
mailing list