gitignore/Global
Chris Wanstrath dfb82f5940 Merged pull request #145 from bripkens/master.
Ignore Netbeans run configuration file
2011-04-29 02:04:30 -07: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 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
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
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