mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add more files to orphans white list:
- .DS_Store files - some VCS related files Note: it's still recommended to not extract/install those files if they are not needed PR: ports/189859 Submitted by: adamw (first version) Reviewed by: bapt With hat: portmgr
This commit is contained in:
parent
4a29590edf
commit
4c05fc29da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354552
@ -288,6 +288,13 @@ check_orphans_from_plist() {
|
||||
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) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user