commit: 0f87115a27f70502eed95cd27b71449eb66dc7b1 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Aug 13 01:27:59 2015 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Aug 13 01:29:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f87115a
Add some additional legacy directories to .gitignore .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 87c1cce..1f8c184 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /.ebuild.x -profiles/use.local.desc +/distfiles/ +/local/ +/packages/ +/profiles/use.local.desc
