diff options
author | Fastidious <david@ucf.edu> | 2017-03-04 20:17:25 -0500 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-03-04 20:17:25 -0500 |
commit | 837fc9847d5bed7a4e15f04760fb10818fe49ccb (patch) | |
tree | 2fbd99ea997a5cce03cf0f170d701ffed5678f5c | |
parent | 7e883f891a42fd01bc54ce1821d3520d691f1a63 (diff) |
conf/gitignore: use correct OS name (#4240)
This is no more OSX, but macOS. Long live macOS!
-rw-r--r-- | conf/gitignore/macOS (renamed from conf/gitignore/OSX) | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/conf/gitignore/OSX b/conf/gitignore/macOS index 660b3135..d8029005 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
|