commit: 7aaed48aaed3d184469e4b87ee61c1675ce48419 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Aug 11 04:00:20 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 04:01:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaed48a
metadata: anchor the ignored paths We don't want to ignore all files named "glsa", just the "glsa" dir in the metadata dir. metadata/.gitignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/metadata/.gitignore b/metadata/.gitignore index fcc8c96..6298aae 100644 --- a/metadata/.gitignore +++ b/metadata/.gitignore @@ -1,10 +1,10 @@ -# These are added during tree generation only -cache -dtd -glsa -md5-cache -news -herds.xml -timestamp -timestamp.chk -timestamp.x +# These are added during tree generation only. +/cache/ +/dtd/ +/glsa/ +/md5-cache/ +/news/ +/herds.xml +/timestamp +/timestamp.chk +/timestamp.x
