mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Merge pull request #4596 from markjaquith/issue/Icon-macOS-carriage-return
Use a character class to ignore Icon\r directories
This commit is contained in:
commit
696ace4289
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
Icon[
]
|
||||||
# Icon must end with two \r
|
|
||||||
Icon
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue