gitignore/Global
Rafael Miranda 0674ff5b5c .project and .classpath should be inside VC
From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
2017-03-28 09:22:28 +02:00
..
Anjuta.gitignore
Ansible.gitignore introduce Ansible ignores 2016-09-07 15:49:29 +02:00
Archives.gitignore
Bazaar.gitignore Create the gitignore for Bazaar version control system 2016-06-12 22:44:23 +01:00
BricxCC.gitignore
Calabash.gitignore Move Calabash to Global 2016-01-27 12:24:30 +01:00
Cloud9.gitignore
CodeKit.gitignore
CVS.gitignore Update CVS.gitignore 2015-07-22 15:00:32 -04:00
DartEditor.gitignore
Dreamweaver.gitignore
Dropbox.gitignore Add Dropbox.gitignore 2015-06-18 18:56:54 -04:00
Eclipse.gitignore .project and .classpath should be inside VC 2017-03-28 09:22:28 +02:00
EiffelStudio.gitignore Fix few typos 2015-12-13 16:07:46 +02:00
Emacs.gitignore Add .dir-locals.el 2016-11-04 09:57:41 -03:00
Ensime.gitignore
Espresso.gitignore
FlexBuilder.gitignore
GPG.gitignore Adding rule to not accidentally publish your PGP/GPG private keys. 2015-09-09 13:48:12 -04:00
JDeveloper.gitignore
JetBrains.gitignore Add Cursive's REPL history file 2017-03-12 11:37:13 -05:00
Kate.gitignore
KDevelop4.gitignore
Lazarus.gitignore
LibreOffice.gitignore
Linux.gitignore Add .nfs files to Linux.gitignore 2016-09-19 17:21:02 +01:00
LyX.gitignore
macOS.gitignore Rename OSX.gitignore to macOS.gitignore 2016-08-30 19:12:57 +02:00
Matlab.gitignore Added Simulink .autosave extension 2017-01-27 16:23:44 +00:00
Mercurial.gitignore Added dotfiles in working directory 2015-08-22 22:02:39 +02:00
MicrosoftOffice.gitignore Comment more clear. 2016-04-28 15:40:02 +02:00
ModelSim.gitignore
Momentics.gitignore
MonoDevelop.gitignore
NetBeans.gitignore nbactions.xml must not be ignored (?) 2016-08-22 23:36:09 +05:30
Ninja.gitignore
NotepadPP.gitignore
Otto.gitignore Add Otto 2015-09-28 15:06:14 -07:00
README.md
Redcar.gitignore
Redis.gitignore
SBT.gitignore [SBT] Add some excludes kept in Scala.gitignore . 2017-02-17 01:08:00 +05:00
SlickEdit.gitignore
Stata.gitignore Commented out the exclusion of image files, added a link to list the image file types 2015-07-15 08:20:21 +01:00
SublimeText.gitignore SublimeText: ignore new Package Control certs 2017-01-02 23:42:01 +00:00
SVN.gitignore
SynopsysVCS.gitignore
Tags.gitignore Ignore GNU Global GSYMS database of other symbols 2016-08-16 13:41:52 +02:00
TextMate.gitignore
TortoiseGit.gitignore
Vagrant.gitignore
Vim.gitignore Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz". 2016-12-05 22:38:27 -05:00
VirtualEnv.gitignore Merge remote-tracking branch 'upstream/master' into patch-1 2016-01-21 10:36:01 +01:00
VisualStudioCode.gitignore Modified VS Code .gitignore 2016-11-21 14:04:42 +01:00
WebMethods.gitignore
Windows.gitignore Add ehthumbs_vista.db as Windows thumbnail cache file 2016-11-30 13:30:27 +01:00
Xcode.gitignore Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-19 00:24:34 +00:00
XilinxISE.gitignore Update to include iMPACT and Core Generator files 2015-12-06 11:47:00 -08:00

Globally Useful gitignores

This directory contains globally useful gitignores, e.g. OS-specific and editor specific.

For more on global gitignores: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore

And a good blog post about 'em: http://augustl.com/blog/2009/global_gitignores