commit: d7c61f780ba2c1aef9ef6eb0034dd99e8f2a9c8a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Aug 25 00:20:44 2015 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Aug 25 00:20:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c61f78
metadata: Ignore symlinks as well as directories metadata/.gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/.gitignore b/metadata/.gitignore index 5cc3e37..550f0d9 100644 --- a/metadata/.gitignore +++ b/metadata/.gitignore @@ -1,9 +1,9 @@ # These are added during tree generation only. -/cache/ -/dtd/ -/glsa/ -/md5-cache/ -/news/ +/cache +/dtd +/glsa +/md5-cache +/news /herds.xml /timestamp /timestamp.chk
