FreeBSD Bugzilla – Attachment 142783 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]
check.diff
check.diff (text/plain; charset=US-ASCII), 580 bytes, created by
Antoine Brodin
on 2014-05-16 21:48:19 UTC
(
hide
)
Description:
check.diff
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2014-05-16 21:48:19 UTC
Size:
580 bytes
patch
obsolete
>Index: Mk/Scripts/check-stagedir.sh >=================================================================== >--- Mk/Scripts/check-stagedir.sh (revision 354259) >+++ Mk/Scripts/check-stagedir.sh (working copy) >@@ -288,6 +288,13 @@ > case "${path}" in > *.bak) ;; > *.orig) ;; >+ */.DS_Store) ;; >+ */.cvsignore) ;; >+ */.git/*|'@dirrmtry '*/.git) ;; >+ */.gitattributes|*/.gitignore|*/.gitmodules) ;; >+ */.svn/*|'@dirrmtry '*/.svn) ;; >+ */.svnignore) ;; >+ */CVS/*|'@dirrmtry '*/CVS) ;; > */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