From 60bce9542d5b1eaeaa96da1d92614b4825224e77 Mon Sep 17 00:00:00 2001 From: Mustafa Arif Date: Fri, 8 Aug 2014 20:58:52 +0100 Subject: [PATCH 001/244] First addition for NTVS. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5b4334f5..d161376b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -180,3 +180,6 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat \ No newline at end of file From 044d46a0c487cb041bfcd91938a95448b56e15e5 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 24 Sep 2014 18:08:03 +0700 Subject: [PATCH 002/244] Add ocamlbuild and oasis generated files to OCaml .gitignore --- OCaml.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index fea4c452..f7817ae5 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -7,3 +7,14 @@ *.cmx *.cmxs *.cmxa + +# ocamlbuild working directory +_build/ + +# ocamlbuild targets +*.byte +*.native + +# oasis generated files +setup.data +setup.log From b8b7ebfc3ed2e180bbf32f88cf735240b0dff6ae Mon Sep 17 00:00:00 2001 From: Alexander Khaustov Date: Fri, 17 Oct 2014 16:38:16 +0400 Subject: [PATCH 003/244] Some visual studio 6 specific file types --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 80e04a3f..19a3d7bd 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -182,3 +182,8 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ + +# Visual Studio 6 build log +**/*.plg +# Visual Studio 6 workspace options file +*.opt From f82a2b4e169cfba1a60c4d921fcf3ea0816ee08e Mon Sep 17 00:00:00 2001 From: alexanderKhaustov Date: Tue, 21 Oct 2014 11:19:33 +0400 Subject: [PATCH 004/244] Added links to msdn as per Carl Suster request --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 19a3d7bd..79c254dd 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -183,7 +183,7 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ -# Visual Studio 6 build log +# Visual Studio 6 build log: http://msdn.microsoft.com/en-us/library/aa260829(v=vs.60).aspx **/*.plg -# Visual Studio 6 workspace options file +# Visual Studio 6 workspace options file: http://msdn.microsoft.com/en-us/library/aa239568(v=vs.60).aspx *.opt From 825ec35036c79e3ed21604c73d7d50b7ae0d8376 Mon Sep 17 00:00:00 2001 From: Antoine-Ali Zarrouk Date: Tue, 21 Oct 2014 11:50:16 +0200 Subject: [PATCH 005/244] Ignoring Pow environment settings --- Rails.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 4fae5d0a..38e7ffb0 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -29,3 +29,6 @@ config/secrets.yml /vendor/assets/bower_components *.bowerrc bower.json + +#Ignore pow enironment settings +.pow* From c29dc9690a2b35692a241520366ddc9afe6499c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janno=20P=C3=B5ldma?= Date: Fri, 24 Oct 2014 17:33:15 +0300 Subject: [PATCH 006/244] User-specific files for MonoDevelop/Xamarin Studio. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 80e04a3f..6d045f5d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -7,6 +7,9 @@ *.userosscache *.sln.docstates +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + # Build results [Dd]ebug/ [Dd]ebugPublic/ From d48f063d60a7bf3041440d633d16c17c7c9e288b Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Thu, 13 Nov 2014 14:40:35 -0800 Subject: [PATCH 007/244] Adding gitignore file for Synopsys VCS simulator. --- SynopsysVCS.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 SynopsysVCS.gitignore diff --git a/SynopsysVCS.gitignore b/SynopsysVCS.gitignore new file mode 100644 index 00000000..eccccd1d --- /dev/null +++ b/SynopsysVCS.gitignore @@ -0,0 +1,27 @@ +# Waveforms +*.vpd +*.vcd +*.evcd + +# Binary files +simv + +# Directories used for compilation +csrc/ +simv.daidir/ + +# Log files +*.log + +# DVE, UCLI related files +DVEfiles/ +ucli* +*.key + +# Coverage related files +simv.vdb/ +urgReport/ + +# Editor backup files +*.swp +*~ From a891529b38143fe47cc4e1d7628acf018d9b5a41 Mon Sep 17 00:00:00 2001 From: Antoine-Ali Zarrouk Date: Tue, 18 Nov 2014 09:55:58 +0100 Subject: [PATCH 008/244] Targeted more specifically pow files --- Rails.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 38e7ffb0..b84f1716 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -31,4 +31,5 @@ config/secrets.yml bower.json #Ignore pow enironment settings -.pow* +.powconfig +.powenv From 15aa5a8af2a99e259932513b32b628621ba9fa43 Mon Sep 17 00:00:00 2001 From: Antoine-Ali Zarrouk Date: Tue, 18 Nov 2014 10:05:35 +0100 Subject: [PATCH 009/244] Removed .powconfig line Couldn't find any references to .powconfig being used in application directory --- Rails.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index b84f1716..380f51d1 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -31,5 +31,4 @@ config/secrets.yml bower.json #Ignore pow enironment settings -.powconfig .powenv From 9ce20aa179d8397433ba62bdfcd2ca173138d5b9 Mon Sep 17 00:00:00 2001 From: Paolo Fulgoni Date: Tue, 18 Nov 2014 17:30:56 +0100 Subject: [PATCH 010/244] Avoid ignoring Gradle wrapper jar file This is added because .jar files are usually ignored (see Java.gitignore) --- Gradle.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index ca611cf8..302a5f2f 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -3,3 +3,6 @@ build/ # Ignore Gradle GUI config gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar From cd7a8530d6a720a964c722174fce811ef3a4fa38 Mon Sep 17 00:00:00 2001 From: Adam Liter Date: Wed, 19 Nov 2014 22:55:34 -0500 Subject: [PATCH 011/244] Ignore auxiliary files from knitr --- TeX.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 7ce1410b..b9fae17c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -69,6 +69,11 @@ # hyperref *.brf +# knitr +*-concordance.tex +*.tikz +*-tikzDictionary + # listings *.lol From ab44a0a1de07312652c3abea99232e57eb85f040 Mon Sep 17 00:00:00 2001 From: cake17 Date: Thu, 20 Nov 2014 09:30:16 +0100 Subject: [PATCH 012/244] add rules for new CakePHP 3 --- CakePHP.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index bd743c4d..b76728f2 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,3 +1,12 @@ +CakePHP 3 + +/vendor/* +/config/app.php +/tmp/* +/logs/* + +CakePHP 2 + tmp/* [Cc]onfig/core.php [Cc]onfig/database.php From c57220f93ecc18f9fb3a36da79b92e69781afb7d Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Mon, 1 Dec 2014 23:08:13 +0300 Subject: [PATCH 013/244] Added Castalia *.stat files Castalia is a free plugin for Delphi since XE7. It uses *.stat files to save statistics of the IDE usage for each project (compile time, debug time etc.) It is safe to delete it, and it is useless to move *.stat files between developers (each developer has its own IDE statistics). --- Delphi.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 78e5f118..8d5d458f 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -52,3 +52,6 @@ # Delphi history and backups __history/ *.~* + +# Castalia statistics file +*.stat From 92b9dd5f76a4a235245fb4e66f07d5a9be677ff7 Mon Sep 17 00:00:00 2001 From: Carlo Dri Date: Wed, 3 Dec 2014 11:33:11 +0100 Subject: [PATCH 014/244] Create IGORPro.gitignore .gitignore template file for repositories of Wavemetrics IGOR Pro functions (.ipf files). --- IGORPro.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 IGORPro.gitignore diff --git a/IGORPro.gitignore b/IGORPro.gitignore new file mode 100644 index 00000000..c62be650 --- /dev/null +++ b/IGORPro.gitignore @@ -0,0 +1,5 @@ +# Avoid including Experiment files: they can be created and edited locally to test the ipf files +*.pxp +*.pxt +*.uxp +*.uxt From fcc66a0ac8a3618dec0ce5cffc751a398b39fd95 Mon Sep 17 00:00:00 2001 From: Dennis Schumann Date: Thu, 4 Dec 2014 17:43:52 +0100 Subject: [PATCH 015/244] Added missing gradle netbeans directory --- Global/NetBeans.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index ab680a8b..debe0e48 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -5,3 +5,4 @@ dist/ nbdist/ nbactions.xml nb-configuration.xml +.nb-gradle/ From 0ff10282664b6e953d62bc91eca2e17c0d7f82b3 Mon Sep 17 00:00:00 2001 From: Olav van Schie Date: Fri, 5 Dec 2014 10:34:36 +0100 Subject: [PATCH 016/244] Update for Magento 1.9.1 Added Configurable Swatches and Pelago lib to ignore list --- Magento.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index ad84efe3..12fe0e8d 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -20,6 +20,7 @@ app/etc/modules/Mage_Bundle.xml app/etc/modules/Mage_Captcha.xml app/etc/modules/Mage_Centinel.xml app/etc/modules/Mage_Compiler.xml +app/etc/modules/Mage_ConfigurableSwatches.xml app/etc/modules/Mage_Connect.xml app/etc/modules/Mage_CurrencySymbol.xml app/etc/modules/Mage_Downloadable.xml @@ -75,6 +76,7 @@ lib/.htaccess lib/LinLibertineFont/ lib/Mage/ lib/PEAR/ +lib/Pelago/ lib/phpseclib/ lib/Varien/ lib/Zend/ From 86c6c196872ee88ec092d4a1d6ac933239052307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Mon, 8 Dec 2014 22:23:35 -0200 Subject: [PATCH 017/244] root sitemap.xml The Magento production is configured to automatically generate the sitemap.xml, as is the url is taken as a base, it is important to be ignored. --- Magento.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Magento.gitignore b/Magento.gitignore index ad84efe3..09e8c683 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -104,6 +104,7 @@ 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/ From d9dfd076c97b831cadcc3fef32ce6c30a1924128 Mon Sep 17 00:00:00 2001 From: Roger Suen Date: Wed, 10 Dec 2014 06:21:26 +0800 Subject: [PATCH 018/244] added depoy/ and javadoc/ to JDeveloper.gitignore --- Global/JDeveloper.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/JDeveloper.gitignore b/Global/JDeveloper.gitignore index 25cbbfe4..94af91be 100644 --- a/Global/JDeveloper.gitignore +++ b/Global/JDeveloper.gitignore @@ -1,4 +1,6 @@ .data/ temp/ classes/ +deploy/ +javadoc/ cwallet.sso.lck \ No newline at end of file From e2de441a3ed2c58272b95a7d99e5c385861394a5 Mon Sep 17 00:00:00 2001 From: Roger Suen Date: Wed, 10 Dec 2014 06:50:42 +0800 Subject: [PATCH 019/244] doc JDeveloper.gitignore --- Global/JDeveloper.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Global/JDeveloper.gitignore b/Global/JDeveloper.gitignore index 94af91be..5bba6f37 100644 --- a/Global/JDeveloper.gitignore +++ b/Global/JDeveloper.gitignore @@ -1,6 +1,13 @@ +# default application storage directory used by the IDE Performance Cache feature .data/ + +# used for ADF styles caching temp/ + +# default output directories classes/ deploy/ javadoc/ + +# lock file, a part of Oracle Credential Store Framework cwallet.sso.lck \ No newline at end of file From 8b00fa88a80fdc7209c0adc02415f194ab6c7fae Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Fri, 12 Dec 2014 14:04:48 +0100 Subject: [PATCH 020/244] Adds several annoying files to Unity3D ignore file, like platform cache files (Mac + Windows), the famous Unity3D pidb.meta --- Unity.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 1e481e38..cfe17348 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -13,5 +13,15 @@ *.pidb *.booproj +# Unity3D generated meta files +*.pidb.meta + # Unity3D Generated File On Crash Reports sysinfo.txt + +# General operating system files +*.DS_STORE +*.db + +# Some additional ones +*.tmp From 80b400595bcde60b424ef161d181c1bf170ac0ae Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Fri, 12 Dec 2014 14:26:12 +0100 Subject: [PATCH 021/244] Adds forgotten UnityVS / VS2013 related solution files. --- Unity.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index cfe17348..5f6a7594 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -7,7 +7,9 @@ *.csproj *.unityproj *.sln +*.sln.DotSettings *.suo +*.tmp *.user *.userprefs *.pidb @@ -23,5 +25,3 @@ sysinfo.txt *.DS_STORE *.db -# Some additional ones -*.tmp From cfd038734dccd535a7c2c7c9660264930729510a Mon Sep 17 00:00:00 2001 From: bedella Date: Mon, 22 Dec 2014 17:08:52 -0500 Subject: [PATCH 022/244] Add a global redis ignore file. Ignores all .rdb files, (default: dump.rdb). These files contain a binary representation of the in-memory redis data that is generated using cli tools or on a redis failure. They can be used to restore a redis db, and may contain sensitive data so should not be saved in version control. --- Global/Redis.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Redis.gitignore diff --git a/Global/Redis.gitignore b/Global/Redis.gitignore new file mode 100644 index 00000000..57c1c230 --- /dev/null +++ b/Global/Redis.gitignore @@ -0,0 +1,3 @@ +# Ignore redis binary dump (dump.rdb) files + +*.rdb From b4f1a94691f9c6356eafaa7fd41a6bd283c0391d Mon Sep 17 00:00:00 2001 From: Nicholas Pace Date: Fri, 26 Dec 2014 22:23:09 -0500 Subject: [PATCH 023/244] Added Eclipse JDT .classpath file, and the Eclipse core .project file to template --- Global/Eclipse.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 4a6cfc7c..81e44304 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -11,6 +11,9 @@ local.properties .settings/ .loadpath +# Eclipse Core +.project + # External tool builders .externalToolBuilders/ @@ -20,6 +23,9 @@ local.properties # CDT-specific .cproject +# JDT-specific (Eclipse Java Development Tools) +.classpath + # PDT-specific .buildpath From a7601b969755c058cb70381bb18e7692c4acf4ac Mon Sep 17 00:00:00 2001 From: Adel Qalieh Date: Tue, 30 Dec 2014 17:23:11 -0500 Subject: [PATCH 024/244] Create Nim.gitignore --- Nim.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Nim.gitignore diff --git a/Nim.gitignore b/Nim.gitignore new file mode 100644 index 00000000..67d9b34c --- /dev/null +++ b/Nim.gitignore @@ -0,0 +1 @@ +nimcache/ From 3c1fc5972acce591de907986b054639dcf3f59cf Mon Sep 17 00:00:00 2001 From: Jenrik Date: Fri, 2 Jan 2015 01:38:25 +0100 Subject: [PATCH 025/244] Ignore npm-debug.log Debug log from npm is now ignored --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index d1d5c6dd..fa76cfae 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -25,3 +25,6 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules + +# Debug log from npm +npm-debug.log From 45bc1aeeac89a7efe6011baa5985f8459727b2ed Mon Sep 17 00:00:00 2001 From: tralchonok Date: Fri, 2 Jan 2015 22:08:47 +0530 Subject: [PATCH 026/244] # Built application files (for Android Studio projects) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 9068cd01..dc62bfdd 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,6 +2,9 @@ *.apk *.ap_ +# Built application files (for Android Studio projects) +/*/build/ + # Files for the Dalvik VM *.dex From b85372b2d8b7e6e30b8857274e021300eed00df9 Mon Sep 17 00:00:00 2001 From: Luke Drummond Date: Sat, 3 Jan 2015 17:12:56 +0000 Subject: [PATCH 027/244] Added a .gitignore template for Lua based projects. Added common ignore globs for Lua, an extensible, high-performace, lightweight multi-paradigm language designed for embedded scripting. http://www.lua.org/about.html (More info at https://en.wikipedia.org/wiki/Lua_(programming_language) ) The de-facto package manager for Lua is LuaRocks. http://luarocks.org/ - LuaRocks creates a number of files as part of the build process. These are ignored (*.src.rock, *.tar.gz, *.zip) - Lua modules are conventionally written in C as shared libraries. Common build artifacts for C projects copied from C.gitignore --- Lua.gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Lua.gitignore diff --git a/Lua.gitignore b/Lua.gitignore new file mode 100644 index 00000000..6fd0a376 --- /dev/null +++ b/Lua.gitignore @@ -0,0 +1,41 @@ +# Compiled Lua sources +luac.out + +# luarocks build files +*.src.rock +*.zip +*.tar.gz + +# Object files +*.o +*.os +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo +*.def +*.exp + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + From 458355f1bf3b6e842688b43823076ef2f03bac05 Mon Sep 17 00:00:00 2001 From: cake17 Date: Sun, 4 Jan 2015 15:44:47 +0100 Subject: [PATCH 028/244] rearrange rules for CakePHP 2 --- CakePHP.gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index b76728f2..6f5ae46c 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -7,10 +7,7 @@ CakePHP 3 CakePHP 2 -tmp/* -[Cc]onfig/core.php -[Cc]onfig/database.php -app/tmp/* -app/[Cc]onfig/core.php -app/[Cc]onfig/database.php -!empty +/app/tmp/* +/app/Config/core.php +/app/Config/database.php +/vendors/* From f535820080e0d268d0bf83e7afd54a47b6ca51b7 Mon Sep 17 00:00:00 2001 From: MOROZILnic Date: Sun, 4 Jan 2015 22:17:12 +0300 Subject: [PATCH 029/244] Update VisualStudio.gitignore Ignoring *.cache as well as *.Cache --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 72d68bae..a7b4ba42 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -148,7 +148,7 @@ csx/ AppPackages/ # Others -*.Cache +*.[Cc]ache ClientBin/ [Ss]tyle[Cc]op.* ~$* From 5409dc172d75ec5aa40d4f2d2eba9db9a07f5311 Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Mon, 5 Jan 2015 14:18:30 +0100 Subject: [PATCH 030/244] Update Unity.gitignore Removes queried extensions. --- Unity.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 5f6a7594..9078dfb1 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -7,7 +7,6 @@ *.csproj *.unityproj *.sln -*.sln.DotSettings *.suo *.tmp *.user @@ -21,7 +20,3 @@ # Unity3D Generated File On Crash Reports sysinfo.txt -# General operating system files -*.DS_STORE -*.db - From 3a959fc2ae3f8fb988e72304ed073809197d9048 Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Mon, 5 Jan 2015 14:27:24 +0100 Subject: [PATCH 031/244] Update Unity.gitignore And removes the last new line. --- Unity.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 9078dfb1..e31b6a51 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -19,4 +19,3 @@ # Unity3D Generated File On Crash Reports sysinfo.txt - From 04d53334b84319bb9da52efcdc8bf352f74fa8c0 Mon Sep 17 00:00:00 2001 From: Julian Pistorius Date: Tue, 6 Jan 2015 17:11:00 -0700 Subject: [PATCH 032/244] Should "boostrap.json" be "bootstrap.json"? And what about the other bootstrap.* files? --- ExtJs.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExtJs.gitignore b/ExtJs.gitignore index bcd36f01..5ffc2154 100644 --- a/ExtJs.gitignore +++ b/ExtJs.gitignore @@ -1,4 +1,4 @@ .architect -boostrap.json +bootstrap.json build/ ext/ From 9f1b7d77e24ec9c3e2681da93b68767fd96dd52b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 7 Jan 2015 15:16:27 +1100 Subject: [PATCH 033/244] Capitalise initial letter in template filenames for consistency/sorting --- gcov.gitignore => Gcov.gitignore | 0 Global/{vim.gitignore => Vim.gitignore} | 0 Global/{webMethods.gitignore => WebMethods.gitignore} | 0 nanoc.gitignore => Nanoc.gitignore | 0 stella.gitignore => Stella.gitignore | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename gcov.gitignore => Gcov.gitignore (100%) rename Global/{vim.gitignore => Vim.gitignore} (100%) rename Global/{webMethods.gitignore => WebMethods.gitignore} (100%) rename nanoc.gitignore => Nanoc.gitignore (100%) rename stella.gitignore => Stella.gitignore (100%) diff --git a/gcov.gitignore b/Gcov.gitignore similarity index 100% rename from gcov.gitignore rename to Gcov.gitignore diff --git a/Global/vim.gitignore b/Global/Vim.gitignore similarity index 100% rename from Global/vim.gitignore rename to Global/Vim.gitignore diff --git a/Global/webMethods.gitignore b/Global/WebMethods.gitignore similarity index 100% rename from Global/webMethods.gitignore rename to Global/WebMethods.gitignore diff --git a/nanoc.gitignore b/Nanoc.gitignore similarity index 100% rename from nanoc.gitignore rename to Nanoc.gitignore diff --git a/stella.gitignore b/Stella.gitignore similarity index 100% rename from stella.gitignore rename to Stella.gitignore From 45bf307ca712f287598b16e9de97ee3e6b65247a Mon Sep 17 00:00:00 2001 From: tralchonok Date: Wed, 7 Jan 2015 19:40:23 +0530 Subject: [PATCH 034/244] moved --- Android.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index dc62bfdd..ccf2efe0 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,9 +2,6 @@ *.apk *.ap_ -# Built application files (for Android Studio projects) -/*/build/ - # Files for the Dalvik VM *.dex @@ -18,6 +15,7 @@ gen/ # Gradle files .gradle/ build/ +/*/build/ # Local configuration file (sdk path, etc) local.properties From d0748cf9a40d273cda35220e6c733fc418eb88aa Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Fri, 9 Jan 2015 13:06:58 +0800 Subject: [PATCH 035/244] Mercury.gitignore: Add Mercury.modules The Mercury.modules file can be auto-generated by the Mercury compiler, as such it appears only in Makefiles, and should therefore be ignored. --- Mercury.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Mercury.gitignore b/Mercury.gitignore index d1f9192f..70ec8693 100644 --- a/Mercury.gitignore +++ b/Mercury.gitignore @@ -1,4 +1,5 @@ Mercury/ +Mercury.modules *.mh *.err *.init From 37f888d5cd000e72ef3f460c9f0527414d12d277 Mon Sep 17 00:00:00 2001 From: Michael Baltaks Date: Sat, 10 Jan 2015 17:49:44 +1100 Subject: [PATCH 036/244] Ignore the pip self check marker file in a Virtualenv. --- Global/VirtualEnv.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index 3fab25b5..e2c082c8 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -6,3 +6,4 @@ [Ll]ib [Ss]cripts pyvenv.cfg +pip-selfcheck.json From 9fd651e00fc7e965343165a56d050567d8c5ee81 Mon Sep 17 00:00:00 2001 From: Rob Date: Tue, 13 Jan 2015 09:40:43 +0100 Subject: [PATCH 037/244] Update TeX.gitignore *.synctex is generated when the synctex option is used under Windows. --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index ba00e20d..b33e3e1e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -26,6 +26,7 @@ ## Build tool auxiliary files: *.fdb_latexmk +*.synctex *.synctex.gz *.synctex.gz(busy) *.pdfsync From 586674cfb42164513cf07d9565f70b2f4e2853a1 Mon Sep 17 00:00:00 2001 From: Steve Lacy Date: Tue, 13 Jan 2015 15:31:58 -0700 Subject: [PATCH 038/244] add .Trash-* to ignore Linux partition or ext disk trash folders --- Global/Linux.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 9911632b..5932ea17 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -2,3 +2,6 @@ # KDE directory preferences .directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* From 36ebe1a59688255a796e047de0ac273d4e5bc9d9 Mon Sep 17 00:00:00 2001 From: Nate West Date: Thu, 15 Jan 2015 11:28:08 -0500 Subject: [PATCH 039/244] Add Carthage build folder and explaination --- Swift.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index a3cd143a..8615121b 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -24,3 +24,10 @@ DerivedData # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control # # Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build From 0ed7e94854c7601f9d39ae6af7c5118dd5f3a447 Mon Sep 17 00:00:00 2001 From: Geoff Schoeman Date: Thu, 15 Jan 2015 19:05:19 -0500 Subject: [PATCH 040/244] Added template for Google App Engine --- AppEngine.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 AppEngine.gitignore diff --git a/AppEngine.gitignore b/AppEngine.gitignore new file mode 100644 index 00000000..62273454 --- /dev/null +++ b/AppEngine.gitignore @@ -0,0 +1,2 @@ +# Google App Engine generated folder +appengine-generated/ From 297b78cea6e3d3ee1f2e41e5c120b0dcf6cdfe97 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sat, 17 Jan 2015 12:47:39 -0500 Subject: [PATCH 041/244] Update Android.gitignore Gitignore the temp files directory generated by Android Studio's navigation editor tool. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index ccf2efe0..bbf43704 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -25,3 +25,6 @@ proguard/ # Log Files *.log + +# Android Studio Navigation editor temp files +.navigation/ From 33546effa96e1414c8d9819d4315d6b040129728 Mon Sep 17 00:00:00 2001 From: Wafiq Rodzuan Date: Wed, 21 Jan 2015 16:30:32 +0800 Subject: [PATCH 042/244] Typo in comment I know this is petty, but imagine thousand upon thousand of corrective commits saved by fixing the typo right into the heart of the file. --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 372eec9b..f786a90a 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -31,5 +31,5 @@ config/secrets.yml *.bowerrc bower.json -#Ignore pow enironment settings +# Ignore pow environment settings .powenv From aa853a08e95d0141998de951936da9bfe0014719 Mon Sep 17 00:00:00 2001 From: Richard Astbury Date: Wed, 21 Jan 2015 11:02:28 +0000 Subject: [PATCH 043/244] added the orleans.codegen.cs file automatically generated by Orleans --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 202b8d79..6513ab10 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -159,6 +159,7 @@ ClientBin/ *.publishsettings node_modules/ bower_components/ +orleans.codegen.cs # RIA/Silverlight projects Generated_Code/ From 0854e488063f403b1be81891e901e26490355d62 Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Wed, 21 Jan 2015 10:00:29 -0800 Subject: [PATCH 044/244] Removing the last two lines since they are editor-specific (Namely, VI and Emacs). As Carl has pointed out, they are covered by other templates under Global/. --- SynopsysVCS.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SynopsysVCS.gitignore b/SynopsysVCS.gitignore index eccccd1d..97317896 100644 --- a/SynopsysVCS.gitignore +++ b/SynopsysVCS.gitignore @@ -21,7 +21,3 @@ ucli* # Coverage related files simv.vdb/ urgReport/ - -# Editor backup files -*.swp -*~ From e6d0be8f1078b98b85c1988746604433df3a90b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Wed, 21 Jan 2015 19:26:49 -0200 Subject: [PATCH 045/244] Base path to placeholder images Base is media/catalog/product/placeholder/default/ and media/catalog/product/placeholder/my-theme/ new placeholder set on admin. --- Magento.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Magento.gitignore b/Magento.gitignore index 9eb9f045..c5ba85e2 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -96,6 +96,7 @@ media/.htaccess media/import/ media/xmlconnect/ media/catalog/product/cache/ +media/catalog/product/placeholder/default/ /api.php nbproject/ pear From 525a16313e3bdd11fa6513d594abb32dcd2e8507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Wed, 21 Jan 2015 19:45:11 -0200 Subject: [PATCH 046/244] Setup of the development environment. The .htaccess settings depend on the development environment, in some cases it is not used. --- Magento.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index 9eb9f045..4e87b1fe 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,3 +1,5 @@ +.htaccess +.htaccess.sample .modgit/ .modman/ app/code/community/Phoenix/ From cd72caa6a56e653224ce972786f8043a77a5639c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Wed, 21 Jan 2015 23:37:22 -0200 Subject: [PATCH 047/244] Only .htaccess.sample --- Magento.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Magento.gitignore b/Magento.gitignore index 4e87b1fe..6c10e4b5 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,4 +1,3 @@ -.htaccess .htaccess.sample .modgit/ .modman/ From e3f9a545153274743bf03e4782fccd1766eca49e Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Wed, 21 Jan 2015 20:45:09 -0800 Subject: [PATCH 048/244] Moving SynopsysVCS.gitignore into Global/. Whether to use VCS or any other simulator is a choice of the individual designer rather than of the project as a whole. --- SynopsysVCS.gitignore => Global/SynopsysVCS.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SynopsysVCS.gitignore => Global/SynopsysVCS.gitignore (100%) diff --git a/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore similarity index 100% rename from SynopsysVCS.gitignore rename to Global/SynopsysVCS.gitignore From cbe3b7bf3755e448d6a658d822189fb67da187f0 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 24 Jan 2015 15:43:52 +1100 Subject: [PATCH 049/244] Revert "Ignore npm-debug.log" --- Node.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index fa76cfae..d1d5c6dd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -25,6 +25,3 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules - -# Debug log from npm -npm-debug.log From 68f746b320a8732a7f49d4f4563dcec22596bb4f Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 29 Jan 2015 07:42:40 -0800 Subject: [PATCH 050/244] add *.vs/ to ignore VS files in VS15 CTP5 As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c33d7a13..5441ebf6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -25,6 +25,9 @@ bld/ # Roslyn cache directories *.ide/ +# Visual Studo 2015 cache/options directory +.vs/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* From 4d77067ae6c6cc5822cca0dc8f3dcb432ccc616d Mon Sep 17 00:00:00 2001 From: Nikita Date: Fri, 30 Jan 2015 21:00:13 +0300 Subject: [PATCH 051/244] joomla 3.3.6 --- Joomla.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index c3f040af..9c26553d 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,6 +1,10 @@ /.gitignore /.htaccess /administrator/cache/* +/administrator/components/com_contenthistory/* +/administrator/components/com_postinstall/* +/administrator/components/com_joomlaupdate/* +/administrator/components/com_tags/* /administrator/components/com_admin/* /administrator/components/com_banners/* /administrator/components/com_cache/* @@ -218,17 +222,21 @@ /administrator/modules/mod_toolbar/* /administrator/modules/mod_unread/* /administrator/modules/mod_version/* +/administrator/modules/mod_stats_admin/* /administrator/modules/index.html /administrator/templates/bluestork/* /administrator/templates/hathor/* /administrator/templates/system/* +/administrator/templates/isis/* /administrator/templates/index.html /administrator/index.php +/bin/* /cache/* /cli/* /components/com_banners/* /components/com_contact/* /components/com_content/* +/components/com_contenthistory/* /components/com_finder/* /components/com_mailto/* /components/com_media/* @@ -237,8 +245,12 @@ /components/com_users/* /components/com_weblinks/* /components/com_wrapper/* +/components/com_ajax/* +/components/com_tags/* +/components/com_config/* /components/index.html /images/banners/* +/images/headers/* /images/sampledata/* /images/joomla* /images/index.html @@ -340,6 +352,12 @@ /media/plg_system_highlight/* /media/system/* /media/index.html +/media/com_banners/* +/media/com_contenthistory/* +/media/com_joomlaupdate/* +/media/jui/* +/modules/mod_tags_popular/* +/modules/mod_tags_similar/* /modules/mod_articles_archive/* /modules/mod_articles_categories/* /modules/mod_articles_category/* @@ -425,11 +443,22 @@ /plugins/user/profile/* /plugins/user/index.html /plugins/index.html +/plugins/twofactorauth/totp/* +/plugins/content/contact/* +/plugins/authentication/cookie/* +/plugins/twofactorauth/yubikey/* +/plugins/twofactorauth/index.html +/plugins/captcha/* +/plugins/quickicon/index.html +/plugins/finder/tags/* +/plugins/search/tags/* /templates/atomic/* /templates/beez_20/* /templates/beez5/* /templates/system/* /templates/index.html +/templates/beez3/* +/templates/protostar/* /tmp/* /configuration.php /index.php From 2950de4ba905dc549fa2b2f9c5757981877b3ec7 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Sun, 1 Feb 2015 17:10:53 -0800 Subject: [PATCH 052/244] ignore new scratch directory for metadata This directory is created by ExtUtils::MakeMaker starting with version 7.05_05, via this commit: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/b6a9eba5b0501dbe2fa0568a15dc588b1a289128 It was added to the default MANIFEST.SKIP in ExtUtils-Manifest 1.70, here: https://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/commit/e0f44577f84521ded664a41b46021eae95a1a1af --- Perl.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Perl.gitignore b/Perl.gitignore index eaca02ed..ae2ad536 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -17,3 +17,4 @@ nytprof.out /pm_to_blib *.o *.bs +/_eumm/ From 8f8e4e79bd3cf9ff90453463e9becad25c5216ba Mon Sep 17 00:00:00 2001 From: Stephan Kuschel Date: Mon, 2 Feb 2015 22:46:23 +0100 Subject: [PATCH 053/244] add .eggs/ directory to Python.gitignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index db4561ea..edb95876 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -13,6 +13,7 @@ develop-eggs/ dist/ downloads/ eggs/ +.eggs/ lib/ lib64/ parts/ From 79234283de7e60615277421f6e79f0c3b05ebb15 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Tue, 3 Feb 2015 17:25:43 +0300 Subject: [PATCH 054/244] Reworked Lazarus.gitignore according to Lazarus Wiki http://wiki.freepascal.org/File_extensions --- Global/Lazarus.gitignore | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore index 3ef747d7..b32943f1 100644 --- a/Global/Lazarus.gitignore +++ b/Global/Lazarus.gitignore @@ -1,15 +1,30 @@ -#ignore backup files -backup/ - -#ignore files generated by the compiler -lib/ +# Lazarus compiler-generated binaries (safe to delete) +*.exe +*.dll +*.so +*.dylib +*.lrs +*.res *.compiled +*.dbg +*.ppu *.o *.or -*.ppu +*.a -#ignore debug information files -*.dbg +# Lazarus autogenerated files (duplicated info) +*.rst +*.rsj +*.lrt -#exclude executable output in windows -*.exe +# Lazarus local files (user-specific info) +*.lps + +# Lazarus backups and unit output folders. +# These can be changed by user in Lazarus/project options. +backup/ +*.bak +lib/ + +# Application bundle for Mac OS +*.app/ From 72e24c5ba6587ddeb89ae5de3b4098ff4bc50c91 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 4 Feb 2015 12:11:03 -0800 Subject: [PATCH 055/244] remove Roslyn cache directory for VS 2015 CTP 1-4 --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5441ebf6..41d71695 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -22,9 +22,6 @@ bld/ [Bb]in/ [Oo]bj/ -# Roslyn cache directories -*.ide/ - # Visual Studo 2015 cache/options directory .vs/ From 2afbfbdb10df5ff6c174daf9b365e8cd7507d5bf Mon Sep 17 00:00:00 2001 From: polamjag Date: Thu, 5 Feb 2015 19:01:49 +0900 Subject: [PATCH 056/244] add /vendor/bundle --- Ruby.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index f2c13607..28f48498 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -22,6 +22,7 @@ build/ ## Environment normalisation: /.bundle/ +/vendor/bundle /lib/bundler/man/ # for a library or gem, you might want to ignore these files since the code is From 197c5727c507572524e361a6996ec96657177d7f Mon Sep 17 00:00:00 2001 From: maieul Date: Thu, 5 Feb 2015 14:53:22 +0100 Subject: [PATCH 057/244] minted 2.0 makes new files --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index b33e3e1e..071c1038 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -93,6 +93,7 @@ acs-*.bib *.mtc0 # minted +_minted* *.pyg # morewrites From d2a69875def1717b1ea763984ebc73aff73c12bf Mon Sep 17 00:00:00 2001 From: Pam Richmond Date: Thu, 5 Feb 2015 10:21:40 -0600 Subject: [PATCH 058/244] Correct URL for NPM URL reference URL for commented reference has been updated --- GitBook.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitBook.gitignore b/GitBook.gitignore index f9b27061..4cb12d8d 100644 --- a/GitBook.gitignore +++ b/GitBook.gitignore @@ -4,7 +4,7 @@ ## Dependency directory ## Commenting this out is preferred by some people, see -## https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git node_modules # Book build output From 8478c871f3427b2c9494743d66a1ec00fbb1f645 Mon Sep 17 00:00:00 2001 From: William West Date: Wed, 11 Feb 2015 09:29:22 -0500 Subject: [PATCH 059/244] Expand list of root-of-volume dotfiles In addition to `.Spotlight-V100` and `.Trashes`, the following dotfiles may appear at the root of all OSX volumes (not just external disks): - `.DocumentRevisions-V100`: auto-save and versions storage - `.fseventsd`: file system event storage - `.Temporaryitems`: temp directory used by some applications instead of /tmp and /var/tmp - `.VolumeIcon.icns`: storage of custom icon for volume, if set --- Global/OSX.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5e410368..660b3135 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -8,9 +8,13 @@ Icon # Thumbnails ._* -# Files that might appear on external disk +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd .Spotlight-V100 +.TemporaryItems .Trashes +.VolumeIcon.icns # Directories potentially created on remote AFP share .AppleDB From 478fa5869ed7c345b6493f17540e9e952ef92ca0 Mon Sep 17 00:00:00 2001 From: Rolf Erik Lekang Date: Thu, 12 Feb 2015 11:17:44 +0100 Subject: [PATCH 060/244] Add .coverage. to Python.gitignore When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index edb95876..10d47bd3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -37,6 +37,7 @@ pip-delete-this-directory.txt htmlcov/ .tox/ .coverage +.coverage.* .cache nosetests.xml coverage.xml From 75df01fcdc82224319dfa3aebf28476ef244e381 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 13 Feb 2015 13:39:43 +0500 Subject: [PATCH 061/244] Update Joomla.gitignore update for Joomla 3.3.6 --- Joomla.gitignore | 117 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 88 insertions(+), 29 deletions(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 9c26553d..cf36d8cf 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,13 +1,14 @@ /.gitignore /.htaccess /administrator/cache/* -/administrator/components/com_contenthistory/* -/administrator/components/com_postinstall/* -/administrator/components/com_joomlaupdate/* -/administrator/components/com_tags/* /administrator/components/com_admin/* +/administrator/components/com_ajax/* +/administrator/components/com_tags/* /administrator/components/com_banners/* /administrator/components/com_cache/* +/administrator/components/com_postinstall/* +/administrator/components/com_joomlaupdate/* +/administrator/components/com_contenthistory/* /administrator/components/com_categories/* /administrator/components/com_checkin/* /administrator/components/com_config/* @@ -32,7 +33,52 @@ /administrator/components/index.html /administrator/help/* /administrator/includes/* -/administrator/language/en-GB/ +/administrator/language/en-GB/en-GB.com_ajax.ini +/administrator/language/en-GB/en-GB.com_ajax.sys.ini +/administrator/language/en-GB/en-GB.com_contenthistory.ini +/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini +/administrator/language/en-GB/en-GB.com_joomlaupdate.ini +/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 +/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini +/administrator/language/en-GB/en-GB.plg_content_contact.ini +/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_finder_categories.ini +/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_content.ini +/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini +/administrator/language/en-GB/en-GB.plg_finder_tags.ini +/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_webinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini +/administrator/language/en-GB/en-GB.plg_search_tags.ini +/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_twofactorauth_totp.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini +/administrator/language/en-GB/en-GB.tpl_isis.ini +/administrator/language/en-GB/en-GB.tpl_isis.sys.ini +/administrator/language/en-GB/install.xml /administrator/language/en-GB/en-GB.com_admin.ini /administrator/language/en-GB/en-GB.com_admin.sys.ini /administrator/language/en-GB/en-GB.com_banners.ini @@ -225,18 +271,21 @@ /administrator/modules/mod_stats_admin/* /administrator/modules/index.html /administrator/templates/bluestork/* +/administrator/templates/isis/* /administrator/templates/hathor/* /administrator/templates/system/* -/administrator/templates/isis/* /administrator/templates/index.html /administrator/index.php -/bin/* /cache/* +/bin/* /cli/* /components/com_banners/* +/components/com_ajax/* +/components/com_config/* +/components/com_contenthistory/* +/components/com_tags/* /components/com_contact/* /components/com_content/* -/components/com_contenthistory/* /components/com_finder/* /components/com_mailto/* /components/com_media/* @@ -245,24 +294,42 @@ /components/com_users/* /components/com_weblinks/* /components/com_wrapper/* -/components/com_ajax/* -/components/com_tags/* -/components/com_config/* /components/index.html /images/banners/* -/images/headers/* /images/sampledata/* /images/joomla* /images/index.html /images/powered_by.png /includes/* /installation/* +/language/en-GB/en-GB.com_ajax.ini +/language/en-GB/en-GB.com_config.ini /language/en-GB/en-GB.com_contact.ini +/language/en-GB/en-GB.com_finder.ini +/language/en-GB/en-GB.com_tags.ini +/language/en-GB/en-GB.finder_cli.ini +/language/en-GB/en-GB.lib_fof.sys.ini /language/en-GB/en-GB.com_content.ini +/language/en-GB/en-GB.lib_idna_convert.sys.ini /language/en-GB/en-GB.com_mailto.ini +/language/en-GB/en-GB.lib_joomla.sys.ini +/language/en-GB/en-GB.lib_phpass.sys.ini +/language/en-GB/en-GB.lib_phpmailer.sys.ini +/language/en-GB/en-GB.lib_phputf8.sys.ini +/language/en-GB/en-GB.lib_simplepie.sys.ini /language/en-GB/en-GB.com_media.ini +/language/en-GB/en-GB.mod_finder.ini /language/en-GB/en-GB.com_messages.ini +/language/en-GB/en-GB.mod_tags_popular.ini +/language/en-GB/en-GB.mod_tags_popular.sys.ini +/language/en-GB/en-GB.mod_tags_similar.ini +/language/en-GB/en-GB.mod_tags_similar.sys.ini +/language/en-GB/en-GB.mod_finder.sys.ini +/language/en-GB/en-GB.tpl_beez3.ini +/language/en-GB/en-GB.tpl_beez3.sys.ini /language/en-GB/en-GB.com_newsfeeds.ini +/language/en-GB/en-GB.tpl_protostar.ini +/language/en-GB/en-GB.tpl_protostar.sys.ini /language/en-GB/en-GB.com_search.ini /language/en-GB/en-GB.com_users.ini /language/en-GB/en-GB.com_weblinks.ini @@ -352,12 +419,6 @@ /media/plg_system_highlight/* /media/system/* /media/index.html -/media/com_banners/* -/media/com_contenthistory/* -/media/com_joomlaupdate/* -/media/jui/* -/modules/mod_tags_popular/* -/modules/mod_tags_similar/* /modules/mod_articles_archive/* /modules/mod_articles_categories/* /modules/mod_articles_category/* @@ -389,6 +450,7 @@ /plugins/authentication/ldap/* /plugins/authentication/index.html /plugins/captcha/recaptcha/* +/plugins/captcha/index.html /plugins/content/emailcloak/* /plugins/content/example/* /plugins/content/finder/* @@ -398,6 +460,7 @@ /plugins/content/pagebreak/* /plugins/content/pagenavigation/* /plugins/content/vote/* +/plugins/content/contact/* /plugins/content/index.html /plugins/editors/codemirror/* /plugins/editors/none/* @@ -416,14 +479,18 @@ /plugins/finder/contacts/* /plugins/finder/content/* /plugins/finder/newsfeeds/* +/plugins/finder/tags/* /plugins/finder/weblinks/* +/plugins/installer/* /plugins/quickicon/extensionupdate/* /plugins/quickicon/joomlaupdate/* +/plugins/quickicon/index.html /plugins/search/categories/* /plugins/search/contacts/* /plugins/search/content/* /plugins/search/newsfeeds/* /plugins/search/weblinks/* +/plugins/search/tags/* /plugins/search/index.html /plugins/system/cache/* /plugins/system/debug/* @@ -437,28 +504,20 @@ /plugins/system/remember/* /plugins/system/sef/* /plugins/system/index.html +/plugins/twofactorauth/* /plugins/user/contactcreator/* /plugins/user/example/* /plugins/user/joomla/* /plugins/user/profile/* /plugins/user/index.html /plugins/index.html -/plugins/twofactorauth/totp/* -/plugins/content/contact/* -/plugins/authentication/cookie/* -/plugins/twofactorauth/yubikey/* -/plugins/twofactorauth/index.html -/plugins/captcha/* -/plugins/quickicon/index.html -/plugins/finder/tags/* -/plugins/search/tags/* /templates/atomic/* +/templates/beez3/* /templates/beez_20/* /templates/beez5/* +/templates/protostar/* /templates/system/* /templates/index.html -/templates/beez3/* -/templates/protostar/* /tmp/* /configuration.php /index.php From 98c0c9d30282aa7e021b349f15adb3120066e435 Mon Sep 17 00:00:00 2001 From: Tobenna Peter Igwe Date: Tue, 17 Feb 2015 11:23:38 +0000 Subject: [PATCH 062/244] Ignore auxiliary files for gnuplottex --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 071c1038..b545cc77 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -70,6 +70,9 @@ acs-*.bib *.glo *.gls +# gnuplottex +*-gnuplottex-* + # hyperref *.brf From c4f14a165a9d2a402e10480decc605094534aff1 Mon Sep 17 00:00:00 2001 From: Darren Yin Date: Tue, 17 Feb 2015 13:07:24 -0800 Subject: [PATCH 063/244] add dependency-reduced-pom.xml, which is a maven shader thing --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index 088836b5..d66c5655 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -4,3 +4,4 @@ pom.xml.releaseBackup pom.xml.versionsBackup pom.xml.next release.properties +dependency-reduced-pom.xml From 7e8db0da2c3b07610bc239f74309aa6dce09d137 Mon Sep 17 00:00:00 2001 From: Sebastian Blei Date: Thu, 19 Feb 2015 09:20:28 +0100 Subject: [PATCH 064/244] Update Node.gitignore Corrected URL, which linked to the `Should I check my node_modules folder into git?` readup. --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index d1d5c6dd..123ae94d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,5 +23,5 @@ coverage build/Release # Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules From 29be7fc1931b2f7e28c2bd2e758a779c3c9c6174 Mon Sep 17 00:00:00 2001 From: Thomas Schulz Date: Sat, 21 Feb 2015 18:26:29 +0100 Subject: [PATCH 065/244] Small fix: missing space --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 41d71695..57a1574c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,7 +29,7 @@ bld/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -#NUNIT +# NUNIT *.VisualState.xml TestResult.xml From a41a63e5e506eed63965914d20e63f4eea7af69b Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 24 Feb 2015 16:10:30 +0900 Subject: [PATCH 066/244] Remove cabal.config from Haskell. The Stackage project provides a cabal.config which locks in a specific package set. This file should be shared between developers project so that everyone is developing using the same versions of packages. --- Haskell.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Haskell.gitignore b/Haskell.gitignore index 0855a79b..3f4aa15b 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -11,7 +11,6 @@ cabal-dev .hsenv .cabal-sandbox/ cabal.sandbox.config -cabal.config *.prof *.aux *.hp From b2f2bf499c01c873158cd21b18681e4154dfa9c2 Mon Sep 17 00:00:00 2001 From: Gurmeet-Singh Date: Sun, 1 Mar 2015 06:00:44 +0530 Subject: [PATCH 067/244] Added backup files for WinEdt WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 071c1038..8f7b5135 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -117,3 +117,7 @@ sympy-plots-for-*.tex/ # xindy *.xdy + +# WinEdt +*.bak +*.sav From 5d55d5cd9a25b08f895d74a9b66c9c906b1d1ece Mon Sep 17 00:00:00 2001 From: Mike Duigou Date: Mon, 2 Mar 2015 11:38:10 -0800 Subject: [PATCH 068/244] Add buildNumber.properties The popular build plugin org.codehaus.mojo:buildnumber-maven-plugin stores the build number it managers in a file named buildNumber.properties. --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index d66c5655..8fffe724 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -5,3 +5,4 @@ pom.xml.versionsBackup pom.xml.next release.properties dependency-reduced-pom.xml +buildNumber.properties From fa9a28a68fc0e9d3a57c94afa7a57bdc5763fcbb Mon Sep 17 00:00:00 2001 From: ergl Date: Thu, 5 Mar 2015 10:56:18 +0100 Subject: [PATCH 069/244] Updated Jetbrains.gitignore --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0481a342..dff645a0 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -32,7 +32,7 @@ ## Plugin-specific files: # IntelliJ -out/ +/out/ # mpeltonen/sbt-idea plugin .idea_modules/ From 9f80691efd0ec84e6e6303b44e06de39e9e9eb85 Mon Sep 17 00:00:00 2001 From: Lucretiel Date: Fri, 6 Mar 2015 01:06:58 -0500 Subject: [PATCH 070/244] Added coverage annotation files Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 10d47bd3..54bf4f5f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -41,6 +41,7 @@ htmlcov/ .cache nosetests.xml coverage.xml +,cover # Translations *.mo From 8c0685fd96b5de80078b39bcb022c68ecd00e996 Mon Sep 17 00:00:00 2001 From: jake johns Date: Tue, 10 Mar 2015 02:49:24 -0500 Subject: [PATCH 071/244] Add ".env" to Laravel.gitignore Laravel 5 uses vlucas/phpdotenv for env configuration. http://laravel.com/docs/5.0/configuration#environment-configuration Previous version used env.php files. the new configuration files do not have .php extension --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index ac3492e2..36d7adeb 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,3 +1,4 @@ /bootstrap/compiled.php .env.*.php .env.php +.env From d060ee0e571ed5d0d965e62fcaf80af87204affb Mon Sep 17 00:00:00 2001 From: riosc Date: Wed, 11 Mar 2015 15:53:11 -0300 Subject: [PATCH 072/244] removing aditional white space removing this aditional white space avoid a mistake for beginners developers ignore the pod directory, because is confusing to note when they remove the '#' character and git still is tracking the pod dir. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index a3cd143a..c964cd88 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -23,4 +23,4 @@ DerivedData # you should judge for yourself, the pros and cons are mentioned at: # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control # -# Pods/ +#Pods/ From 08de2b88e286e6f90376bc8d104b3052d0e0a310 Mon Sep 17 00:00:00 2001 From: Alberto Leal Date: Wed, 11 Mar 2015 23:14:12 -0400 Subject: [PATCH 073/244] Add dSYM folder to C.gitignore for OSX env See https://github.com/github/gitignore/pull/527 > For C.gitignore add dSYM folder from Mac OS X to gitignore --- C.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C.gitignore b/C.gitignore index edf6645d..bbf313b2 100644 --- a/C.gitignore +++ b/C.gitignore @@ -27,3 +27,6 @@ *.i*86 *.x86_64 *.hex + +# Debug files +*.dSYM/ From e71dfbb6d095a541eb74017525c8507c83b70d35 Mon Sep 17 00:00:00 2001 From: TAC Date: Sat, 14 Mar 2015 15:22:33 +0900 Subject: [PATCH 074/244] Add .ensime_cache dir .ensime_cache is cache dir. --- Global/Ensime.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Ensime.gitignore b/Global/Ensime.gitignore index 3772bdfe..f2daebb9 100644 --- a/Global/Ensime.gitignore +++ b/Global/Ensime.gitignore @@ -1,3 +1,4 @@ # Ensime specific .ensime +.ensime_cache/ .ensime_lucene/ From 4e33a249cf7ea843872f0c4fc9619b3dc9ab0abc Mon Sep 17 00:00:00 2001 From: myurtoglu Date: Sat, 14 Mar 2015 17:29:54 -0700 Subject: [PATCH 075/244] Add CUDA.gitignore --- CUDA.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CUDA.gitignore diff --git a/CUDA.gitignore b/CUDA.gitignore new file mode 100644 index 00000000..cb385db8 --- /dev/null +++ b/CUDA.gitignore @@ -0,0 +1,6 @@ +*.i +*.ii +*.gpu +*.ptx +*.cubin +*.fatbin From ba6f0a94abe2c802caba33b42da1e6a36e40f526 Mon Sep 17 00:00:00 2001 From: Lucretiel Date: Mon, 16 Mar 2015 10:37:24 -0400 Subject: [PATCH 076/244] Fixed coverage annotation Added missing wildcard to the `*,cover` coverage annotation. --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 54bf4f5f..ba746605 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -41,7 +41,7 @@ htmlcov/ .cache nosetests.xml coverage.xml -,cover +*,cover # Translations *.mo From 57e9f2a809a4e94391feb208db625a73ac4e9e66 Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Thu, 19 Mar 2015 19:59:59 +0000 Subject: [PATCH 077/244] Create KiCAD.gitignore Add file for KiCAD EDA software --- KiCAD.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 KiCAD.gitignore diff --git a/KiCAD.gitignore b/KiCAD.gitignore new file mode 100644 index 00000000..3dd696ea --- /dev/null +++ b/KiCAD.gitignore @@ -0,0 +1,11 @@ +# For PCBs designed using KiCAD: http://www.kicad-pcb.org/ + +# Temporary files +*.000 +*.bak + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +.dsn From 082ab4a3ec6eeee3c2aa6f02aebec1acd59afb60 Mon Sep 17 00:00:00 2001 From: Ian Garcez Date: Mon, 23 Mar 2015 18:11:11 -0300 Subject: [PATCH 078/244] Stop ignoring app/code/local/Mage with 'mage' on the gitignore file, a user can't add files customized from Mage --- Magento.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magento.gitignore b/Magento.gitignore index 7231003a..e2ea0133 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -89,7 +89,7 @@ LICENSE_AFL.txt LICENSE.html LICENSE.txt LICENSE_EE* -mage +/mage media/customer/ media/dhl/ media/downloadable/ From 3292d1d35d0ed6030c2618e1619623bbddcddb60 Mon Sep 17 00:00:00 2001 From: Eddie Gurnee Date: Thu, 26 Mar 2015 01:27:09 -0400 Subject: [PATCH 079/244] comment out CakePHP version headers --- CakePHP.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 6f5ae46c..55a665e4 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,11 +1,11 @@ -CakePHP 3 +# CakePHP 3 /vendor/* /config/app.php /tmp/* /logs/* -CakePHP 2 +# CakePHP 2 /app/tmp/* /app/Config/core.php From 7078949f7dfbdc95c75764ec13118184c1fbaa17 Mon Sep 17 00:00:00 2001 From: Jean-Christophe GAY Date: Sun, 29 Mar 2015 18:11:30 +0200 Subject: [PATCH 080/244] Ignore timing.properties from takari-smart-builder This extension is an alternative scheduler to build multi-module Maven projects. It stores and updates timing for every build run in .mvn/timing.properties. http://takari.io/book/30-team-maven.html#takari-smart-builder --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index 8fffe724..1cdc9f7f 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -6,3 +6,4 @@ pom.xml.next release.properties dependency-reduced-pom.xml buildNumber.properties +.mvn/timing.properties From 5b3bb94904b705fe2fc714696dd042f9344d5bab Mon Sep 17 00:00:00 2001 From: shalecraig Date: Sun, 29 Mar 2015 12:24:23 -0400 Subject: [PATCH 081/244] Link to section being described --- Global/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/README.md b/Global/README.md index adc1099c..06b6649b 100644 --- a/Global/README.md +++ b/Global/README.md @@ -4,7 +4,7 @@ This directory contains globally useful gitignores, e.g. OS-specific and editor specific. For more on global gitignores: - + And a good blog post about 'em: From 57faa80a185f8b732e55e4fb7643e4793071c53f Mon Sep 17 00:00:00 2001 From: Tushar Kapila Date: Thu, 2 Apr 2015 22:39:52 +0530 Subject: [PATCH 082/244] Update Maven.gitignore Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored. --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index 1cdc9f7f..44c0caae 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -1,4 +1,5 @@ target/ +**/target/ pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup From 3ee1463b11a38de325f96a1e311d3196b90cd095 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Fri, 3 Apr 2015 19:28:49 +0100 Subject: [PATCH 083/244] Ignore .virthualenv not .virtualenv This change was introduced in 3bb4e51184066f5cf60daa029c31e7f52398353b, where it was marked as changed due to a typo. However, that is the correct name of this particular virtual environment. See https://hackage.haskell.org/package/virthualenv --- Haskell.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Haskell.gitignore b/Haskell.gitignore index 3f4aa15b..7808ac52 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -6,7 +6,7 @@ cabal-dev *.chs.h *.dyn_o *.dyn_hi -.virtualenv +.virthualenv .hpc .hsenv .cabal-sandbox/ From 925bdbe76ecfaf53b229cf516d04c1092ab6a053 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 8 Apr 2015 12:07:41 -0700 Subject: [PATCH 084/244] Add .jekyll-metadata to default Jekyll .gitignore --- Jekyll.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 0c3e5abb..5c91b60c 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -1,2 +1,3 @@ _site/ .sass-cache/ +.jekyll-metadata From 884d8411c1c4694789a70483bb119e21f529f960 Mon Sep 17 00:00:00 2001 From: Ginger Geek Date: Thu, 16 Apr 2015 10:16:48 +0100 Subject: [PATCH 085/244] New IDE released: CLION JetBrains recently released a new C/C++ IDE: CLion --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index dff645a0..5f1d7b68 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion *.iml From 75bcbcf392ef36b03ec845ed8b2f75e851a9290b Mon Sep 17 00:00:00 2001 From: Julien Bourdeau Date: Fri, 17 Apr 2015 18:25:26 +0200 Subject: [PATCH 086/244] Rework PrestaShop.gitignore The previous file was made for PrestaShop maintainers it didn't suit PrestaShop user needs. --- Prestashop.gitignore | 46 ++++++++++++++++++++------------------------ 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 890c4e60..1c8462b0 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -1,29 +1,25 @@ -# Directories content -cache/class_index.php -cache/smarty/cache/* -!cache/smarty/cache/index.php -cache/smarty/compile/* -!cache/smarty/compile/index.php -cache/tcpdf/* -!cache/tcpdf/index.php +# Private files +# The following files contain your database credentials and other personal data. +config/settings.*.php + +# Cache, temp and generated files +# The following files are generated by PrestaShop. + +admin-dev/autoupgrade/ +cache/ config/xml/*.xml -config/settings.inc.php +log/ +*sitemap.xml +themes/*/cache/ +modules/*/config*.xml -log/*.log +# Site content +# The following folders contain product images, virtual products, CSV's, etc. -img/* -!img/index.php -!img/*/index.php - -tools/smarty*/cache/*.php -!tools/smarty*/cache/index.php -tools/smarty*/compile/*.php -!tools/smarty*/compile/index.php - -themes/default/cache/*.js -themes/default/cache/*.css - -# Ignore files on root directory -robots.txt -sitemap.xml +admin-dev/backups/ +admin-dev/export/ +admin-dev/import/ +download/ +img/ +upload/ From a4661a2d39f9cd733ff616dbcc2918f959828d76 Mon Sep 17 00:00:00 2001 From: Tandoori Date: Sun, 19 Apr 2015 01:43:23 +0900 Subject: [PATCH 087/244] Made it so the folders only get ingored in the root With the current setup these folders are ignored in the whole repo, but they're only automatically generated in the project root so it makes sense to only ignore the ones in the root. I made this change because one of the assets in my project uses a folder called 'Library', and I was wondering why it never uploaded that folder. --- Unity.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index e31b6a51..9de94098 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,7 +1,7 @@ -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ -[Bb]uild/ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ # Autogenerated VS/MD solution and project files *.csproj From b2e72cc133c3627d4a55889e30eba428e47d766b Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Thu, 23 Apr 2015 07:45:39 -0700 Subject: [PATCH 088/244] Adding a few more files/file extensions/directories for Synopsys VCS. This new version adds: - fsdb waveforms - simv.db.dir/ directory for VHDL top configs - ucli.key - vc_hdrs.h - Also added a few comments about where each one of the files come from. --- Global/SynopsysVCS.gitignore | 58 ++++++++++++++++++++++++++++-------- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore index 97317896..82ffb5be 100644 --- a/Global/SynopsysVCS.gitignore +++ b/Global/SynopsysVCS.gitignore @@ -1,23 +1,57 @@ -# Waveforms -*.vpd +########## Waveforms ####################################### +# Value Change Dumping (VCD) - IEEE Standard *.vcd +# VCDlus Dumping (VPD) - Synopsys proprietary format +*.vpd +# Extended VCD (EVCD) - Dump only port information *.evcd +# Fast Signal DataBase (FSDB) +*.fsdb -# Binary files + +########## Simulation executable file ###################### +# Default name of the simulation executable. A different +# name can be specified with this switch (the associated +# daidir database name is also taken from here) +# -o / simv -# Directories used for compilation -csrc/ -simv.daidir/ -# Log files +########## Intermediate files used for simulation ########## +# Generated for Verilog top configs +simv.daidir/ +# Generated for VHDL top configs +simv.db.dir/ +# Infrastructure necessary to co-simulate SystemC models +# with Verilog/VHDL models. An alternate directory may +# be specified with this switch: +# -Mdir= +csrc/ + + +########### Log files ###################################### +# The switch below allows to specify the file that will be +# used to write all messages from simulation +# -l *.log -# DVE, UCLI related files -DVEfiles/ -ucli* -*.key -# Coverage related files +########## Coverage-related files ########################## +# Generation of coverage result reports is done with urg +# and the database location is specified with this switch: +# urg -dir .vdb simv.vdb/ urgReport/ + + +########## DVE, UCLI related files ######################### +# DVE produces some logs that are created in this directory. +DVEfiles/ +ucli.key + + +########## C Language interface ############################ +# When the design is elaborated for DirectC, VCS will create +# a file in the current directory with declarations for +# C/C++ functions. +vc_hdrs.h From 7fd989641e73307996bacf77ebc232bb9ac982e4 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Fri, 24 Apr 2015 16:38:03 +0530 Subject: [PATCH 089/244] Update npmjs docs link The previous link gives 404 --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 123ae94d..71f41b66 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,5 +23,5 @@ coverage build/Release # Dependency directory -# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git +# https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git node_modules From a773ba9b041289afb1cab7482d342ff612f7c781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Veyret?= Date: Fri, 24 Apr 2015 16:28:25 +0200 Subject: [PATCH 090/244] Add Java APT class path to Eclipse --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 81e44304..0e22e957 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -26,6 +26,9 @@ local.properties # JDT-specific (Eclipse Java Development Tools) .classpath +# Java annotation processor (APT) +.factorypath + # PDT-specific .buildpath From ff510bed452dea5a0d2f9be2e8cb09337321477b Mon Sep 17 00:00:00 2001 From: Victor Isadov Date: Fri, 24 Apr 2015 21:10:30 +0300 Subject: [PATCH 091/244] Ignoring WordPress readme.html and license.txt. You don't want to show your WP version to everyone in the web. --- WordPress.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WordPress.gitignore b/WordPress.gitignore index 052e56ab..2f482615 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -11,3 +11,7 @@ wp-content/cache/ wp-content/upgrade/ wp-content/uploads/ wp-content/wp-cache-config.php + +/readme.html +/license.txt + From 1d3c5658ba40ce300dd2c313876609215cd80646 Mon Sep 17 00:00:00 2001 From: Victor Isadov Date: Fri, 24 Apr 2015 21:24:29 +0300 Subject: [PATCH 092/244] Ignore default plugin --- WordPress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/WordPress.gitignore b/WordPress.gitignore index 2f482615..56032878 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -11,6 +11,7 @@ wp-content/cache/ wp-content/upgrade/ wp-content/uploads/ wp-content/wp-cache-config.php +wp-content/plugins/hello.php /readme.html /license.txt From 82ed46d1a538f578d57a495c84dd9b600d6a58ca Mon Sep 17 00:00:00 2001 From: Takafumi Sekine Date: Mon, 27 Apr 2015 19:53:12 +0900 Subject: [PATCH 093/244] Fixed CodeIgniter.gitignore --- CodeIgniter.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 846b8c54..0f77d9e1 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,6 +1,6 @@ */config/development */logs/log-*.php -*/logs/!index.html +!*/logs/index.html */cache/* -*/cache/!index.html -*/cache/!.htaccess +!*/cache/index.html +!*/cache/.htaccess From a2a1ddb858c4ff66373a16d4a056281961cb2b52 Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Tue, 28 Apr 2015 19:41:00 +0100 Subject: [PATCH 094/244] Add Jython compiled class files to the Python ignore file. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ba746605..a65d0466 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,6 +1,7 @@ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] +*$py.class # C extensions *.so From 5b826028474c8ac38e8c68406408827bfb3039aa Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Tue, 28 Apr 2015 19:41:20 +0100 Subject: [PATCH 095/244] Remove the Jython ignore file given it's a subset of the Python one. Much like how there aren't different files for GCC/Clang/MSVC, there shouldn't be different files for different Python impls. --- Jython.gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Jython.gitignore diff --git a/Jython.gitignore b/Jython.gitignore deleted file mode 100644 index e7de4f1a..00000000 --- a/Jython.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.pyc -*.class From e1a89ad43245d68727202687666af4598928c728 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Thu, 30 Apr 2015 10:10:28 +0530 Subject: [PATCH 096/244] Fix typo from node_modules to node-modules Thanks to @arcresu for pointing out! --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 71f41b66..f7f6a08c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,5 +23,5 @@ coverage build/Release # Dependency directory -# https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git node_modules From ab8236b358524e1a89f5df50279e3953a2f3d9b1 Mon Sep 17 00:00:00 2001 From: Victor Isadov Date: Thu, 30 Apr 2015 12:04:47 +0300 Subject: [PATCH 097/244] Add Visual Studio Code .gitignore --- VisualStudioCode.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 VisualStudioCode.gitignore diff --git a/VisualStudioCode.gitignore b/VisualStudioCode.gitignore new file mode 100644 index 00000000..0865bb7d --- /dev/null +++ b/VisualStudioCode.gitignore @@ -0,0 +1,2 @@ +.settings + From 89c4f789c073b4cc49ab61f13d36b3406809a2e0 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Thu, 30 Apr 2015 22:17:04 +0100 Subject: [PATCH 098/244] Remove .virtualenv from Haskell.gitignore The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely. --- Haskell.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Haskell.gitignore b/Haskell.gitignore index 7808ac52..48fe6f3e 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -6,7 +6,6 @@ cabal-dev *.chs.h *.dyn_o *.dyn_hi -.virthualenv .hpc .hsenv .cabal-sandbox/ From db9ef4a789259b17916558699c7f2a8f1d6ea090 Mon Sep 17 00:00:00 2001 From: Victor Isadov Date: Sat, 2 May 2015 10:56:11 +0300 Subject: [PATCH 099/244] Move VS Code to Global folder --- VisualStudioCode.gitignore => Global/VisualStudioCode.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename VisualStudioCode.gitignore => Global/VisualStudioCode.gitignore (100%) diff --git a/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore similarity index 100% rename from VisualStudioCode.gitignore rename to Global/VisualStudioCode.gitignore From f441f790d21c02ff96e0bf7391f1616d46390f82 Mon Sep 17 00:00:00 2001 From: LunicLynx Date: Wed, 6 May 2015 11:04:53 +0200 Subject: [PATCH 100/244] add rule to keep track of directories ending in .Cache More Information http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx --- VisualStudio.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 57a1574c..d65cbcd7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -150,8 +150,13 @@ csx/ # Windows Store app package directory AppPackages/ -# Others +# Visual Studio cache files +# files endeing in .cache can be ignored *.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others ClientBin/ [Ss]tyle[Cc]op.* ~$* From 5ee2b35cd52c3a5f9d0b1fedef0da7a0580d0e8f Mon Sep 17 00:00:00 2001 From: LunicLynx Date: Wed, 6 May 2015 11:11:06 +0200 Subject: [PATCH 101/244] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d65cbcd7..bf6caf01 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ csx/ AppPackages/ # Visual Studio cache files -# files endeing in .cache can be ignored +# files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache !*.[Cc]ache/ From 467e257fdb71b6b920dde08ef16337e80ef91bb6 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Wed, 6 May 2015 14:57:21 -0700 Subject: [PATCH 102/244] adding artifacts and project.lock.json for asp.net 5 --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 57a1574c..f6755c5a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -38,6 +38,10 @@ TestResult.xml [Rr]eleasePS/ dlldata.c +# ASP.NET 5 +project.lock.json +artifacts/ + *_i.c *_p.c *_i.h From 9735a2cadffbac8d172bfaafd9181f559b2d6265 Mon Sep 17 00:00:00 2001 From: Victor Gama Date: Thu, 7 May 2015 00:28:54 -0300 Subject: [PATCH 103/244] Update CocoaPods guide URL This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index c964cd88..fffb5ed0 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -21,6 +21,6 @@ DerivedData # # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: -# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # #Pods/ From 9c8c32fea57a9539241900c93cce2d65b62aa418 Mon Sep 17 00:00:00 2001 From: Darwin Bautista Date: Thu, 7 May 2015 13:39:08 +0800 Subject: [PATCH 104/244] Android: Remove redundant pattern for matching build directories build/ already matches all directories named 'build' in the repository, regardless of level. Gradle can have more than two levels of project nesting. However, /*/build/ matches only the 'build' directories of 2nd-level projects. Thus, the first pattern is more appropriate than the second. --- Android.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index ccf2efe0..9068cd01 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -15,7 +15,6 @@ gen/ # Gradle files .gradle/ build/ -/*/build/ # Local configuration file (sdk path, etc) local.properties From 00e9cd8dec25bb8ad1d5ac96341d32c9a88c8d52 Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Fri, 8 May 2015 09:37:34 +0200 Subject: [PATCH 105/244] ASPNET5 -> DNX As discussed in #1505 --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 52103c3d..382280af 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -38,7 +38,7 @@ TestResult.xml [Rr]eleasePS/ dlldata.c -# ASP.NET 5 +# DNX project.lock.json artifacts/ From 507c3949bea442a308cc04fdbbf6560754c9f5ee Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sun, 10 May 2015 05:21:36 -0700 Subject: [PATCH 106/244] sync up xcode related gitignore files some details based on #1221 --- Global/Xcode.gitignore | 11 ++++++++++- Objective-C.gitignore | 20 ++++++++++++++++++-- Swift.gitignore | 13 +++++++++++-- 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 1b81d249..d07b7894 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,4 +1,12 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -8,7 +16,8 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData *.xcuserstate diff --git a/Objective-C.gitignore b/Objective-C.gitignore index fffb5ed0..7f24b4de 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,12 @@ # Xcode # +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -10,12 +16,15 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData +*.xcuserstate + +## Obj-C/Swift specific *.hmap *.ipa -*.xcuserstate # CocoaPods # @@ -24,3 +33,10 @@ DerivedData # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # #Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build diff --git a/Swift.gitignore b/Swift.gitignore index 8615121b..583de456 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -1,6 +1,12 @@ # Xcode # +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated build/ +DerivedData + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -10,12 +16,15 @@ build/ *.perspectivev3 !default.perspectivev3 xcuserdata + +## Other *.xccheckout *.moved-aside -DerivedData +*.xcuserstate + +## Obj-C/Swift specific *.hmap *.ipa -*.xcuserstate # CocoaPods # From 456199c5b70adccbd82a4fadce0a2fb4b92a1493 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 11 May 2015 11:30:50 +0300 Subject: [PATCH 107/244] Ignore temp Hypothesis test things https://github.com/DRMacIver/hypothesis https://hypothesis.readthedocs.org --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index a65d0466..7d440988 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -43,6 +43,7 @@ htmlcov/ nosetests.xml coverage.xml *,cover +.hypothesis/ # Translations *.mo From c63fc582604c6859782e930538f68625415f5d55 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 14 May 2015 14:02:26 +0930 Subject: [PATCH 108/244] Revert "Update Maven.gitignore" --- Maven.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 44c0caae..1cdc9f7f 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -1,5 +1,4 @@ target/ -**/target/ pom.xml.tag pom.xml.releaseBackup pom.xml.versionsBackup From f7c6c768c9ed3c092047fd5e623fd9f00841237a Mon Sep 17 00:00:00 2001 From: Zander Bolgar Date: Thu, 14 May 2015 15:03:22 -0400 Subject: [PATCH 109/244] Remove Meteor.gitignore There are only two entries in this .gitignore, and both are not needed. - .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future. - .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present. --- Meteor.gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Meteor.gitignore diff --git a/Meteor.gitignore b/Meteor.gitignore deleted file mode 100644 index 0167b87c..00000000 --- a/Meteor.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.meteor/local -.meteor/meteorite From d0c5830a25831f1e8c752fcec92095295baca969 Mon Sep 17 00:00:00 2001 From: Jeremy Coatelen Date: Fri, 15 May 2015 14:21:22 +0200 Subject: [PATCH 110/244] [Tex] Change *.mtc0 to *.mtc[1-9][0-9] When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`). --- TeX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index ad74c654..2998177b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -93,7 +93,8 @@ acs-*.bib # minitoc *.maf *.mtc -*.mtc0 +*.mtc[0-9] +*.mtc[1-9][0-9] # minted _minted* From eab7f25a2b16e27f9075918a949db6ff18128d6e Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Fri, 15 May 2015 20:35:12 +0200 Subject: [PATCH 111/244] Add slash to .sass-cache Add slash to `.sass-cache` to signify intent of matching directories. --- Sass.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sass.gitignore b/Sass.gitignore index 0f1905d3..486b32ce 100644 --- a/Sass.gitignore +++ b/Sass.gitignore @@ -1,2 +1,2 @@ -.sass-cache +.sass-cache/ *.css.map From 1e33ef1213984c724ed3ed2fb6cf0090d8161a58 Mon Sep 17 00:00:00 2001 From: Markus Hauge Date: Sat, 16 May 2015 17:34:59 +0200 Subject: [PATCH 112/244] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 968cae72..a3b326d8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -94,7 +94,7 @@ _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user -# JustCode is a .NET coding addin-in +# JustCode is a .NET coding add-in .JustCode # TeamCity is a build add-in From 747196008eff6dd4bc13b25a4b5ea12c94d781cd Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Tue, 19 May 2015 15:27:54 -0700 Subject: [PATCH 113/244] removing bower_components and fixing typo --- VisualStudio.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a3b326d8..385a36e0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -22,7 +22,7 @@ bld/ [Bb]in/ [Oo]bj/ -# Visual Studo 2015 cache/options directory +# Visual Studio 2015 cache/options directory .vs/ # MSTest test Results @@ -170,7 +170,6 @@ ClientBin/ *.pfx *.publishsettings node_modules/ -bower_components/ orleans.codegen.cs # RIA/Silverlight projects From fbe660091e3d91dfd21e5728463e9f5b084cbe6e Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Wed, 20 May 2015 17:12:32 +0200 Subject: [PATCH 114/244] ignore OAuth2 token Created for example when using https://github.com/jennybc/googlesheets --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index b9003860..49037a0b 100644 --- a/R.gitignore +++ b/R.gitignore @@ -11,3 +11,6 @@ # produced vignettes vignettes/*.html vignettes/*.pdf + +# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 +.httr-oauth From 6354db35319fb49db367990891d2228e6e85e9ec Mon Sep 17 00:00:00 2001 From: Emil Laine Date: Sat, 23 May 2015 16:22:53 +0300 Subject: [PATCH 115/244] Add CMakeScripts directory Used by some build configurations, e.g. Xcode. --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 52540e70..b558e9af 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -1,5 +1,6 @@ CMakeCache.txt CMakeFiles +CMakeScripts Makefile cmake_install.cmake install_manifest.txt From c9073cf3e2fc1f9f0a494871a642304f777d29d2 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Thu, 28 May 2015 12:32:05 +0200 Subject: [PATCH 116/244] Remove .SRCINFO (and old .AURINFO) from .gitignore As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those --- ArchLinuxPackages.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index dcf73900..43656b64 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -6,9 +6,5 @@ *.log.* *.sig -# AUR metadata -.AURINFO -.SRCINFO - pkg/ src/ From ebd27357db1285c7c689164236b62802859ff4be Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Thu, 28 May 2015 12:37:43 +0200 Subject: [PATCH 117/244] Add .jar, .exe and .msi These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository --- ArchLinuxPackages.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index 43656b64..b7390552 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -1,5 +1,8 @@ *.tar *.tar.* +*.jar +*.exe +*.msi *.zip *.tgz *.log From 49e7d64fc6b190703f832c0887d02613ad8823a4 Mon Sep 17 00:00:00 2001 From: Konfekt Date: Fri, 29 May 2015 12:42:14 +0200 Subject: [PATCH 118/244] include preamble files generated by mylatexformat package --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index ad74c654..26e3108d 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -33,6 +33,7 @@ ## Auxiliary and intermediate files from other packages: + # algorithms *.alg *.loa @@ -102,6 +103,9 @@ _minted* # morewrites *.mw +# mylatexformat +*.fmt + # nomencl *.nlo From 4457dcc517a1da5dbdecc80a228b6814cab6c3d5 Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Mon, 1 Jun 2015 14:38:55 -0700 Subject: [PATCH 119/244] Cleaning-up some of the comments that had been previously added. --- Global/SynopsysVCS.gitignore | 53 +++++++++++------------------------- 1 file changed, 16 insertions(+), 37 deletions(-) diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore index 82ffb5be..eed2432f 100644 --- a/Global/SynopsysVCS.gitignore +++ b/Global/SynopsysVCS.gitignore @@ -1,57 +1,36 @@ -########## Waveforms ####################################### -# Value Change Dumping (VCD) - IEEE Standard +# Waveform formats *.vcd -# VCDlus Dumping (VPD) - Synopsys proprietary format *.vpd -# Extended VCD (EVCD) - Dump only port information *.evcd -# Fast Signal DataBase (FSDB) *.fsdb - -########## Simulation executable file ###################### -# Default name of the simulation executable. A different -# name can be specified with this switch (the associated -# daidir database name is also taken from here) -# -o / +# Default name of the simulation executable. A different name can be +# specified with this switch (the associated daidir database name is +# also taken from here): -o / simv - -########## Intermediate files used for simulation ########## -# Generated for Verilog top configs +# Generated for Verilog and VHDL top configs simv.daidir/ -# Generated for VHDL top configs simv.db.dir/ -# Infrastructure necessary to co-simulate SystemC models -# with Verilog/VHDL models. An alternate directory may -# be specified with this switch: -# -Mdir= + +# Infrastructure necessary to co-simulate SystemC models with +# Verilog/VHDL models. An alternate directory may be specified with this +# switch: -Mdir= csrc/ - -########### Log files ###################################### -# The switch below allows to specify the file that will be -# used to write all messages from simulation -# -l +# Log file - the following switch allows to specify the file that will be +# used to write all messages from simulation: -l *.log - -########## Coverage-related files ########################## -# Generation of coverage result reports is done with urg -# and the database location is specified with this switch: -# urg -dir .vdb +# Coverage results (generated with urg) and database location. The +# following switch can also be used: urg -dir .vdb simv.vdb/ urgReport/ - -########## DVE, UCLI related files ######################### -# DVE produces some logs that are created in this directory. +# DVE and UCLI related files. DVEfiles/ ucli.key - -########## C Language interface ############################ -# When the design is elaborated for DirectC, VCS will create -# a file in the current directory with declarations for -# C/C++ functions. +# When the design is elaborated for DirectC, the following file is created +# with declarations for C/C++ functions. vc_hdrs.h From 07b15ab2a1c2e3e6f9fcf297d7b5a4c21552b39e Mon Sep 17 00:00:00 2001 From: Skyler Berg Date: Sun, 7 Jun 2015 11:40:21 -0700 Subject: [PATCH 120/244] Ignore 'local' folder for virtualenv --- Global/VirtualEnv.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index e2c082c8..831cf3af 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -4,6 +4,7 @@ [Bb]in [Ii]nclude [Ll]ib +[Ll]ocal [Ss]cripts pyvenv.cfg pip-selfcheck.json From 4323f1e2c8faa792dac2619a1983fc9ffa4fffc1 Mon Sep 17 00:00:00 2001 From: Brian Gesiak Date: Tue, 9 Jun 2015 00:24:09 -0400 Subject: [PATCH 121/244] [ObjC][Swift] Ignore Xcode SCM blueprint files These files are automatically generated by Xcode and maintain information regarding source control. Xcode is typically used in Objective-C and Swift projects, so add these to the ignored files for these platforms. --- Objective-C.gitignore | 1 + Swift.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7f24b4de..05096f66 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -21,6 +21,7 @@ xcuserdata *.xccheckout *.moved-aside *.xcuserstate +*.xcscmblueprint ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 583de456..d571cb2c 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -21,6 +21,7 @@ xcuserdata *.xccheckout *.moved-aside *.xcuserstate +*.xcscmblueprint ## Obj-C/Swift specific *.hmap From 7112380d9718c10b2bd9b108785d745fda0d2431 Mon Sep 17 00:00:00 2001 From: Florian Fida Date: Wed, 17 Jun 2015 21:46:54 +0200 Subject: [PATCH 122/244] Update Typo3.gitignore for CMS v6.2 Typo3 now has an official way of overriding Configuration (AdditionalConfiguration.php). /t3lib has moved into the /typo3 Directory. Removed v4 specific ignores because it is deprecated and should no longer be used. There were ignores missing for the symlinked setup. --- Typo3.gitignore | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index d1593b16..5781fcc3 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -1,18 +1,20 @@ -## TYPO3 v4 +## TYPO3 v6.2 # Ignore serveral upload and file directories. /fileadmin/user_upload/ /fileadmin/_temp_/ +/fileadmin/_processed_/ /uploads/ # Ignore cache /typo3conf/temp_CACHED* /typo3conf/temp_fieldInfo.php -# Ignore local config which overrides typo3 config. -# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php. -# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details. -/typo3conf/localconf_local.php +/typo3conf/deprecation_*.log +/typo3conf/AdditionalConfiguration.php # Ignore system folders, you should have them symlinked. -# If not comment out the following two entries. +# If not comment out the following entries. /typo3 -/t3lib +/typo3_src +/typo3_src-* +/.htaccess +/index.php # Ignore temp directory. /typo3temp/ From 948a87ffc9be411114abee6692e986e0b90e53be Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Wed, 24 Jun 2015 11:09:57 +0200 Subject: [PATCH 123/244] Ignore files created by `\tikzexternalize` When using TikZ & PGF with: `\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize` It creates .dpth and .md5 files for the externalized tikzpictures. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5c7a0ec4..51dda4b0 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -120,6 +120,10 @@ _minted* *.sympy sympy-plots-for-*.tex/ +# TikZ & PGF +*.dpth +*.md5 + # todonotes *.tdo From daa440bce8d7b2afada98348bffb1435c9d081d9 Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Wed, 24 Jun 2015 14:02:29 +0200 Subject: [PATCH 124/244] Ignore *.auxlock files created by TikZ in TeX TikZ uses *.auxlock files to check if the main *.aux file is available. This is only used when using the external tikz library. --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 51dda4b0..a7a84bc9 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -123,6 +123,7 @@ sympy-plots-for-*.tex/ # TikZ & PGF *.dpth *.md5 +*.auxlock # todonotes *.tdo From f23f998be3d8628ce5bdea5a6581a3e0cbfeb4f1 Mon Sep 17 00:00:00 2001 From: Todd Bealmear Date: Thu, 25 Jun 2015 16:10:53 -0700 Subject: [PATCH 125/244] Ignore Default RSpec State File --- Ruby.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index 28f48498..1ba91c05 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -5,6 +5,7 @@ /InstalledFiles /pkg/ /spec/reports/ +/spec/examples.txt /test/tmp/ /test/version_tmp/ /tmp/ From 558460c0a8b33bd53046c0e00fc5eaa769155ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20H=C3=A4ggqvist?= Date: Sat, 27 Jun 2015 21:10:46 +0200 Subject: [PATCH 126/244] add Android Studio to the covers list which make it easier to find in search --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 5f1d7b68..573bcf45 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio *.iml From 3d9c786bc093901210199fd32a2bd87aa803080a Mon Sep 17 00:00:00 2001 From: "(cdep) illabout" Date: Tue, 30 Jun 2015 11:57:53 +0900 Subject: [PATCH 127/244] Added .stack-work/ directory to Haskell .gitignore. .stack-work/ is a work directory used by the `stack` build tool. The `stack` build tool has recently been gaining a lot of traction in the Haskell community. It is very similar to the `cabal` build tool, which also has entries in this Haskell .gitignore file. --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 48fe6f3e..cdc3c4dc 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -13,3 +13,4 @@ cabal.sandbox.config *.prof *.aux *.hp +.stack-work/ From 80b0942d7ee387917cc0fadbbba152da26849fb4 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 30 Jun 2015 12:12:42 -0700 Subject: [PATCH 128/244] Update Dart.gitignore As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory. --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 51834591..38548b37 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -3,6 +3,7 @@ .pub/ build/ packages +.packages # Or the files created by dart2js. *.dart.js From 86516d2d2ae8c35983e86ebd310902613776fea0 Mon Sep 17 00:00:00 2001 From: Jamie Humphries Date: Wed, 1 Jul 2015 15:45:10 +0100 Subject: [PATCH 129/244] Ignore NCrunch temporary files. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 385a36e0..cd8716d3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -106,6 +106,7 @@ _TeamCity* # NCrunch _NCrunch_* .*crunch*.local.xml +nCrunchTemp_* # MightyMoose *.mm.* From 57355e994dfab5efc93c366215a21b51fce0483d Mon Sep 17 00:00:00 2001 From: JimiC Date: Mon, 13 Jul 2015 19:40:12 +0300 Subject: [PATCH 130/244] Adding optional ignore proposal for wwwroot folder There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index cd8716d3..4bff63b0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -24,6 +24,8 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ # MSTest test Results [Tt]est[Rr]esult*/ From 2d69d6a7e3f50891cde36caaa5d94f5f1d3b6457 Mon Sep 17 00:00:00 2001 From: sfhardman Date: Thu, 23 Jul 2015 11:21:57 +1200 Subject: [PATCH 131/244] Add ignores for Visual Studio Lightswitch build output --- VisualStudio.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4bff63b0..959913ad 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -206,3 +206,12 @@ FakesAssemblies/ # Visual Studio 6 workspace options file *.opt + +# Visual Studio Lightswitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +**/*.Server/generated.parameters.xml +_Pvt_Extensions \ No newline at end of file From e965495f2f0f8716f1a514930366b82100bf2c17 Mon Sep 17 00:00:00 2001 From: sfhardman Date: Thu, 23 Jul 2015 11:23:05 +1200 Subject: [PATCH 132/244] Add newline at EOF --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 959913ad..9c61a92f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -214,4 +214,4 @@ FakesAssemblies/ **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml **/*.Server/generated.parameters.xml -_Pvt_Extensions \ No newline at end of file +_Pvt_Extensions From fe783cceeb37ca649a8542ceb9b8711aaa7d3a6e Mon Sep 17 00:00:00 2001 From: sfhardman Date: Fri, 24 Jul 2015 08:42:28 +1200 Subject: [PATCH 133/244] Correct capitalisation of LightSwitch and omit generated.parameters.xml --- VisualStudio.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9c61a92f..7c4ca8bb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -207,11 +207,10 @@ FakesAssemblies/ # Visual Studio 6 workspace options file *.opt -# Visual Studio Lightswitch build output +# Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts **/*.DesktopClient/ModelManifest.xml **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml -**/*.Server/generated.parameters.xml _Pvt_Extensions From bb2e97662601b51a8148cf3beaa0d661612dfb45 Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Mon, 27 Jul 2015 23:41:56 +0200 Subject: [PATCH 134/244] Add KiCad ignore for .bck and .kicad_pcb-bak These are two other filetypes that KiCad creates before overwriting something. --- KiCAD.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KiCAD.gitignore b/KiCAD.gitignore index 3dd696ea..a9e50ba4 100644 --- a/KiCAD.gitignore +++ b/KiCAD.gitignore @@ -3,6 +3,8 @@ # Temporary files *.000 *.bak +*.bck +*.kicad_pcb-bak # Netlist files (exported from Eeschema) *.net From bc776141620803a57fc330edabc85389b1ce8b0a Mon Sep 17 00:00:00 2001 From: Manav Mandhani Date: Tue, 28 Jul 2015 15:23:02 -0500 Subject: [PATCH 135/244] Include ipython notebook checkpoints to gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a65d0466..4caad72d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,3 +56,6 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints From 14fe6b0a5c149b60ccd5768eaf540f22985f9c8f Mon Sep 17 00:00:00 2001 From: Jonathan Boulanger Date: Tue, 4 Aug 2015 12:13:51 -0400 Subject: [PATCH 136/244] Create Elm.gitignore .gitignore for Elm projects. Ignores installed packages (elm-package.json) and elm-stuff/, as these files will be generated once elm-package has been run for a .elm file. This is also beneficial where dependencies have changed, and an install package is no longer required. elm-repl generated files have also been ignored. Most of the time, elm-repl manages to delete these files automatically, but there are scenarios where these files are not deleted on the closing of elm-repl --- Elm.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Elm.gitignore diff --git a/Elm.gitignore b/Elm.gitignore new file mode 100644 index 00000000..24c03e28 --- /dev/null +++ b/Elm.gitignore @@ -0,0 +1,5 @@ +# elm-package generated files +elm-package.json +elm-stuff/ +# elm-repl generated files +repl-temp-* From 5e87c947e4ed2f4ba0c5b98ea2711cbaea107df8 Mon Sep 17 00:00:00 2001 From: cyrbil Date: Thu, 6 Aug 2015 11:30:45 +0200 Subject: [PATCH 137/244] Add ignore for npm debug log files --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index f7f6a08c..b38069de 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,6 +1,7 @@ # Logs logs *.log +npm-debug.log* # Runtime data pids From 929482aba838e5d73a576c654f0af36fbab4339a Mon Sep 17 00:00:00 2001 From: Felipe Plets Date: Tue, 11 Aug 2015 13:48:47 -0300 Subject: [PATCH 138/244] Add .sap Visual Studio profiler session file In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 7c4ca8bb..150691aa 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -84,6 +84,7 @@ ipch/ *.psess *.vsp *.vspx +*.sap # TFS 2012 Local Workspace $tf/ From 6895b7c280d8ea3398c2c9e26661c6783483bc8c Mon Sep 17 00:00:00 2001 From: Guy B Date: Sun, 16 Aug 2015 15:07:17 +0300 Subject: [PATCH 139/244] Adding the Android Studio captures folder The captures folder is used by Android studio to keep heap dumps and other captures files. These are usually not shared as part of the source file. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 94eb0fb1..c9c2248a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -27,3 +27,6 @@ proguard/ # Android Studio Navigation editor temp files .navigation/ + +# Android Studio captures folder +captures/ From 22294e017f526cee5c87fa031e6843c553d216be Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Sat, 22 Aug 2015 22:02:39 +0200 Subject: [PATCH 140/244] Added dotfiles in working directory Official Documentation: https://mercurial.selenic.com/wiki/FileFormats#Files_in_the_working_directory https://mercurial.selenic.com/wiki/Subrepository The specification for the .hg/ folder is simplified, see: https://stackoverflow.com/a/15057742 --- Global/Mercurial.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Global/Mercurial.gitignore b/Global/Mercurial.gitignore index 3173e26f..e65d1137 100644 --- a/Global/Mercurial.gitignore +++ b/Global/Mercurial.gitignore @@ -1,3 +1,6 @@ -/.hg/* -*/.hg/* +.hg/ .hgignore +.hgsigs +.hgsub +.hgsubstate +.hgtags From bd266c15f117fcb85a59c26365c71a2c2549881d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Mon, 24 Aug 2015 12:54:24 +0200 Subject: [PATCH 141/244] Update Gradle.gitignore --- Gradle.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 302a5f2f..2200361b 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -6,3 +6,6 @@ gradle-app.setting # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) !gradle-wrapper.jar + +# Cache of project +.gradletasknamecache From 7e09dc6a4e57c161211417d78d63e6db78b5fb59 Mon Sep 17 00:00:00 2001 From: Fabian Raab Date: Mon, 24 Aug 2015 18:02:05 +0200 Subject: [PATCH 142/244] add .fuse_hidden* to Linux --- Global/Linux.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 5932ea17..f709203d 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,5 +1,8 @@ *~ +# temporary files which can be created if a process still has a deleted file handle open +.fuse_hidden* + # KDE directory preferences .directory From 7ea5e704a4ffff2a883f326f0323eeba44b81da5 Mon Sep 17 00:00:00 2001 From: Fabian Raab Date: Mon, 24 Aug 2015 18:12:34 +0200 Subject: [PATCH 143/244] improve description of .fuse_hidden --- Global/Linux.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index f709203d..cc958689 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1,6 @@ *~ -# temporary files which can be created if a process still has a deleted file handle open +# temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* # KDE directory preferences From b34eaa318fef71139cf54ba1d40456e4b6718de8 Mon Sep 17 00:00:00 2001 From: Star Peng Date: Sun, 9 Mar 2014 23:03:43 +0800 Subject: [PATCH 144/244] Add VisualStudio GhostDoc plugin setting file --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 150691aa..16077976 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -199,6 +199,9 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ +# GhostDoc plugin setting file +*.GhostDoc.xml + # Node.js Tools for Visual Studio .ntvs_analysis.dat From ed7d67a1757841e03ea70d995e3e7a9fe828afa1 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 31 Aug 2015 09:39:54 +0200 Subject: [PATCH 145/244] VSCode 0.8.0 config folder change Starting with 0.8.0, VS Code will store its settings in a .vscode folder and no longer in the generic .settings folder. --- Global/VisualStudioCode.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 0865bb7d..faa18382 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,2 +1,2 @@ -.settings +.vscode From abd969f6c9c7c0288dc33bfe1beba9603f86c0e3 Mon Sep 17 00:00:00 2001 From: Jonathan Nagy Date: Tue, 1 Sep 2015 19:09:12 +1000 Subject: [PATCH 146/244] Remove entries for Intellij IDEA The *.iml file is IDE specific. It is generated by Intellij IDEA to store project related metadata. It is not a Play Framework specific artifact and should not be included in the PlayFramework.gitignore. See: https://github.com/github/gitignore/pull/1581 I would also vote for the removal of .eclipse and *.eml files on similar grounds but will do so in a separate pull request. --- PlayFramework.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 4735f055..ae5ec9fe 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -11,7 +11,6 @@ bin/ tmp/ test-result server.pid -*.iml *.eml /dist/ .cache From 338d8f736c5c7f21008a0deec0ed0ddf1ae2db22 Mon Sep 17 00:00:00 2001 From: Michael Stegmann Date: Wed, 2 Sep 2015 15:46:40 +0200 Subject: [PATCH 147/244] Windows Azure Emulator Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator Directory before starting emulator the first time: Directory: C:\temp\AzureCloudService1\AzureCloudService1 Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 9/1/2015 9:16 AM bin d----- 9/1/2015 9:16 AM WorkerRole1Content -a---- 9/1/2015 9:16 AM 3014 AzureCloudService1.ccproj -a---- 9/1/2015 9:16 AM 144 AzureCloudService1.ccproj.user -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Cloud.cscfg -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Local.cscfg -a---- 9/1/2015 9:16 AM 428 ServiceDefinition.csdef And after starting the Emulator: Directory: C:\temp\AzureCloudService1\AzureCloudService1 Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 9/1/2015 9:16 AM bin d----- 9/1/2015 9:19 AM csx d----- 9/1/2015 9:19 AM ecf d----- 9/1/2015 9:19 AM obj d----- 9/1/2015 9:19 AM rcf d----- 9/1/2015 9:16 AM WorkerRole1Content -a---- 9/1/2015 9:16 AM 3014 AzureCloudService1.ccproj -a---- 9/1/2015 9:16 AM 144 AzureCloudService1.ccproj.user -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Cloud.cscfg -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Local.cscfg -a---- 9/1/2015 9:16 AM 428 ServiceDefinition.csdef --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 150691aa..e37f6611 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -155,6 +155,10 @@ publish/ csx/ *.build.csdef +# Windows Azure Emulator +efc/ +rfc/ + # Windows Store app package directory AppPackages/ From d9b8a12b5f27f55023f8c8d19407e3afef9cb1e9 Mon Sep 17 00:00:00 2001 From: David Huerta Date: Wed, 9 Sep 2015 13:48:12 -0400 Subject: [PATCH 148/244] Adding rule to not accidentally publish your PGP/GPG private keys. --- Global/GPG.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/GPG.gitignore diff --git a/Global/GPG.gitignore b/Global/GPG.gitignore new file mode 100644 index 00000000..7740a015 --- /dev/null +++ b/Global/GPG.gitignore @@ -0,0 +1,2 @@ +secring.* + From 9978001b13ad08bc2e67dafcc2ac66fa714762f6 Mon Sep 17 00:00:00 2001 From: Paolo Fulgoni Date: Fri, 11 Sep 2015 17:16:42 +0200 Subject: [PATCH 149/244] Add rule for MS PowerPoint temporary files --- Global/MicrosoftOffice.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index 412297bb..4a2edc7e 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -8,3 +8,6 @@ # Excel Backup File *.xlk + +# PowerPoint temporary +~$*.ppt* From cbe292daea4fb21d2fe0373d912df865a9bbf4af Mon Sep 17 00:00:00 2001 From: propersquid Date: Mon, 14 Sep 2015 08:31:00 -0700 Subject: [PATCH 150/244] Update Tags.gitignore Updated the tags ignore to include the .tags file. The main reason behind this is because Atom's symbols-view (https://atom.io/packages/symbols-view) supports tags/.tags/TAGS/.TAGS. Therefore, I thought it was a good idea to add the .tags/.TAGS to the ignore list. --- Global/Tags.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index 45922ec1..c0318165 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,7 +1,9 @@ # Ignore tags created by etags, ctags, gtags (GNU global) and cscope TAGS +.TAGS !TAGS/ tags +.tags !tags/ gtags.files GTAGS From 4c8e8d3ad10dbf3ddd51abf6392792f6e11abf47 Mon Sep 17 00:00:00 2001 From: Alexander Shvets Date: Tue, 15 Sep 2015 10:05:16 +0300 Subject: [PATCH 151/244] add shelf (VCS -> Shelve changes...) --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 573bcf45..de25d455 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -10,6 +10,7 @@ # .idea/workspace.xml # .idea/tasks.xml # .idea/dictionaries +# .idea/shelf # Sensitive or high-churn files: # .idea/dataSources.ids From b55b8911c351ac0f34cb6d65aca0b34a8c82fe00 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 15 Sep 2015 17:48:17 +1000 Subject: [PATCH 152/244] Update Umbraco.gitignore Add ImageProcessor cached files and nuget package updates --- Umbraco.gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 21af92de..d5877017 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,12 +1,21 @@ # Note: VisualStudio gitignore rules may also be relevant +# ========================= +# Umbraco +# ========================= # Ignore unimportant folders generated by Umbraco **/App_Data/ClientDependency/ **/App_Data/ExamineIndexes/ **/App_Data/Logs/ **/App_Data/[Pp]review/ **/App_Data/TEMP/ -Cached/ +**/App_Data/NuGetBackup/ +**/App_Data/FeedCache/ +**/App_Data/courier/revisions/ +**/App_Data/courier/cache/ +**/App_Data/umbraco.licensing.log.txt +**/App_Data/*.udt +**/aspnet_client/ # Ignore Umbraco content cache file **/App_Data/umbraco.config @@ -15,3 +24,9 @@ Cached/ # Make sure to include details from VisualStudio.gitignore BEFORE this !**/App_Data/[Pp]ackages/ !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages + +# ========================= +# ImageProcessor DiskCache +# ========================= +**/App_Data/cache/ +Cached/ From 3ceedd266a05a299e8144499e300d50b01a07cc3 Mon Sep 17 00:00:00 2001 From: Nellemandela Date: Tue, 22 Sep 2015 20:02:06 +0200 Subject: [PATCH 153/244] Added ignore for Paket Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 150691aa..64f70401 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -215,3 +215,6 @@ FakesAssemblies/ **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml _Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe From ee6df1c910e3667d8b6861524b99e5ae9d17b287 Mon Sep 17 00:00:00 2001 From: James Dennes Date: Wed, 23 Sep 2015 18:56:15 +0200 Subject: [PATCH 154/244] Use https for Help URLs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14042e94..847584bc 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,17 @@ high quality, we request that contributions adhere to the following guidelines. - **Provide a link to the application or project’s homepage**. Unless it’s extremely popular, there’s a chance the maintainers don’t know about or use the language, framework, editor, app, or project your change applies to. - + - **Provide links to documentation** supporting the change you’re making. Current, canonical documentation mentioning the files being ignored is best. If documentation isn’t available to support your change, do the best you can to explain what the files being ignored are for. - + - **Explain why you’re making a change**. Even if it seems self-evident, please take a sentence or two to tell us why your change or addition should happen. It’s especially helpful to articulate why this change applies to *everyone* who works with the applicable technology, rather than just you or your team. - + - **Please consider the scope of your change**. If your change specific to a certain language or framework, then make sure the change is made to the template for that language or framework, rather than to the template for an @@ -70,9 +70,9 @@ Here’s how we suggest you go about proposing a change to this project: Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request too. -[fork]: http://help.github.com/forking/ +[fork]: https://help.github.com/forking/ [branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository -[pr]: http://help.github.com/pull-requests/ +[pr]: https://help.github.com/pull-requests/ ## License From 75fc01c84115f17b162d8585caf8d157bac21dbb Mon Sep 17 00:00:00 2001 From: James Dennes Date: Wed, 23 Sep 2015 18:58:46 +0200 Subject: [PATCH 155/244] Avoid redirecting by using currently Help URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 847584bc..5c4d20df 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ Here’s how we suggest you go about proposing a change to this project: Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request too. -[fork]: https://help.github.com/forking/ +[fork]: https://help.github.com/articles/fork-a-repo/ [branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository -[pr]: https://help.github.com/pull-requests/ +[pr]: https://help.github.com/articles/using-pull-requests/ ## License From 611c51a2b3e72d46ba2f3167213ef7817b34f098 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Sun, 27 Sep 2015 18:45:12 +0200 Subject: [PATCH 156/244] gitignore file for D Ignore the usual obj/library/executable files. See https://github.com/D-Programming-Language/dub/blob/89c8dea75ae9cfde1ae6cfb7d9fe03dbccdbbdf8/source/dub/init.d#L168 for dub's default .gitignore. --- D.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 D.gitignore diff --git a/D.gitignore b/D.gitignore new file mode 100644 index 00000000..b4433f8a --- /dev/null +++ b/D.gitignore @@ -0,0 +1,20 @@ +# Compiled Object files +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.a +*.lib + +# Executables +*.exe + +# DUB +.dub +docs.json +__dummy.html From ce170fa831556f92f247ae085e83c3e3d794565f Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 28 Sep 2015 15:06:14 -0700 Subject: [PATCH 157/244] Add Otto https://ottoproject.io --- Global/Otto.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Global/Otto.gitignore diff --git a/Global/Otto.gitignore b/Global/Otto.gitignore new file mode 100644 index 00000000..5aa263f9 --- /dev/null +++ b/Global/Otto.gitignore @@ -0,0 +1 @@ +.otto/ From 432e40ac51b917dc6958ba9deec5dcb4734dbb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20H=C3=A4ggqvist?= Date: Wed, 30 Sep 2015 02:39:11 +0200 Subject: [PATCH 158/244] add fabric.properties Since that is what it should be called now a days according to https://dev.twitter.com/fabric/android/integrating --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 573bcf45..e8efba72 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -44,3 +44,4 @@ atlassian-ide-plugin.xml com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties +fabric.properties From bba5fc645b57da09416716bb6e95c7cd6b4cd574 Mon Sep 17 00:00:00 2001 From: Robert Xu Date: Thu, 1 Oct 2015 08:40:03 -0400 Subject: [PATCH 159/244] Update waf for python3 builds Waf uses .waf3-* if the interpreter is python3. --- Waf.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Waf.gitignore b/Waf.gitignore index 68cacdb9..48e8d8f7 100644 --- a/Waf.gitignore +++ b/Waf.gitignore @@ -1,3 +1,4 @@ # for projects that use Waf for building: http://code.google.com/p/waf/ .waf-* +.waf3-* .lock-* From 09a78cc2bd668c2261c4432e64d202472da0d37e Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Fri, 2 Oct 2015 08:50:47 -0400 Subject: [PATCH 160/244] Ignore `.RData` files N.B. this ignores only the exact file `.RData` generated by default from `save.image()` and `quit()`. It is _not_ what is referred to in https://github.com/github/gitignore/commit/1f8466164330277fc8c9126ded3cc207ff3baf91 and http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages, which refers only to files with an `*.RData` _extension_. --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index 49037a0b..8eff68f7 100644 --- a/R.gitignore +++ b/R.gitignore @@ -2,6 +2,9 @@ .Rhistory .Rapp.history +# Session Data files +.RData + # Example code in package build process *-Ex.R From 1dff27e662e711c642fa29a73142a7f3341a50f8 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Sun, 4 Oct 2015 17:00:43 +0200 Subject: [PATCH 161/244] Ignore FAKE - F# Make cache folder Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 64f70401..09c92145 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -218,3 +218,6 @@ _Pvt_Extensions # Paket dependency manager .paket/paket.exe + +# FAKE - F# Make +.fake/ From 8822253ae43658367872f446148725d5ea850fa8 Mon Sep 17 00:00:00 2001 From: enzian Date: Wed, 7 Oct 2015 14:40:06 +0200 Subject: [PATCH 162/244] added excludes for vendored directories (since GO 1.5) --- Go.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index daf913b1..a8843541 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -22,3 +22,7 @@ _testmain.go *.exe *.test *.prof + +# GO15VENDOREXPERIMENT flag specifics +vendor/** +!vendor/manifest \ No newline at end of file From b14da8f05aea00cb78883299890ccfbb692c818c Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Thu, 8 Oct 2015 07:45:25 -0400 Subject: [PATCH 163/244] Dartdoc, pubspec.lock disabiguation Added directory for dartdoc tool. Disambiguated comment for pubspec.lock pattern. --- Dart.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 38548b37..bf29d7ef 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,4 +1,4 @@ -# Don’t commit the following directories created by pub. +# Don’t commit the following directories created by pub. .buildlog .pub/ build/ @@ -11,5 +11,8 @@ packages *.js.deps *.js.map -# Include when developing application packages. +# Or the files created by dartdoc. +doc/ + +# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.) pubspec.lock From afeb793d1d753cf0fc69cd2fa01a608a509e6819 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Thu, 8 Oct 2015 10:43:02 -0400 Subject: [PATCH 164/244] Update Dart.gitignore --- Dart.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 38548b37..b1287d98 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -11,5 +11,8 @@ packages *.js.deps *.js.map -# Include when developing application packages. +# Or the files created by dartdoc. +doc/ + +# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.) pubspec.lock From d0f5047edcf24b2408a956cdaa676596e3a34997 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Sat, 10 Oct 2015 07:45:09 -0400 Subject: [PATCH 165/244] Fix line 1 Line 1 somehow different from upstream --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index bf29d7ef..b1287d98 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,4 +1,4 @@ -# Don’t commit the following directories created by pub. +# Don’t commit the following directories created by pub. .buildlog .pub/ build/ From c414dbc5a8c921a4a8768a01799d49923a63d740 Mon Sep 17 00:00:00 2001 From: Michael SALIHI Date: Sat, 10 Oct 2015 17:39:03 +0200 Subject: [PATCH 166/244] Fix path to ignored only root log, img and cache folder --- Prestashop.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 1c8462b0..1e7a58d3 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -7,9 +7,9 @@ config/settings.*.php # The following files are generated by PrestaShop. admin-dev/autoupgrade/ -cache/ +/cache/* config/xml/*.xml -log/ +/log/* *sitemap.xml themes/*/cache/ modules/*/config*.xml @@ -21,5 +21,5 @@ admin-dev/backups/ admin-dev/export/ admin-dev/import/ download/ -img/ +/img/* upload/ From f4cf36c5e1e275cb40b981f84be0cd723cd0c152 Mon Sep 17 00:00:00 2001 From: Vitor Prado Date: Wed, 14 Oct 2015 13:45:12 -0300 Subject: [PATCH 167/244] Ignoring build folder inside app module in Android projects The `*/build` folder should be ignored because the android structure generate files and outputs inside this folder. --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index c9c2248a..7ee6ac0b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -15,6 +15,7 @@ gen/ # Gradle files .gradle/ build/ +*/build/ # Local configuration file (sdk path, etc) local.properties From a811a95e6390eac2e135efe94a3120847f173bbf Mon Sep 17 00:00:00 2001 From: Joshua Mabina Date: Thu, 15 Oct 2015 17:58:00 +0300 Subject: [PATCH 168/244] added .env.example for projects generated with laravel new command --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 36d7adeb..8b4e7b85 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -2,3 +2,4 @@ .env.*.php .env.php .env +.env.example From 4f043859d8437f784508423298adafd34464da42 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:30:55 -0700 Subject: [PATCH 169/244] Fixed whitespace --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 05096f66..033ccce2 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -33,7 +33,7 @@ xcuserdata # you should judge for yourself, the pros and cons are mentioned at: # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # -#Pods/ +# Pods/ # Carthage # From 807a0171926f4630f18d3ae28d6333623dd43cf9 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:31:07 -0700 Subject: [PATCH 170/244] Fixed Cocoapods link --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index d571cb2c..fba17246 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -31,7 +31,7 @@ xcuserdata # # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: -# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ From efea7418600b3898702bb9e2ac5987efe17bbff5 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:31:15 -0700 Subject: [PATCH 171/244] Switched to https --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 033ccce2..fba17246 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -31,7 +31,7 @@ xcuserdata # # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: -# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ From 68ffe8de3278d46cc091d78c9a20620069bd8d7a Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Sat, 17 Oct 2015 13:33:41 -0700 Subject: [PATCH 172/244] Added fastlane to iOS projects --- Objective-C.gitignore | 8 ++++++++ Swift.gitignore | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index fba17246..b15babe7 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -41,3 +41,11 @@ xcuserdata # Carthage/Checkouts Carthage/Build + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. + +fastlane/report.xml +fastlane/screenshots diff --git a/Swift.gitignore b/Swift.gitignore index fba17246..b15babe7 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -41,3 +41,11 @@ xcuserdata # Carthage/Checkouts Carthage/Build + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. + +fastlane/report.xml +fastlane/screenshots From 91f00b1c8e995040c82a6168496f7e82bfea3d57 Mon Sep 17 00:00:00 2001 From: Victor Rodrigues Date: Mon, 19 Oct 2015 21:20:09 +0200 Subject: [PATCH 173/244] Add /cover to Elixir.gitignore --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index 96076718..755b6055 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -1,4 +1,5 @@ /_build +/cover /deps erl_crash.dump *.ez From db23e4f579f4316647e4650bd424447cac0ad75a Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Wed, 21 Oct 2015 09:11:27 -0400 Subject: [PATCH 174/244] Update Dart.gitignore Modify patterns to explicitly match directories Modified patterns to match files created by tool in Dart SDK 1.12: - Added patterns matching files listed in https://www.dartlang.org/tools/private-files.html - Added *.js, removed *.js_, *.dart.js to match files created by dart2js --- Dart.gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index b1287d98..21d34d6e 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,18 +1,18 @@ -# Don’t commit the following directories created by pub. +# Files and directories created by pub .buildlog +.packages +.project .pub/ build/ -packages -.packages +**/packages/ -# Or the files created by dart2js. -*.dart.js -*.js_ +# Files created by dart2js +*.js *.js.deps *.js.map -# Or the files created by dartdoc. +# Directory created by dartdoc doc/ -# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.) +# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package) pubspec.lock From 4892e962c2f95b055e368a84e6f7f88542d2dc5d Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Wed, 21 Oct 2015 10:29:21 -0400 Subject: [PATCH 175/244] Add *.info.json to dart2js patterns --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 21d34d6e..fc5964d7 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -10,6 +10,7 @@ build/ *.js *.js.deps *.js.map +*.info.json # Directory created by dartdoc doc/ From 3a622f2dcba185683746b72ade44b64a6b9db48d Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Wed, 21 Oct 2015 10:45:49 -0400 Subject: [PATCH 176/244] Add *.precompiled.js Add *.precompiled.js as per https://stackoverflow.com/questions/20314796/which-files-are-generated-when-executing-dart2js-and-why --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index fc5964d7..4af0fb23 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -8,6 +8,7 @@ build/ # Files created by dart2js *.js +*.precompiled.js *.js.deps *.js.map *.info.json From 36817de7ee5abcd818d822b9affbf4bd091eeb83 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Thu, 22 Oct 2015 14:35:53 +0300 Subject: [PATCH 177/244] Some details for Castalia statistics file Before XE7 Castalia used to be standalone expert thus I suppose here should be some grounding --- Delphi.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 8d5d458f..800ceb11 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -53,5 +53,5 @@ __history/ *.~* -# Castalia statistics file +# Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat From 7f9f6a15353f29da42a9e157d8d582068bd35d65 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Fri, 23 Oct 2015 12:46:40 -0400 Subject: [PATCH 178/244] Updates based on discussions with Dart team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. Updates based on discussions with Dart team See https://github.com/dart-lang/www.dartlang.org/issues/1496 * Removed *.precompiled.js - not generated by dart2js any more * *.js_ → *.part.js Also: 2. Added guidance comments 3. doc/ → doc/api as manually written documents may be in doc/ 4. Added reference to appropriate Dart web site page --- Dart.gitignore | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 4af0fb23..31faaa45 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,3 +1,5 @@ +# See https://www.dartlang.org/tools/private-files.html + # Files and directories created by pub .buildlog .packages @@ -7,14 +9,19 @@ build/ **/packages/ # Files created by dart2js -*.js -*.precompiled.js +# (Most Dart developers will use pub build to compile Dart, use/modify these +# rules if you intend to use dart2js directly +# Convention is to use extension '.dart.js' for Dart compiled to Javascript to +# differentiate from explicit Javascript files) +*.dart.js +*.js.part *.js.deps *.js.map *.info.json # Directory created by dartdoc -doc/ +doc/api -# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package) +# Don't commit pubspec lock file +# (Library packages only! Remove pattern if developing an application package) pubspec.lock From 344fc711d0336313af767ef75be3f937da7dd144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lio?= Date: Fri, 23 Oct 2015 16:58:40 -0300 Subject: [PATCH 179/244] Added some folders the are "compiled" things /vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default. /node_modules - npm modules, same of /vendor. Laravel comes with this line by default. /app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions --- Laravel.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 8b4e7b85..79906c80 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -3,3 +3,8 @@ .env.php .env .env.example + +/vendor +/node_modules +/app/storage + From 7673714c7e182af72dc6d68fc1fee2d6fd4f9e10 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Sat, 24 Oct 2015 12:46:47 -0400 Subject: [PATCH 180/244] Fixed generated part js file pattern --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 31faaa45..7a9bc6c6 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -14,7 +14,7 @@ build/ # Convention is to use extension '.dart.js' for Dart compiled to Javascript to # differentiate from explicit Javascript files) *.dart.js -*.js.part +*.part.js *.js.deps *.js.map *.info.json From eefbb4f8f2593feaa844f3ccfc6e9a9718201a78 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Sat, 24 Oct 2015 14:01:53 -0400 Subject: [PATCH 181/244] doc/api/ explicitly a directory --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 7a9bc6c6..7c280441 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -20,7 +20,7 @@ build/ *.info.json # Directory created by dartdoc -doc/api +doc/api/ # Don't commit pubspec lock file # (Library packages only! Remove pattern if developing an application package) From 0a63fa39fcc3e181ac6ae9b250b3912f2f778020 Mon Sep 17 00:00:00 2001 From: Sam Sheffres Date: Tue, 27 Oct 2015 15:06:37 +0600 Subject: [PATCH 182/244] Add a gitignore for Unreal Engine 4 --- UE4.gitignore | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 UE4.gitignore diff --git a/UE4.gitignore b/UE4.gitignore new file mode 100644 index 00000000..80f9fff4 --- /dev/null +++ b/UE4.gitignore @@ -0,0 +1,60 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.sln +*.xcodeproj +*.suo +*.opensdf +*.sdf +*.sln + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* + +# Builds +Build/* + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* From 710884d4f518ac8b3c23bbec060433f8336defb5 Mon Sep 17 00:00:00 2001 From: Jeroen Deviaene Date: Tue, 27 Oct 2015 23:05:02 +0100 Subject: [PATCH 183/244] Create gitignore for Lumen --- Lumen.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Lumen.gitignore diff --git a/Lumen.gitignore b/Lumen.gitignore new file mode 100644 index 00000000..0e042c23 --- /dev/null +++ b/Lumen.gitignore @@ -0,0 +1,8 @@ +.env.*.php +.env.php +.env +.env.example + +vendor/ +node_modules/ +storage/ From f652ad762774e35b1553b8898dcc1154e819921d Mon Sep 17 00:00:00 2001 From: Jeroen Deviaene Date: Tue, 27 Oct 2015 23:07:36 +0100 Subject: [PATCH 184/244] Create gitignore for Laravel5 In Laravel 5 the storage folder was moved to the root of the application. The compiled.php has also been moved to the bootstrap/cache directory This was no longer compatible with the previous laravel.gitignore. --- Laravel5.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Laravel5.gitignore diff --git a/Laravel5.gitignore b/Laravel5.gitignore new file mode 100644 index 00000000..c895d944 --- /dev/null +++ b/Laravel5.gitignore @@ -0,0 +1,9 @@ +bootstrap/cache/ +.env.*.php +.env.php +.env +.env.example + +vendor/ +node_modules/ +storage/ From 1d16414b1f8fe9ca10dd85596103566c663e07c4 Mon Sep 17 00:00:00 2001 From: jerodev Date: Wed, 28 Oct 2015 08:43:54 +0100 Subject: [PATCH 185/244] Merged laravel and laravel5 --- Laravel.gitignore | 11 ++++++----- Laravel5.gitignore | 9 --------- 2 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 Laravel5.gitignore diff --git a/Laravel.gitignore b/Laravel.gitignore index 79906c80..2a6c46de 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,10 +1,11 @@ -/bootstrap/compiled.php +bootstrap/compiled.php +bootstrap/cache .env.*.php .env.php .env .env.example -/vendor -/node_modules -/app/storage - +app/storage/ +node_modules/ +storage/ +vendor/ \ No newline at end of file diff --git a/Laravel5.gitignore b/Laravel5.gitignore deleted file mode 100644 index c895d944..00000000 --- a/Laravel5.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -bootstrap/cache/ -.env.*.php -.env.php -.env -.env.example - -vendor/ -node_modules/ -storage/ From 3a838f8640766d0a5894d700ce38c55477a63859 Mon Sep 17 00:00:00 2001 From: jerodev Date: Wed, 28 Oct 2015 13:24:11 +0100 Subject: [PATCH 186/244] Merged Laravel & Lumen + grouped rules --- Laravel.gitignore | 15 +++++++++------ Lumen.gitignore | 8 -------- 2 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 Lumen.gitignore diff --git a/Laravel.gitignore b/Laravel.gitignore index 2a6c46de..0790dea4 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,11 +1,14 @@ +vendor/ +node_modules/ + +# Laravel 4 specific bootstrap/compiled.php +app/storage/ + +# Laravel 5 & Lumen specific bootstrap/cache +storage/ .env.*.php .env.php .env -.env.example - -app/storage/ -node_modules/ -storage/ -vendor/ \ No newline at end of file +.env.example \ No newline at end of file diff --git a/Lumen.gitignore b/Lumen.gitignore deleted file mode 100644 index 0e042c23..00000000 --- a/Lumen.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -.env.*.php -.env.php -.env -.env.example - -vendor/ -node_modules/ -storage/ From 5dda2849bff44c22d9813c56c869f4c18bdc55d9 Mon Sep 17 00:00:00 2001 From: jerodev Date: Wed, 28 Oct 2015 13:28:46 +0100 Subject: [PATCH 187/244] missed slash in laravel.gitignore --- Laravel.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index 0790dea4..b4b05113 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -6,7 +6,7 @@ bootstrap/compiled.php app/storage/ # Laravel 5 & Lumen specific -bootstrap/cache +bootstrap/cache/ storage/ .env.*.php .env.php From 18a4bd70c71fd30df2180c515e7c2b36f93a8819 Mon Sep 17 00:00:00 2001 From: Sam Sheffres Date: Thu, 29 Oct 2015 12:09:21 +0600 Subject: [PATCH 188/244] Rename UE4 gitignore to UnrealEngine --- UE4.gitignore => UnrealEngine.gitignore | 4 ---- 1 file changed, 4 deletions(-) rename UE4.gitignore => UnrealEngine.gitignore (91%) diff --git a/UE4.gitignore b/UnrealEngine.gitignore similarity index 91% rename from UE4.gitignore rename to UnrealEngine.gitignore index 80f9fff4..e6fc76f8 100644 --- a/UE4.gitignore +++ b/UnrealEngine.gitignore @@ -37,10 +37,6 @@ *.sdf *.sln -# Precompiled Assets -SourceArt/**/*.png -SourceArt/**/*.tga - # Binary Files Binaries/* From e3cd87b2764ae4c583185c0b2a465424b8ac64ca Mon Sep 17 00:00:00 2001 From: Sam Sheffres Date: Thu, 29 Oct 2015 12:14:21 +0600 Subject: [PATCH 189/244] Re-add SourceArt Exclusions I removed on Accident --- UnrealEngine.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index e6fc76f8..80f9fff4 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -37,6 +37,10 @@ *.sdf *.sln +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + # Binary Files Binaries/* From 2b504e6ba37811a507535933a56a44359ad7488f Mon Sep 17 00:00:00 2001 From: Felix Wehnert Date: Thu, 29 Oct 2015 09:13:17 +0100 Subject: [PATCH 190/244] Update TeX.gitignore --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index a7a84bc9..5b08eaf8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -120,6 +120,9 @@ _minted* *.sympy sympy-plots-for-*.tex/ +# Texpad +.texpadtmp + # TikZ & PGF *.dpth *.md5 From 38d6cac990a82a1f7814571634e08295086763b5 Mon Sep 17 00:00:00 2001 From: Thomas Steinholz Date: Thu, 29 Oct 2015 17:24:45 -0400 Subject: [PATCH 191/244] Update JetBrains.gitignore Added a forgotten IDE to the .gitignore documentation. Why? For completeness and correctness What? [Webstorm](https://www.jetbrains.com/webstorm). --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 177bc80b..5d2e327f 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm *.iml From 2111560949a6458d3d3fe1b3b3c822369a4254d7 Mon Sep 17 00:00:00 2001 From: Ben Reeves Date: Sat, 31 Oct 2015 17:17:36 -0400 Subject: [PATCH 192/244] Removed Redundant Lines samsheff accidentally typed a few of the lines twice ^.^ --- UnrealEngine.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 80f9fff4..247f644a 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -31,11 +31,9 @@ # These project files can be generated by the engine *.xcodeproj *.sln -*.xcodeproj *.suo *.opensdf *.sdf -*.sln # Precompiled Assets SourceArt/**/*.png From 3b0b68838d24c2021cd6bc89de665dfa6bc809f0 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Tue, 3 Nov 2015 01:29:12 +0800 Subject: [PATCH 193/244] Revert "Ignoring build folder inside app module in Android projects" This reverts commit f4cf36c5e1e275cb40b981f84be0cd723cd0c152. --- Android.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 7ee6ac0b..c9c2248a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -15,7 +15,6 @@ gen/ # Gradle files .gradle/ build/ -*/build/ # Local configuration file (sdk path, etc) local.properties From f4faeebd86ee1e7c61d98a4265ee28d081dc21f6 Mon Sep 17 00:00:00 2001 From: Julien CROUZET Date: Mon, 2 Nov 2015 19:20:21 +0100 Subject: [PATCH 194/244] Add .npm cache directory --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index b38069de..c5e97b5d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -26,3 +26,6 @@ build/Release # Dependency directory # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git node_modules + +# Optional npm cache directory +.npm From f59e22d1c3571b2b58fcbfee632cdfc51edba5e5 Mon Sep 17 00:00:00 2001 From: Jacer OMRI Date: Tue, 3 Nov 2015 10:16:32 +0100 Subject: [PATCH 195/244] add bower assets as described in the symfony cookbook http://symfony.com/doc/current/cookbook/frontend/bower.html --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index c68377d1..6fac1be4 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -26,6 +26,9 @@ /web/bundles/ /web/uploads/ +# Assets managed by Bower +/web/assets/vendor/ + # PHPUnit /app/phpunit.xml /phpunit.xml From 3885bb94a726bf6386a0bad663e11ee256e22367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20F=C3=B6ldh=C3=A1zi?= Date: Tue, 3 Nov 2015 11:59:53 +0100 Subject: [PATCH 196/244] Update Eclipse.gitignore Add ignore for STS's .springBeans file --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 0e22e957..880dd928 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -37,3 +37,6 @@ local.properties # TeXlipse plugin .texlipse + +# STS (Spring Tool Suite) +.springBeans From b347454db37e78b91bd80a88d3c7f7828556d55d Mon Sep 17 00:00:00 2001 From: Jesper Utoft Date: Wed, 4 Nov 2015 10:56:54 +0100 Subject: [PATCH 197/244] Add pythontex intermediade files to Tex.gitignore --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5b08eaf8..1dc6d62d 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -120,6 +120,10 @@ _minted* *.sympy sympy-plots-for-*.tex/ +#pythontex +*.pytxcode +pythontex-files-*/ + # Texpad .texpadtmp From 64a19dd501a68b0cbbd2c31d400d15410188002f Mon Sep 17 00:00:00 2001 From: Austin Riendeau Date: Wed, 4 Nov 2015 16:53:53 -0700 Subject: [PATCH 198/244] Revert 2bd7d8ec88bc9fad5aca91951826b16118227554 --- Go.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index a8843541..daf913b1 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -22,7 +22,3 @@ _testmain.go *.exe *.test *.prof - -# GO15VENDOREXPERIMENT flag specifics -vendor/** -!vendor/manifest \ No newline at end of file From 5f5926a9bba5b04c4dc36bd931a7d13e096f5f0d Mon Sep 17 00:00:00 2001 From: Julien CROUZET Date: Thu, 5 Nov 2015 16:17:54 +0100 Subject: [PATCH 199/244] Ignore REPL history file Like in #1732, Docker images can consider project directoy as $HOME --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c5e97b5d..4796eb8d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -29,3 +29,6 @@ node_modules # Optional npm cache directory .npm + +# Optional REPL history +.node_repl_history From f0daa85888e8692f3b3ba08383e1dfb155304690 Mon Sep 17 00:00:00 2001 From: Mike Duigou Date: Thu, 5 Nov 2015 08:01:15 -0800 Subject: [PATCH 200/244] NetBeans file nb-configuration.xml should not be ignored. --- Global/NetBeans.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index debe0e48..520d91ff 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -4,5 +4,4 @@ nbbuild/ dist/ nbdist/ nbactions.xml -nb-configuration.xml .nb-gradle/ From 06581f9c741966f7b1ea4f390a84b456a64d6ee8 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 6 Nov 2015 15:04:28 +1100 Subject: [PATCH 201/244] Clean up expired entries, fix whitespace. --- Umbraco.gitignore | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index d5877017..ea05e1fb 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,21 +1,11 @@ # Note: VisualStudio gitignore rules may also be relevant -# ========================= # Umbraco -# ========================= # Ignore unimportant folders generated by Umbraco -**/App_Data/ClientDependency/ -**/App_Data/ExamineIndexes/ **/App_Data/Logs/ **/App_Data/[Pp]review/ **/App_Data/TEMP/ **/App_Data/NuGetBackup/ -**/App_Data/FeedCache/ -**/App_Data/courier/revisions/ -**/App_Data/courier/cache/ -**/App_Data/umbraco.licensing.log.txt -**/App_Data/*.udt -**/aspnet_client/ # Ignore Umbraco content cache file **/App_Data/umbraco.config @@ -25,8 +15,5 @@ !**/App_Data/[Pp]ackages/ !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages -# ========================= # ImageProcessor DiskCache -# ========================= **/App_Data/cache/ -Cached/ From 84010e499fef0b61d4f3cb29a31138b47837797f Mon Sep 17 00:00:00 2001 From: chenyufeng <503434355@qq.com> Date: Mon, 9 Nov 2015 10:51:42 +0800 Subject: [PATCH 202/244] add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore --- Global/Xcode.gitignore | 1 + Objective-C.gitignore | 1 + Swift.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index d07b7894..738468cc 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -21,3 +21,4 @@ xcuserdata *.xccheckout *.moved-aside *.xcuserstate +*.xcscheme diff --git a/Objective-C.gitignore b/Objective-C.gitignore index b15babe7..8001e5ba 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -22,6 +22,7 @@ xcuserdata *.moved-aside *.xcuserstate *.xcscmblueprint +*.xcscheme ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index b15babe7..8001e5ba 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -22,6 +22,7 @@ xcuserdata *.moved-aside *.xcuserstate *.xcscmblueprint +*.xcscheme ## Obj-C/Swift specific *.hmap From 3db9d96ecd6c91e72abf688fca3b89bc826b2ae9 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 12 Nov 2015 00:11:58 +0100 Subject: [PATCH 203/244] Added link to more information about the available options --- Objective-C.gitignore | 2 ++ Swift.gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 8001e5ba..4ccb4368 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -47,6 +47,8 @@ Carthage/Build # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md fastlane/report.xml fastlane/screenshots diff --git a/Swift.gitignore b/Swift.gitignore index 8001e5ba..4ccb4368 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -47,6 +47,8 @@ Carthage/Build # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md fastlane/report.xml fastlane/screenshots From cd3de4966970bb453ca72b19e25db48f39a97e21 Mon Sep 17 00:00:00 2001 From: Wayne Nilsen Date: Fri, 13 Nov 2015 06:05:10 -0500 Subject: [PATCH 204/244] add Cargo.lock to gitignore file by default See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock) > * If you're building a library, put Cargo.lock in your .gitignore. > * If you're building an executable, check Cargo.lock into git. --- Rust.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rust.gitignore b/Rust.gitignore index 37727f91..94408df6 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,3 +9,4 @@ # Generated by Cargo /target/ +Cargo.lock From 271aaab77e1de2c529e89b2f2a8221ba86cf8eb2 Mon Sep 17 00:00:00 2001 From: Wayne Nilsen Date: Fri, 13 Nov 2015 11:17:04 -0500 Subject: [PATCH 205/244] added comment --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index 94408df6..a29d6856 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,4 +9,7 @@ # Generated by Cargo /target/ + +# 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 From 7d2801017c5d98f9a2b871b503d1044e4a0fc940 Mon Sep 17 00:00:00 2001 From: Christopher Bunn Date: Sat, 14 Nov 2015 12:48:28 -0800 Subject: [PATCH 206/244] Updated LICENSE year to 2015 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ac31f1a8..4c9a2ab0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 GitHub, Inc. +Copyright (c) 2015 GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), From 381a78b8afedc5a5a59b8e6d903e9a0362dedc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Mon, 16 Nov 2015 09:35:14 +0100 Subject: [PATCH 207/244] Adding endfloat.sty auxiliary files endfloat.sty produces these two auxiliary files. From Section 3.2 of its documentation: > Loading it will have LTEX produce two extra files with .ttt and .fff extensions (for tables and figures, respectively). --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 1dc6d62d..d4427994 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -141,3 +141,7 @@ pythontex-files-*/ # WinEdt *.bak *.sav + +# endfloat +*.ttt +*.fff From fde9f07c71c06882567e820d7f6c1bb24819874c Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Mon, 16 Nov 2015 16:07:56 +0300 Subject: [PATCH 208/244] Some C++ file extensions used by Delphi These depend of "C/C++ Output file generation" compiler setting --- Delphi.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 800ceb11..89d2d7f9 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -20,6 +20,10 @@ # Deployment Manager configuration file for your project. Added in Delphi XE2. # Uncomment this if it is not mobile development and you do not use remote debug feature. #*.deployproj +# +# C++ object files produced when C/C++ Output file generation is configured. +# Uncomment this if you are not using external objects (zlib library for example). +#*.obj # # Delphi compiler-generated binaries (safe to delete) @@ -37,9 +41,12 @@ *.tds *.dcu *.lib +*.a +*.o # Delphi autogenerated files (duplicated info) *.cfg +*.hpp *Resource.rc # Delphi local files (user-specific info) From fe00bd78b8e0b86cd9124c96588ee9f056801042 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Mon, 16 Nov 2015 16:19:43 +0300 Subject: [PATCH 209/244] Rarely used binary extension OLE Control eXtension (OCX), created by the Active Form wizard --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 89d2d7f9..7af8d6fc 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -43,6 +43,7 @@ *.lib *.a *.o +*.ocx # Delphi autogenerated files (duplicated info) *.cfg From 97dc1fdfc3be743f402dd4a965909f85bc2447d0 Mon Sep 17 00:00:00 2001 From: Nick Brook Date: Thu, 19 Nov 2015 00:24:34 +0000 Subject: [PATCH 210/244] Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore --- Global/Xcode.gitignore | 1 - Objective-C.gitignore | 1 - Swift.gitignore | 1 - 3 files changed, 3 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 738468cc..d07b7894 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -21,4 +21,3 @@ xcuserdata *.xccheckout *.moved-aside *.xcuserstate -*.xcscheme diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 4ccb4368..79d9331b 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -22,7 +22,6 @@ xcuserdata *.moved-aside *.xcuserstate *.xcscmblueprint -*.xcscheme ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 4ccb4368..79d9331b 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -22,7 +22,6 @@ xcuserdata *.moved-aside *.xcuserstate *.xcscmblueprint -*.xcscheme ## Obj-C/Swift specific *.hmap From 6d942c5122bc85d9d97f048923651e654d9a491b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Corbasson?= Date: Fri, 20 Nov 2015 00:39:55 +0100 Subject: [PATCH 211/244] Add ignores for autoscan files --- Autotools.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 053ff52f..88fe3158 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -2,6 +2,10 @@ Makefile.in +/autoscan.log +/autoscan-*.log +/configure.scan + # http://www.gnu.org/software/autoconf /autom4te.cache From 35b890428b527f80cffcc7efd6e0c5654e579348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Corbasson?= Date: Fri, 20 Nov 2015 01:01:04 +0100 Subject: [PATCH 212/244] Update Autotools.gitignore --- Autotools.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Autotools.gitignore b/Autotools.gitignore index 88fe3158..1e9158e2 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -2,16 +2,16 @@ Makefile.in -/autoscan.log -/autoscan-*.log -/configure.scan - # http://www.gnu.org/software/autoconf /autom4te.cache +/autoscan.log +/autoscan-*.log /aclocal.m4 /compile +/config.h.in /configure +/configure.scan /depcomp /install-sh /missing From ff775c60d314c4139d82294efa2c23caca4f40b8 Mon Sep 17 00:00:00 2001 From: dveim Date: Sun, 29 Nov 2015 20:43:21 +0200 Subject: [PATCH 213/244] remove harmful ignore 'project/project' is valid directory for 'project' project-related files. For example, if one configure his sbt build to use scala files directly from 'project/', dependencies like 'project/project/plugins.sbt' will be ignored because of this line. See http://www.scala-sbt.org/0.13/tutorial/Organizing-Build.html#sbt+is+recursive. --- PlayFramework.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index ae5ec9fe..6d67f119 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -5,7 +5,6 @@ bin/ /lib/ /logs/ /modules -/project/project /project/target /target tmp/ From 935c3701bd1e74869bf99fdab0e3548475b0b79a Mon Sep 17 00:00:00 2001 From: Thomas Steinholz Date: Sun, 29 Nov 2015 14:20:50 -0500 Subject: [PATCH 214/244] Update Qt.gitignore Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others. --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 85a6baac..04b7a506 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -23,7 +23,7 @@ moc_*.cpp qrc_*.cpp ui_*.h Makefile* -*-build-* +*build-* # QtCreator From 5bb4e85357cb42ceff26233f67c27368d405cda0 Mon Sep 17 00:00:00 2001 From: Julien Liabeuf Date: Mon, 30 Nov 2015 11:03:09 +0700 Subject: [PATCH 215/244] Incorrect Dir Path When generating the ignore rules for Composer, an incorrect format is used. The vendor directory added is written `vendor/`, which causes other `vendors` directories to be ignored. The correct format to use is `/vendor/`, which would only ignore the root `vendor` directory. --- Composer.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Composer.gitignore b/Composer.gitignore index 3a693c92..c4222678 100644 --- a/Composer.gitignore +++ b/Composer.gitignore @@ -1,5 +1,5 @@ composer.phar -vendor/ +/vendor/ # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file From 454f5e6cf40e3b0d9a883a19b084bff78006eaf6 Mon Sep 17 00:00:00 2001 From: Curtis Badke Date: Mon, 30 Nov 2015 08:45:18 -0700 Subject: [PATCH 216/244] Fix typo for Azure Emulator log directory --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 49f381c4..5d0bed5d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -156,7 +156,7 @@ csx/ *.build.csdef # Windows Azure Emulator -efc/ +ecf/ rfc/ # Windows Store app package directory From b387d8937b5709c97e80dcc5769687a1dc997628 Mon Sep 17 00:00:00 2001 From: Curtis Badke Date: Mon, 30 Nov 2015 15:59:49 -0700 Subject: [PATCH 217/244] Fix typo rfc -> rcf --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5d0bed5d..d0d9bf78 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -157,7 +157,7 @@ csx/ # Windows Azure Emulator ecf/ -rfc/ +rcf/ # Windows Store app package directory AppPackages/ From a393ef8de999946cbb0210c24bb8ba39ffb511c0 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Tue, 1 Dec 2015 11:33:51 -0800 Subject: [PATCH 218/244] Add 'opendb' file to VisualStudio.gitignore --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d0d9bf78..dd7327e6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -76,6 +76,7 @@ _Chutzpah* ipch/ *.aps *.ncb +*.opendb *.opensdf *.sdf *.cachefile From ada61a7f50be34021f92f999c694c4d1abe29b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Wed, 2 Dec 2015 16:31:51 +0000 Subject: [PATCH 219/244] Update OpenCart.gitignore Ignore storage folder (contains logs, cache, etc.) --- OpenCart.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index cc937674..28e45aa6 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -9,3 +9,5 @@ image/data/ image/cache/ system/cache/ system/logs/ + +system/storage/ From 611c239f68c29c535a563d4e4231658378c31023 Mon Sep 17 00:00:00 2001 From: Nate Stedman Date: Fri, 4 Dec 2015 09:08:40 -0500 Subject: [PATCH 220/244] Add Swift Package Manager to Swift.gitignore Matches the style used for Carthage - build disabled by default, checkouts optionally disabled. --- Swift.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 79d9331b..89d806ec 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -27,6 +27,12 @@ xcuserdata *.hmap *.ipa +# Swift Package Manager +# +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +.build/ + # CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However From 5d98cfd19e3bcbb2cda4877733cf10ab6ddcbdbf Mon Sep 17 00:00:00 2001 From: Shawn Gibbons Date: Sat, 5 Dec 2015 13:39:47 -0500 Subject: [PATCH 221/244] Updated for Joomla 3.4.5 --- Joomla.gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index cf36d8cf..ac47eaeb 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -296,6 +296,7 @@ /components/com_wrapper/* /components/index.html /images/banners/* +/images/headers/* /images/sampledata/* /images/joomla* /images/index.html @@ -309,6 +310,7 @@ /language/en-GB/en-GB.com_tags.ini /language/en-GB/en-GB.finder_cli.ini /language/en-GB/en-GB.lib_fof.sys.ini +/language/en-GB/en-GB.lib_fof.ini /language/en-GB/en-GB.com_content.ini /language/en-GB/en-GB.lib_idna_convert.sys.ini /language/en-GB/en-GB.com_mailto.ini @@ -395,21 +397,36 @@ /language/en-GB/install.xml /language/overrides/* /language/index.html +/layouts/joomla/* +/layouts/libraries/* +/layouts/plugins/* +/layouts/index.html /libraries/cms.php /libraries/cms/* +/libraries/fof/* +/libraries/idna_convert/* /libraries/joomla/* +/libraries/legacy/* +/libraries/phpass/* /libraries/phpmailer/* /libraries/phputf8/* /libraries/simplepie/* +/libraries/vendor/* +/libraries/classmap.php +/libraries/import.legacy.php /libraries/index.html /libraries/import.php /libraries/loader.php /libraries/platform.php /logs/* /media/cms/* +/media/com_contenthistory/* /media/com_finder/* +/media/com_joomlaupdate/* +/media/com_wrapper/* /media/contacts/* /media/editors/* +/media/jui/* /media/mailto/* /media/media/* /media/mod_languages/* @@ -439,6 +456,8 @@ /modules/mod_search/* /modules/mod_stats/* /modules/mod_syndicate/* +/modules/mod_tags_popular/* +/modules/mod_tags_similar/* /modules/mod_users_latest/* /modules/mod_weblinks/* /modules/mod_whosonline/* @@ -448,6 +467,7 @@ /plugins/authentication/gmail/* /plugins/authentication/joomla/* /plugins/authentication/ldap/* +/plugins/authentication/cookie/* /plugins/authentication/index.html /plugins/captcha/recaptcha/* /plugins/captcha/index.html @@ -523,3 +543,4 @@ /index.php /joomla.xml /*.txt +/robots.txt.dist \ No newline at end of file From c7a4ac81812aba86bc4cd2ec2f4b22efed40e100 Mon Sep 17 00:00:00 2001 From: Shawn Gibbons Date: Sat, 5 Dec 2015 13:49:30 -0500 Subject: [PATCH 222/244] Updated for Joomla 3.4.5 --- Joomla.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index ac47eaeb..ffaf0739 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -408,7 +408,6 @@ /libraries/joomla/* /libraries/legacy/* /libraries/phpass/* -/libraries/phpmailer/* /libraries/phputf8/* /libraries/simplepie/* /libraries/vendor/* From 6e1ae4aa6d87fc24214761a82489db478ea40a0c Mon Sep 17 00:00:00 2001 From: Shawn Gibbons Date: Sat, 5 Dec 2015 14:01:41 -0500 Subject: [PATCH 223/244] Updated for Joomla 3.4.5 --- Joomla.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index ffaf0739..ac47eaeb 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -408,6 +408,7 @@ /libraries/joomla/* /libraries/legacy/* /libraries/phpass/* +/libraries/phpmailer/* /libraries/phputf8/* /libraries/simplepie/* /libraries/vendor/* From bf845507564bfc38943730c11da8b05bf6033d9e Mon Sep 17 00:00:00 2001 From: Stephen Date: Sun, 6 Dec 2015 11:47:00 -0800 Subject: [PATCH 224/244] Update to include iMPACT and Core Generator files --- Global/XilinxISE.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Global/XilinxISE.gitignore b/Global/XilinxISE.gitignore index e041f51b..4475f843 100644 --- a/Global/XilinxISE.gitignore +++ b/Global/XilinxISE.gitignore @@ -42,6 +42,16 @@ *_usage.xml *_xst.xrpt +# iMPACT generated files +_impactbatch.log +impact.xsl +impact_impact.xwbt +ise_impact.cmd +webtalk_impact.xml + +# Core Generator generated files +xaw2verilog.log + # project-wide generated files *.gise par_usage_statistics.html From 5e08bf6060e7d0bc9c035f11d0ee81768b317a3f Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 10 Dec 2015 13:08:58 +0800 Subject: [PATCH 225/244] Unity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries and `*.svd` svd files to be ignored modified: Unity.gitignore --- Unity.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 9de94098..a51fd65e 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -2,8 +2,11 @@ /[Tt]emp/ /[Oo]bj/ /[Bb]uild/ +/[Bb]uilds/ +/Assets/AssetStoreTools* # Autogenerated VS/MD solution and project files +ExportedObj/ *.csproj *.unityproj *.sln @@ -13,6 +16,8 @@ *.userprefs *.pidb *.booproj +*.svd + # Unity3D generated meta files *.pidb.meta From a32059c07c47e18738da84d1c715d1886e9cf532 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Fri, 11 Dec 2015 11:35:40 +0100 Subject: [PATCH 226/244] Tex: Ignore files generated by pdfcomment package The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index d4427994..79459c92 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -120,6 +120,10 @@ _minted* *.sympy sympy-plots-for-*.tex/ +# pdfcomment +*.upa +*.upb + #pythontex *.pytxcode pythontex-files-*/ From f5784d7a10fe288a80066f60cf4a5efa280faca8 Mon Sep 17 00:00:00 2001 From: Justas Brazauskas Date: Sun, 13 Dec 2015 16:07:46 +0200 Subject: [PATCH 227/244] Fix few typos --- Global/EiffelStudio.gitignore | 2 +- Rails.gitignore | 4 ++-- Ruby.gitignore | 2 +- Typo3.gitignore | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Global/EiffelStudio.gitignore b/Global/EiffelStudio.gitignore index a7ba35f8..f41b4f70 100644 --- a/Global/EiffelStudio.gitignore +++ b/Global/EiffelStudio.gitignore @@ -1,2 +1,2 @@ -# The compilation directoy +# The compilation directory EIFGENs diff --git a/Rails.gitignore b/Rails.gitignore index f786a90a..55fcde6c 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -16,11 +16,11 @@ pickle-email-*.html config/initializers/secret_token.rb config/secrets.yml -## Environment normalisation: +## Environment normalization: /.bundle /vendor/bundle -# these should all be checked in to normalise the environment: +# these should all be checked in to normalize the environment: # Gemfile.lock, .ruby-version, .ruby-gemset # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: diff --git a/Ruby.gitignore b/Ruby.gitignore index 1ba91c05..a8b1cda2 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -21,7 +21,7 @@ build/ /doc/ /rdoc/ -## Environment normalisation: +## Environment normalization: /.bundle/ /vendor/bundle /lib/bundler/man/ diff --git a/Typo3.gitignore b/Typo3.gitignore index 5781fcc3..cb024fef 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -1,5 +1,5 @@ ## TYPO3 v6.2 -# Ignore serveral upload and file directories. +# Ignore several upload and file directories. /fileadmin/user_upload/ /fileadmin/_temp_/ /fileadmin/_processed_/ From 21f95b328020f705cb46ca3431c4a97d6893c25d Mon Sep 17 00:00:00 2001 From: Alexey Belyansky Date: Mon, 14 Dec 2015 21:52:44 +0300 Subject: [PATCH 228/244] Ignore BundleArtifacts folder --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index dd7327e6..249d20f9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -162,6 +162,7 @@ rcf/ # Windows Store app package directory AppPackages/ +BundleArtifacts/ # Visual Studio cache files # files ending in .cache can be ignored From 61a76c1c08252a7af0291564dd055f2b73ca8c5e Mon Sep 17 00:00:00 2001 From: Roland Cooper Date: Thu, 17 Dec 2015 23:29:32 +0200 Subject: [PATCH 229/244] Add new line at end of file --- Joomla.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index ac47eaeb..0d7a0de2 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -543,4 +543,4 @@ /index.php /joomla.xml /*.txt -/robots.txt.dist \ No newline at end of file +/robots.txt.dist From fe3b2f4d97a4673f1f47ccea3c5e674d7be6d395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Mon, 21 Dec 2015 13:55:17 +0100 Subject: [PATCH 230/244] Ignore auxiliary files from \usepackage{cprotect} [cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore. --- TeX.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 79459c92..b04dbd0e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -32,8 +32,6 @@ *.pdfsync ## Auxiliary and intermediate files from other packages: - - # algorithms *.alg *.loa @@ -49,6 +47,9 @@ acs-*.bib *.snm *.vrb +# cprotect +*.cpt + #(e)ledmac/(e)ledpar *.end *.[1-9] From 6d1612cff43252b389a9e2e69f57c300a4993e82 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 27 Dec 2015 07:29:24 -0800 Subject: [PATCH 231/244] Ignore files generated by NuGet v3 project.json --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 249d20f9..b68002de 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,6 +151,9 @@ publish/ !**/packages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets # Windows Azure Build Output csx/ From 346fb93318b0714e0413fbf0dc9d4b176ec5b3a7 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 27 Dec 2015 07:51:37 -0800 Subject: [PATCH 232/244] Stop ignoring StyleCop.json StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't. See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case. Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 249d20f9..314c9211 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -172,7 +172,6 @@ BundleArtifacts/ # Others ClientBin/ -[Ss]tyle[Cc]op.* ~$* *~ *.dbmdl From 849fa552f2171df8503d2b4e93c80c18493469dc Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 27 Dec 2015 07:57:50 -0800 Subject: [PATCH 233/244] Remove `build/` suppression The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in. I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 249d20f9..30b6cdb0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -17,7 +17,6 @@ [Rr]eleases/ x64/ x86/ -build/ bld/ [Bb]in/ [Oo]bj/ From a25589c92187674f68dcfafe8433e0c1e6069159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Lundsg=C3=A5rd?= Date: Mon, 28 Dec 2015 20:09:39 +0100 Subject: [PATCH 234/244] Ignore Azure ApplicationInsights.config Ignore Azure ApplicationInsights.config in VisualStudio.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 314c9211..d2297f0b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -160,6 +160,9 @@ csx/ ecf/ rcf/ +# Windows Azure ApplicationInsights config file +ApplicationInsights.config + # Windows Store app package directory AppPackages/ BundleArtifacts/ From 65ba08ced79926c4993e444702833153d4bfaab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Lundsg=C3=A5rd?= Date: Mon, 28 Dec 2015 20:11:44 +0100 Subject: [PATCH 235/244] Name update of Windows Azure Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/ --- VisualStudio.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d2297f0b..5362f99b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -152,15 +152,15 @@ publish/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config -# Windows Azure Build Output +# Microsoft Azure Build Output csx/ *.build.csdef -# Windows Azure Emulator +# Microsoft Azure Emulator ecf/ rcf/ -# Windows Azure ApplicationInsights config file +# Microsoft Azure ApplicationInsights config file ApplicationInsights.config # Windows Store app package directory From 5fa2ff234591ddae5a79d183a67492d67773ff86 Mon Sep 17 00:00:00 2001 From: Dmitry Rosolko Date: Thu, 31 Dec 2015 12:40:20 +0300 Subject: [PATCH 236/244] Update Eclipse.gitignore Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore. --- Global/Eclipse.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 880dd928..fcafca5d 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,6 +1,5 @@ *.pydevproject .metadata -.gradle bin/ tmp/ *.tmp From 3e9a2d98e256b87102e73011c16b13c721bc57fe Mon Sep 17 00:00:00 2001 From: dopefishh Date: Sun, 3 Jan 2016 13:28:45 +0100 Subject: [PATCH 237/244] Add TeX precompiled preamble and xypic A precompiled header(`latex -ini`) compiled creates a `.fmt` file. To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index b04dbd0e..06f59b3f 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -6,6 +6,7 @@ *.fls *.out *.toc +*.fmt ## Intermediate documents: *.dvi @@ -143,6 +144,9 @@ pythontex-files-*/ # xindy *.xdy +# xypic precompiled matrices +*.xyc + # WinEdt *.bak *.sav From 679c67738234abd77567df5c07257bfab314f106 Mon Sep 17 00:00:00 2001 From: Adriano Ferreira Date: Sun, 3 Jan 2016 11:56:41 -0500 Subject: [PATCH 238/244] Ignore timeline.xctimeline playground file --- Swift.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 89d806ec..c705373d 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -27,6 +27,9 @@ xcuserdata *.hmap *.ipa +## Playgrounds +timeline.xctimeline + # Swift Package Manager # # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. From 33da976da9a6ff4394797ef807651a79114c0065 Mon Sep 17 00:00:00 2001 From: Adriano Ferreira Date: Sun, 3 Jan 2016 12:02:46 -0500 Subject: [PATCH 239/244] Ignore playground.xcworkspace playground file --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index c705373d..5e5d5ceb 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -29,6 +29,7 @@ xcuserdata ## Playgrounds timeline.xctimeline +playground.xcworkspace # Swift Package Manager # From efab0fd13c8bcd0dc1bb43063b5647a98496b044 Mon Sep 17 00:00:00 2001 From: James Elford Date: Sun, 10 Jan 2016 09:01:17 +0000 Subject: [PATCH 240/244] Include lib64 for virtualenv On systems that require a lib64, virtualenv creates a symlink to the local lib. --- Global/VirtualEnv.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index 831cf3af..3259f81e 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -4,6 +4,7 @@ [Bb]in [Ii]nclude [Ll]ib +[Ll]ib64 [Ll]ocal [Ss]cripts pyvenv.cfg From ce4e9ccd7a714da6b0e1ea313acdaf832a533750 Mon Sep 17 00:00:00 2001 From: Rogier Slag Date: Sun, 10 Jan 2016 15:59:25 +0100 Subject: [PATCH 241/244] Exclude Latexian temp files for Tex documents Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 06f59b3f..fb533ccc 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -154,3 +154,6 @@ pythontex-files-*/ # endfloat *.ttt *.fff + +# Latexian +TSWLatexianTemp* From 491eca8bda234da47c8dcf32770ba8067e233822 Mon Sep 17 00:00:00 2001 From: mimibar Date: Wed, 13 Jan 2016 13:00:10 -0600 Subject: [PATCH 242/244] Comments Just added some comments. Some of us don't need some of the lines in the file. --- Global/Eclipse.gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index fcafca5d..6229f7cf 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,4 +1,4 @@ -*.pydevproject + .metadata bin/ tmp/ @@ -19,7 +19,10 @@ local.properties # Locally stored "Eclipse launch configurations" *.launch -# CDT-specific +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) .cproject # JDT-specific (Eclipse Java Development Tools) @@ -28,7 +31,7 @@ local.properties # Java annotation processor (APT) .factorypath -# PDT-specific +# PDT-specific (PHP Development Tools) .buildpath # sbteclipse plugin From 2cf1699227078831970231a8854b853f2ff0079c Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sat, 16 Jan 2016 17:56:31 +0530 Subject: [PATCH 243/244] Update license year to 2016 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4c9a2ab0..b8a103ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 GitHub, Inc. +Copyright (c) 2016 GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), From cedf149de3ecaee2492a8122a6d872f0b1e5fa19 Mon Sep 17 00:00:00 2001 From: Levin Rickert Date: Sun, 17 Jan 2016 17:43:54 +0100 Subject: [PATCH 244/244] URL doesn't exists anymore --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 4796eb8d..e920c167 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -24,7 +24,6 @@ coverage build/Release # Dependency directory -# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git node_modules # Optional npm cache directory