From 837fc9847d5bed7a4e15f04760fb10818fe49ccb Mon Sep 17 00:00:00 2001 From: Fastidious Date: Sat, 4 Mar 2017 20:17:25 -0500 Subject: [PATCH] conf/gitignore: use correct OS name (#4240) This is no more OSX, but macOS. Long live macOS! --- conf/gitignore/{OSX => macOS} | 49 ++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 24 deletions(-) rename conf/gitignore/{OSX => macOS} (91%) diff --git a/conf/gitignore/OSX b/conf/gitignore/macOS similarity index 91% rename from conf/gitignore/OSX rename to conf/gitignore/macOS index 660b31353..d80290051 100644 --- a/conf/gitignore/OSX +++ b/conf/gitignore/macOS @@ -1,24 +1,25 @@ -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk