mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
a7d0c6ec49
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) |
||
---|---|---|
.. | ||
Archives.gitignore | ||
CVS.gitignore | ||
Eclipse.gitignore | ||
Emacs.gitignore | ||
Espresso.gitignore | ||
FlexBuilder.gitignore | ||
IntelliJ.gitignore | ||
Linux.gitignore | ||
Matlab.gitignore | ||
Mercurial.gitignore | ||
ModelSim.gitignore | ||
MonoDevelop.gitignore | ||
NetBeans.gitignore | ||
OSX.gitignore | ||
PhPStorm.gitignore | ||
PyCharm.gitignore | ||
Quartus2.gitignore | ||
README.md | ||
Redcar.gitignore | ||
RubyMine.gitignore | ||
SASS.gitignore | ||
SBT.gitignore | ||
SublimeText.gitignore | ||
SVN.gitignore | ||
Tags.gitignore | ||
TextMate.gitignore | ||
vim.gitignore | ||
VirtualEnv.gitignore | ||
Windows.gitignore | ||
XilinxISE.gitignore |
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