From 837fc9847d5bed7a4e15f04760fb10818fe49ccb Mon Sep 17 00:00:00 2001 From: Fastidious Date: Sat, 4 Mar 2017 20:17:25 -0500 Subject: conf/gitignore: use correct OS name (#4240) This is no more OSX, but macOS. Long live macOS! --- conf/gitignore/OSX | 24 ------------------------ conf/gitignore/macOS | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 conf/gitignore/OSX create mode 100644 conf/gitignore/macOS diff --git a/conf/gitignore/OSX b/conf/gitignore/OSX deleted file mode 100644 index 660b3135..00000000 --- a/conf/gitignore/OSX +++ /dev/null @@ -1,24 +0,0 @@ -.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 diff --git a/conf/gitignore/macOS b/conf/gitignore/macOS new file mode 100644 index 00000000..d8029005 --- /dev/null +++ b/conf/gitignore/macOS @@ -0,0 +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 -- cgit v1.2.3