diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-11 00:00:20 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-11 00:01:31 -0400 |
commit | 7aaed48aaed3d184469e4b87ee61c1675ce48419 (patch) | |
tree | ade3bbe3a80d1629a91a50cf1deef5c58fe041a9 /metadata | |
parent | dev-python/python-novaclient bump to 2.23.2 kilo (diff) | |
download | gentoo-7aaed48aaed3d184469e4b87ee61c1675ce48419.tar.gz gentoo-7aaed48aaed3d184469e4b87ee61c1675ce48419.tar.bz2 gentoo-7aaed48aaed3d184469e4b87ee61c1675ce48419.zip |
metadata: anchor the ignored paths
We don't want to ignore all files named "glsa", just the "glsa" dir in
the metadata dir.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/.gitignore | 20 |
1 files 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 |