From bc776141620803a57fc330edabc85389b1ce8b0a Mon Sep 17 00:00:00 2001 From: Manav Mandhani Date: Tue, 28 Jul 2015 15:23:02 -0500 Subject: [PATCH 01/20] Include ipython notebook checkpoints to gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a65d0466..4caad72d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,3 +56,6 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints From 7e09dc6a4e57c161211417d78d63e6db78b5fb59 Mon Sep 17 00:00:00 2001 From: Fabian Raab Date: Mon, 24 Aug 2015 18:02:05 +0200 Subject: [PATCH 02/20] add .fuse_hidden* to Linux --- Global/Linux.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 5932ea17..f709203d 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,5 +1,8 @@ *~ +# temporary files which can be created if a process still has a deleted file handle open +.fuse_hidden* + # KDE directory preferences .directory From 7ea5e704a4ffff2a883f326f0323eeba44b81da5 Mon Sep 17 00:00:00 2001 From: Fabian Raab Date: Mon, 24 Aug 2015 18:12:34 +0200 Subject: [PATCH 03/20] improve description of .fuse_hidden --- Global/Linux.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index f709203d..cc958689 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1,6 @@ *~ -# temporary files which can be created if a process still has a deleted file handle open +# temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* # KDE directory preferences From 21f95b328020f705cb46ca3431c4a97d6893c25d Mon Sep 17 00:00:00 2001 From: Alexey Belyansky Date: Mon, 14 Dec 2015 21:52:44 +0300 Subject: [PATCH 04/20] Ignore BundleArtifacts folder --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index dd7327e6..249d20f9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -162,6 +162,7 @@ rcf/ # Windows Store app package directory AppPackages/ +BundleArtifacts/ # Visual Studio cache files # files ending in .cache can be ignored From 61a76c1c08252a7af0291564dd055f2b73ca8c5e Mon Sep 17 00:00:00 2001 From: Roland Cooper Date: Thu, 17 Dec 2015 23:29:32 +0200 Subject: [PATCH 05/20] Add new line at end of file --- Joomla.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index ac47eaeb..0d7a0de2 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -543,4 +543,4 @@ /index.php /joomla.xml /*.txt -/robots.txt.dist \ No newline at end of file +/robots.txt.dist From fe3b2f4d97a4673f1f47ccea3c5e674d7be6d395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Mon, 21 Dec 2015 13:55:17 +0100 Subject: [PATCH 06/20] Ignore auxiliary files from \usepackage{cprotect} [cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore. --- TeX.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 79459c92..b04dbd0e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -32,8 +32,6 @@ *.pdfsync ## Auxiliary and intermediate files from other packages: - - # algorithms *.alg *.loa @@ -49,6 +47,9 @@ acs-*.bib *.snm *.vrb +# cprotect +*.cpt + #(e)ledmac/(e)ledpar *.end *.[1-9] From 6d1612cff43252b389a9e2e69f57c300a4993e82 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 27 Dec 2015 07:29:24 -0800 Subject: [PATCH 07/20] Ignore files generated by NuGet v3 project.json --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 249d20f9..b68002de 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,6 +151,9 @@ publish/ !**/packages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets # Windows Azure Build Output csx/ From 346fb93318b0714e0413fbf0dc9d4b176ec5b3a7 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 27 Dec 2015 07:51:37 -0800 Subject: [PATCH 08/20] Stop ignoring StyleCop.json StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't. See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case. Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 249d20f9..314c9211 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -172,7 +172,6 @@ BundleArtifacts/ # Others ClientBin/ -[Ss]tyle[Cc]op.* ~$* *~ *.dbmdl From 849fa552f2171df8503d2b4e93c80c18493469dc Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 27 Dec 2015 07:57:50 -0800 Subject: [PATCH 09/20] Remove `build/` suppression The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in. I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 249d20f9..30b6cdb0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -17,7 +17,6 @@ [Rr]eleases/ x64/ x86/ -build/ bld/ [Bb]in/ [Oo]bj/ From a25589c92187674f68dcfafe8433e0c1e6069159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Lundsg=C3=A5rd?= Date: Mon, 28 Dec 2015 20:09:39 +0100 Subject: [PATCH 10/20] Ignore Azure ApplicationInsights.config Ignore Azure ApplicationInsights.config in VisualStudio.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 314c9211..d2297f0b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -160,6 +160,9 @@ csx/ ecf/ rcf/ +# Windows Azure ApplicationInsights config file +ApplicationInsights.config + # Windows Store app package directory AppPackages/ BundleArtifacts/ From 65ba08ced79926c4993e444702833153d4bfaab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Lundsg=C3=A5rd?= Date: Mon, 28 Dec 2015 20:11:44 +0100 Subject: [PATCH 11/20] Name update of Windows Azure Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/ --- VisualStudio.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d2297f0b..5362f99b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -152,15 +152,15 @@ publish/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config -# Windows Azure Build Output +# Microsoft Azure Build Output csx/ *.build.csdef -# Windows Azure Emulator +# Microsoft Azure Emulator ecf/ rcf/ -# Windows Azure ApplicationInsights config file +# Microsoft Azure ApplicationInsights config file ApplicationInsights.config # Windows Store app package directory From 5fa2ff234591ddae5a79d183a67492d67773ff86 Mon Sep 17 00:00:00 2001 From: Dmitry Rosolko Date: Thu, 31 Dec 2015 12:40:20 +0300 Subject: [PATCH 12/20] Update Eclipse.gitignore Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore. --- Global/Eclipse.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 880dd928..fcafca5d 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,6 +1,5 @@ *.pydevproject .metadata -.gradle bin/ tmp/ *.tmp From 3e9a2d98e256b87102e73011c16b13c721bc57fe Mon Sep 17 00:00:00 2001 From: dopefishh Date: Sun, 3 Jan 2016 13:28:45 +0100 Subject: [PATCH 13/20] Add TeX precompiled preamble and xypic A precompiled header(`latex -ini`) compiled creates a `.fmt` file. To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index b04dbd0e..06f59b3f 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -6,6 +6,7 @@ *.fls *.out *.toc +*.fmt ## Intermediate documents: *.dvi @@ -143,6 +144,9 @@ pythontex-files-*/ # xindy *.xdy +# xypic precompiled matrices +*.xyc + # WinEdt *.bak *.sav From 679c67738234abd77567df5c07257bfab314f106 Mon Sep 17 00:00:00 2001 From: Adriano Ferreira Date: Sun, 3 Jan 2016 11:56:41 -0500 Subject: [PATCH 14/20] Ignore timeline.xctimeline playground file --- Swift.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 89d806ec..c705373d 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -27,6 +27,9 @@ xcuserdata *.hmap *.ipa +## Playgrounds +timeline.xctimeline + # Swift Package Manager # # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. From 33da976da9a6ff4394797ef807651a79114c0065 Mon Sep 17 00:00:00 2001 From: Adriano Ferreira Date: Sun, 3 Jan 2016 12:02:46 -0500 Subject: [PATCH 15/20] Ignore playground.xcworkspace playground file --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index c705373d..5e5d5ceb 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -29,6 +29,7 @@ xcuserdata ## Playgrounds timeline.xctimeline +playground.xcworkspace # Swift Package Manager # From efab0fd13c8bcd0dc1bb43063b5647a98496b044 Mon Sep 17 00:00:00 2001 From: James Elford Date: Sun, 10 Jan 2016 09:01:17 +0000 Subject: [PATCH 16/20] Include lib64 for virtualenv On systems that require a lib64, virtualenv creates a symlink to the local lib. --- Global/VirtualEnv.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index 831cf3af..3259f81e 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -4,6 +4,7 @@ [Bb]in [Ii]nclude [Ll]ib +[Ll]ib64 [Ll]ocal [Ss]cripts pyvenv.cfg From ce4e9ccd7a714da6b0e1ea313acdaf832a533750 Mon Sep 17 00:00:00 2001 From: Rogier Slag Date: Sun, 10 Jan 2016 15:59:25 +0100 Subject: [PATCH 17/20] Exclude Latexian temp files for Tex documents Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 06f59b3f..fb533ccc 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -154,3 +154,6 @@ pythontex-files-*/ # endfloat *.ttt *.fff + +# Latexian +TSWLatexianTemp* From 491eca8bda234da47c8dcf32770ba8067e233822 Mon Sep 17 00:00:00 2001 From: mimibar Date: Wed, 13 Jan 2016 13:00:10 -0600 Subject: [PATCH 18/20] Comments Just added some comments. Some of us don't need some of the lines in the file. --- Global/Eclipse.gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index fcafca5d..6229f7cf 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,4 +1,4 @@ -*.pydevproject + .metadata bin/ tmp/ @@ -19,7 +19,10 @@ local.properties # Locally stored "Eclipse launch configurations" *.launch -# CDT-specific +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) .cproject # JDT-specific (Eclipse Java Development Tools) @@ -28,7 +31,7 @@ local.properties # Java annotation processor (APT) .factorypath -# PDT-specific +# PDT-specific (PHP Development Tools) .buildpath # sbteclipse plugin From 2cf1699227078831970231a8854b853f2ff0079c Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sat, 16 Jan 2016 17:56:31 +0530 Subject: [PATCH 19/20] Update license year to 2016 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4c9a2ab0..b8a103ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 GitHub, Inc. +Copyright (c) 2016 GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), From cedf149de3ecaee2492a8122a6d872f0b1e5fa19 Mon Sep 17 00:00:00 2001 From: Levin Rickert Date: Sun, 17 Jan 2016 17:43:54 +0100 Subject: [PATCH 20/20] URL doesn't exists anymore --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 4796eb8d..e920c167 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -24,7 +24,6 @@ coverage build/Release # Dependency directory -# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git node_modules # Optional npm cache directory