mirror of
https://github.com/github/gitignore
synced 2024-12-01 16:05:43 +01:00
Prevent corruption of "Icon\r" rule
https://stackoverflow.com/questions/17556250/how-to-ignore-icon-in-git/33974028#33974028 https://github.com/github/gitignore/pulls?q=is%3Apr+Icon+%5Cr
This commit is contained in:
parent
218a941be9
commit
a698c65233
@ -3,8 +3,9 @@
|
|||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# Icon must end with two \r
|
# Start of Icon[\r] pattern
|
||||||
Icon
|
Icon[
]
|
||||||
|
# End of Icon[\r] pattern
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
Loading…
Reference in New Issue
Block a user