diff options
author | Jonathan <hemstad@live.com> | 2016-08-30 19:12:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 19:12:57 +0200 |
commit | 899509f2f29c0d6c40b0ccc74a20b4cd11524354 (patch) | |
tree | dc40bb86b8ea6a1ff9c05b0e0016aceb477647e5 /Global | |
parent | 84f257615590760f514a812260c8accba6a740ed (diff) | |
download | gitignore-899509f2f29c0d6c40b0ccc74a20b4cd11524354.tar.gz gitignore-899509f2f29c0d6c40b0ccc74a20b4cd11524354.zip |
Rename OSX.gitignore to macOS.gitignore
Apple renames OS X to macOS. Announced @ WWDC 2016
Diffstat (limited to 'Global')
-rw-r--r-- | Global/macOS.gitignore (renamed from Global/OSX.gitignore) | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/Global/OSX.gitignore b/Global/macOS.gitignore index 5972fe50..f0f3fbc0 100644 --- a/Global/OSX.gitignore +++ b/Global/macOS.gitignore @@ -1,25 +1,26 @@ -*.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 -.com.apple.timemachine.donotpresent - -# 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
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
|