diff options
author | Spencer Mathews <spencer.mathews@gmail.com> | 2017-03-28 14:32:40 -0700 |
---|---|---|
committer | Spencer Mathews <spencer.mathews@gmail.com> | 2017-03-28 14:32:40 -0700 |
commit | d0d432aa8d85ec0aff25775bb76091663ab005b8 (patch) | |
tree | 679c231311718d98ccaf44a1bd4c9f5faa68c569 | |
parent | 2c0cb52a67921cf3dffb8098ba027f376f73f859 (diff) | |
download | gitignore-d0d432aa8d85ec0aff25775bb76091663ab005b8.tar.gz gitignore-d0d432aa8d85ec0aff25775bb76091663ab005b8.zip |
Change macOS to UNIX line endings
-rw-r--r-- | Global/macOS.gitignore | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index f0f3fbc0..828a509a 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,26 +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 |