gitignore/Global
iven 05fa33b554 Ignore vim session file. 2011-02-21 18:07:04 -08:00
..
Archives.gitignore Fixed comments in Archives.gitignore 2010-11-13 05:54:52 +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 Ignore Linux hidden files (.*) except .gitignore files. 2011-02-21 18:05:02 -08:00
Mercurial.gitignore added Mercurial.gitignore 2011-01-28 04:09:44 +08:00
NetBeans.gitignore added NetBeans ignore 2010-11-09 15:52:06 +08:00
OSX.gitignore In Global/OSX.gitignore .DS_Store? didn't match .DS_Store (a question mark (?) matches a single character). 2011-02-21 18:03:20 -08: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
Vi.gitignore Adding Emacs backup, and Vi swap ignores to Global/ 2010-11-09 00:08:01 -08:00
VisualStudio.gitignore Merge branch 'master' of https://github.com/wdang/gitignore into wdang-master 2011-02-21 17:59:52 -08:00
Windows.gitignore Small cleanup of comments in the file 2010-11-13 05:54:51 +08:00
vim.gitignore Ignore vim session file. 2011-02-21 18:07:04 -08:00

README.md

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