1
0
mirror of https://github.com/github/gitignore synced 2025-03-03 06:42:19 +01:00
netmills a7d0c6ec49 Change "Icon" to "Icon^M^M", add .VolumeIcon.icns .fseventsd
Icon^M^M
========
See http://blog.bitfluent.com/post/173740409/ignoring-icon-in-gitignore
The actual file name is "Icon\r" with a CRLF(!). You have to enter two literal ^M control characters to match CRLF.
"Icon" would also ignore e.g. a "Icons" directory etc.

.VolumeIcon.icns
================
See http://superuser.com/a/298798:
Changing a volume's icon creates a hidden .VolumeIcon.icns file instead of Icon^M^M.

.fseventsd
==========
fseventsd is the file services events daemon. (See http://en.wikipedia.org/wiki/FSEvents, https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/FSEvents_ProgGuide/FileSystemEventSecurity/FileSystemEventSecurity.html)
2013-09-18 09:54:49 +02:00
..
2010-11-08 15:04:02 -08:00
2012-08-24 16:43:07 +10:00
2012-06-04 22:59:05 +02:00
2010-11-08 15:00:28 -08:00
2010-11-09 15:48:06 +08:00
2012-07-03 13:54:50 -07:00
2010-11-08 15:03:42 -08:00
2011-01-28 04:11:05 +08:00
2012-04-09 21:21:28 -04:00

Globally Useful gitignores

This directory contains globally useful gitignores, e.g. OS-specific and editor specific.

For more on global gitignores: http://help.github.com/git-ignore/

And a good blog post about 'em: http://augustl.com/blog/2009/global_gitignores