Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gitignore: Explicitly ignore dirs in lib/packages | Damien Lespiau | 2015-10-27 |
| | | | | | | | | | | | 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@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com> | ||
* | Exclude packages tree from separate .gitignore file | Jeremy Kerr | 2008-09-05 |
'cos it says so in the top-level .gitignore. Also, this means that the lib/packages/ dir will be included in a git checkout, which is helpful. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> |