FreeBSD Bugzilla – Attachment 142781 Details for
Bug 189859
Ignore .DS_Store files in STAGEDIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
whitelist2.patch
whitelist2.patch (text/x-diff; charset=us-ascii), 390 bytes, created by
Adam Weinberger
on 2014-05-16 14:25:36 UTC
(
hide
)
Description:
whitelist2.patch
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2014-05-16 14:25:36 UTC
Size:
390 bytes
patch
obsolete
>Index: check-stagedir.sh >=================================================================== >--- check-stagedir.sh (revision 354221) >+++ check-stagedir.sh (working copy) >@@ -281,6 +281,10 @@ > case "${path}" in > *.bak) ;; > *.orig) ;; >+ *.DS_Store) ;; >+ *.CVS) ;; >+ *.svn) ;; >+ *.git) ;; > */info/dir|info/dir) ;; > lib/X11/fonts/*/fonts.dir) ;; > lib/X11/fonts/*/fonts.scale) ;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 189859
: 142781 |
142782
|
142783