1
0
mirror of https://github.com/github/gitignore synced 2024-06-16 01:20:06 +02:00
gitignore/Global
Lucas Jenß 85de979a03 Remove "dangerous" OS X specific .gitignore rule
The .gitignore rule "Icon?" will also match directories such as
"icons/", at least on a case-insensitive file-system (this happened to
me on OS X 10.7). I only noticed this several days later because a
developer was complaining about missing icons in his repository. I don't
really know what type of files this rule is supposed to match, but I
guess the described behavior is not expected.
2011-07-27 15:33:05 +02:00
..
Archives.gitignore [Global/Archives.gitignore] package management formats 2011-02-26 09:08:04 -08:00
CVS.gitignore Add CVS gitignore for anyone who has to code-share with projects using CVS. Save the dinosaurs. 2010-11-23 09:36:32 +08:00
Eclipse.gitignore Added OSX icons, moved bin/** from Java to Eclipse, added *.class to Java 2010-11-10 09:06:12 +01:00
Emacs.gitignore dont track compiled elisp 2010-11-22 17:42:30 -08:00
FlexBuilder.gitignore Added Flex Builder gitignore 2010-11-09 15:51:28 +08:00
IntelliJ.gitignore Adding IntelliJ ignores 2010-11-08 15:04:02 -08:00
Linux.gitignore remove vi/vim-specific pattern already covered by vim.gitignore 2011-03-25 11:44:06 +01:00
Mercurial.gitignore added Mercurial.gitignore 2011-01-28 04:09:44 +08:00
NetBeans.gitignore Added nbactions.xml to the netbeans ignore file 2011-04-15 09:00:33 +02:00
OSX.gitignore Remove "dangerous" OS X specific .gitignore rule 2011-07-27 15:33:05 +02:00
README.md READMEs and globals and you 2010-11-08 15:00:28 -08:00
Redcar.gitignore Masking Redcar project files. 2010-11-09 15:48:06 +08:00
SBT.gitignore Adding recommended SBT ignores 2010-11-08 15:03:42 -08:00
SVN.gitignore Ignore all the .svn folders. 2011-01-28 04:11:05 +08:00
Tags.gitignore Ignore files generated by Etags and Ctags 2010-11-22 17:54:05 -08:00
TextMate.gitignore add "*.tmproject" to ignore list 2010-11-22 17:40:06 -08:00
vim.gitignore Ignore vim session file. 2011-02-21 18:07:04 -08:00
VisualStudio.gitignore Ignore backup & log files from converting projects to a new Visual Studio version. 2011-03-07 23:50:23 +01:00
Windows.gitignore Small cleanup of comments in the file 2010-11-13 05:54:51 +08: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