From 7aaed48aaed3d184469e4b87ee61c1675ce48419 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 11 Aug 2015 00:00:20 -0400 Subject: [PATCH] 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 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 -- 2.26.2