From: Mike Frysinger Date: Tue, 11 Aug 2015 04:00:20 +0000 (-0400) Subject: metadata: anchor the ignored paths X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7aaed48aaed3d184469e4b87ee61c1675ce48419;p=gentoo.git metadata: anchor the ignored paths We don't want to ignore all files named "glsa", just the "glsa" dir in the metadata dir. --- diff --git a/metadata/.gitignore b/metadata/.gitignore index fcc8c963896b..6298aae3a175 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