gitignore/Global
amalrik 044043f559 change the line endings of Global/OSX from dos to unix format 2012-11-22 21:33:12 -02:00
..
Archives.gitignore added rule for .bz2 --> bzip2 2012-05-19 12:02:40 +02: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 Merge pull request #173 from DenisGorbachev/patch-1 2011-09-01 16:34:41 -07:00
Emacs.gitignore Added Org-mode section to Emacs ignore file 2012-03-08 19:12:55 -05:00
Espresso.gitignore Added ignore file for Espresso project files (Mac OS X only) 2011-05-17 10:00:46 -07: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 Removed redundant ".directory" that was already covered by ".*". 2012-06-04 14:51:20 -07:00
Matlab.gitignore Manual merge to close #305 2012-08-24 16:43:07 +10:00
Mercurial.gitignore Added newline in order to allow multiple adds of 2011-05-27 08:54:48 +02:00
ModelSim.gitignore added initial version of ModelSim.gitignore 2011-03-14 16:41:28 +01:00
MonoDevelop.gitignore Added support for MonoDevelop .gitignore 2011-05-23 21:31:25 -05:00
NetBeans.gitignore Merge pull request #169 from x3ro/patch-2 2011-09-01 16:56:32 -07:00
OSX.gitignore change the line endings of Global/OSX from dos to unix format 2012-11-22 21:33:12 -02:00
PhPStorm.gitignore PhPStorm gitignore 2012-06-04 22:59:05 +02:00
PyCharm.gitignore PyCharm IDE project specific files 2012-09-30 11:47:35 -04:00
Quartus2.gitignore added hex files to be ignored 2011-03-14 11:32:48 +01: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
RubyMine.gitignore Ignore file that contains your workspace preferences 2011-05-12 19:23:50 -05:00
SASS.gitignore Updated SASS gitignore 2012-07-03 13:54:50 -07: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
SublimeText.gitignore The sublime-project file should be checked into version control 2012-05-10 15:25:42 +02:00
Tags.gitignore tags on it's own will match a directory like lib/tags/ 2011-09-14 14:29:04 +08:00
TextMate.gitignore add "*.tmproject" to ignore list 2010-11-22 17:40:06 -08:00
VirtualEnv.gitignore VritualEnv specific files generated automaticaly when a new Env is created 2012-09-30 11:51:29 -04:00
VisualStudio.gitignore Updated Global/VisualStudio.gitignore 2012-04-30 10:52:47 -07:00
Windows.gitignore Remove space after Thumbs.db — fixes #355 2012-08-08 17:37:15 +10:00
XilinxISE.gitignore Added Xilinx ISE gitignore 2012-04-09 21:21:28 -04:00
vim.gitignore Include .netrwhist, the user's history and potential privacy concern. See: http://stackoverflow.com/questions/9850360/ 2012-04-19 00:46:16 -03: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