1
0
mirror of https://github.com/github/gitignore synced 2024-06-16 17:39:58 +02:00
gitignore/Global
Elvis Nuñez 37372e0f64 Ignore xcuserstate
xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember, this is something that shouldn't be tracked in version control
2014-04-15 18:59:29 +02:00
..
Archives.gitignore add Windows Installer files 2013-10-16 18:45:13 +02:00
BricxCC.gitignore Add comment to BricxCC.gitignore 2013-11-12 06:28:53 +11:00
Cloud9.gitignore Update Cloud9.gitignore 2014-01-02 16:51:35 -08:00
CVS.gitignore ensure single trailing newline 2013-10-06 14:40:01 +02:00
DartEditor.gitignore Move editor specific files into a new DartEditor.gitignore 2013-11-10 17:28:41 +01:00
Dreamweaver.gitignore DW Dreamweaver added files 2013-07-31 12:56:24 -05:00
Eclipse.gitignore Add output directory of sbteclipse plugin, 2013-12-25 07:48:34 +08:00
EiffelStudio.gitignore Move the EiffelStudio.gitignore in the Global directory 2014-02-27 21:41:28 -05:00
Emacs.gitignore Ignore elpa and eshell generated files 2013-11-14 11:00:49 +05:30
Ensime.gitignore ensure single trailing newline 2014-03-27 17:04:56 +01:00
Espresso.gitignore ensure single trailing newline 2013-10-06 14:40:01 +02:00
FlexBuilder.gitignore Added bin-release folder 2014-03-25 15:14:14 -05:00
JetBrains.gitignore Update JetBrains.gitignore 2014-03-07 00:10:38 +09:00
Kate.gitignore Added Kate ignore file 2013-08-04 22:25:21 -05:00
KDevelop4.gitignore adding global gitignore for KDevelop4 2012-04-20 10:12:43 +02:00
Lazarus.gitignore ensure single trailing newline 2014-03-27 17:04:56 +01:00
Linux.gitignore Added ignore for directory config under KDE 2014-02-28 00:26:43 -06: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
NotepadPP.gitignore ensure single trailing newline 2014-03-27 17:04:56 +01:00
OSX.gitignore Fixed typo in comment 2014-04-15 16:19:56 +02: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
SBT.gitignore Ignore cache and history (created by SBT >=0.12) 2013-11-05 07:36:32 +01:00
SlickEdit.gitignore ensure single trailing newline 2014-03-27 17:04:56 +01:00
SublimeText.gitignore Moved to global 2014-04-04 12:01:26 +02:00
SVN.gitignore Ignore all the .svn folders. 2011-01-28 04:11:05 +08:00
Tags.gitignore Ignores for gtags and cscope added. 2012-06-10 01:32:00 +03: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 Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z] 2013-11-04 11:31:51 -03:00
VirtualEnv.gitignore VritualEnv specific files generated automaticaly when a new Env is created 2012-09-30 11:51:29 -04:00
webMethods.gitignore removed duplicate 2014-03-07 17:27:59 -05:00
Windows.gitignore add Windows Installer files 2013-10-16 18:39:24 +02:00
Xcode.gitignore Ignore xcuserstate 2014-04-15 18:59:29 +02: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