projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47487f
)
metadata: anchor the ignored paths
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 11 Aug 2015 04:00:20 +0000
(
00:00
-0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 11 Aug 2015 04:01:31 +0000
(
00:01
-0400)
We don't want to ignore all files named "glsa", just the "glsa" dir in
the metadata dir.
metadata/.gitignore
patch
|
blob
|
history
diff --git
a/metadata/.gitignore
b/metadata/.gitignore
index fcc8c963896b10db3c413209a0bfe3a67e97e542..6298aae3a1753dcce18810090861285fe9187319 100644
(file)
--- 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