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 <[email protected]> --- 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 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
