gitignore/Global
Brennan Fee 554bccef40 Update Visual Studio Code to support workspace files.
Visual Studio Code has a few files that can be placed into the workspace
in order to share settings across users.  Settings.json is for project
specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
While launch.json is for debugging specific tasks.
2016-08-04 22:29:32 -07:00
..
Anjuta.gitignore Ignore the symbole database which is a generated binary file. 2014-11-07 14:09:57 -05: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 Create CodeKit.gitignore 2014-10-21 14:59:29 -07:00
CVS.gitignore Update CVS.gitignore 2015-07-22 15:00:32 -04:00
DartEditor.gitignore
Dreamweaver.gitignore Add the other Dreamweaver added files 2015-06-11 15:41:08 -06:00
Dropbox.gitignore Add Dropbox.gitignore 2015-06-18 18:56:54 -04:00
Eclipse.gitignore Merge pull request #1807 from rlee287/eclipse-recommender 2016-03-06 18:36:39 +11:00
EiffelStudio.gitignore Fix few typos 2015-12-13 16:07:46 +02:00
Emacs.gitignore Add dist/ folder to Emacs gitignores 2016-03-28 01:16:20 +06:00
Ensime.gitignore Add .ensime_cache dir 2015-03-14 15:22:33 +09:00
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
IPythonNotebook.gitignore
JDeveloper.gitignore doc JDeveloper.gitignore 2014-12-10 06:50:42 +08:00
JetBrains.gitignore Update Jetbrains .gitignore dataSources.local.xml 2016-02-25 11:57:01 -05:00
Kate.gitignore
KDevelop4.gitignore
Lazarus.gitignore Reworked Lazarus.gitignore according to Lazarus Wiki 2015-02-03 17:37:55 +03:00
LibreOffice.gitignore Move LibreOffice.gitignore to /Global 2014-11-22 20:22:52 -02:00
Linux.gitignore improve description of .fuse_hidden 2015-08-24 18:12:34 +02:00
LyX.gitignore Create LyX.gitignore 2014-08-19 14:11:11 +10:00
Matlab.gitignore matlab: ignore octave session info 2016-02-06 02:51:00 -06: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 Add user-specific settings to Momentics.gitignore 2014-09-23 01:07:37 -04:00
MonoDevelop.gitignore
NetBeans.gitignore NetBeans file nb-configuration.xml should not be ignored. 2015-11-05 08:01:15 -08:00
Ninja.gitignore Make ninja a global template. 2014-07-08 18:13:34 +10:00
NotepadPP.gitignore
OSX.gitignore Merge pull request #1972 from Kagamine/master 2016-05-11 13:59:25 +02:00
Otto.gitignore Add Otto 2015-09-28 15:06:14 -07:00
README.md Link to section being described 2015-03-29 12:24:23 -04:00
Redcar.gitignore
Redis.gitignore Add a global redis ignore file. 2014-12-22 17:08:52 -05:00
SBT.gitignore
SlickEdit.gitignore
SublimeText.gitignore Move package control settings to Global/SublimeText.gitignore 2016-05-05 15:35:26 -03:00
SVN.gitignore
SynopsysVCS.gitignore Cleaning-up some of the comments that had been previously added. 2015-06-01 14:38:55 -07:00
Tags.gitignore Update Tags.gitignore 2015-09-14 08:31:00 -07:00
TextMate.gitignore
TortoiseGit.gitignore Create TortoiseGit.gitignore 2014-10-17 14:17:08 +02:00
Vagrant.gitignore
Vim.gitignore Update Vim.gitignore 2016-02-22 17:50:16 +01:00
VirtualEnv.gitignore Merge remote-tracking branch 'upstream/master' into patch-1 2016-01-21 10:36:01 +01:00
VisualStudioCode.gitignore Update Visual Studio Code to support workspace files. 2016-08-04 22:29:32 -07:00
WebMethods.gitignore Capitalise initial letter in template filenames for consistency/sorting 2015-01-07 15:16:27 +11:00
Windows.gitignore add shortcut files 2014-08-21 20:45:30 +02: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