From 69fef749cb58953eb1091c36b88882dd19e50096 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 1 Mar 2015 12:53:03 +1100 Subject: [PATCH 001/153] Add an explanation to reduce PHP framework clutter --- CONTRIBUTING.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91543ab4..1b94f6cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,11 @@ high quality, we request that contributions adhere to the following guidelines. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. +If a template is mostly a list of files installed by a particular version of +some software (e.g. a PHP framework) then it's brittle and probably no more +helpful than a simple `ls`. If it's not possible to curate a small set of +useful rules, then the template might not be a good fit for this collection. + Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the *most common and helpful* templates, not to make sure we cover every project possible. If we choose not to diff --git a/README.md b/README.md index 14042e94..684a1abf 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ high quality, we request that contributions adhere to the following guidelines. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. +If a template is mostly a list of files installed by a particular version of +some software (e.g. a PHP framework) then it's brittle and probably no more +helpful than a simple `ls`. If it's not possible to curate a small set of +useful rules, then the template might not be a good fit for this collection. + Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the *most common and helpful* templates, not to make sure we cover every project possible. If we choose not to From f4e43487f47fe550e8acb55e29ccc578b43b0792 Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Sun, 1 Mar 2015 10:13:43 +0100 Subject: [PATCH 002/153] Add "*.out" to Go.gitignore The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests. --- Go.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index daf913b1..c2184b00 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -22,3 +22,5 @@ _testmain.go *.exe *.test *.prof + +*.out From 2ac96e7caa4258408278e1cc26f5367c0880d6e9 Mon Sep 17 00:00:00 2001 From: Tinh-Hai Collet Date: Fri, 15 May 2015 16:11:44 +0100 Subject: [PATCH 003/153] First .gitignore for Stata files --- Stata.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Stata.gitignore diff --git a/Stata.gitignore b/Stata.gitignore new file mode 100644 index 00000000..26ea2e69 --- /dev/null +++ b/Stata.gitignore @@ -0,0 +1,19 @@ +# .gitignore file for git projects containing Stata files +# Commercial statistical software: http://www.stata.com + +# Stata dataset and output files +*.dta +*.gph +*.log +*.smcl +*.stpr +*.stsem + +# Graphic export files from Stata +*.ps +*.eps +*.wmf +*.emf +*.pdf +*.png +*.tif From d5a1f908a9d5d992efa3d1491b99b2ae171dc87b Mon Sep 17 00:00:00 2001 From: Tinh-Hai Collet Date: Mon, 18 May 2015 19:06:04 +0100 Subject: [PATCH 004/153] Move Stata.gitignore to Global/, as discussed with shiftkey --- Stata.gitignore => Global/Stata.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Stata.gitignore => Global/Stata.gitignore (100%) diff --git a/Stata.gitignore b/Global/Stata.gitignore similarity index 100% rename from Stata.gitignore rename to Global/Stata.gitignore From aaef8dd60562b2d25cc9db3e7510e32a01c40580 Mon Sep 17 00:00:00 2001 From: Tinh-Hai Collet Date: Wed, 15 Jul 2015 08:20:21 +0100 Subject: [PATCH 005/153] Commented out the exclusion of image files, added a link to list the image file types --- Global/Stata.gitignore | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Global/Stata.gitignore b/Global/Stata.gitignore index 26ea2e69..07997bb1 100644 --- a/Global/Stata.gitignore +++ b/Global/Stata.gitignore @@ -10,10 +10,15 @@ *.stsem # Graphic export files from Stata -*.ps -*.eps -*.wmf -*.emf -*.pdf -*.png -*.tif +# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf +# +# You may add graphic export files to your .gitignore. However you should be +# aware that this will exclude all image files from this main directory +# and subdirectories. +# *.ps +# *.eps +# *.wmf +# *.emf +# *.pdf +# *.png +# *.tif From 872ae5d445d0de2dc3b71cace62be2ef620fd634 Mon Sep 17 00:00:00 2001 From: Simeon Visser Date: Sun, 2 Aug 2015 19:26:46 +0100 Subject: [PATCH 006/153] Added .gitignore for PureScript --- PureScript.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PureScript.gitignore diff --git a/PureScript.gitignore b/PureScript.gitignore new file mode 100644 index 00000000..361cf527 --- /dev/null +++ b/PureScript.gitignore @@ -0,0 +1,8 @@ +# Dependencies +.psci_modules +bower_components +node_modules + +# Generated files +.psci +output From 4f440157df037697bda55607c902635494f54c30 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 26 Nov 2015 17:03:54 +0100 Subject: [PATCH 007/153] Add rule to unignore the maven wrapper jar --- Maven.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Maven.gitignore b/Maven.gitignore index 1cdc9f7f..9af45b17 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,3 +7,6 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties + +# Exclude maven wrapper +!/.mvn/wrapper/maven-wrapper.jar From 19a5f58ca104a922dae3dd078d9b078b1bdccaef Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 14 Dec 2015 13:19:39 +1030 Subject: [PATCH 008/153] relicense ignore templates as CC0-1.0 --- LICENSE | 134 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 118 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 4c9a2ab0..0e259d42 100644 --- a/LICENSE +++ b/LICENSE @@ -1,19 +1,121 @@ -Copyright (c) 2015 GitHub, Inc. +Creative Commons Legal Code -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: +CC0 1.0 Universal -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. From 382c3e083d3b845cbe626aa27a74349aa1d1b3b3 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 14 Dec 2015 13:19:50 +1030 Subject: [PATCH 009/153] updated README to mention new license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c4d20df..c1f8bab6 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ by automatically forking the project and prompting to send a pull request too. ## License -[MIT](./LICENSE). +[CC0-1.0](./LICENSE). From 7e93ef34489ba831766a6b56e67522fda0ed21fd Mon Sep 17 00:00:00 2001 From: Sean Fisk Date: Thu, 24 Mar 2016 13:26:09 -0400 Subject: [PATCH 010/153] Waf: Update project URL --- Waf.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Waf.gitignore b/Waf.gitignore index 48e8d8f7..56181927 100644 --- a/Waf.gitignore +++ b/Waf.gitignore @@ -1,4 +1,4 @@ -# for projects that use Waf for building: http://code.google.com/p/waf/ .waf-* .waf3-* .lock-* +# For projects that use the Waf build system: https://waf.io/ From d80090a04a40a6376ddbbe1e46130947b8474069 Mon Sep 17 00:00:00 2001 From: Sean Fisk Date: Thu, 24 Mar 2016 13:26:58 -0400 Subject: [PATCH 011/153] Waf: Be more explicit in patterns --- Waf.gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Waf.gitignore b/Waf.gitignore index 56181927..dad2b56b 100644 --- a/Waf.gitignore +++ b/Waf.gitignore @@ -1,4 +1,9 @@ -.waf-* -.waf3-* -.lock-* # For projects that use the Waf build system: https://waf.io/ +# Dot-hidden on Unix-like systems +.waf-*-*/ +.waf3-*-*/ +# Hidden directory on Windows (no dot) +waf-*-*/ +waf3-*-*/ +# Lockfile +.lock-waf_*_build From 3e8be298da1e4bc377c0a54f527437376820a232 Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Wed, 11 May 2016 16:05:23 +0200 Subject: [PATCH 012/153] Added comment to *.out entry --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index c2184b00..cd0d5d1e 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -23,4 +23,5 @@ _testmain.go *.test *.prof +# Output of the go coverage tool, specifically when used with LiteIDE *.out From be2df771ba6ad1370d26b2b77b15756ecb7a5c82 Mon Sep 17 00:00:00 2001 From: James Skimming Date: Mon, 23 May 2016 11:49:24 +0100 Subject: [PATCH 013/153] VisualStudio ignore project.fragment.lock.json I've just upgraded to ASP.NET Core RC2, and I've found that Visual Studio is producing a file called project.fragment.lock.json. When I delete the file it is recreated during build. Given project.lock.json is already ignored this looks like another file to ignore. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f1e3d20e..67acbf42 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -42,6 +42,7 @@ dlldata.c # DNX project.lock.json +project.fragment.lock.json artifacts/ *_i.c From 869ed27de9d6781d4a9e03f12598497b171ccc06 Mon Sep 17 00:00:00 2001 From: Tony Lotts Date: Wed, 25 May 2016 00:05:22 +0800 Subject: [PATCH 014/153] Ignore ensime files See https://github.com/ensime --- Scala.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index c58d83b3..47210014 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -13,5 +13,7 @@ project/boot/ project/plugins/project/ # Scala-IDE specific +.ensime +.ensime_cache/ .scala_dependencies .worksheet From c7e591bfb88a3d9c85350b29248bec51b8db8896 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Mon, 6 Jun 2016 22:23:51 +0300 Subject: [PATCH 015/153] Update D.gitignore Add docs/ and *.lst --- D.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/D.gitignore b/D.gitignore index b4433f8a..74b926fc 100644 --- a/D.gitignore +++ b/D.gitignore @@ -18,3 +18,7 @@ .dub docs.json __dummy.html +docs/ + +# Code coverage +*.lst From 4ac02fc2828adfc2e4e9327a09860e765b697057 Mon Sep 17 00:00:00 2001 From: Assem Chelli / bigOTHER Date: Sun, 12 Jun 2016 22:44:23 +0100 Subject: [PATCH 016/153] Create the gitignore for Bazaar version control system --- Global/Bazaar.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Bazaar.gitignore diff --git a/Global/Bazaar.gitignore b/Global/Bazaar.gitignore new file mode 100644 index 00000000..3cbbcbd1 --- /dev/null +++ b/Global/Bazaar.gitignore @@ -0,0 +1,2 @@ +.bzr/ +.bzrignore From f3643325e477fa38cc57de49d029b37f5619a580 Mon Sep 17 00:00:00 2001 From: Taylor Braun-Jones Date: Wed, 15 Jun 2016 07:58:14 -0400 Subject: [PATCH 017/153] Ignore all forms of CMakeLists.txt.user In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example: CMakeLists.txt.user.1fa15d5 --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index fa24b2ef..c7659c24 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -34,5 +34,5 @@ Makefile* *.qmlproject.user.* # QtCtreator CMake -CMakeLists.txt.user +CMakeLists.txt.user* From b9742650d6d3b5f4c327aba3d51a270464c9eddc Mon Sep 17 00:00:00 2001 From: "Mohammad S. Babaei" Date: Wed, 15 Jun 2016 16:43:12 +0430 Subject: [PATCH 018/153] ignore *.VC.db files In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 75b1186b..be0e4913 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -37,6 +37,7 @@ *.suo *.opensdf *.sdf +*.VC.db *.VC.opendb # Precompiled Assets From d3b23596c0cf4cbc15c4326bf8d962e3f9c4c9a0 Mon Sep 17 00:00:00 2001 From: halloworld Date: Mon, 20 Jun 2016 11:12:58 +0800 Subject: [PATCH 019/153] =?UTF-8?q?=E6=B7=BB=E5=8A=A0DS=5FStore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 86f21d8e..3e012f2d 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -58,3 +58,4 @@ fastlane/screenshots # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ +.DS_Store From d605f911b9b3c9aca72d3e2bc05e4bc709e1a2ae Mon Sep 17 00:00:00 2001 From: Ricardo Pistorello Date: Tue, 21 Jun 2016 11:34:13 -0300 Subject: [PATCH 020/153] Added project folder created by Consulo IDE --- Unity.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 5aafcbb7..1c103889 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,8 +5,9 @@ /[Bb]uilds/ /Assets/AssetStoreTools* -# Autogenerated VS/MD solution and project files +# Autogenerated VS/MD/Consulo solution and project files ExportedObj/ +.consulo/ *.csproj *.unityproj *.sln From b89498a4674a21f2f4feb3994e82acc58d747236 Mon Sep 17 00:00:00 2001 From: Mike Kobit Date: Fri, 24 Jun 2016 12:26:18 -0500 Subject: [PATCH 021/153] Only ignore the build directory in the same directory as .gitignore for Gradle If you have a Java package with `build` in it, the current version will always ignore files in that directory. This change makes it so only the root "build" directory is ignored. I believe that this assumes .gitignore is in the root of a project. --- Gradle.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index 77617a15..a1fc39c0 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,5 +1,5 @@ .gradle -build/ +/build/ # Ignore Gradle GUI config gradle-app.setting From c2401948a4d65e11bb7ef49b57a61c1b73d9eb48 Mon Sep 17 00:00:00 2001 From: thilaire Date: Wed, 29 Jun 2016 14:36:23 +0200 Subject: [PATCH 022/153] Update TeX.gitignore Add support for easy-todo package (that produces .lod file during the compilation) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 4123a577..3cb097c9 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -152,6 +152,9 @@ pythontex-files-*/ # todonotes *.tdo +# easy-todo +*.lod + # xindy *.xdy From 2c52d023ddb520962d1aa81ab030ee5172261eb2 Mon Sep 17 00:00:00 2001 From: pmartinez Date: Wed, 29 Jun 2016 13:33:32 -0300 Subject: [PATCH 023/153] added prerequisites for C and C++ --- C++.gitignore | 3 +++ C.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 4581ef2e..259148fa 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,3 +1,6 @@ +# Prerequisites +*.d + # Compiled Object files *.slo *.lo diff --git a/C.gitignore b/C.gitignore index f805e810..7a065c70 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,3 +1,6 @@ +# Prerequisites +*.d + # Object files *.o *.ko From 96584a8bd311ee6e5b8a188ac71bcb6621d495e8 Mon Sep 17 00:00:00 2001 From: Adrian Vovk Date: Thu, 30 Jun 2016 18:02:04 -0400 Subject: [PATCH 024/153] Update Android.gitignore --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index f6b286ce..e5df7b91 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -35,6 +35,7 @@ captures/ # Intellij *.iml .idea/workspace.xml +.idea/libraries # Keystore files *.jks From 55157bfd0e749784fae3f1752242f2c5ac79a891 Mon Sep 17 00:00:00 2001 From: Roman Pushkin Date: Sat, 2 Jul 2016 09:05:05 -0700 Subject: [PATCH 025/153] Ignore *.pid.lock Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files: * `passenger.3000.pid` (removed when passenger stops) * `passenger.3000.log` * `passenger.3000.pid.lock` While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored. --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 5148e527..aea5294d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -7,6 +7,7 @@ npm-debug.log* pids *.pid *.seed +*.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov From c50a47616216f6fa460272fa37aec88f9488c9f6 Mon Sep 17 00:00:00 2001 From: sammy Date: Wed, 6 Jul 2016 10:01:06 -0700 Subject: [PATCH 026/153] Update Perl.gitignore ignore perltidy output files --- Perl.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Perl.gitignore b/Perl.gitignore index ae2ad536..5ade0a16 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -16,5 +16,6 @@ Build.bat nytprof.out /pm_to_blib *.o +*.pm.tdy *.bs /_eumm/ From 4616b76860f5a0e587cf63c3f12f2dd7631214d1 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 9 Jul 2016 15:02:07 +0200 Subject: [PATCH 027/153] ignore busy indicator of uncompressed .synctex file --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 3cb097c9..6ac1a731 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -31,6 +31,7 @@ ## Build tool auxiliary files: *.fdb_latexmk *.synctex +*.synctex(busy) *.synctex.gz *.synctex.gz(busy) *.pdfsync From a73ff83ac36ad7134436fd1fe2e207d60af709d4 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 10 Jul 2016 00:42:39 +0200 Subject: [PATCH 028/153] Add *.wrt produced by scrwfile --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 3cb097c9..ed77ca8e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -128,6 +128,9 @@ _minted* *.sagetex.py *.sagetex.scmd +# scrwfile +*.wrt + # sympy *.sout *.sympy From d8a56ffdced3305cb28343d973d1d474a8544a9c Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 10 Jul 2016 14:35:30 +0200 Subject: [PATCH 029/153] Ignore .pdf On Windows, when PDF is opened with Acrobat Reader, one gets following output: ! I can't write on file `document.pdf'. Please type another file name for output: If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 3cb097c9..b7aa423b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -19,6 +19,9 @@ # *.eps # *.pdf +## Generated if empty string is given at "Please type another file name for output:" +.pdf + ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl *.bcf From 5780b601e084f1009c9dcb2fb65f1f7476ca25e8 Mon Sep 17 00:00:00 2001 From: MinJun Kweon Date: Mon, 11 Jul 2016 14:50:15 +0900 Subject: [PATCH 030/153] Fix indentation 'Code Injection' --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 86f21d8e..20592083 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -52,7 +52,7 @@ Carthage/Build fastlane/report.xml fastlane/screenshots -#Code Injection +# Code Injection # # After new code Injection tools there's a generated folder /iOSInjectionProject # https://github.com/johnno1962/injectionforxcode From 96e10b25130aecb204e865ef72fc6cb31fee2d94 Mon Sep 17 00:00:00 2001 From: Seungwon Park Date: Tue, 12 Jul 2016 17:04:23 +0900 Subject: [PATCH 031/153] Added gregoriotex See documentation at https://github.com/gregorio-project/gregorio --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 47ee1edc..34f999df 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -88,6 +88,10 @@ acs-*.bib # gnuplottex *-gnuplottex-* +# gregoriotex +*.gaux +*.gtex + # hyperref *.brf From 254da0b717e7c786e6c81c934757c941e765528b Mon Sep 17 00:00:00 2001 From: "Desmond O. Chang" Date: Thu, 14 Jul 2016 14:34:04 +0800 Subject: [PATCH 032/153] Ignore terraform module directory See --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 7868d16d..41859c81 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,3 +1,6 @@ # Compiled files *.tfstate *.tfstate.backup + +# Module directory +.terraform/ From 0ee8f1a95da29cf4c9949fc9572a63269e833b05 Mon Sep 17 00:00:00 2001 From: Leandro Doctors Date: Sun, 17 Jul 2016 23:33:53 -0300 Subject: [PATCH 033/153] Correct .jar and .class mentions --- Leiningen.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 47fed6c2..a9fe6fba 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -1,6 +1,7 @@ pom.xml pom.xml.asc -*jar +*.jar +*.class /lib/ /classes/ /target/ From c6a57e45a25244350891bde4a663c1945e2c792a Mon Sep 17 00:00:00 2001 From: Leandro Doctors Date: Thu, 21 Jul 2016 18:39:44 -0300 Subject: [PATCH 034/153] Scala: Ignore ENSIME files --- Scala.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index c58d83b3..a02d882c 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -15,3 +15,7 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet + +# ENSIME specific +.ensime_cache/ +.ensime From eb90a5771f74502ad3f502391279dbf7062849bb Mon Sep 17 00:00:00 2001 From: Cy Date: Mon, 25 Jul 2016 11:05:58 +0800 Subject: [PATCH 035/153] Update Laravel.gitignore Ignore Homestead related config files --- Laravel.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 1cd717b6..7cf79610 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -10,6 +10,8 @@ bootstrap/cache/ .env.*.php .env.php .env +Homestead.yaml +Homestead.json # Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer .rocketeer/ From f88f48845d767e267f8339550450af2e635ec706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tevfik=20T=C3=BCmer?= Date: Mon, 25 Jul 2016 12:25:19 +0200 Subject: [PATCH 036/153] Adding index.html files for cache and upload folders index.html should be in the upload and cache folders in order to avoid direct access --- SugarCRM.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 842c3ec5..e9270205 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -7,6 +7,7 @@ # For development the cache directory can be safely ignored and # therefore it is ignored. /cache/ +!/cache/index.html # Ignore some files and directories from the custom directory. /custom/history/ /custom/modulebuilder/ @@ -22,4 +23,5 @@ *.log # Ignore the new upload directories. /upload/ +!/upload/index.html /upload_backup/ From fdd236e53bbfeddf32c98706ce8830e64b730461 Mon Sep 17 00:00:00 2001 From: Eduard Kyvenko Date: Thu, 28 Jul 2016 10:18:33 +0200 Subject: [PATCH 037/153] Ignore elm-stuff project-wide --- Elm.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elm.gitignore b/Elm.gitignore index a594364e..8b631e7d 100644 --- a/Elm.gitignore +++ b/Elm.gitignore @@ -1,4 +1,4 @@ # elm-package generated files -elm-stuff/ +elm-stuff # elm-repl generated files repl-temp-* From edfd83412f8230b68130bef44dd064bacfd02d3e Mon Sep 17 00:00:00 2001 From: Kevin Most Date: Mon, 1 Aug 2016 15:58:42 -0400 Subject: [PATCH 038/153] Add .externalNativeBuild to Android gitignore --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index e5df7b91..935ceef0 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -39,3 +39,6 @@ captures/ # Keystore files *.jks + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild From 554bccef40da55a1444a7a41db6866f452616b74 Mon Sep 17 00:00:00 2001 From: Brennan Fee Date: Thu, 4 Aug 2016 22:29:32 -0700 Subject: [PATCH 039/153] 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. --- Global/VisualStudioCode.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index faa18382..d9960081 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,2 +1,4 @@ -.vscode - +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json From cedd263b832e6f287e827e5b7bf159cd4cb36e14 Mon Sep 17 00:00:00 2001 From: Steve Hull Date: Mon, 8 Aug 2016 11:38:53 -0700 Subject: [PATCH 040/153] Remove config/secrets.yml Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production). --- Rails.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index d8c256c1..e9742760 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -12,9 +12,11 @@ capybara-*.html rerun.txt pickle-email-*.html -# TODO Comment out these rules if you are OK with secrets being uploaded to the repo +# TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb -config/secrets.yml + +# Only include if you have production secrets in this file, which is no longer a Rails default +# config/secrets.yml # dotenv # TODO Comment out this rule if environment variables can be committed From 49f6eb9e07447984da9556487d953ce3b06b6c3e Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Wed, 10 Aug 2016 12:56:26 +0200 Subject: [PATCH 041/153] ignore HTF test framework artifact directory See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile) --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index a4ee41ab..450f32ec 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -17,3 +17,4 @@ cabal.sandbox.config *.eventlog .stack-work/ cabal.project.local +.HTF/ From 5fdead13b013212dc75a6c175baacb5c4b802a7f Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 11 Aug 2016 11:01:42 +0200 Subject: [PATCH 042/153] Exclude folder for CodeRush settings --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 67acbf42..bca1984d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -251,3 +251,6 @@ paket-files/ # JetBrains Rider .idea/ *.sln.iml + +# CodeRush +.cr/ From a7f6e99b234cb59ebb0eea5dc0cc112668f78b47 Mon Sep 17 00:00:00 2001 From: bakeevdr Date: Fri, 12 Aug 2016 23:48:38 +0500 Subject: [PATCH 043/153] Updated for Joomla 3.6.2 --- Joomla.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index 0d7a0de2..93103fdb 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -52,6 +52,7 @@ /administrator/language/en-GB/en-GB.plg_content_contact.sys.ini /administrator/language/en-GB/en-GB.plg_content_finder.ini /administrator/language/en-GB/en-GB.plg_content_finder.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_module* /administrator/language/en-GB/en-GB.plg_finder_categories.ini /administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini /administrator/language/en-GB/en-GB.plg_finder_contacts.ini @@ -64,6 +65,10 @@ /administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini /administrator/language/en-GB/en-GB.plg_finder_weblinks.ini /administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_folderinstaller* +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller* +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller +/administrator/language/en-GB/en-GB.plg_installer_urlinstaller* /administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini /administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini /administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini @@ -72,6 +77,8 @@ /administrator/language/en-GB/en-GB.plg_search_tags.sys.ini /administrator/language/en-GB/en-GB.plg_system_languagecode.ini /administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini +/administrator/language/en-GB/en-GB.plg_system_stats* +/administrator/language/en-GB/en-GB.plg_system_updatenotification* /administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini /administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini /administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini @@ -249,8 +256,10 @@ /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.xml /administrator/language/en-GB/index.html +/administrator/language/ru-RU/index.html /administrator/language/overrides/* /administrator/language/index.html +/administrator/logs/index.html /administrator/manifests/* /administrator/modules/mod_custom/* /administrator/modules/mod_feed/* @@ -289,6 +298,7 @@ /components/com_finder/* /components/com_mailto/* /components/com_media/* +/components/com_modules/* /components/com_newsfeeds/* /components/com_search/* /components/com_users/* @@ -407,6 +417,7 @@ /libraries/idna_convert/* /libraries/joomla/* /libraries/legacy/* +/libraries/php-encryption/* /libraries/phpass/* /libraries/phpmailer/* /libraries/phputf8/* @@ -431,9 +442,11 @@ /media/media/* /media/mod_languages/* /media/overrider/* +/media/plg_captcha_recaptcha/* /media/plg_quickicon_extensionupdate/* /media/plg_quickicon_joomlaupdate/* /media/plg_system_highlight/* +/media/plg_system_stats/* /media/system/* /media/index.html /modules/mod_articles_archive/* @@ -486,6 +499,7 @@ /plugins/editors/none/* /plugins/editors/tinymce/* /plugins/editors/index.html +/plugins/editors-xtd/module/* /plugins/editors-xtd/article/* /plugins/editors-xtd/image/* /plugins/editors-xtd/pagebreak/* @@ -523,6 +537,8 @@ /plugins/system/redirect/* /plugins/system/remember/* /plugins/system/sef/* +/plugins/system/stats/* +/plugins/system/updatenotification/* /plugins/system/index.html /plugins/twofactorauth/* /plugins/user/contactcreator/* From 1c652a2ffe26ff7c65eff5fed340823f8752ed16 Mon Sep 17 00:00:00 2001 From: Alexandre Bonnetain Date: Sun, 14 Aug 2016 15:47:01 +0200 Subject: [PATCH 044/153] Add hidden virtualenv to Python template --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 72364f99..37fc9d40 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -79,6 +79,7 @@ celerybeat-schedule .env # virtualenv +.venv/ venv/ ENV/ From e60b5dc494a9d36c5f22324b1146650e16a7489d Mon Sep 17 00:00:00 2001 From: Yves Martin Date: Tue, 16 Aug 2016 13:41:52 +0200 Subject: [PATCH 045/153] Ignore GNU Global GSYMS database of other symbols --- Global/Tags.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index c0318165..91927af4 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -9,6 +9,7 @@ gtags.files GTAGS GRTAGS GPATH +GSYMS cscope.files cscope.out cscope.in.out From f3168077daeca768a195b3f21022d6c1e18e7498 Mon Sep 17 00:00:00 2001 From: Gabriel Oliva Date: Tue, 16 Aug 2016 11:20:39 -0300 Subject: [PATCH 046/153] Update ignore for fastlane files in Objective-C --- Objective-C.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 20592083..58c51eca 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -50,7 +50,9 @@ Carthage/Build # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md fastlane/report.xml +fastlane/Preview.html fastlane/screenshots +fastlane/test_output # Code Injection # From 88e76d3b9462ad529448cc784bbf1340da9aece5 Mon Sep 17 00:00:00 2001 From: Kyle Pollock Date: Fri, 19 Aug 2016 09:45:28 -0500 Subject: [PATCH 047/153] Add eslint cache ignore for node projects. --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index aea5294d..bf7525f9 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -34,5 +34,8 @@ jspm_packages # Optional npm cache directory .npm +# Optional eslint cache +.eslintcache + # Optional REPL history .node_repl_history From d785d6115e62126ac2d4ad76fba8f6ddf234e1c6 Mon Sep 17 00:00:00 2001 From: Shubham Rao Date: Mon, 22 Aug 2016 23:36:09 +0530 Subject: [PATCH 048/153] nbactions.xml must not be ignored (?) This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE. Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) Also this file does anything worth ignoring Added by #145 Exclusion of `nbactions.xml` from `.gitgnore` should be discussed. --- Global/NetBeans.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 520d91ff..254108cd 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -3,5 +3,4 @@ build/ nbbuild/ dist/ nbdist/ -nbactions.xml .nb-gradle/ From 041d63b8eb27767a2b9c1da8400a6b7cbb986020 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 23 Aug 2016 08:09:33 +0200 Subject: [PATCH 049/153] Added "Python Tools for Visual Studio" to VisualStudio.gitignore __pycache__/ *.pyc --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bca1984d..d56f8b53 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -254,3 +254,7 @@ paket-files/ # CodeRush .cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc From 899509f2f29c0d6c40b0ccc74a20b4cd11524354 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 30 Aug 2016 19:12:57 +0200 Subject: [PATCH 050/153] Rename OSX.gitignore to macOS.gitignore Apple renames OS X to macOS. Announced @ WWDC 2016 --- Global/{OSX.gitignore => macOS.gitignore} | 51 ++++++++++++----------- 1 file changed, 26 insertions(+), 25 deletions(-) rename Global/{OSX.gitignore => macOS.gitignore} (92%) diff --git a/Global/OSX.gitignore b/Global/macOS.gitignore similarity index 92% rename from Global/OSX.gitignore rename to Global/macOS.gitignore index 5972fe50..f0f3fbc0 100644 --- a/Global/OSX.gitignore +++ b/Global/macOS.gitignore @@ -1,25 +1,26 @@ -*.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk From 3a2642516099dd092c26bd10f980fc118d9c711e Mon Sep 17 00:00:00 2001 From: Vassilis Date: Mon, 5 Sep 2016 19:52:48 +0100 Subject: [PATCH 051/153] Update TeX.gitignore Added a line that adds the `auto` folder that Emacs+ AUCTex automatically creates in the gitignore list. More about this `auto` feature below https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 34f999df..f620fad2 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -192,3 +192,6 @@ TSWLatexianTemp* # KBibTeX *~[0-9]* + +# auto folder when using emacs and auctex +/auto/* From 1ca4b201e03711e6e31c393cb73c5c43be1b040c Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Tue, 6 Sep 2016 06:56:04 +0200 Subject: [PATCH 052/153] Extend C to ignore Visual Studio artifacts Visual Studio creates a few artifacts which weren't ignored before, mainly .idb, .pdb and .ilk files which are either created by CL.EXE or by LINK.EXE were added to the gitignore for Windows projects. A little more information can be found here on Microsoft's documentation: https://msdn.microsoft.com/en-us/library/3awe4781.aspx --- C.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/C.gitignore b/C.gitignore index 7a065c70..6c0ea0c5 100644 --- a/C.gitignore +++ b/C.gitignore @@ -7,6 +7,11 @@ *.obj *.elf +# Linker output +*.ilk +*.map +*.exp + # Precompiled Headers *.gch *.pch @@ -34,3 +39,5 @@ # Debug files *.dSYM/ *.su +*.idb +*.pdb From aad5932d4b18949f10d252539c7aab59bdf85e31 Mon Sep 17 00:00:00 2001 From: Peter Morlion Date: Wed, 7 Sep 2016 12:09:45 +0200 Subject: [PATCH 053/153] Include shared settings, according to official docs Official docs, found here: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as of 13 Aug 2016) --- Global/JetBrains.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index ea83a5eb..0a254147 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,9 +4,6 @@ # User-specific stuff: .idea/workspace.xml .idea/tasks.xml -.idea/dictionaries -.idea/vcs.xml -.idea/jsLibraryMappings.xml # Sensitive or high-churn files: .idea/dataSources.ids From cd22a9cc5867789d4fbda54dfa9661b7feee1f30 Mon Sep 17 00:00:00 2001 From: Serge van Ginderachter Date: Wed, 7 Sep 2016 15:49:29 +0200 Subject: [PATCH 054/153] introduce Ansible ignores --- Global/Ansible.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Global/Ansible.gitignore diff --git a/Global/Ansible.gitignore b/Global/Ansible.gitignore new file mode 100644 index 00000000..a8b42eb6 --- /dev/null +++ b/Global/Ansible.gitignore @@ -0,0 +1 @@ +*.retry From 3cdfc09983aece84ec69ed30644f87b1e8957835 Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Thu, 8 Sep 2016 18:09:05 -0700 Subject: [PATCH 055/153] Ignore .jfm files in Visual Studio .jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories. This fix helps mitigate this by avoiding checkin of this file type. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d56f8b53..c8557d40 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -189,6 +189,7 @@ ClientBin/ *~ *.dbmdl *.dbproj.schemaview +*.jfm *.pfx *.publishsettings node_modules/ From 6951912890be0b93eb0b8ff12265218393bd36e6 Mon Sep 17 00:00:00 2001 From: Filip W Date: Mon, 12 Sep 2016 15:34:02 +0200 Subject: [PATCH 056/153] added VS code coverage files --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c8557d40..f3e58fc2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -110,6 +110,10 @@ _TeamCity* # DotCover is a Code Coverage Tool *.dotCover +# Visual Studio code coverage results +*.coverage +*.coveragexml + # NCrunch _NCrunch_* .*crunch*.local.xml From f1a8fddea28ac2ee0d5e9e4cc4d2a29c8dddf530 Mon Sep 17 00:00:00 2001 From: Muromi Ukari Date: Tue, 13 Sep 2016 23:37:43 +0900 Subject: [PATCH 057/153] Update Erlang.gitignore /ebin can't be simply ignored because *.app should be put here. [Erlang Applications](http://erlang.org/doc/design_principles/applications.html) > 8.4 Directory Structure > ebin - Contains the Erlang object code, the beam files. The .app file is also placed here. --- Erlang.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index 8e46d5a0..3826c857 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -4,7 +4,7 @@ deps *.beam *.plt erl_crash.dump -ebin +ebin/*.beam rel/example_project .concrete/DEV_MODE .rebar From da681d7115724f7517bdf29b2a9ca3a41b61442a Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Thu, 15 Sep 2016 08:48:08 +0100 Subject: [PATCH 058/153] Add support for Cake.Net Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3e58fc2..e4ca5275 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -263,3 +263,6 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc + +# Cake +tools/ From 4f7062e132d7f88e68ab737e64fef872bd3a491f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira=20Loff?= Date: Mon, 19 Sep 2016 17:21:02 +0100 Subject: [PATCH 059/153] Add .nfs files to Linux.gitignore --- Global/Linux.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index cc958689..b56bf65d 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -8,3 +8,6 @@ # Linux trash folder which might appear on any partition or disk .Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* From b414451e5532dbd37f89d116a4df25ce52bc6e5e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 18:07:02 -0700 Subject: [PATCH 060/153] ignore typings directory --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3e58fc2..af08e1f2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -196,7 +196,6 @@ ClientBin/ *.jfm *.pfx *.publishsettings -node_modules/ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components @@ -231,6 +230,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat +node_modules/ +typings/ # Visual Studio 6 build log *.plg From 3bf3203c4fb5ad87ec3336fc01095f56fde5508e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 19:31:20 -0700 Subject: [PATCH 061/153] add typings --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index bf7525f9..05c7f177 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -30,6 +30,7 @@ build/Release # Dependency directories node_modules jspm_packages +typings # Optional npm cache directory .npm From a080e3676747f4aa1b7ba2a0300abea7d2be421e Mon Sep 17 00:00:00 2001 From: aarian93p Date: Wed, 21 Sep 2016 09:55:57 +0330 Subject: [PATCH 062/153] Added kernel module compilation results Adds kernel module compile to the ignore list. --- C.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/C.gitignore b/C.gitignore index 7a065c70..d93756fe 100644 --- a/C.gitignore +++ b/C.gitignore @@ -34,3 +34,10 @@ # Debug files *.dSYM/ *.su + +# Kernel Module Compile Results +*.mod.c +modules.order +Module.symvers +Mkfile.old +dkms.conf From b7e6ce66c701ac11cc2eff352f03ded64fc2287b Mon Sep 17 00:00:00 2001 From: aarian93p Date: Wed, 21 Sep 2016 10:04:49 +0330 Subject: [PATCH 063/153] More kernel module compilation results Added a few missed files from kernel compilation results --- C.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C.gitignore b/C.gitignore index d93756fe..06e97ff4 100644 --- a/C.gitignore +++ b/C.gitignore @@ -36,7 +36,8 @@ *.su # Kernel Module Compile Results -*.mod.c +*.mod* +*.cmd modules.order Module.symvers Mkfile.old From 841cf5859239626b4e8430e1734e07c7fc9c1b54 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Wed, 21 Sep 2016 07:18:07 +0100 Subject: [PATCH 064/153] Update Node.gitignore (*.tgz) Add `*.tgz`, the output of `npm pack`, or other build-steps. --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bf7525f9..bc7fc557 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -39,3 +39,6 @@ jspm_packages # Optional REPL history .node_repl_history + +# Output of 'npm pack' +*.tgz From b87e4747419dca9f238930b099a1373f88cbb0b9 Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Mon, 26 Sep 2016 09:27:10 +0100 Subject: [PATCH 065/153] Update VisualStudio.gitignore --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e4ca5275..1b86e7ec 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -264,5 +264,5 @@ paket-files/ __pycache__/ *.pyc -# Cake -tools/ +# Cake - Uncomment if you are using it +# tools/ From 14740a52c50fabdab1758808e995dcd9766bd76f Mon Sep 17 00:00:00 2001 From: futabooo Date: Tue, 27 Sep 2016 10:33:41 +0900 Subject: [PATCH 066/153] Add vendor folder to Go.gitignore --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index cd0d5d1e..397a0ed4 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -25,3 +25,6 @@ _testmain.go # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# external packages folder +vendor/ From 309aa7aba03dff56971883c5507cbf32b6380853 Mon Sep 17 00:00:00 2001 From: Wayne Nilsen Date: Sun, 2 Oct 2016 23:46:39 -0400 Subject: [PATCH 067/153] Add rustfmt gitignore (#2108) --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index cb14a420..50281a44 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -5,3 +5,6 @@ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk From 80794566375c97695d84b4cbd664baec90d56005 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 11 Oct 2016 09:39:26 +0200 Subject: [PATCH 068/153] autotools.gitignore: add missing files See the full list of scripts documented in AC_CONFIG_AUX_DIR in https://www.gnu.org/software/automake/manual/html_node/Optional.html --- Autotools.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 1e9158e2..e3923f96 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -1,6 +1,11 @@ # http://www.gnu.org/software/automake Makefile.in +/ar-lib +/mdate-sh +/py-compile +/test-driver +/ylwrap # http://www.gnu.org/software/autoconf @@ -9,10 +14,20 @@ Makefile.in /autoscan-*.log /aclocal.m4 /compile +/config.guess /config.h.in +/config.sub /configure /configure.scan /depcomp /install-sh /missing /stamp-h1 + +# https://www.gnu.org/software/libtool/ + +/ltmain.sh + +# http://www.gnu.org/software/texinfo + +/texinfo.tex From 46d36eb78f4f14b9bc941b3aa72ac9d1092efd04 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 11 Oct 2016 17:18:40 -0400 Subject: [PATCH 069/153] Update Coq.gitignore Add various files that show up when you run tactics (the *.cache in 8.4 and 8.5, .*.cache in 8.6), build plugins (the various OCaml files), and for the native compiler of Coq 8.5. --- Coq.gitignore | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Coq.gitignore b/Coq.gitignore index d3083b3a..ad9b23e2 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,3 +1,27 @@ -*.vo +.*.aux +*.a +*.cma +*.cmi +*.cmo +*.cmx +*.cmxa +*.cmxs *.glob +*.ml.d +*.ml4.d +*.mli.d +*.o *.v.d +*.vio +*.vo +.coq-native/ +.csdp.cache +.lia.cache +.nia.cache +.nlia.cache +.nra.cache +csdp.cache +lia.cache +nia.cache +nlia.cache +nra.cache From 6615075fe4add11e8374573fe53b778cf2883ded Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 11 Oct 2016 17:21:20 -0400 Subject: [PATCH 070/153] Add .native --- Coq.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Coq.gitignore b/Coq.gitignore index ad9b23e2..a3cb78ee 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -10,6 +10,7 @@ *.ml.d *.ml4.d *.mli.d +*.native *.o *.v.d *.vio From 8202fbb408af642c886b525ef7149812376cba6e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 11 Oct 2016 17:25:39 -0400 Subject: [PATCH 071/153] Add mllib, mlpack files --- Coq.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Coq.gitignore b/Coq.gitignore index a3cb78ee..f25a61d9 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -10,6 +10,8 @@ *.ml.d *.ml4.d *.mli.d +*.mllib.d +*.mlpack.d *.native *.o *.v.d From 2d39231149063e67436933e5ff44273ae4093321 Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Wed, 12 Oct 2016 11:36:46 +1100 Subject: [PATCH 072/153] Update Elixir.gitignore This should really ignore compiled .beam files as well --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index 755b6055..ac67aaf3 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -3,3 +3,4 @@ /deps erl_crash.dump *.ez +*.beam From 11c20eb3ba402f1dfc359b070e1d2ea4e72ed74a Mon Sep 17 00:00:00 2001 From: Craig Morris Date: Wed, 12 Oct 2016 14:07:57 +0100 Subject: [PATCH 073/153] Add yarn ignored file --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bc7fc557..9a439fcd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -42,3 +42,7 @@ jspm_packages # Output of 'npm pack' *.tgz + +# Yarn Integrity file +.yarn-integrity + From b5f807c0b65b5a0a05fa7839a0e01158afc49158 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Oct 2016 11:41:12 +0000 Subject: [PATCH 074/153] excluding vqmod cache files and logs --- OpenCart.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index 28e45aa6..254103bd 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -11,3 +11,9 @@ system/cache/ system/logs/ system/storage/ + +# vQmod +vqmod/logs/* +vqmod/vqcache/* +vqmod/checked.cache +vqmod/mods.cache From f2aff1de00735757ed0ae3b75edadcec58ff357d Mon Sep 17 00:00:00 2001 From: dvlprs Date: Sat, 15 Oct 2016 11:44:22 +0000 Subject: [PATCH 075/153] excluding vqmod cache files and logs --- OpenCart.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index 254103bd..97be41fa 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -12,8 +12,9 @@ system/logs/ system/storage/ -# vQmod +# vQmod log files vqmod/logs/* +# vQmod cache files vqmod/vqcache/* vqmod/checked.cache vqmod/mods.cache From 14cf3b029da5e42ab42aaea0098b2cc9a2683156 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 17 Oct 2016 13:48:16 +0800 Subject: [PATCH 076/153] ignore public/storage for laravel 5 Ref: https://github.com/laravel/laravel/blob/master/.gitignore#L2 --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 1cd717b6..e7c594fa 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -7,6 +7,7 @@ app/storage/ # Laravel 5 & Lumen specific bootstrap/cache/ +public/storage .env.*.php .env.php .env From 89ba2cc174ead26c56aaca83a9de82f7c6485a3f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 17 Oct 2016 17:24:02 +0800 Subject: [PATCH 077/153] Ignore Passport-generated OAuth keys --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index e7c594fa..f4ec862a 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -8,6 +8,7 @@ app/storage/ # Laravel 5 & Lumen specific bootstrap/cache/ public/storage +storage/*.key .env.*.php .env.php .env From 679c64a9364fc5190ac23bca612a547f564a632f Mon Sep 17 00:00:00 2001 From: "Jason N. Gaylord" Date: Mon, 17 Oct 2016 18:49:23 -0400 Subject: [PATCH 078/153] Removed LaunchSettings.json from being committed --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1b86e7ec..f4a3bfc1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -44,6 +44,7 @@ dlldata.c project.lock.json project.fragment.lock.json artifacts/ +Properties/launchSettings.json *_i.c *_p.c From d226019b72a60bfdbe4147df6b7384f18fea77db Mon Sep 17 00:00:00 2001 From: mrs-mrl Date: Wed, 19 Oct 2016 13:24:44 +0200 Subject: [PATCH 079/153] ignore Visual Studio 6 workspace file see e.g. http://stackoverflow.com/a/1530193 https://msdn.microsoft.com/en-us/library/aa241721(v=vs.60).aspx --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f4a3bfc1..62dd6c9e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -239,6 +239,9 @@ FakesAssemblies/ # Visual Studio 6 workspace options file *.opt +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts From 1a553e1f5ffba90cb6bcefc9092170c72c33072e Mon Sep 17 00:00:00 2001 From: Krishna Ram Prakash R Date: Fri, 21 Oct 2016 14:21:09 +0530 Subject: [PATCH 080/153] laravel: fixed incorrect ignoring of cache folder --- Laravel.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index e7c594fa..d1c62fe8 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -6,7 +6,6 @@ bootstrap/compiled.php app/storage/ # Laravel 5 & Lumen specific -bootstrap/cache/ public/storage .env.*.php .env.php From 60968bb13981e8fb8d13768935b5f2a615c3516a Mon Sep 17 00:00:00 2001 From: Wooseop Kim Date: Sat, 22 Oct 2016 12:05:13 +0900 Subject: [PATCH 081/153] Add .idea/tasks.xml Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems). --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 935ceef0..91e3c007 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -35,6 +35,7 @@ captures/ # Intellij *.iml .idea/workspace.xml +.idea/tasks.xml .idea/libraries # Keystore files From 32a03614427beca95df615b16c35149a712d2a0a Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sun, 23 Oct 2016 15:03:16 +0200 Subject: [PATCH 082/153] Nanoc: Fix capitalisation of Nanoc --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index abc21828..14a637fb 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -1,4 +1,4 @@ -# For projects using nanoc (http://nanoc.ws/) +# For projects using Nanoc (http://nanoc.ws/) # Default location for output, needs to match output_dir's value found in config.yaml output/ From 3cc7c492da3d5507569ef66366db7b27610124f6 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sun, 23 Oct 2016 15:04:39 +0200 Subject: [PATCH 083/153] Nanoc: Improve grammar --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index 14a637fb..0242ba4f 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -1,6 +1,6 @@ # For projects using Nanoc (http://nanoc.ws/) -# Default location for output, needs to match output_dir's value found in config.yaml +# Default location for output (needs to match output_dir's value found in config.yaml) output/ # Temporary file directory From 2736857d9bf43b23c2e9c6475d0d3136d34e5c61 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sun, 23 Oct 2016 15:05:29 +0200 Subject: [PATCH 084/153] Nanoc: Mention nanoc.yaml rather than config.yaml --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index 0242ba4f..3f36ea2a 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -1,6 +1,6 @@ # For projects using Nanoc (http://nanoc.ws/) -# Default location for output (needs to match output_dir's value found in config.yaml) +# Default location for output (needs to match output_dir's value found in nanoc.yaml) output/ # Temporary file directory From d1c4bde0458bdc4d6400800c38d559f0d85076e8 Mon Sep 17 00:00:00 2001 From: Israel Roldan Date: Sun, 23 Oct 2016 16:58:30 +0200 Subject: [PATCH 085/153] Update ExtJs.gitignore --- ExtJs.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ExtJs.gitignore b/ExtJs.gitignore index 5ffc2154..c92aea0f 100644 --- a/ExtJs.gitignore +++ b/ExtJs.gitignore @@ -1,4 +1,12 @@ .architect +bootstrap.css +bootstrap.js bootstrap.json +bootstrap.jsonp build/ +classic.json +classic.jsonp ext/ +modern.json +modern.jsonp +resources/sass/.sass-cache/ From cc686ca1c65d14763525b98e195cfcac43d61204 Mon Sep 17 00:00:00 2001 From: Troy Pracy Date: Thu, 27 Oct 2016 03:15:56 +1100 Subject: [PATCH 086/153] add backup files (*~) --- Elisp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Elisp.gitignore b/Elisp.gitignore index 9b4291b7..89a75977 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -3,3 +3,6 @@ # Packaging .cask + +# Backup files +*~ \ No newline at end of file From a9e99535a0d8b4e9c9b7de0ffd720552594158d3 Mon Sep 17 00:00:00 2001 From: Troy Pracy Date: Thu, 27 Oct 2016 03:16:42 +1100 Subject: [PATCH 087/153] add undo-tree save-files --- Elisp.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Elisp.gitignore b/Elisp.gitignore index 89a75977..25f2b431 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -5,4 +5,7 @@ .cask # Backup files -*~ \ No newline at end of file +*~ + +# Undo-tree save-files +*.~undo-tree \ No newline at end of file From 95a405c3ef1cd0a96d51f9052d1e58c8e98c42e2 Mon Sep 17 00:00:00 2001 From: Troy Pracy Date: Thu, 27 Oct 2016 03:19:31 +1100 Subject: [PATCH 088/153] add final newline --- Elisp.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elisp.gitignore b/Elisp.gitignore index 25f2b431..206569dc 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -8,4 +8,4 @@ *~ # Undo-tree save-files -*.~undo-tree \ No newline at end of file +*.~undo-tree From d8a1d416bb2826b398595d808fcddfdd9deefd79 Mon Sep 17 00:00:00 2001 From: Matt Braymer-Hayes Date: Wed, 26 Oct 2016 12:48:53 -0700 Subject: [PATCH 089/153] Rename 'IPython Notebook' comment to 'Jupyter Notebook' --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 37fc9d40..6a2bf47a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -66,7 +66,7 @@ docs/_build/ # PyBuilder target/ -# IPython Notebook +# Jupyter Notebook .ipynb_checkpoints # pyenv From c2bf044184f671d710b9a5ca8139edc96fb888ea Mon Sep 17 00:00:00 2001 From: Luis Fernando Gomes Date: Fri, 28 Oct 2016 00:23:58 -0200 Subject: [PATCH 090/153] Add bower dependency directory --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bc7fc557..4b187ffa 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -21,6 +21,9 @@ coverage # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt +# Bower dependency directory (https://bower.io/) +bower_components + # node-waf configuration .lock-wscript From a1c526681bcb84c894288a827580568184f0e42e Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Fri, 28 Oct 2016 11:18:45 -0400 Subject: [PATCH 091/153] Use the exact CC-0 license text --- LICENSE | 203 +++++++++++++++++++++++++++----------------------------- 1 file changed, 99 insertions(+), 104 deletions(-) diff --git a/LICENSE b/LICENSE index 0e259d42..670154e3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,121 +1,116 @@ -Creative Commons Legal Code - CC0 1.0 Universal - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS - PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM - THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED - HEREUNDER. - Statement of Purpose The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator -and subsequent owner(s) (each and all, an "owner") of an original work of +exclusive Copyright and Related Rights (defined below) upon the creator and +subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). -Certain owners wish to permanently relinquish those rights to a Work for -the purpose of contributing to a commons of creative, cultural and -scientific works ("Commons") that the public can reliably and without fear -of later claims of infringement build upon, modify, incorporate in other -works, reuse and redistribute as freely as possible in any form whatsoever -and for any purposes, including without limitation commercial purposes. -These owners may contribute to the Commons to promote the ideal of a free -culture and the further production of creative, cultural and scientific -works, or to gain reputation or greater distribution for their Work in -part through the use and efforts of others. +Certain owners wish to permanently relinquish those rights to a Work for the +purpose of contributing to a commons of creative, cultural and scientific +works ("Commons") that the public can reliably and without fear of later +claims of infringement build upon, modify, incorporate in other works, reuse +and redistribute as freely as possible in any form whatsoever and for any +purposes, including without limitation commercial purposes. These owners may +contribute to the Commons to promote the ideal of a free culture and the +further production of creative, cultural and scientific works, or to gain +reputation or greater distribution for their Work in part through the use and +efforts of others. -For these and/or other purposes and motivations, and without any -expectation of additional consideration or compensation, the person -associating CC0 with a Work (the "Affirmer"), to the extent that he or she -is an owner of Copyright and Related Rights in the Work, voluntarily -elects to apply CC0 to the Work and publicly distribute the Work under its -terms, with knowledge of his or her Copyright and Related Rights in the -Work and the meaning and intended legal effect of CC0 on those rights. +For these and/or other purposes and motivations, and without any expectation +of additional consideration or compensation, the person associating CC0 with a +Work (the "Affirmer"), to the extent that he or she is an owner of Copyright +and Related Rights in the Work, voluntarily elects to apply CC0 to the Work +and publicly distribute the Work under its terms, with knowledge of his or her +Copyright and Related Rights in the Work and the meaning and intended legal +effect of CC0 on those rights. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not -limited to, the following: +Related Rights"). Copyright and Related Rights include, but are not limited +to, the following: - i. the right to reproduce, adapt, distribute, perform, display, - communicate, and translate a Work; - ii. moral rights retained by the original author(s) and/or performer(s); -iii. publicity and privacy rights pertaining to a person's image or - likeness depicted in a Work; - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - v. rights protecting the extraction, dissemination, use and reuse of data - in a Work; - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation - thereof, including any amended or successor version of such - directive); and -vii. other similar, equivalent or corresponding rights throughout the - world based on applicable law or treaty, and any national - implementations thereof. + i. the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; -2. Waiver. To the greatest extent permitted by, but not in contravention -of, applicable law, Affirmer hereby overtly, fully, permanently, -irrevocably and unconditionally waives, abandons, and surrenders all of -Affirmer's Copyright and Related Rights and associated claims and causes -of action, whether now known or unknown (including existing as well as -future claims and causes of action), in the Work (i) in all territories -worldwide, (ii) for the maximum duration provided by applicable law or -treaty (including future time extensions), (iii) in any current or future -medium and for any number of copies, and (iv) for any purpose whatsoever, -including without limitation commercial, advertising or promotional -purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each -member of the public at large and to the detriment of Affirmer's heirs and -successors, fully intending that such Waiver shall not be subject to -revocation, rescission, cancellation, termination, or any other legal or -equitable action to disrupt the quiet enjoyment of the Work by the public -as contemplated by Affirmer's express Statement of Purpose. + ii. moral rights retained by the original author(s) and/or performer(s); -3. Public License Fallback. Should any part of the Waiver for any reason -be judged legally invalid or ineffective under applicable law, then the -Waiver shall be preserved to the maximum extent permitted taking into -account Affirmer's express Statement of Purpose. In addition, to the -extent the Waiver is so judged Affirmer hereby grants to each affected -person a royalty-free, non transferable, non sublicensable, non exclusive, -irrevocable and unconditional license to exercise Affirmer's Copyright and -Related Rights in the Work (i) in all territories worldwide, (ii) for the -maximum duration provided by applicable law or treaty (including future -time extensions), (iii) in any current or future medium and for any number -of copies, and (iv) for any purpose whatsoever, including without -limitation commercial, advertising or promotional purposes (the -"License"). The License shall be deemed effective as of the date CC0 was -applied by Affirmer to the Work. Should any part of the License for any -reason be judged legally invalid or ineffective under applicable law, such -partial invalidity or ineffectiveness shall not invalidate the remainder -of the License, and in such case Affirmer hereby affirms that he or she -will not (i) exercise any of his or her remaining Copyright and Related -Rights in the Work or (ii) assert any associated claims and causes of -action with respect to the Work, in either case contrary to Affirmer's -express Statement of Purpose. + iii. publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in + a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, +applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and +unconditionally waives, abandons, and surrenders all of Affirmer's Copyright +and Related Rights and associated claims and causes of action, whether now +known or unknown (including existing as well as future claims and causes of +action), in the Work (i) in all territories worldwide, (ii) for the maximum +duration provided by applicable law or treaty (including future time +extensions), (iii) in any current or future medium and for any number of +copies, and (iv) for any purpose whatsoever, including without limitation +commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes +the Waiver for the benefit of each member of the public at large and to the +detriment of Affirmer's heirs and successors, fully intending that such Waiver +shall not be subject to revocation, rescission, cancellation, termination, or +any other legal or equitable action to disrupt the quiet enjoyment of the Work +by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be +judged legally invalid or ineffective under applicable law, then the Waiver +shall be preserved to the maximum extent permitted taking into account +Affirmer's express Statement of Purpose. In addition, to the extent the Waiver +is so judged Affirmer hereby grants to each affected person a royalty-free, +non transferable, non sublicensable, non exclusive, irrevocable and +unconditional license to exercise Affirmer's Copyright and Related Rights in +the Work (i) in all territories worldwide, (ii) for the maximum duration +provided by applicable law or treaty (including future time extensions), (iii) +in any current or future medium and for any number of copies, and (iv) for any +purpose whatsoever, including without limitation commercial, advertising or +promotional purposes (the "License"). The License shall be deemed effective as +of the date CC0 was applied by Affirmer to the Work. Should any part of the +License for any reason be judged legally invalid or ineffective under +applicable law, such partial invalidity or ineffectiveness shall not +invalidate the remainder of the License, and in such case Affirmer hereby +affirms that he or she will not (i) exercise any of his or her remaining +Copyright and Related Rights in the Work or (ii) assert any associated claims +and causes of action with respect to the Work, in either case contrary to +Affirmer's express Statement of Purpose. 4. Limitations and Disclaimers. - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - b. Affirmer offers the Work as-is and makes no representations or - warranties of any kind concerning the Work, express, implied, - statutory or otherwise, including without limitation warranties of - title, merchantability, fitness for a particular purpose, non - infringement, or the absence of latent or other defects, accuracy, or - the present or absence of errors, whether or not discoverable, all to - the greatest extent permissible under applicable law. - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without - limitation any person's Copyright and Related Rights in the Work. - Further, Affirmer disclaims responsibility for obtaining any necessary - consents, permissions or other rights required for any use of the - Work. - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to - this CC0 or use of the Work. + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or otherwise, + including without limitation warranties of title, merchantability, fitness + for a particular purpose, non infringement, or the absence of latent or + other defects, accuracy, or the present or absence of errors, whether or not + discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without limitation + any person's Copyright and Related Rights in the Work. Further, Affirmer + disclaims responsibility for obtaining any necessary consents, permissions + or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + +For more information, please see + From 222976838c635d8ce17149c700e123e579d95951 Mon Sep 17 00:00:00 2001 From: Ruslan Gunawardana Date: Sat, 29 Oct 2016 08:16:09 +0300 Subject: [PATCH 092/153] Updated Jetbrains.gitignore Added datasource folder --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0a254147..e375c744 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -6,6 +6,7 @@ .idea/tasks.xml # Sensitive or high-churn files: +.idea/dataSources/ .idea/dataSources.ids .idea/dataSources.xml .idea/dataSources.local.xml From 2cb9cf4ebd44d244e46463808fa6f0be9415f931 Mon Sep 17 00:00:00 2001 From: Benjamin Lea Date: Tue, 1 Nov 2016 11:58:33 +1100 Subject: [PATCH 093/153] Update Objective-C and Swift to match Xcode.gitignore The Objective-C and Swift gitignore files are missing `*.xccheckout` and `*.xcscmblueprint`, but these are still included in the Xcode gitignore. This commit synchronises the three files. The files themselves contain information about the user's local source control status and shouldn't be included in most Xcode repositories. `*.xcuserstate` appears to always be contained in `xcuserdata/` which is already ignored. --- Objective-C.gitignore | 3 ++- Swift.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 58c51eca..af90c007 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -19,7 +19,8 @@ xcuserdata/ ## Other *.moved-aside -*.xcuserstate +*.xccheckout +*.xcscmblueprint ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 2c22487b..ef132059 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -19,7 +19,8 @@ xcuserdata/ ## Other *.moved-aside -*.xcuserstate +*.xccheckout +*.xcscmblueprint ## Obj-C/Swift specific *.hmap From 8d974a01f7e7f9d469ce5479ebd4785722ff5f47 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Tue, 1 Nov 2016 07:50:48 -0400 Subject: [PATCH 094/153] Update to take into account Dart SDK 1.20 Dart SDK 1.20 no longer creates `packages` directories. Added comments to `pub` files section to differentiate what is needed for >= SDK 1.20 and what is additionally needed for older SDK versions. --- Dart.gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 7c280441..4b366585 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,13 +1,19 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub -.buildlog + +# SDK 1.20 and later (no longer creates packages directories) .packages -.project .pub/ build/ + +# Older SDK versions +# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20) +.project +.buildlog **/packages/ + # Files created by dart2js # (Most Dart developers will use pub build to compile Dart, use/modify these # rules if you intend to use dart2js directly From c6a0ceae0863806d829b4b15ef6d29b49294a4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Christensen?= Date: Wed, 2 Nov 2016 13:27:57 +0100 Subject: [PATCH 095/153] Added C++ project filter file. Reference: http://stackoverflow.com/questions/1826901/should-i-add-vcxproj-filter-files-to-source-control --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 62dd6c9e..04d69ae8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -6,6 +6,7 @@ *.user *.userosscache *.sln.docstates +*.vcxproj.filters # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs From f8bf136b5eb8e93178ed13c7203ad0faf496121f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Christensen?= Date: Wed, 2 Nov 2016 13:29:53 +0100 Subject: [PATCH 096/153] Added reference to get latest from GitHub. If the .gitignore file is inlcuded in another project, it may be feasible to have a reference to origin. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 04d69ae8..09e40734 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -1,5 +1,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files *.suo From 548fb984f7173dea0fbd572ef0ef3784019100c0 Mon Sep 17 00:00:00 2001 From: Calem Bendell Date: Wed, 2 Nov 2016 11:48:05 -0400 Subject: [PATCH 097/153] add the *.VC.db to unreal engine ignore as of visual studio 2015 update 2 this file stores the intellisense database. this file is typically huge and shouldn't be included in a repository. --- UnrealEngine.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index be0e4913..beec7b91 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,6 +1,9 @@ # Visual Studio 2015 user specific files .vs/ +# Visual Studio 2015 database file +*.VC.db + # Compiled Object files *.slo *.lo From 743d94a12c62930b2af8916ae72a4c8b5298654e Mon Sep 17 00:00:00 2001 From: Lucas Gautheron Date: Thu, 3 Nov 2016 10:32:51 +0100 Subject: [PATCH 098/153] TeX: feynMF/feynMP --- TeX.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index f620fad2..1afbaf19 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -61,6 +61,15 @@ acs-*.bib # fixme *.lox +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm +*.[1-9] +*.[1-9][0-9] + #(r)(e)ledmac/(r)(e)ledpar *.end *.?end From 9fc8ca6cc082f2b9b0b7e4179091c56de3aed53c Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 3 Nov 2016 21:30:40 -0700 Subject: [PATCH 099/153] Delete IPythonNotebook.gitignore The IPython Notebook is now known as the Jupyter Notebook (see http://ipython.org/notebook.html). Jupyter ignore values are already found in the Python.gitignore. --- Global/IPythonNotebook.gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Global/IPythonNotebook.gitignore diff --git a/Global/IPythonNotebook.gitignore b/Global/IPythonNotebook.gitignore deleted file mode 100644 index 27c13510..00000000 --- a/Global/IPythonNotebook.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Temporary data -.ipynb_checkpoints/ From 3081a7059a5973fa31a13c5d5f4317fe667500d4 Mon Sep 17 00:00:00 2001 From: Robson Roberto Souza Peixoto Date: Fri, 4 Nov 2016 09:57:41 -0300 Subject: [PATCH 100/153] Add .dir-locals.el Read more here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html --- Global/Emacs.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 0c96c9ad..3ac7904d 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -39,4 +39,7 @@ flycheck_*.el /server/ # projectiles files -.projectile \ No newline at end of file +.projectile + +# directory configuration +.dir-locals.el From e66cf596e066e5006e18f6a63a27a7d23a88da77 Mon Sep 17 00:00:00 2001 From: ChuckLu <244657538@qq.com> Date: Mon, 7 Nov 2016 11:20:03 +0800 Subject: [PATCH 101/153] ignore Properties/launchSettings.json even if Properties is a subfolder --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 09e40734..0db2e3ee 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -47,7 +47,7 @@ dlldata.c project.lock.json project.fragment.lock.json artifacts/ -Properties/launchSettings.json +**/Properties/launchSettings.json *_i.c *_p.c From a3e8ce6386d3cac207d1688a803ad2759aedb2d0 Mon Sep 17 00:00:00 2001 From: Al Levity Date: Mon, 7 Nov 2016 08:57:00 +0000 Subject: [PATCH 102/153] Change *.mt patterns to single *.mtc[0-9]* --- TeX.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 1afbaf19..e94915eb 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -123,9 +123,7 @@ acs-*.bib *.maf *.mlf *.mlt -*.mtc -*.mtc[0-9] -*.mtc[1-9][0-9] +*.mtc[0-9]* # minted _minted* From dd09700e57763044daecb6b3c72c9befe9a43d87 Mon Sep 17 00:00:00 2001 From: Robin Kanters Date: Sun, 13 Nov 2016 17:43:00 +0100 Subject: [PATCH 103/153] Removed bower asset exclusion This is recommended by the Symfony docs: http://symfony.com/doc/current/frontend/bower.html#should-i-git-ignore-or-commit-bower-assets --- Symfony.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index 7d56f982..647989af 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -31,9 +31,6 @@ /web/bundles/ /web/uploads/ -# Assets managed by Bower -/web/assets/vendor/ - # PHPUnit /app/phpunit.xml /phpunit.xml From 7b7cc2f532674219a9f274c9bf524e7e65bba8aa Mon Sep 17 00:00:00 2001 From: Steven Vascellaro Date: Tue, 15 Nov 2016 17:32:41 -0500 Subject: [PATCH 104/153] Add rule to ignore *.ctxt to Java.gitignore .ctxt files are generated automatically each time a project is compiled in BlueJ. --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index 32858aad..e44e0860 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,5 +1,8 @@ *.class +# BlueJ files +*.ctxt + # Mobile Tools for Java (J2ME) .mtj.tmp/ From 4f1b03c640ad89096e303423b30ffa09f7e68f2f Mon Sep 17 00:00:00 2001 From: "Henrik W. Moe" Date: Wed, 16 Nov 2016 09:52:12 +0100 Subject: [PATCH 105/153] Replace DNX with .NET Core --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0db2e3ee..79db921b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,7 +43,7 @@ TestResult.xml [Rr]eleasePS/ dlldata.c -# DNX +# .NET Core project.lock.json project.fragment.lock.json artifacts/ From 6f72a9b84fb86b2806b402530d5ffa454ac47cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Fri, 18 Nov 2016 12:47:00 -0200 Subject: [PATCH 106/153] Basic files that must be ignored The other files, such as IDEs files, third-party files and system files must be added in the gitignore global of the system, not in the project scope. --- Magento.gitignore | 120 +++++++--------------------------------------- 1 file changed, 16 insertions(+), 104 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index 195c9b7a..b282f5cf 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,104 +1,16 @@ -.htaccess.sample -.modgit/ -.modman/ -app/code/community/Phoenix/Moneybookers/ -app/code/community/Cm/RedisSession/ -app/code/core/ -app/design/adminhtml/default/default/ -app/design/frontend/base/ -app/design/frontend/rwd/ -app/design/frontend/default/blank/ -app/design/frontend/default/default/ -app/design/frontend/default/iphone/ -app/design/frontend/default/modern/ -app/design/frontend/enterprise/default -app/design/install/ -app/etc/modules/Enterprise_* -app/etc/modules/Mage_*.xml -app/etc/modules/Phoenix_Moneybookers.xml -app/etc/modules/Cm_RedisSession.xml -app/etc/applied.patches.list -app/etc/config.xml -app/etc/enterprise.xml -app/etc/local.xml.additional -app/etc/local.xml.template -app/etc/local.xml -app/.htaccess -app/bootstrap.php -app/locale/en_US/ -app/Mage.php -/cron.php -cron.sh -dev/.htaccess -dev/tests/functional/ -downloader/ -errors/ -favicon.ico -/get.php -includes/ -/index.php -index.php.sample -/install.php -js/blank.html -js/calendar/ -js/enterprise/ -js/extjs/ -js/firebug/ -js/flash/ -js/index.php -js/jscolor/ -js/lib/ -js/mage/ -js/prototype/ -js/scriptaculous/ -js/spacer.gif -js/tiny_mce/ -js/varien/ -lib/3Dsecure/ -lib/Apache/ -lib/flex/ -lib/googlecheckout/ -lib/.htaccess -lib/LinLibertineFont/ -lib/Mage/ -lib/PEAR/ -lib/Pelago/ -lib/phpseclib/ -lib/Varien/ -lib/Zend/ -lib/Cm/ -lib/Credis/ -lib/Magento/ -LICENSE_AFL.txt -LICENSE.html -LICENSE.txt -LICENSE_EE* -/mage -media/ -/api.php -nbproject/ -pear -pear/ -php.ini.sample -pkginfo/ -RELEASE_NOTES.txt -shell/.htaccess -shell/abstract.php -shell/compiler.php -shell/indexer.php -shell/log.php -sitemap.xml -skin/adminhtml/default/default/ -skin/adminhtml/default/enterprise -skin/frontend/base/ -skin/frontend/rwd/ -skin/frontend/default/blank/ -skin/frontend/default/blue/ -skin/frontend/default/default/ -skin/frontend/default/french/ -skin/frontend/default/german/ -skin/frontend/default/iphone/ -skin/frontend/default/modern/ -skin/frontend/enterprise -skin/install/ -var/ +#--------------------------# +# Magento Default Files # +#--------------------------# + +/app/etc/local.xml +/media/* +!/media/.htaccess +!/media/customer/.htaccess +!/media/dhl/logo.jpg +!/media/downloadable/.htaccess +!/media/xmlconnect/custom/ok.gif +!/media/xmlconnect/original/ok.gif +!/media/xmlconnect/system/ok.gif +/var/* +!/var/.htaccess +!/var/package/*.xml From 3e303c561b0984751100c9a649d3447a4191e44b Mon Sep 17 00:00:00 2001 From: Davor Mas Date: Mon, 21 Nov 2016 14:04:42 +0100 Subject: [PATCH 107/153] Modified VS Code .gitignore Added extensions.json as exception in .vscode folder. File is used as extensions recommendation for project. --- Global/VisualStudioCode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index d9960081..0511e2b5 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -2,3 +2,4 @@ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json +!.vscode/extensions.json From a216e49b7f247bbc80dfb512e2c70feaca7423b9 Mon Sep 17 00:00:00 2001 From: Alice94 Date: Thu, 24 Nov 2016 12:14:00 +0100 Subject: [PATCH 108/153] Update TeX.gitignore Add missing beamer temporary file extension --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index e94915eb..f2cbb7aa 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -52,6 +52,7 @@ acs-*.bib # beamer *.nav +*.pre *.snm *.vrb From 40a71145c31c331a7d132df917d3fcfc0b0c14e5 Mon Sep 17 00:00:00 2001 From: hastegan Date: Thu, 24 Nov 2016 18:55:05 +0100 Subject: [PATCH 109/153] Symfony: Fix rule for backed up entities --- Symfony.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index 647989af..ed4d3c6c 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -42,4 +42,4 @@ /composer.phar # Backup entities generated with doctrine:generate:entities command -*/Entity/*~ +**/Entity/*~ From aaae3d86ad58c27a4cce2b9ada6de91a76215a52 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Sat, 26 Nov 2016 16:45:29 +0100 Subject: [PATCH 110/153] TeX: ignore endnotes *.ent files The `endnotes` package generates `*.ent` files. These should also be ignored. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index f2cbb7aa..60eb07c2 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -59,6 +59,9 @@ acs-*.bib # cprotect *.cpt +# endnotes +*.ent + # fixme *.lox From cb9eec421fb9a19c6393e32baef49a8ed86c1ddf Mon Sep 17 00:00:00 2001 From: Rolando Espinoza Date: Sat, 26 Nov 2016 20:46:06 -0300 Subject: [PATCH 111/153] Ignore wheels directory. As eggs/ directory, wheels directory may contain compiled wheels. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 6a2bf47a..9a05e2de 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ lib64/ parts/ sdist/ var/ +wheels/ *.egg-info/ .installed.cfg *.egg From 4eb7aea77057d9d5b10dbfb86ea40b1cd6252845 Mon Sep 17 00:00:00 2001 From: Memmie Lenglet Date: Wed, 30 Nov 2016 13:30:27 +0100 Subject: [PATCH 112/153] Add ehthumbs_vista.db as Windows thumbnail cache file As Windows Vista Media Center thumbnails References: - https://nctritech.wordpress.com/tag/ehthumbs_vista-db/ - https://thumbsviewer.github.io/ - https://www.file-extensions.org/db-file-extension-windows-thumbnail-database --- Global/Windows.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index a0d31452..ba26afd9 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,6 +1,7 @@ -# Windows image file caches +# Windows thumbnail cache files Thumbs.db ehthumbs.db +ehthumbs_vista.db # Folder config file Desktop.ini From 29826098e0d7cf271e4acb5427b1e1a4ab7d07d6 Mon Sep 17 00:00:00 2001 From: Matthew Gerstman Date: Wed, 30 Nov 2016 08:37:24 -0500 Subject: [PATCH 113/153] Standardize comment capitalization --- Go.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index 397a0ed4..5e1047c9 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -26,5 +26,5 @@ _testmain.go # Output of the go coverage tool, specifically when used with LiteIDE *.out -# external packages folder +# External packages folder vendor/ From 2c8f625b3a60e4eadb567f85ae4ff736fb7e33cc Mon Sep 17 00:00:00 2001 From: sshaw Date: Thu, 1 Dec 2016 19:52:48 -0500 Subject: [PATCH 114/153] Add zip and gzip extensions to Perl.gitignore ExtUtils::MakeMaker based builds can generate .zip and .gz files --- Perl.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Perl.gitignore b/Perl.gitignore index ae2ad536..b43bb846 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -18,3 +18,6 @@ nytprof.out *.o *.bs /_eumm/ +# ExtUitls::MakeMaker +/*.zip +/*.gz From a6e758625a256236b1055c4635d39ba3de0e2313 Mon Sep 17 00:00:00 2001 From: sshaw Date: Thu, 1 Dec 2016 21:17:56 -0500 Subject: [PATCH 115/153] Annotate some of the Perl entries --- Perl.gitignore | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/Perl.gitignore b/Perl.gitignore index b43bb846..d41364ab 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -1,23 +1,34 @@ -/blib/ -/.build/ -_build/ -cover_db/ -inc/ -Build !Build/ -Build.bat .last_cover_stats -/Makefile -/Makefile.old -/MANIFEST.bak /META.yml /META.json /MYMETA.* -nytprof.out -/pm_to_blib *.o *.bs -/_eumm/ + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dizt::Zilla +/.build/ + +# Module::Build +_build/ +Build +Build.bat + +# Module::Install +inc/ + # ExtUitls::MakeMaker -/*.zip +/blib/ +/_eumm/ /*.gz +/Makefile +/Makefile.old +/MANIFEST.bak +/pm_to_blib +/*.zip From 59f8ccd66d2a49c25769fd807d913e07af346343 Mon Sep 17 00:00:00 2001 From: roubles Date: Mon, 5 Dec 2016 22:38:27 -0500 Subject: [PATCH 116/153] Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz". While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions --- Global/Vim.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index bdc04a0b..42e7afc1 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,8 @@ # swap -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] # session Session.vim # temporary From 8e28cc2bdde28ab57c23900bf284bef2a42636c9 Mon Sep 17 00:00:00 2001 From: Vanya Kapitonov Date: Tue, 6 Dec 2016 20:48:29 +1100 Subject: [PATCH 117/153] Added pattern for expex forward references --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 60eb07c2..6ab4c3cb 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -206,3 +206,6 @@ TSWLatexianTemp* # auto folder when using emacs and auctex /auto/* + +# expex forward references with \gathertags +*-tags.tex \ No newline at end of file From cfbdccf265dec650d22487fd4d5a9a590bcb15e7 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 7 Dec 2016 16:42:45 -0600 Subject: [PATCH 118/153] fix gitignore syntax Some .gitignore parsers interpret directory vs non-directory patterns strictly (e.g. monochromegane/go-gitignore), so a `node_modules` pattern would not necessarily match against a real `node_modules` directory. It's generally safe to add a trailing slash to directory .gitignore patterns. --- Node.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 9a439fcd..32bfa0ed 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -28,8 +28,8 @@ coverage build/Release # Dependency directories -node_modules -jspm_packages +node_modules/ +jspm_packages/ # Optional npm cache directory .npm From d7df566f0bed36e7d76fe5f4d1ceea38c4ab6d36 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 9 Dec 2016 20:01:58 +1100 Subject: [PATCH 119/153] =?UTF-8?q?Revert=20"=E6=B7=BB=E5=8A=A0DS=5FStore"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Objective-C.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5946618b..58c51eca 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -60,4 +60,3 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ -.DS_Store From 71ad213116a2c0c34d08413260447891ef0abfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=A4=A9=E7=BF=BC?= Date: Wed, 14 Dec 2016 01:11:07 +0800 Subject: [PATCH 120/153] ignore compile_commands.json CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 0cc7e4b5..27ada059 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -4,4 +4,5 @@ CMakeScripts Makefile cmake_install.cmake install_manifest.txt +compile_commands.json CTestTestfile.cmake From b87e078781b06c52a456b1cafca3c6c97d40b57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20I=2E=20Seluy?= Date: Tue, 20 Dec 2016 08:45:49 -0300 Subject: [PATCH 121/153] add lines from official codeigniter download - Added lines from the zip of Codeigniter-3.1.2 --- CodeIgniter.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e1..e639a818 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,6 +1,13 @@ +.DS_Store + */config/development */logs/log-*.php !*/logs/index.html */cache/* !*/cache/index.html !*/cache/.htaccess + +user_guide_src/build/* +user_guide_src/cilexer/build/* +user_guide_src/cilexer/dist/* +user_guide_src/cilexer/pycilexer.egg-info/* From 673926ef316112b7902f8c39625e2334ae20ca08 Mon Sep 17 00:00:00 2001 From: Nacho Seluy Date: Wed, 21 Dec 2016 00:14:00 -0300 Subject: [PATCH 122/153] Deleted the line corresponding to an OS-specific gitignore file --- CodeIgniter.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index e639a818..60571a0c 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,5 +1,3 @@ -.DS_Store - */config/development */logs/log-*.php !*/logs/index.html From eed62c30e29857a5f881557c7a0f0bb781dcb75f Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sat, 24 Dec 2016 10:15:38 +0000 Subject: [PATCH 123/153] Update Joomla gitignore Removed some non core joomla extensions Removed some old joomla 2.5 templates Removed some index.html no longer present Removed weblinks component, modules and plugins no longer distributed in the core --- Joomla.gitignore | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 93103fdb..53a74e74 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -29,8 +29,6 @@ /administrator/components/com_search/* /administrator/components/com_templates/* /administrator/components/com_users/* -/administrator/components/com_weblinks/* -/administrator/components/index.html /administrator/help/* /administrator/includes/* /administrator/language/en-GB/en-GB.com_ajax.ini @@ -41,7 +39,6 @@ /administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini /administrator/language/en-GB/en-GB.com_postinstall.ini /administrator/language/en-GB/en-GB.com_postinstall.sys.ini -/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini /administrator/language/en-GB/en-GB.com_tags.ini /administrator/language/en-GB/en-GB.com_tags.sys.ini /administrator/language/en-GB/en-GB.mod_stats_admin.ini @@ -250,15 +247,10 @@ /administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini /administrator/language/en-GB/en-GB.plg_user_profile.ini /administrator/language/en-GB/en-GB.plg_user_profile.sys.ini -/administrator/language/en-GB/en-GB.tpl_bluestork.ini -/administrator/language/en-GB/en-GB.tpl_bluestork.sys.ini /administrator/language/en-GB/en-GB.tpl_hathor.ini /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.xml -/administrator/language/en-GB/index.html -/administrator/language/ru-RU/index.html /administrator/language/overrides/* -/administrator/language/index.html /administrator/logs/index.html /administrator/manifests/* /administrator/modules/mod_custom/* @@ -278,12 +270,9 @@ /administrator/modules/mod_unread/* /administrator/modules/mod_version/* /administrator/modules/mod_stats_admin/* -/administrator/modules/index.html -/administrator/templates/bluestork/* /administrator/templates/isis/* /administrator/templates/hathor/* /administrator/templates/system/* -/administrator/templates/index.html /administrator/index.php /cache/* /bin/* @@ -302,7 +291,6 @@ /components/com_newsfeeds/* /components/com_search/* /components/com_users/* -/components/com_weblinks/* /components/com_wrapper/* /components/index.html /images/banners/* @@ -403,7 +391,6 @@ /language/en-GB/en-GB.tpl_beez5.ini /language/en-GB/en-GB.tpl_beez5.sys.ini /language/en-GB/en-GB.xml -/language/en-GB/index.html /language/en-GB/install.xml /language/overrides/* /language/index.html @@ -428,8 +415,6 @@ /libraries/index.html /libraries/import.php /libraries/loader.php -/libraries/platform.php -/logs/* /media/cms/* /media/com_contenthistory/* /media/com_finder/* @@ -472,7 +457,6 @@ /modules/mod_tags_popular/* /modules/mod_tags_similar/* /modules/mod_users_latest/* -/modules/mod_weblinks/* /modules/mod_whosonline/* /modules/mod_wrapper/* /modules/index.html @@ -481,9 +465,7 @@ /plugins/authentication/joomla/* /plugins/authentication/ldap/* /plugins/authentication/cookie/* -/plugins/authentication/index.html /plugins/captcha/recaptcha/* -/plugins/captcha/index.html /plugins/content/emailcloak/* /plugins/content/example/* /plugins/content/finder/* @@ -494,27 +476,21 @@ /plugins/content/pagenavigation/* /plugins/content/vote/* /plugins/content/contact/* -/plugins/content/index.html /plugins/editors/codemirror/* /plugins/editors/none/* /plugins/editors/tinymce/* -/plugins/editors/index.html /plugins/editors-xtd/module/* /plugins/editors-xtd/article/* /plugins/editors-xtd/image/* /plugins/editors-xtd/pagebreak/* /plugins/editors-xtd/readmore/* -/plugins/editors-xtd/index.html /plugins/extension/example/* /plugins/extension/joomla/* -/plugins/extension/index.html -/plugins/finder/index.html /plugins/finder/categories/* /plugins/finder/contacts/* /plugins/finder/content/* /plugins/finder/newsfeeds/* /plugins/finder/tags/* -/plugins/finder/weblinks/* /plugins/installer/* /plugins/quickicon/extensionupdate/* /plugins/quickicon/joomlaupdate/* @@ -547,10 +523,7 @@ /plugins/user/profile/* /plugins/user/index.html /plugins/index.html -/templates/atomic/* /templates/beez3/* -/templates/beez_20/* -/templates/beez5/* /templates/protostar/* /templates/system/* /templates/index.html From ee8e5b35c5e4c7a96c64fd2dd4df6c74946d6d56 Mon Sep 17 00:00:00 2001 From: yassu Date: Sun, 25 Dec 2016 00:07:16 +0900 Subject: [PATCH 124/153] [TeX] delete Leading blanks --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 6ab4c3cb..a74b7181 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -204,7 +204,7 @@ TSWLatexianTemp* # KBibTeX *~[0-9]* -# auto folder when using emacs and auctex +# auto folder when using emacs and auctex /auto/* # expex forward references with \gathertags From 9644178b6e131d8d968b6cb76c5153060fb963c8 Mon Sep 17 00:00:00 2001 From: Ruslan Gunawardana Date: Mon, 26 Dec 2016 00:14:54 +0200 Subject: [PATCH 125/153] Add .idea/gradle.xml Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems). gradle.xml may contain user-specific local Gradle location. --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 91e3c007..d028d125 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -36,6 +36,7 @@ captures/ *.iml .idea/workspace.xml .idea/tasks.xml +.idea/gradle.xml .idea/libraries # Keystore files From 9f603c0d3c7bd3d92bd4ffa1f17ce5aee39f8f1f Mon Sep 17 00:00:00 2001 From: ailisp Date: Tue, 27 Dec 2016 12:12:30 -0500 Subject: [PATCH 126/153] Update CommonLisp.gitignore For Clozure Common Lisp, the fast load file is not .fasl or .lisp-temp. It's platform specific. Reference: https://www.cs.utexas.edu/users/jared/Milawa/Support/ccl/doc/ccl-documentation.html --- CommonLisp.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CommonLisp.gitignore b/CommonLisp.gitignore index 4806e580..e7de127b 100644 --- a/CommonLisp.gitignore +++ b/CommonLisp.gitignore @@ -1,3 +1,17 @@ *.FASL *.fasl *.lisp-temp +*.dfsl +*.pfsl +*.d64fsl +*.p64fsl +*.lx64fsl +*.lx32fsl +*.dx64fsl +*.dx32fsl +*.fx64fsl +*.fx32fsl +*.sx64fsl +*.sx32fsl +*.wx64fsl +*.wx32fsl From 99a4854bb9ddc87d29b23286e96220d2eca20899 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 30 Dec 2016 00:43:36 +0100 Subject: [PATCH 127/153] Add .spl and .soc - .soc - package changes - .spl - documentclass elsarticle (Elsevier journals) Source: http://tex.stackexchange.com/a/256803/9075 --- TeX.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6ab4c3cb..a2d874d8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -56,9 +56,15 @@ acs-*.bib *.snm *.vrb +# changes +*.soc + # cprotect *.cpt +# elsarticle (documentclass of Elsevier journals) +*.spl + # endnotes *.ent From 399c7104b979b354f566ec27e9c8b7f1b62a4b3a Mon Sep 17 00:00:00 2001 From: Arthur Carabott Date: Mon, 2 Jan 2017 23:42:01 +0000 Subject: [PATCH 128/153] SublimeText: ignore new Package Control certs Package Control now has a number of bundles for certificates instead of the old directory. This ignores them as per http://github.com/wbond/package_control/issues/1153 https://forum.sublimetext.com/t/generating-oscrypto-ca-bundle-crt-after-mac-os-install-and-security/23020 from the author --- Global/SublimeText.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 69c8c2b2..95ff2244 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -20,6 +20,9 @@ Package Control.ca-bundle Package Control.system-ca-bundle Package Control.cache/ Package Control.ca-certs/ +Package Control.merged-ca-bundle +Package Control.user-ca-bundle +oscrypto-ca-bundle.crt bh_unicode_properties.cache # Sublime-github package stores a github token in this file From e8b08757e0ea56dc35abb4b7dc089b7abe4d1af3 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 5 Jan 2017 19:24:10 +0100 Subject: [PATCH 129/153] Add *.pax --- TeX.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 6ab4c3cb..5140cb1a 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -142,6 +142,9 @@ _minted* # nomencl *.nlo +# pax +*.pax + # sagetex *.sagetex.sage *.sagetex.py @@ -208,4 +211,4 @@ TSWLatexianTemp* /auto/* # expex forward references with \gathertags -*-tags.tex \ No newline at end of file +*-tags.tex From e3f8c21a97532343b858d54af853377c790861e0 Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Fri, 6 Jan 2017 13:08:56 +0100 Subject: [PATCH 130/153] VisualStudio: Don't ignore project filters --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 79db921b..d9e876cf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -8,7 +8,6 @@ *.user *.userosscache *.sln.docstates -*.vcxproj.filters # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs From fb66674511950008cdf7f5e7f772c29fa18e09b0 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Jan 2017 15:10:50 -0500 Subject: [PATCH 131/153] Add debugging files to the gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 1c103889..6bffdb2e 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -18,6 +18,7 @@ ExportedObj/ *.pidb *.booproj *.svd +*.pdb # Unity3D generated meta files From a4cdac19de274e742eb71dfbae7a60134a15c78f Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 10 Jan 2017 20:51:40 +0000 Subject: [PATCH 132/153] Corrected ignore settings for Cake - It is recommended to include the packages.config file when using Cake - This ensures that the Cake version that is being used is *pinned* and updated only when the user decides --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d9e876cf..1d1e8372 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -271,4 +271,5 @@ __pycache__/ *.pyc # Cake - Uncomment if you are using it -# tools/ +# tools/** +# !tools/packages.config From 95938f08eb66c9ad998aadb3e59045217b5f47ca Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Tue, 10 Jan 2017 18:30:58 -0600 Subject: [PATCH 133/153] cmake: add Testing/ log directory --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 27ada059..9ea395f1 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -1,6 +1,7 @@ CMakeCache.txt CMakeFiles CMakeScripts +Testing Makefile cmake_install.cmake install_manifest.txt From fb6cd71357bede88ef3dd8b2b9ac619cd13ca959 Mon Sep 17 00:00:00 2001 From: Ernest Gu Date: Thu, 12 Jan 2017 00:14:28 -0800 Subject: [PATCH 134/153] Fixed/Added ignore rules - *.ses files are generated by Freerouting (which is the partially integrated autorouter) - *.dsn files weren't actually being ignored --- KiCad.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index 606ed1c7..208bc4fc 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -13,7 +13,8 @@ _autosave-* *.net # Autorouter files (exported from Pcbnew) -.dsn +*.dsn +*.ses # Exported BOM files *.xml From fcd57164976516b01488ec4418a4b4d4de923c07 Mon Sep 17 00:00:00 2001 From: Fiona Hagen Date: Fri, 13 Jan 2017 10:45:58 +0100 Subject: [PATCH 135/153] Add Google Services --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d028d125..760e84ff 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -44,3 +44,6 @@ captures/ # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild + +# Google Services (e.g. APIs or Firebase) +google-services.json From d8b46e7d2d0f37a736ebd123cb2e4c02f8386df9 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 15 Jan 2017 00:06:56 +0100 Subject: [PATCH 136/153] Update JetBrains.gitignore In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file. --- Global/JetBrains.gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index e375c744..401fee15 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -2,24 +2,24 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: -.idea/workspace.xml -.idea/tasks.xml +.idea/**/workspace.xml +.idea/**/tasks.xml # Sensitive or high-churn files: -.idea/dataSources/ -.idea/dataSources.ids -.idea/dataSources.xml -.idea/dataSources.local.xml -.idea/sqlDataSources.xml -.idea/dynamic.xml -.idea/uiDesigner.xml +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml # Gradle: -.idea/gradle.xml -.idea/libraries +.idea/**/gradle.xml +.idea/**/libraries # Mongo Explorer plugin: -.idea/mongoSettings.xml +.idea/**/mongoSettings.xml ## File-based project format: *.iws From e67fbf847cb6a788d62c8bac4c5afc7ccd9a3986 Mon Sep 17 00:00:00 2001 From: msdx <645079761@qq.com> Date: Tue, 17 Jan 2017 13:45:59 +0800 Subject: [PATCH 137/153] Add freeline rules. --- Android.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 760e84ff..a1a65c2d 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -47,3 +47,8 @@ captures/ # Google Services (e.g. APIs or Firebase) google-services.json + +#Freeline +freeline.py +freeline/ +freeline_project_description.json From 66c8b842c0f677343d032ed12205e3b9b3be73e1 Mon Sep 17 00:00:00 2001 From: Calem Bendell Date: Mon, 23 Jan 2017 16:34:46 -0500 Subject: [PATCH 138/153] Add Map Built Data Add built data to the gitignore. Includes data about a map for UE4.14 that is generated when the user builds it (surprise! :D). Often gigabytes in size. Definitely don't want it in your repository. --- UnrealEngine.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index beec7b91..05134c16 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -56,6 +56,9 @@ Build/* # Don't ignore icon files in Build !Build/**/*.ico +# Built data for maps +*_BuiltData.uasset + # Configuration files generated by the Editor Saved/* From acec206ed74afd492e88dd356363fe69204b3caf Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Mon, 23 Jan 2017 17:51:10 -0800 Subject: [PATCH 139/153] Ignore project-local Glide cache --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 5e1047c9..8fbf8f77 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -28,3 +28,6 @@ _testmain.go # External packages folder vendor/ + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ From ad446600de3a4f8bcb75283594a3d70c10406c24 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Tue, 24 Jan 2017 11:16:40 +0100 Subject: [PATCH 140/153] Updating Swift.gitignore with Package.pins --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index 2c22487b..7bcc61ba 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -35,6 +35,7 @@ playground.xcworkspace # # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ +# Package.pins .build/ # CocoaPods From b236b95c4d67d46bcfbd1941731a1c242ec1b844 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 24 Jan 2017 13:41:24 +0100 Subject: [PATCH 141/153] Add .venv as file --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 9a05e2de..49a6770a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv/ venv/ ENV/ +.venv # Spyder project settings .spyderproject From e3dad9eb645aa0668ed258d37a80fe2bae500244 Mon Sep 17 00:00:00 2001 From: Malcolm Date: Wed, 25 Jan 2017 16:13:33 +1300 Subject: [PATCH 142/153] Add .env to Node.gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9a439fcd..5ad9b574 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -46,3 +46,6 @@ jspm_packages # Yarn Integrity file .yarn-integrity +# dotenv environment variables file +.env + From 23adefa4be450685d9a1edd7637dc5d0299eaa90 Mon Sep 17 00:00:00 2001 From: Robinson Presotto Date: Thu, 26 Jan 2017 22:25:00 +0100 Subject: [PATCH 143/153] Ignore xcworkspace for UnrealEngine Xcode projects --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index beec7b91..018fd5f1 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -36,6 +36,7 @@ # These project files can be generated by the engine *.xcodeproj +*.xcworkspace *.sln *.suo *.opensdf From c9b3900783078616cd462ef10a547025de6885c9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 27 Jan 2017 16:37:26 +0800 Subject: [PATCH 144/153] ignore public/hot folder for laravel project ref: https://github.com/laravel/laravel/pull/4121 --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index a2d15640..c565162f 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -7,6 +7,7 @@ app/storage/ # Laravel 5 & Lumen specific public/storage +public/hot storage/*.key .env.*.php .env.php From e73e4fd575fd9a308ed66276f0a78633ff95b365 Mon Sep 17 00:00:00 2001 From: Jumbalaya Date: Fri, 27 Jan 2017 16:23:44 +0000 Subject: [PATCH 145/153] Added Simulink .autosave extension --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 32a5ad4c..09dfde64 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -17,3 +17,6 @@ slprj/ # Session info octave-workspace + +# Simulink autosave extension +.autosave From 9c07495c0112032709077736b6ef8bee36feb274 Mon Sep 17 00:00:00 2001 From: Iqbal Mohammad Abdul Ghoni Date: Sat, 28 Jan 2017 23:48:56 +0700 Subject: [PATCH 146/153] Laravel: ignore npm-debug.log --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index a2d15640..edafe38a 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,5 +1,6 @@ vendor/ node_modules/ +npm-debug.log # Laravel 4 specific bootstrap/compiled.php From 0dae103110a7076b4612dd13dba7eedb4c24d2c3 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 30 Jan 2017 17:09:30 +0300 Subject: [PATCH 147/153] Update Go git ignore patterns. --- Go.gitignore | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index 8fbf8f77..39438782 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,33 +1,11 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a -*.so - -# Folders -_obj -_test - -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out - -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* - -_testmain.go - +# Binary on Windows *.exe + +# Test binary, build with `go test -c` *.test -*.prof # Output of the go coverage tool, specifically when used with LiteIDE *.out -# External packages folder -vendor/ - # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ From d1bed7cdadca23157276c447fee602c807f6ecd2 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 30 Jan 2017 17:42:26 +0300 Subject: [PATCH 148/153] Add patterns for plugins. --- Go.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index 39438782..57b72cb8 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,7 @@ -# Binary on Windows +# Binaries for programs and plugins *.exe +*.dll +*.so # Test binary, build with `go test -c` *.test From c94ee9a8e717f44d8d7926e9f4aecba52aa5918f Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 30 Jan 2017 17:48:28 +0300 Subject: [PATCH 149/153] Add plugins for Mac. --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 57b72cb8..a1338d68 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -2,6 +2,7 @@ *.exe *.dll *.so +*.dylib # Test binary, build with `go test -c` *.test From 0c0c3b6b859493bde50480f5a637d5fa8f8b2f0c Mon Sep 17 00:00:00 2001 From: Taemin Hong Date: Tue, 31 Jan 2017 16:19:57 +0900 Subject: [PATCH 150/153] Unity: ignore Visual Studio 2015 cache directory Since the version 5.2, Unity has used Visual Studio 2015 instead of MonoDevelop as default script editor in Windows. This change may be helpful for Unity developers who use the recent version of Unity in Windows. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6bffdb2e..b829399a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,6 +5,9 @@ /[Bb]uilds/ /Assets/AssetStoreTools* +# Visual Studio 2015 cache directory +/.vs/ + # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ From 421aa579f7cb5454cd349a88374d6846f88aa0c2 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 1 Feb 2017 17:50:44 +0100 Subject: [PATCH 151/153] Remove / from .venv --- Python.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 49a6770a..cf3102d6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -80,10 +80,9 @@ celerybeat-schedule .env # virtualenv -.venv/ +.venv venv/ ENV/ -.venv # Spyder project settings .spyderproject From 60f46f95a7931efbaae0b47cadaebc54672d23db Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:57:45 +0100 Subject: [PATCH 152/153] added comment for typings directory --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9ddf79c1..38ac77e4 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -33,6 +33,8 @@ build/Release # Dependency directories node_modules/ jspm_packages/ + +# Typescript v1 declaration files typings/ # Optional npm cache directory From 240e551d83aed50173b887ede49dd7c105acd613 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:59:53 +0100 Subject: [PATCH 153/153] added comment about typings directory --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5d843cd5..8054980d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -234,6 +234,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat node_modules/ + +# Typescript v1 declaration files typings/ # Visual Studio 6 build log