1
0
mirror of https://github.com/github/gitignore synced 2024-06-12 07:30:05 +02:00
gitignore/Global
Jonathan Campbell c1af2ae829 Allow the Vagrantfile to be tracked as that's the intended purpose.
From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html

"The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work."
2013-11-05 22:41:37 -05:00
..
Archives.gitignore added rule for .bz2 --> bzip2 2012-05-19 12:02:40 +02:00
CVS.gitignore ensure single trailing newline 2013-10-06 14:40:01 +02: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 ensure single trailing newline 2013-10-06 14:40:01 +02:00
FlexBuilder.gitignore ensure single trailing newline 2013-10-06 14:40:01 +02: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 ensure single trailing newline 2013-10-06 14:40:01 +02: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 ensure single trailing newline 2013-10-06 14:40:01 +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 ensure single trailing newline 2013-10-06 14:40:01 +02:00
SublimeText.gitignore The sublime-project file should be checked into version control 2012-05-10 15:25:42 +02:00
SVN.gitignore Ignore all the .svn folders. 2011-01-28 04:11:05 +08: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
Vagrant.gitignore Allow the Vagrantfile to be tracked as that's the intended purpose. 2013-11-05 22:41:37 -05:00
vim.gitignore Ignore Vim untitled and unsaved buffer swapfiles 2013-03-06 11:02:36 -06:00
VirtualEnv.gitignore VritualEnv specific files generated automaticaly when a new Env is created 2012-09-30 11:51:29 -04: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

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