From b2a12b717c71b320abdb11dee49003c84342cbe2 Mon Sep 17 00:00:00 2001 From: Arjun Sreedharan Date: Wed, 19 Feb 2014 20:16:17 +0530 Subject: [PATCH 0001/1016] add downloads/ in Distribution / packaging --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469a6..61119b04f6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -12,6 +12,7 @@ bin/ build/ develop-eggs/ dist/ +downloads/ eggs/ lib/ lib64/ From 35e7a40df9de7ce08520db1f588141659426e929 Mon Sep 17 00:00:00 2001 From: David Leon Gil Date: Sat, 17 May 2014 20:58:08 -0400 Subject: [PATCH 0002/1016] Added .gitignore for Ninja build system dependency-cache and log. --- ninja.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ninja.gitignore diff --git a/ninja.gitignore b/ninja.gitignore new file mode 100644 index 0000000000..50e58f24cc --- /dev/null +++ b/ninja.gitignore @@ -0,0 +1,2 @@ +.ninja_deps +.ninja_log From 53441c0cd6f8bc95a9766084f95dee68d3498700 Mon Sep 17 00:00:00 2001 From: thurask Date: Tue, 10 Jun 2014 15:25:31 -0400 Subject: [PATCH 0003/1016] Create Momentics.gitignore Ignore debug/release builds (those go in Releases) --- Global/Momentics.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Momentics.gitignore diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore new file mode 100644 index 0000000000..35095540b9 --- /dev/null +++ b/Global/Momentics.gitignore @@ -0,0 +1,3 @@ +# Built files +x86/ +arm/ From 174e4d5178f3b8db224a74de2dc28baec447bc69 Mon Sep 17 00:00:00 2001 From: Ryan Shrum Date: Thu, 12 Jun 2014 11:35:22 -0400 Subject: [PATCH 0004/1016] Added recommended gitignore rules from Craft Signed-off-by: Ryan Shrum --- CraftCMS.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CraftCMS.gitignore diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore new file mode 100644 index 0000000000..0d0d133910 --- /dev/null +++ b/CraftCMS.gitignore @@ -0,0 +1,5 @@ +.DS_Store + +# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] +/craft/storage/* +!/craft/storage/logo/* \ No newline at end of file From f380ad40c4bf02111817a6959450429e8b8c8e67 Mon Sep 17 00:00:00 2001 From: thurask Date: Fri, 13 Jun 2014 20:27:05 -0400 Subject: [PATCH 0005/1016] Add arm-p folder arm-p is another compiled output folder, for device-profile builds --- Global/Momentics.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore index 35095540b9..4e8924dc74 100644 --- a/Global/Momentics.gitignore +++ b/Global/Momentics.gitignore @@ -1,3 +1,4 @@ # Built files x86/ arm/ +arm-p/ From 2a0905488001e06d1881a4f0e9c8e4484437bbe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sat, 14 Jun 2014 11:55:20 +0200 Subject: [PATCH 0006/1016] Create GitBook.gitignore --- GitBook.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 GitBook.gitignore diff --git a/GitBook.gitignore b/GitBook.gitignore new file mode 100644 index 0000000000..333873a45f --- /dev/null +++ b/GitBook.gitignore @@ -0,0 +1,31 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# 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 +node_modules + +# Users Environment Variables +.lock-wscript + +# Book build output +_book From da80a0cacf02afc701f469390f4c1ee483927349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sat, 14 Jun 2014 12:05:01 +0200 Subject: [PATCH 0007/1016] Add ebook build output in GitBook gitignore --- GitBook.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GitBook.gitignore b/GitBook.gitignore index 333873a45f..7cb665f280 100644 --- a/GitBook.gitignore +++ b/GitBook.gitignore @@ -29,3 +29,8 @@ node_modules # Book build output _book + +# eBook build output +*.epub +*.mobi +*.pdf From 65565585ffb94307efa79d5f659f69c33b12ed94 Mon Sep 17 00:00:00 2001 From: Andrew Lambert Date: Thu, 19 Jun 2014 15:14:40 -0700 Subject: [PATCH 0008/1016] Add REALbasic --- REALbasic.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 REALbasic.gitignore diff --git a/REALbasic.gitignore b/REALbasic.gitignore new file mode 100644 index 0000000000..011a625500 --- /dev/null +++ b/REALbasic.gitignore @@ -0,0 +1,9 @@ +#RB & Xojo temp files/folders +Builds* +*.debug +*.debug.app +Debug*.exe +Debug*/Debug*.exe +Debug*/Debug*\ Libs +*.rbuistate +*.obsolete \ No newline at end of file From ce45fd33a6f1d283743e8ccd0d6023d2e59b14cc Mon Sep 17 00:00:00 2001 From: Ryan Shrum Date: Tue, 24 Jun 2014 10:01:43 -0400 Subject: [PATCH 0009/1016] Removing .DS_Store rule as it is included in global rules Signed-off-by: Ryan Shrum --- CraftCMS.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore index 0d0d133910..a70d4772c4 100644 --- a/CraftCMS.gitignore +++ b/CraftCMS.gitignore @@ -1,5 +1,3 @@ -.DS_Store - # Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] /craft/storage/* !/craft/storage/logo/* \ No newline at end of file From b28b73937daefd96a3fe05937a1ff43678d83958 Mon Sep 17 00:00:00 2001 From: dsmithni Date: Tue, 24 Jun 2014 10:56:38 -0500 Subject: [PATCH 0010/1016] LabVIEW.gitignore LabVIEW (ni.com/labview) is a graphical system design tool. File extensions are listed here: http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/lv_file_extensions/ .llb and lvlibp are for binary distributions, and are excluded for the same reason shared objects are excluded. .aliases and .lvlps are metadata related to the project file, and are automatically updated when moving between machines (see note on that help page). --- LabVIEW.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LabVIEW.gitignore diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore new file mode 100644 index 0000000000..122450865c --- /dev/null +++ b/LabVIEW.gitignore @@ -0,0 +1,16 @@ +# Libraries +*.lvlibp +*.llb + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe + +# Metadata +*.aliases +*.lvlps From 1d6614913b8c2bad14e8d12a572571e67085883e Mon Sep 17 00:00:00 2001 From: "nikolay.bondarenko" Date: Tue, 1 Jul 2014 16:05:36 +0400 Subject: [PATCH 0011/1016] Add QtCreator qmlproject temp files ignoring --- Qt.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 623e5fea26..965f90d424 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -26,3 +26,7 @@ Makefile* # QtCreator *.autosave + +#QtCtreator Qml +*.qmlproject.user +*.qmlproject.user.* From 7222e77266ca62d3a920600a91ca94718639c7fd Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 8 Jul 2014 11:43:42 +1000 Subject: [PATCH 0012/1016] Revert "Remove redundant Umbraco exceptions to VS rules" This reverts commit 5b168d43009dbfa9e5b02dd6be7ee5961059ea61. Amends #1131 - fixes Umbraco template to compensate for the change in the VisualStudio template which would lead to issues if the two were used together. These rules were originally added by @bbodenmiller in #1013 --- Umbraco.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index f762672ed2..75970e0c2a 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -10,3 +10,8 @@ Cached/ # Ignore Umbraco content cache file **/App_Data/umbraco.config + +# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) +# Make sure to include details from VisualStudio.gitignore BEFORE this +!**/App_Data/[Pp]ackages/ +!**/[Uu]mbraco/developer/[Pp]ackages From ced2a153472c60d905522041d27874c6a36d60a7 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 8 Jul 2014 12:17:13 +1000 Subject: [PATCH 0013/1016] Clarify the NuGet packages comments Amends #1131 See these resources for explanation: http://docs.nuget.org/docs/reference/package-restore http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages --- VisualStudio.gitignore | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c6ec875f3e..3fb3a4d688 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -131,17 +131,13 @@ publish/ *.pubxml # NuGet Packages -**/packages/* *.nupkg -## TODO: If the tool you use *requires* repositories.config, (note that this file is normally regenerated so you should not need it in source control) -## uncomment the next line -#!**/packages/repositories.config - -# Enable "build/" folder in the NuGet Packages folder since -# NuGet packages use it for MSBuild targets. -# This line needs to be after the ignore of the build folder -# (and the packages folder if the line above has been uncommented) +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. !**/packages/build/ +# If using the old MSBuild-Integrated Package Restore, uncomment this: +#!**/packages/repositories.config # Windows Azure Build Output csx/ From 08def965cd1c0241a7cffbe7c26a74b3cab61243 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 8 Jul 2014 12:20:07 +1000 Subject: [PATCH 0014/1016] Fix comment that was nonsensical after a previous change --- VisualStudio.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3fb3a4d688..296b6c4e55 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -125,9 +125,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -## TODO: Comment the next line if you want to checkin your -## web deploy settings but do note that will include unencrypted -## passwords +# TODO: Comment out the next line if you want to keep your passwords hidden *.pubxml # NuGet Packages From 68e79f379d97200fde68d9085268d2617ad17e20 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 8 Jul 2014 18:13:34 +1000 Subject: [PATCH 0015/1016] Make ninja a global template. Amends #1084 --- ninja.gitignore => Global/Ninja.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ninja.gitignore => Global/Ninja.gitignore (100%) diff --git a/ninja.gitignore b/Global/Ninja.gitignore similarity index 100% rename from ninja.gitignore rename to Global/Ninja.gitignore From 70dab67e35d20588bad711bbaaefedf6cd033fab Mon Sep 17 00:00:00 2001 From: Heather Date: Tue, 8 Jul 2014 21:41:13 +0400 Subject: [PATCH 0016/1016] add /target/ (generated by Cargo) to Rust gitignore --- Rust.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index 61d774488d..37727f91cb 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,5 +1,11 @@ +# Compiled files *.o *.so *.rlib *.dll + +# Executables *.exe + +# Generated by Cargo +/target/ From 7b9f33763cdac48df65d88923a8ac74a84bbe77a Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Thu, 10 Jul 2014 08:38:21 -0700 Subject: [PATCH 0017/1016] Clarify what commenting *.pubxml does https://github.com/github/gitignore/commit/08def965cd1c0241a7cffbe7c26a74b3cab61243 incorrect states that commenting *.pubxml will keep your passwords hidden when it will actually do the opposite. This clarifies what commenting *.pubxml does and warns you of the dangers. --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 296b6c4e55..b1931b38db 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -125,7 +125,8 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment out the next line if you want to keep your passwords hidden +# TODO: Comment the next line if you want to checkin your +# web deploy settings but any saved passwords will be unencrypted *.pubxml # NuGet Packages From 279936d8eb91db6b863cab4e1c35c424400e4e95 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Thu, 10 Jul 2014 14:02:18 -0700 Subject: [PATCH 0018/1016] database connection strings unencrypted user passwords are stored in *.user files so it is only database connection strings that are not protected. --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b1931b38db..5b4334f576 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -125,8 +125,8 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your -# web deploy settings but any saved passwords will be unencrypted +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted *.pubxml # NuGet Packages From 9802c2cfd81be1a3dfadf976d9456e5a073081b4 Mon Sep 17 00:00:00 2001 From: Sam Duke Date: Mon, 14 Jul 2014 12:21:40 +0100 Subject: [PATCH 0019/1016] Update JetBrains.gitignore To clarify when to ignore/include *.imls as per https://intellij-support.jetbrains.com/entries/23393067 also added optionals from the same --- Global/JetBrains.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 343bec2934..157f750175 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,5 +1,7 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm +## For directory vs file based set-ups, see: https://intellij-support.jetbrains.com/entries/23393067 + ## Directory-based project format .idea/ # if you remove the above rule, at least ignore user-specific stuff: @@ -10,8 +12,12 @@ # .idea/dataSources.xml # .idea/sqlDataSources.xml # .idea/dynamic.xml +# optionals: +# .idea/gradle.xml +# .idea/dictionaries +# .idea/libraries -## File-based project format +## File-based project format - remove if using the above *.ipr *.iml *.iws From d4e192ffee77aaa40ec43e0f7f70d912d74e4705 Mon Sep 17 00:00:00 2001 From: Sam Duke Date: Tue, 15 Jul 2014 11:57:37 +0100 Subject: [PATCH 0020/1016] Updated following feedback removed the iml filter - this is my current best understanding of the docs, but I'm still unsure --- Global/JetBrains.gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 157f750175..f3d8960d96 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,25 +1,22 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm -## For directory vs file based set-ups, see: https://intellij-support.jetbrains.com/entries/23393067 - ## Directory-based project format .idea/ # if you remove the above rule, at least ignore user-specific stuff: # .idea/workspace.xml # .idea/tasks.xml +# .idea/dictionaries # and these sensitive or high-churn files: # .idea/dataSources.ids # .idea/dataSources.xml # .idea/sqlDataSources.xml # .idea/dynamic.xml -# optionals: +# and, if using gradle:: # .idea/gradle.xml -# .idea/dictionaries # .idea/libraries -## File-based project format - remove if using the above +## File-based project format *.ipr -*.iml *.iws ## Additional for IntelliJ From 7ce5fbcea586cdbf3e3a46c5b231f6d1c07f60e1 Mon Sep 17 00:00:00 2001 From: Sam Duke Date: Tue, 15 Jul 2014 12:06:15 +0100 Subject: [PATCH 0021/1016] change iml guess that root iml needs to be ignored and others need to be shared --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index f3d8960d96..333bdd26b8 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -2,6 +2,7 @@ ## Directory-based project format .idea/ +/*.iml # if you remove the above rule, at least ignore user-specific stuff: # .idea/workspace.xml # .idea/tasks.xml From 21f1d7772141177dc76e1d1a5367ba18590b6169 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 16 Jul 2014 23:09:37 +1000 Subject: [PATCH 0022/1016] Link a new fortran template to existing c++ one As per #1140 --- Fortran.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 120000 Fortran.gitignore diff --git a/Fortran.gitignore b/Fortran.gitignore new file mode 120000 index 0000000000..5daba98a3e --- /dev/null +++ b/Fortran.gitignore @@ -0,0 +1 @@ +C++.gitignore \ No newline at end of file From 3ba3b32b84669b64fe26f1ae2ce0a49546c7bb75 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Fri, 18 Jul 2014 09:13:18 -0400 Subject: [PATCH 0023/1016] Adding fortan module files. --- C++.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 0def2755df..35e15598d8 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -9,6 +9,9 @@ *.dylib *.dll +# Fortran module files +*.mod + # Compiled Static libraries *.lai *.la From 6f167b8992f137c6b878094df09f65978c76d63c Mon Sep 17 00:00:00 2001 From: Fabian Heredia Montiel Date: Fri, 18 Jul 2014 16:11:42 -0500 Subject: [PATCH 0024/1016] Add ignores for bower-rails bower-rails integrates bower.io into Rails, it allows you to have everything in a Bowerfile and install all vendor assets easily. --- Rails.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index d9474d9da3..4fae5d0a44 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -24,3 +24,8 @@ config/secrets.yml # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc + +# if using bower-rails ignore default bower_components path bower.json files +/vendor/assets/bower_components +*.bowerrc +bower.json From a53ae5d7ca52fa3192a0af3f1f538a15c9c99eb0 Mon Sep 17 00:00:00 2001 From: Martin Blech Date: Wed, 23 Jul 2014 19:23:20 -0300 Subject: [PATCH 0025/1016] Add Swift.gitignore I just copied Objective-C.gitignore. It seemed to do the job with a small Swift project. --- Swift.gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Swift.gitignore diff --git a/Swift.gitignore b/Swift.gitignore new file mode 100644 index 0000000000..a3cd143a40 --- /dev/null +++ b/Swift.gitignore @@ -0,0 +1,26 @@ +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate + +# CocoaPods +# +# 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 +# +# Pods/ From a27e91ec008ca7e40af427724c78a46a7b47a15e Mon Sep 17 00:00:00 2001 From: ChemiKhazi Date: Sat, 26 Jul 2014 18:40:52 +0800 Subject: [PATCH 0026/1016] Update Unity.gitignore Ignore the build directory in case a Unity build is initiated in the project. --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index feb47395d6..9d8e1156f6 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,6 +1,7 @@ [Ll]ibrary/ [Tt]emp/ [Oo]bj/ +[Bb]uild/ # Autogenerated VS/MD solution and project files /*.csproj From fc98caa730e6d3db80055d00ae5c2378b690c163 Mon Sep 17 00:00:00 2001 From: Glaived Date: Sun, 27 Jul 2014 18:46:05 +0200 Subject: [PATCH 0027/1016] Adding cache files and binary files --- Global/SublimeText.gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 77b2848ac1..2c0ab32a71 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,11 @@ +# cache files for sublime text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# python code in binary format +*.pyc + # workspace files are user-specific *.sublime-workspace @@ -5,5 +13,5 @@ # proportion of contributors will probably not be using SublimeText # *.sublime-project -#sftp configuration file +# sftp configuration file sftp-config.json From 9e35fe9b2f2b6cb861ca160ca56bb7a41d7e53f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Tue, 29 Jul 2014 11:40:15 +0200 Subject: [PATCH 0028/1016] (TeX) Exclude files generated by using backref. When doing \usepackage[backref]{hyperref} the pages of the references are shown in the bibliography. Those files can be safely ignored. Info: http://tex.stackexchange.com/a/7772/828 --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index c5d2e1c3ec..6938eea775 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -20,6 +20,7 @@ *.blg *-blx.aux *-blx.bib +*.brf *.run.xml ## Build tool auxiliary files: From d91e30aca91a25a3bcf1e05d8a66485e01e7a8ad Mon Sep 17 00:00:00 2001 From: Eddie Abou-Jaoude Date: Thu, 31 Jul 2014 07:42:20 +0100 Subject: [PATCH 0029/1016] Updated Zend Framework gitignore as per docs ``` data/: This directory provides a place to store application data that is volatile and possibly temporary. The disturbance of data in this directory might cause the application to fail. Also, the information in this directory may or may not be committed to a subversion repository. Examples of things in this directory are session files, cache files, sqlite databases, logs and indexes. ``` As per docs... http://framework.zend.com/manual/2.3/en/ref/project.structure.html --- ZendFramework.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index cd248f5318..005ba82bf9 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -3,18 +3,18 @@ composer.phar vendor/ # Local configs -config/autoload/*local.php +config/autoload/*.local.php # Binary gettext files *.po # Data -log/ -logs/ -cache/ +data/logs/ +data/cache/ +data/sessions/ +data/tmp/ temp/ -tmp/ -# ZF1 +# Legacy ZF1 demos/ extras/documentation From 689f3e929cb125eac935922fe66daa04e32f5861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=AFeul=20Rouquette?= Date: Thu, 31 Jul 2014 15:45:16 +0200 Subject: [PATCH 0030/1016] eledmac 1.12/ elepar 1.8 files ".eledsec" --- TeX.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8ffe860e44..bbf72547ae 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -50,6 +50,12 @@ *.[1-9]R *.[1-9][0-9]R *.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R # glossaries *.acn From 20cf6d5dcd5411f950d78d0007ae2be53474978b Mon Sep 17 00:00:00 2001 From: Mads Kristensen Date: Mon, 4 Aug 2014 10:09:06 -0700 Subject: [PATCH 0031/1016] Adding *.publishproj to ignore This files is generated by Visual Studio 2013 and should be ignored. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5b4334f576..fd5204b5f6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -128,6 +128,7 @@ publish/ # TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml +*.publishproj # NuGet Packages *.nupkg From 60bce9542d5b1eaeaa96da1d92614b4825224e77 Mon Sep 17 00:00:00 2001 From: Mustafa Arif Date: Fri, 8 Aug 2014 20:58:52 +0100 Subject: [PATCH 0032/1016] First addition for NTVS. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5b4334f576..d161376b77 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 5521a828aad4bb6c8d01c9fc652c46fa56586cda Mon Sep 17 00:00:00 2001 From: Josh Whaley Date: Wed, 13 Aug 2014 10:52:00 -0400 Subject: [PATCH 0033/1016] Update Node.gitignore Updated link for the dependency directory from [this](https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git) to [this](https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-). --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index a4af05a662..59d842baa8 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -21,7 +21,7 @@ build/Release # 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://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules # Users Environment Variables From fd5fabb39e66c0335b86ccf218ca3d5b0df7b278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Demette?= Date: Wed, 13 Aug 2014 22:55:43 +0200 Subject: [PATCH 0034/1016] Typo fix + Plugin configuration + UI specific file --- Global/JetBrains.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 333bdd26b8..311a73228a 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -12,9 +12,13 @@ # .idea/dataSources.xml # .idea/sqlDataSources.xml # .idea/dynamic.xml -# and, if using gradle:: +# and this UI specific file +# .idea/uiDesigner.xml +# and, if using gradle: # .idea/gradle.xml # .idea/libraries +# and, if using Mongo Explorer plugin +# .idea/mongoSettings.xml ## File-based project format *.ipr @@ -30,4 +34,4 @@ out/ atlassian-ide-plugin.xml # generated by Crashlytics plugin (for Android Studio and Intellij) -com_crashlytics_export_strings.xml +com_crashlytics_export_strings.xml \ No newline at end of file From e36d2c084585f53e120ca6e82176a09bbfcb158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jagie=C5=82=C5=82o?= Date: Fri, 15 Aug 2014 13:16:24 +0200 Subject: [PATCH 0035/1016] Remove trailing space --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index efbe7aab17..00039fa876 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -22,7 +22,7 @@ var/ *.egg # PyInstaller -# Usually these files are written by a python script from a template +# Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec From 0c6f7fd69afe223e4311a5c15c51ed0aef0f0f48 Mon Sep 17 00:00:00 2001 From: No0ne Date: Mon, 18 Aug 2014 09:26:40 +0200 Subject: [PATCH 0036/1016] ignoring new Magento 1.9 default theme --- Magento.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index fce27ad8da..ad84efe3a3 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -4,6 +4,7 @@ app/code/community/Cm/ app/code/core/ app/design/adminhtml/default/default/ app/design/frontend/base/ +app/design/frontend/rwd/ app/design/frontend/default/blank/ app/design/frontend/default/default/ app/design/frontend/default/iphone/ @@ -106,6 +107,7 @@ shell/log.php skin/adminhtml/default/default/ skin/adminhtml/default/enterprise skin/frontend/base/ +skin/frontend/rwd/ skin/frontend/default/blank/ skin/frontend/default/blue/ skin/frontend/default/default/ From 1f6d881044af0187ab6fe431dca0e7008e8cbd2b Mon Sep 17 00:00:00 2001 From: gazebodude Date: Tue, 19 Aug 2014 14:11:11 +1000 Subject: [PATCH 0037/1016] Create LyX.gitignore Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor. --- Global/LyX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/LyX.gitignore diff --git a/Global/LyX.gitignore b/Global/LyX.gitignore new file mode 100644 index 0000000000..8efe0195cf --- /dev/null +++ b/Global/LyX.gitignore @@ -0,0 +1,4 @@ +# Ignore LyX backup and autosave files +# http://www.lyx.org/ +*.lyx~ +*.lyx# From b9d160ea0f5065290af819e37832835647afd066 Mon Sep 17 00:00:00 2001 From: Attila Szeremi Date: Thu, 21 Aug 2014 13:26:02 +0100 Subject: [PATCH 0038/1016] Fixed binary gettext files rule: .po -> .mo --- ZendFramework.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 005ba82bf9..3fbc97334c 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -6,7 +6,7 @@ vendor/ config/autoload/*.local.php # Binary gettext files -*.po +*.mo # Data data/logs/ From c3751cac16fbc20a626a6dfa901e7eb05b478f7a Mon Sep 17 00:00:00 2001 From: malheleco Date: Thu, 21 Aug 2014 20:45:30 +0200 Subject: [PATCH 0039/1016] add shortcut files --- Global/Windows.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 41968b0761..a0d31452b0 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -13,3 +13,6 @@ $RECYCLE.BIN/ *.msi *.msm *.msp + +# Windows shortcuts +*.lnk From bd4cc85a9e8eba7161ce0504670e4d286e2c3642 Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Fri, 22 Aug 2014 01:15:23 -0700 Subject: [PATCH 0040/1016] Add ebin, rel example, concrete dev mode, .rebar --- Erlang.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Erlang.gitignore b/Erlang.gitignore index 0c20ff0d12..8e46d5a07f 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -4,3 +4,7 @@ deps *.beam *.plt erl_crash.dump +ebin +rel/example_project +.concrete/DEV_MODE +.rebar From 619a395e1e2f4c766417180801c19d850eb1f812 Mon Sep 17 00:00:00 2001 From: Andreas Grosse Date: Sun, 24 Aug 2014 10:27:28 +0200 Subject: [PATCH 0041/1016] added converted-to-files --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6938eea775..94308c01f8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -9,6 +9,7 @@ ## Intermediate documents: *.dvi +*-converted-to.* # these rules might exclude image files for figures etc. # *.ps # *.eps From be406770284bd4ca1b5a0fa686c6dfcac457157e Mon Sep 17 00:00:00 2001 From: Oliver Keyes Date: Mon, 25 Aug 2014 16:08:38 -0400 Subject: [PATCH 0042/1016] Add *.Rproj for RStudio users RStudio - the only real R IDE, and an incredibly commonly used environment for R, particularly since it has git support - uses .Rproj files in projects, that follow the pattern projectname.Rproj. Adding *.Rproj to capture these and exclude them. --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index 9a1509d5ad..ea01b0826c 100644 --- a/R.gitignore +++ b/R.gitignore @@ -6,3 +6,6 @@ # R data files from past sessions .Rdata + +# RStudio files +*.Rproj From 3e36b5a353c5c2b3d717659766dfa40e9b1b5c79 Mon Sep 17 00:00:00 2001 From: Pengyu CHEN Date: Wed, 27 Aug 2014 13:36:18 +0800 Subject: [PATCH 0043/1016] added: rules for ingnoring precompiled headers for C/C++ --- C++.gitignore | 4 ++++ C.gitignore | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 35e15598d8..b8bd0267bd 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -4,6 +4,10 @@ *.o *.obj +# Precompiled Headers +*.gch +*.pch + # Compiled Dynamic libraries *.so *.dylib diff --git a/C.gitignore b/C.gitignore index c46c9256b1..edf6645def 100644 --- a/C.gitignore +++ b/C.gitignore @@ -4,6 +4,10 @@ *.obj *.elf +# Precompiled Headers +*.gch +*.pch + # Libraries *.lib *.a From 57f117945e43e88651b766c548ee2fda7710f0a7 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Mon, 1 Sep 2014 14:56:15 +1000 Subject: [PATCH 0044/1016] Tidy up the JetBrains comments Amends #1165 --- Global/JetBrains.gitignore | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 311a73228a..2ac3670239 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,37 +1,44 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm -## Directory-based project format -.idea/ /*.iml -# if you remove the above rule, at least ignore user-specific stuff: + +## Directory-based project format: +.idea/ +# if you remove the above rule, at least ignore the follwing: + +# User-specific stuff: # .idea/workspace.xml # .idea/tasks.xml # .idea/dictionaries -# and these sensitive or high-churn files: + +# Sensitive or high-churn files: # .idea/dataSources.ids # .idea/dataSources.xml # .idea/sqlDataSources.xml # .idea/dynamic.xml -# and this UI specific file # .idea/uiDesigner.xml -# and, if using gradle: + +# Gradle: # .idea/gradle.xml # .idea/libraries -# and, if using Mongo Explorer plugin + +# Mongo Explorer plugin: # .idea/mongoSettings.xml -## File-based project format +## File-based project format: *.ipr *.iws -## Additional for IntelliJ +## Plugin-specific files: + +# IntelliJ out/ -# generated by mpeltonen/sbt-idea plugin +# mpeltonen/sbt-idea plugin .idea_modules/ -# generated by JIRA plugin +# JIRA plugin atlassian-ide-plugin.xml -# generated by Crashlytics plugin (for Android Studio and Intellij) -com_crashlytics_export_strings.xml \ No newline at end of file +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml From 8391230157d4e5a0989352d08e73c93f6f94be95 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Mon, 1 Sep 2014 15:05:53 +1000 Subject: [PATCH 0045/1016] Rename RB to reflect current software naming --- REALbasic.gitignore => Xojo.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename REALbasic.gitignore => Xojo.gitignore (61%) diff --git a/REALbasic.gitignore b/Xojo.gitignore similarity index 61% rename from REALbasic.gitignore rename to Xojo.gitignore index 011a625500..f832c86aa9 100644 --- a/REALbasic.gitignore +++ b/Xojo.gitignore @@ -1,4 +1,5 @@ -#RB & Xojo temp files/folders +# Xojo (formerly REALbasic and Real Studio) + Builds* *.debug *.debug.app @@ -6,4 +7,4 @@ Debug*.exe Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate -*.obsolete \ No newline at end of file +*.obsolete From a383e5508fea83d21c7cd831775021797699ab51 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Mon, 1 Sep 2014 15:15:27 +1000 Subject: [PATCH 0046/1016] Remove legacy Symfony template Quoting from http://symfony.com/legacy The symfony 1.x branch of the framework started in 2005 and the latest stable version and long term support release is symfony 1.4. As of November 2012, symfony 1.x is not maintained anymore and you are encouraged to have a look at Symfony2 for any new projects. --- Symfony.gitignore | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Symfony.gitignore diff --git a/Symfony.gitignore b/Symfony.gitignore deleted file mode 100644 index e5d08cbe0c..0000000000 --- a/Symfony.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -cache/* -log/* -web/uploads/* -config/databases.yml -config/propel.ini -data/sql/* -lib/filter/doctrine/base/Base* -lib/filter/doctrine/*Plugin/base/Base* -lib/form/doctrine/base/Base* -lib/form/doctrine/*Plugin/base/Base* -lib/model/doctrine/base/Base* -lib/model/doctrine/*Plugin/base/Base* -lib/model/om/* -lib/model/map/* -web/*Plugin/* From 2aaa18b1f1b8a3066e51002fdb486b58ed4634ed Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Mon, 1 Sep 2014 17:55:26 +1000 Subject: [PATCH 0047/1016] Remove tasm template --- Tasm.gitignore | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Tasm.gitignore diff --git a/Tasm.gitignore b/Tasm.gitignore deleted file mode 100644 index 07d6fe997d..0000000000 --- a/Tasm.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -# Object Files -*.OBJ - -# List Files -*.LST - -# Map files -*.MAP - -# Executable files -*.EXE From 59c4751b48f23930b3675dd2f7c73d3b539f347b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Mon, 1 Sep 2014 18:16:20 +1000 Subject: [PATCH 0048/1016] Remove Target3001 template --- Target3001.gitignore | 82 -------------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 Target3001.gitignore diff --git a/Target3001.gitignore b/Target3001.gitignore deleted file mode 100644 index d80e89aafd..0000000000 --- a/Target3001.gitignore +++ /dev/null @@ -1,82 +0,0 @@ -# Ignore list for Target 3001!, a PCB layout tool - -# mutex file -*.T300[01]OPEN - -# Drill output -*.DRL -*.BHR -BOHRPICT.3001 - -# Backup files -# (see http://server.ibfriedrich.com/wiki/ibfwikide/index.php?title=Backup) -BackupFiles -*.BK? -*_w?.T300[01] -*_m?.T300[01] -*_m??.T300[01] - -# Autosave files -*.T300[01]? - -# Gerber output -*.Apr -*.BLN -*.Bot -*.Drill -*.GER -*.Hole -*.Info -*.L* -*.NamesBot -*.NamesTop -*.Outline -*.PadStack* -*.PasteBot -*.PasteTop -*.PosiBot -*.PosiTop -*.SB -*.Special* -*.ST -*.StopBot -*.StopTop -*.Tool -*.Top -*.ValuesBot -*.ValuesTop -*.Whl - -# production formats -*.cnc -*.fab -*.cad -*.GDS -*.exc -excellon.txt -*.stk -*.ncp -*.pcb -*.cbt -*.vhf -*.iso - -# exchange formats -*.DXF -*.PS -*.TIF -*.NET -*.PLT -*.HPGL -*.emn -*.stp -*.tgr -*.dif -*.emp - -# cable loom -*.dsi -*.pnm -*.wrl -*.ADPT -*.AZO From 2d997dd2faf1ef9cc2ecb5ceb148349def3b783a Mon Sep 17 00:00:00 2001 From: kun Date: Mon, 1 Sep 2014 02:22:33 -0600 Subject: [PATCH 0049/1016] Update Dart.gitignore Add in rule for .buildlog --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 74a3439f87..2ceb8eed93 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,6 +1,7 @@ # Don’t commit the following directories created by pub. build/ packages/ +.buildlog # Or the files created by dart2js. *.dart.js From 5e34ab0bc2c0aebc0af0ee1419671043734fc346 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Mon, 1 Sep 2014 10:42:47 +0200 Subject: [PATCH 0050/1016] Rename Symfony2.gitignore to Symfony.gitignore The old Symfony.gitignore has been removed (a383e55) as Symfony 1 is no longer supported. --- Symfony2.gitignore => Symfony.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Symfony2.gitignore => Symfony.gitignore (100%) diff --git a/Symfony2.gitignore b/Symfony.gitignore similarity index 100% rename from Symfony2.gitignore rename to Symfony.gitignore From 2626eee811f99542d35eb474d30902e3db480cfc Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Mon, 1 Sep 2014 10:50:33 +0200 Subject: [PATCH 0051/1016] Update Symfony.gitignore to support Symfony3 Symfony3 (and some versions of Symfony2) come with a new directory structure. This updated version of Symfony.gitignore supports this new directory structure as well as the old one. --- Symfony.gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index d6e334bb78..636b6f8ea1 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -1,16 +1,25 @@ -# Cache and logs +# Cache and logs (Symfony2) /app/cache/* /app/logs/* !app/cache/.gitkeep !app/logs/.gitkeep +# Cache and logs (Symfony3) +/var/cache/* +/var/logs/* +!var/cache/.gitkeep +!var/logs/.gitkeep + # Parameters /app/config/parameters.yml /app/config/parameters.ini # Managed by Composer /app/bootstrap.php.cache -/bin/ +/var/bootstrap.php.cache +/bin/* +!bin/console +!bin/symfony_requirements /vendor/ # Assets and user uploads @@ -19,6 +28,7 @@ # PHPUnit /app/phpunit.xml +/phpunit.xml # Composer PHAR /composer.phar From f2130f6f19c388186043dba387894683021ad215 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Mon, 1 Sep 2014 22:15:22 +1000 Subject: [PATCH 0052/1016] Remove bancha CMS template. The templare hasn't been touched since it was added and the project itself hasn't been updated much since then either: http://docs.getbancha.com/basic/changelog.html https://github.com/squallstar/bancha/commits/master --- Bancha.gitignore | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Bancha.gitignore diff --git a/Bancha.gitignore b/Bancha.gitignore deleted file mode 100644 index 2cf7d4fa40..0000000000 --- a/Bancha.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -#Logs -application/logs/*.php - -# Content types -/application/xml/types/*.xml - -# Custom builds and generated php files -/core/documentation/build -/core/views/admin/content/translations.php - -# Attachs and cache files # -*.tmp -/attach/cache/ -/attach/ -/application/cache/_bancha/*.css -/application/cache/_bancha/*.js From a59d160837e64f23218ca0e1c87c73b70b327d60 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 2 Sep 2014 00:23:10 +1000 Subject: [PATCH 0053/1016] Remove Quartus2 template The template hasn't been touched since it was added to this collection. There are some problems with it - mainly that it's hard to know if these rules are all still relevant, and the large prose block is probably more confusing than helpful here. --- Global/Quartus2.gitignore | 66 --------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 Global/Quartus2.gitignore diff --git a/Global/Quartus2.gitignore b/Global/Quartus2.gitignore deleted file mode 100644 index d9cd340dda..0000000000 --- a/Global/Quartus2.gitignore +++ /dev/null @@ -1,66 +0,0 @@ -# Working with Altera Quartus II (Q2) and do proper versioning is not that easy -# but if you follow some rules it can be accomplished. :) -# This file should be placed into the main directory where the .qpf file is -# found. Generally Q2 throws all entities and so on in the main directory, but -# you can place all stuff also in separate folders. This approach is followed -# here. So when you create a new design create one or more folders where your -# entities will be located and put a .gitignore in there that overrides the -# ignores of this file, e.g. one single rule stating "!*" which allows now all -# type of files. When you add a MegaFunction or another entity to your design, -# simply add it to one of your private folders and Q2 will be happy and manage -# everything quite good. When you want to do versioning of your generated -# SOF/POF files, you can do this by redirecting the generated output to an own -# folder. To do this go to: -# "Assignments" -# -> "Settings -# -> "Compilation Process Settings" -# -> "Save project output files in specified directory" -# Now you can either place a .gitignore in the directory and allow the following -# list of types: -# !*.sof -# !*.pof -# or you create an own submodule in the folder to keep binary files out of your -# design. - -# ignore hdl source files in top level directory -*.vhd -*.v - -# ignore Quartus II generated files -*sopc_* -*.jdi -*.ptf.* -*.sof -*.pof -*.qws -*.smsg -*_inst.vhd -*_generation_script* -*.done -*.txt -*.qarlog -*.rpt -*.summary -*.qws -*.cmp -*.eqn -*.html -*.jpg -*.bak -*.qar -*.sopc_builder -*example* -*~ -*.sdc -*.tcl -*.pin -*.mif -*.hex - -# ignore Quartus II generated folders -db/ -incremental_db/ -simulation/ -timing/ -testbench/ -*_sim/ From a30beca8ba93afb18fbb98cb1639460e8482b8c9 Mon Sep 17 00:00:00 2001 From: Glaived Date: Mon, 1 Sep 2014 17:24:30 +0200 Subject: [PATCH 0054/1016] Remove *.pyc --- Global/SublimeText.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 2c0ab32a71..1d4e613759 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -3,9 +3,6 @@ *.tmPreferences.cache *.stTheme.cache -# python code in binary format -*.pyc - # workspace files are user-specific *.sublime-workspace From a40aa51f90ced7782ef5514abde2457c322e110b Mon Sep 17 00:00:00 2001 From: Oliver Keyes Date: Mon, 1 Sep 2014 12:00:20 -0400 Subject: [PATCH 0055/1016] Small fix .Rproj is fine - it's .Rproj.user that needs to go. --- R.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.gitignore b/R.gitignore index ea01b0826c..ca4fabf970 100644 --- a/R.gitignore +++ b/R.gitignore @@ -8,4 +8,4 @@ .Rdata # RStudio files -*.Rproj +.Rproj.user From 0b8d28dc40c00625b1a72dc1649538d109293db4 Mon Sep 17 00:00:00 2001 From: Tony Arra Date: Mon, 1 Sep 2014 13:21:23 -0400 Subject: [PATCH 0056/1016] Add gitignore for Sencha/Extjs Source for this can be found at http://docs.sencha.com/architect/3/getting_started/developing_team_apps.html --- ExtJs.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ExtJs.gitignore diff --git a/ExtJs.gitignore b/ExtJs.gitignore new file mode 100644 index 0000000000..bcd36f013d --- /dev/null +++ b/ExtJs.gitignore @@ -0,0 +1,4 @@ +.architect +boostrap.json +build/ +ext/ From 858b0b251a1a1a0c1b7414d1e476625fe0f8ae0e Mon Sep 17 00:00:00 2001 From: Tony Arra Date: Mon, 1 Sep 2014 12:47:27 -0400 Subject: [PATCH 0057/1016] Renaming Laravel4 to Laravel Laravel4 is the current standard. This resolves the name with the custom Laravel.gitignore file in the gitignore.io project. If support for Laravel3 is desired, it should be done in a new file: "Laravel3.gitignore Closes #1196 --- Laravel4.gitignore => Laravel.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Laravel4.gitignore => Laravel.gitignore (100%) diff --git a/Laravel4.gitignore b/Laravel.gitignore similarity index 100% rename from Laravel4.gitignore rename to Laravel.gitignore From 80c9cc5e7c45da38befd842f4ef64e554b06714a Mon Sep 17 00:00:00 2001 From: Oliver Keyes Date: Tue, 2 Sep 2014 04:14:55 -0400 Subject: [PATCH 0058/1016] Change to directory --- R.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.gitignore b/R.gitignore index ca4fabf970..69057dfb9e 100644 --- a/R.gitignore +++ b/R.gitignore @@ -8,4 +8,4 @@ .Rdata # RStudio files -.Rproj.user +.Rproj.user/ From 120a64cbd6c4c8fdb3238bd91dbff05c133d2823 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Tue, 2 Sep 2014 11:12:15 +0200 Subject: [PATCH 0059/1016] Add 'build' directory --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 636b6f8ea1..c68377d1ac 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -30,5 +30,8 @@ /app/phpunit.xml /phpunit.xml +# Build data +/build/ + # Composer PHAR /composer.phar From 27befc5ae1e46ec9c6ba41059f6925bb61d555cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Wed, 3 Sep 2014 13:19:51 +0200 Subject: [PATCH 0060/1016] Keep only important node rules in GitBook.gitignore --- GitBook.gitignore | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/GitBook.gitignore b/GitBook.gitignore index 7cb665f280..f9b2706175 100644 --- a/GitBook.gitignore +++ b/GitBook.gitignore @@ -1,32 +1,12 @@ -# Logs -logs -*.log - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# 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 +## 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 node_modules -# Users Environment Variables -.lock-wscript - # Book build output _book From b543a61beedf90401c968c61f944e8abe03e3dc4 Mon Sep 17 00:00:00 2001 From: raphqu Date: Sat, 6 Sep 2014 16:10:32 +0200 Subject: [PATCH 0061/1016] Update Jekyll.gitignore --- Jekyll.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 57510a2be4..0c3e5abb0b 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -1 +1,2 @@ _site/ +.sass-cache/ From f62aa8ac4c00965fb1f4af0d85dec06071ceb721 Mon Sep 17 00:00:00 2001 From: Justin Grant Date: Mon, 8 Sep 2014 00:52:39 -0400 Subject: [PATCH 0062/1016] Adding additional comments Adding additional comments so that folks know to use the integration tool rather than copying this for better results. --- Grails.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Grails.gitignore b/Grails.gitignore index 22bf40d1ef..9185f14c37 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -1,4 +1,7 @@ # .gitignore for Grails 1.2 and 1.3 +# Although this should work for most versions of grails, it is +# suggested that you use the "grails integrate-with --git" command +# to generate your .gitignore file. # web application files /web-app/WEB-INF/classes From 9f06854ac66720857c7ed9aa98d49023862a5e46 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 8 Sep 2014 23:36:52 -0700 Subject: [PATCH 0063/1016] Update Dart.gitignore add the `.pub/` directory, and change the `packages` filter to match sub-folders. --- Dart.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 2ceb8eed93..595694abae 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,7 +1,8 @@ # Don’t commit the following directories created by pub. -build/ -packages/ .buildlog +.pub/ +build/ +packages # Or the files created by dart2js. *.dart.js From fdde4a04d3f8a018ad45f2f0738ee8f71f6a87c1 Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Tue, 9 Sep 2014 11:18:31 -0700 Subject: [PATCH 0064/1016] Add *.userosscache to Visual Studio .gitignore I haven't found good documentation for this file online, but it is a user based file that should be ignored. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index fd5204b5f6..80e04a3fd0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -4,6 +4,7 @@ # User-specific files *.suo *.user +*.userosscache *.sln.docstates # Build results From d0c43882eae804b4b57ebe03872fb2156cb309f9 Mon Sep 17 00:00:00 2001 From: Rafael Canovas Date: Thu, 11 Sep 2014 17:30:27 -0300 Subject: [PATCH 0065/1016] Adding new file rule generated by the built-in venv module in Python 3 As described on https://docs.python.org/dev/library/venv.html#creating-virtual-environments --- Global/VirtualEnv.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index fb4f44eba4..3fab25b59b 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -5,3 +5,4 @@ [Ii]nclude [Ll]ib [Ss]cripts +pyvenv.cfg From 52d61fc032a3602ed884acfdd5c679fd0c8b758c Mon Sep 17 00:00:00 2001 From: thurask Date: Sat, 13 Sep 2014 01:56:41 -0400 Subject: [PATCH 0066/1016] Add compiled translations to Momentics.gitignore This .gitignore now ignores everything that build clean gets rid of --- Global/Momentics.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore index 4e8924dc74..7ebee2be90 100644 --- a/Global/Momentics.gitignore +++ b/Global/Momentics.gitignore @@ -2,3 +2,4 @@ x86/ arm/ arm-p/ +translations/*.qm From 07ca9ca19c63e4a8071b87f8294b00fa002ec8ae Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sun, 14 Sep 2014 11:54:56 -0400 Subject: [PATCH 0067/1016] Ignores *.xojo_uistate This is the new file extension for Xojo. --- Xojo.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Xojo.gitignore b/Xojo.gitignore index f832c86aa9..1b036dd4f2 100644 --- a/Xojo.gitignore +++ b/Xojo.gitignore @@ -7,4 +7,5 @@ Debug*.exe Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate +*.xojo_uistate *.obsolete From 6563b1ae819bb2b360a22b7bb4b63840cecefed6 Mon Sep 17 00:00:00 2001 From: Ricardo Fuhrmann Date: Wed, 17 Sep 2014 09:13:03 -0400 Subject: [PATCH 0068/1016] Typo in Jetbrains gitignore --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 2ac3670239..1df388bf4e 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,7 +4,7 @@ ## Directory-based project format: .idea/ -# if you remove the above rule, at least ignore the follwing: +# if you remove the above rule, at least ignore the following: # User-specific stuff: # .idea/workspace.xml From dbadafb805df1c71442a9f6ec9b841224d165795 Mon Sep 17 00:00:00 2001 From: Michael Turnwall Date: Wed, 17 Sep 2014 11:23:16 -0700 Subject: [PATCH 0069/1016] Add sourcemaps to the Sass ignore When merging branches there are usually conflicts with the CSS sourcemaps. It's not an issue to just recompile the CSS to generate a new sourcemap but having the file ignored helps to save an unnecessary step. --- Sass.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Sass.gitignore b/Sass.gitignore index 5df1b9b43c..0f1905d3e0 100644 --- a/Sass.gitignore +++ b/Sass.gitignore @@ -1 +1,2 @@ .sass-cache +*.css.map From 64ca10514b6a09781b3cda3af9ccdbac28728fd3 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 17 Sep 2014 21:31:39 -0700 Subject: [PATCH 0070/1016] Update Dart.gitignore Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling. --- Dart.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 595694abae..518345916c 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -6,7 +6,6 @@ packages # Or the files created by dart2js. *.dart.js -*.dart.precompiled.js *.js_ *.js.deps *.js.map From 8099bb4c9aba25b975b89758d1c7d7dfe6f862cc Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sat, 20 Sep 2014 03:37:39 -0700 Subject: [PATCH 0071/1016] update comment on ignoring repositories.config --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 80e04a3fd0..1b7d65217e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -137,7 +137,7 @@ publish/ **/packages/* # except build/, which is used as an MSBuild target. !**/packages/build/ -# If using the old MSBuild-Integrated Package Restore, uncomment this: +# Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config # Windows Azure Build Output From babb4fccdb039f9da763ff7c30166ef5afe92a7e Mon Sep 17 00:00:00 2001 From: Michael LaCorte Date: Sun, 21 Sep 2014 23:03:37 -0700 Subject: [PATCH 0072/1016] Ignore HPC files generated by GHC "GHC creates a subdirectory .hpc in the current directory, and puts HPC index (.mix) files in there..." https://www.haskell.org/ghc/docs/7.4.2/html/users_guide/hpc.html --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 01e585aea6..df44ad547c 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -5,6 +5,7 @@ cabal-dev *.chi *.chs.h .virtualenv +.hpc .hsenv .cabal-sandbox/ cabal.sandbox.config From 2201df76bedda18ebb48507a35ee809f99c4bc4b Mon Sep 17 00:00:00 2001 From: thurask Date: Tue, 23 Sep 2014 01:07:37 -0400 Subject: [PATCH 0073/1016] Add user-specific settings to Momentics.gitignore The .settings folder contains all of the user-specific preferences for Momentics (like it does for Eclipse, since they're the same underneath). Should be local only. --- Global/Momentics.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Momentics.gitignore b/Global/Momentics.gitignore index 7ebee2be90..b14db2d864 100644 --- a/Global/Momentics.gitignore +++ b/Global/Momentics.gitignore @@ -3,3 +3,6 @@ x86/ arm/ arm-p/ translations/*.qm + +# IDE settings +.settings/ From 044d46a0c487cb041bfcd91938a95448b56e15e5 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 24 Sep 2014 18:08:03 +0700 Subject: [PATCH 0074/1016] 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 fea4c4522e..f7817ae5c3 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 f0a857e89518f1bc63b9d942061794188bfda5b4 Mon Sep 17 00:00:00 2001 From: Arjan Date: Mon, 29 Sep 2014 16:31:58 +0200 Subject: [PATCH 0075/1016] Update Umbraco.gitignore --- Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 75970e0c2a..21af92de7a 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -14,4 +14,4 @@ Cached/ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this !**/App_Data/[Pp]ackages/ -!**/[Uu]mbraco/developer/[Pp]ackages +!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages From 0b51b6e4852e95bc9e402bd3e2d46eff968e5e46 Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Mon, 29 Sep 2014 23:47:10 -0700 Subject: [PATCH 0076/1016] Added New Files created by Crashlytics Plugin These are relatively new, the crashlytics.properties file contains the secret and can [alternatively](https://plus.google.com/+AntonioBertucci/posts/S9krjvXfgfm) contain the apikey to rid your repo of the extra strings file. --- Global/JetBrains.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 1df388bf4e..d6778b93a7 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -42,3 +42,7 @@ atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml +# Crashlytics Secret Location +**/crashlytics.properties +# High-Churn file +**/crashlytics-build.properties From 2d111edfb0475c08d325a3cbebee0a9b8e54c351 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 30 Sep 2014 22:17:25 -0700 Subject: [PATCH 0077/1016] Restore original comment about node_modules It's not the opinion of "some people", it's a conditional circumstance. Even proponents of checking node_modules into Git agree that you shouldn't do it when you're writing a module to be included as a dependency on npmjs.org: the advantage of checking node_modules into Git is only for fully-packaged apps, which is why the original comment was what it was. --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 59d842baa8..bf98867614 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,7 +20,7 @@ coverage build/Release # Dependency directory -# Commenting this out is preferred by some people, see +# Deployed apps should consider commenting this line out: # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules From e4e5da63fa33e8e2fe8e0e8928827fdfde0a3f5e Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 30 Sep 2014 22:23:32 -0700 Subject: [PATCH 0078/1016] Explain .lock-wscript and move it This changes the comment to better explain what .lock-wscript is for (it's for the [obsolete][v0.8.0] node-waf build system), and moves it next to the other ignore pattern(s) for binary module compilation artifacts. [v0.8.0]: http://blog.nodejs.org/2012/06/25/node-v0-8-0/ --- Node.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 59d842baa8..c790589128 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -16,6 +16,9 @@ coverage # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt +# node-waf configuration +.lock-wscript + # Compiled binary addons (http://nodejs.org/api/addons.html) build/Release @@ -23,6 +26,3 @@ build/Release # Commenting this out is preferred by some people, see # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules - -# Users Environment Variables -.lock-wscript From b3a59773999c93fe959927190268a1b5dfcf8ef4 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Wed, 8 Oct 2014 16:00:37 -0700 Subject: [PATCH 0079/1016] adding bower_components --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 80e04a3fd0..ec91d78f35 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -159,6 +159,7 @@ ClientBin/ *.pfx *.publishsettings node_modules/ +bower_components/ # RIA/Silverlight projects Generated_Code/ From ab7b6dba4a09463baffb870f6bf58b20d50dd385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gergely=20Dar=C3=B3czi?= Date: Mon, 13 Oct 2014 00:25:41 +0200 Subject: [PATCH 0080/1016] revert 1f8466164330277fc8c9126ded3cc207ff3baf91 Details: `RData` is a valid file format for bundling data with an R package based on the "Writing R Extensions" manual: http://cran.r-project.org/doc/manuals/r-release/R-exts.html#Data-in-packages --- R.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/R.gitignore b/R.gitignore index 69057dfb9e..ad2be9575d 100644 --- a/R.gitignore +++ b/R.gitignore @@ -4,8 +4,5 @@ # Example code in package build process *-Ex.R -# R data files from past sessions -.Rdata - # RStudio files .Rproj.user/ From 8b37dbd82415760cdbbabd84b4e961350beef5cd Mon Sep 17 00:00:00 2001 From: Iori ONDA Date: Wed, 15 Oct 2014 16:06:43 +0900 Subject: [PATCH 0081/1016] Adding .cask directory to Global/Emacs.gitignore --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 1b571c30f5..e5327badb1 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -27,3 +27,6 @@ tramp # AUCTeX auto folder /auto/ + +# cask packages +.cask/ From ca4a3db967a3bd4070a1b7ff2a58f88e406afc24 Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:41:48 -0300 Subject: [PATCH 0082/1016] Remove trailing space --- Global/Eclipse.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 984a6eff19..4a6cfc7cc0 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,7 +23,7 @@ local.properties # PDT-specific .buildpath -# sbteclipse plugin +# sbteclipse plugin .target # TeXlipse plugin From fbdea1ab367a4e8e8648bdade37a92ea4f2664d5 Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:59:30 -0300 Subject: [PATCH 0083/1016] Ignore .cache files Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index 12543bc442..7d12fc8390 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.cache .cache/ .history/ .lib/ From 8b02143fb7de0377ac1e1f15bbcb4d6ab50071b3 Mon Sep 17 00:00:00 2001 From: Tom Emerson Date: Wed, 15 Oct 2014 12:23:58 -0400 Subject: [PATCH 0084/1016] Added Cider's .nrepl-port file. --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 0ef5d3f47e..47fed6c20d 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -9,3 +9,4 @@ pom.xml.asc .lein-repl-history .lein-plugins/ .lein-failures +.nrepl-port From a7e4e3af0510203b528ce7e3e3c9f276c8083379 Mon Sep 17 00:00:00 2001 From: Thomas Queste Date: Thu, 16 Oct 2014 15:53:23 +0200 Subject: [PATCH 0085/1016] Ignore iml file anywhere Intellij's iml file can be anywhere on the path. This is true for multi-module maven project where each module has its own $projectName.iml file in its own directory. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 1df388bf4e..2537e5b47b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,6 +1,6 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm -/*.iml +*.iml ## Directory-based project format: .idea/ From 437193990b976ff5cb57c1635e9ec007f536b1bf Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:59:30 -0300 Subject: [PATCH 0086/1016] Ignore .cache files Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. --- Scala.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scala.gitignore b/Scala.gitignore index 12543bc442..b32ebe6fdb 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,7 +2,7 @@ *.log # sbt specific -.cache/ +.cache .history/ .lib/ dist/* From abafa2d26fd4da6db5045d4d7aad915d1d800296 Mon Sep 17 00:00:00 2001 From: Paolo Fulgoni Date: Fri, 17 Oct 2014 14:12:23 +0200 Subject: [PATCH 0087/1016] Create TortoiseGit.gitignore --- Global/TortoiseGit.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/TortoiseGit.gitignore diff --git a/Global/TortoiseGit.gitignore b/Global/TortoiseGit.gitignore new file mode 100644 index 0000000000..db89590a62 --- /dev/null +++ b/Global/TortoiseGit.gitignore @@ -0,0 +1,2 @@ +# Project-level settings +/.tgitconfig From b8b7ebfc3ed2e180bbf32f88cf735240b0dff6ae Mon Sep 17 00:00:00 2001 From: Alexander Khaustov Date: Fri, 17 Oct 2014 16:38:16 +0400 Subject: [PATCH 0088/1016] Some visual studio 6 specific file types --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 80e04a3fd0..19a3d7bda8 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 3d0bbe3a5ca02c63c7899cb3a4ebb10c57133541 Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Sun, 19 Oct 2014 08:59:24 -0200 Subject: [PATCH 0089/1016] Ignore .history files --- Scala.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scala.gitignore b/Scala.gitignore index b32ebe6fdb..c58d83b318 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -3,7 +3,7 @@ # sbt specific .cache -.history/ +.history .lib/ dist/* target/ From d9d60deaf04e08d332b103ca3e301bb4703361ac Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Sun, 19 Oct 2014 22:41:27 -0700 Subject: [PATCH 0090/1016] Minor tweaks --- Global/JetBrains.gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index d6778b93a7..4bd810432e 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -42,7 +42,5 @@ atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml -# Crashlytics Secret Location -**/crashlytics.properties -# High-Churn file -**/crashlytics-build.properties +/crashlytics.properties +/crashlytics-build.properties From 44d16a3050d70a256fd3ecbae3d1db50b0ff9f50 Mon Sep 17 00:00:00 2001 From: Thomas Hunsaker Date: Sun, 19 Oct 2014 22:43:15 -0700 Subject: [PATCH 0091/1016] Another tweak --- Global/JetBrains.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 4bd810432e..bcc62e24d3 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -42,5 +42,5 @@ atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml -/crashlytics.properties -/crashlytics-build.properties +crashlytics.properties +crashlytics-build.properties From f82a2b4e169cfba1a60c4d921fcf3ea0816ee08e Mon Sep 17 00:00:00 2001 From: alexanderKhaustov Date: Tue, 21 Oct 2014 11:19:33 +0400 Subject: [PATCH 0092/1016] 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 19a3d7bda8..79c254dd79 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 0093/1016] Ignoring Pow environment settings --- Rails.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 4fae5d0a44..38e7ffb037 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 622a3316926f8123fb8703c5317c323da3cf246b Mon Sep 17 00:00:00 2001 From: Kacey Coughlin Date: Tue, 21 Oct 2014 14:59:29 -0700 Subject: [PATCH 0094/1016] Create CodeKit.gitignore --- Global/CodeKit.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/CodeKit.gitignore diff --git a/Global/CodeKit.gitignore b/Global/CodeKit.gitignore new file mode 100644 index 0000000000..bd9e67fcca --- /dev/null +++ b/Global/CodeKit.gitignore @@ -0,0 +1,3 @@ +# General CodeKit files to ignore +config.codekit +/min From 487c4257fc0881c40dee4f6f3f3052a212dc58d5 Mon Sep 17 00:00:00 2001 From: jaxx Date: Fri, 24 Oct 2014 16:34:24 +0300 Subject: [PATCH 0095/1016] Update Lazarus.gitignore --- Global/Lazarus.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore index 0ea9e18980..3ef747d73a 100644 --- a/Global/Lazarus.gitignore +++ b/Global/Lazarus.gitignore @@ -8,5 +8,8 @@ lib/ *.or *.ppu +#ignore debug information files +*.dbg + #exclude executable output in windows *.exe 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 0096/1016] User-specific files for MonoDevelop/Xamarin Studio. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 80e04a3fd0..6d045f5d12 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 9010a3a58a32dd9e9cd54cb0c8a0652f4a2950f3 Mon Sep 17 00:00:00 2001 From: jangorecki Date: Sat, 25 Oct 2014 12:28:19 +0200 Subject: [PATCH 0097/1016] exclude vignettes products --- R.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/R.gitignore b/R.gitignore index ad2be9575d..e38d274af1 100644 --- a/R.gitignore +++ b/R.gitignore @@ -6,3 +6,7 @@ # RStudio files .Rproj.user/ + +# produced vignettes +vignettes/*.html +vignettes/*.pdf From 3c1992331486bafdaf60be54532df12b12e9de97 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sat, 25 Oct 2014 14:03:48 -0400 Subject: [PATCH 0098/1016] Added a gitignore for Anjuta IDE http://anjuta.org/ --- Global/Anjuta.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Anjuta.gitignore diff --git a/Global/Anjuta.gitignore b/Global/Anjuta.gitignore new file mode 100644 index 0000000000..71124ae5b1 --- /dev/null +++ b/Global/Anjuta.gitignore @@ -0,0 +1,2 @@ +# Local configuration folder +/.anjuta/ From 778c57b913bf1ac4091bfc3863265a63f699f193 Mon Sep 17 00:00:00 2001 From: James Duley Date: Sun, 26 Oct 2014 13:42:12 +1300 Subject: [PATCH 0099/1016] ArchLinuxPackages: Ignore AUR metadata (.AURINFO) --- ArchLinuxPackages.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index 6cf5bf838a..d94e73d98f 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -5,5 +5,9 @@ *.log *.log.* *.sig + +# AUR metadata +.AURINFO + pkg/ src/ From 4d47a1ed98499ddadf67e4669869773b74969117 Mon Sep 17 00:00:00 2001 From: Roger Suen Date: Mon, 27 Oct 2014 11:05:54 +0800 Subject: [PATCH 0100/1016] added JDeveloper.gitignore --- Global/JDeveloper.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/JDeveloper.gitignore diff --git a/Global/JDeveloper.gitignore b/Global/JDeveloper.gitignore new file mode 100644 index 0000000000..25cbbfe41a --- /dev/null +++ b/Global/JDeveloper.gitignore @@ -0,0 +1,4 @@ +.data/ +temp/ +classes/ +cwallet.sso.lck \ No newline at end of file From a33f1453ec48108b08fc9c9e28bb85464c7aa61c Mon Sep 17 00:00:00 2001 From: jaxx Date: Sun, 2 Nov 2014 23:12:25 +0200 Subject: [PATCH 0101/1016] Update Rust.gitignore --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index 37727f91cb..78814923cd 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,3 +9,6 @@ # Generated by Cargo /target/ + +# Temporary test files +*.racertmp From 620583277bb33b8a0815b4bd61fd39a7e15f2718 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Mon, 3 Nov 2014 00:44:05 -0600 Subject: [PATCH 0102/1016] Added Haskell GHC profiling related files --- Haskell.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index df44ad547c..ad59af1445 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -10,3 +10,6 @@ cabal-dev .cabal-sandbox/ cabal.sandbox.config cabal.config +*.prof +*.aux +*.hp From c87522b7cd13a88ab69d46a209c39806dc53ccdf Mon Sep 17 00:00:00 2001 From: Jakub Tucholski Date: Mon, 3 Nov 2014 10:57:05 -0600 Subject: [PATCH 0103/1016] adding dynamically linked haskell libraries --- Haskell.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index df44ad547c..98373d8a3b 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -4,6 +4,8 @@ cabal-dev *.hi *.chi *.chs.h +*.dyn_o +*.dyn_hi .virtualenv .hpc .hsenv From 740274428eee43a9bbcbac3aece8d1f93cbfb6bf Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Wed, 5 Nov 2014 18:09:27 -0800 Subject: [PATCH 0104/1016] Create MicrosoftOffice Continuation of https://github.com/github/gitignore/pull/594/ and details from http://support.microsoft.com/kb/211632 --- Global/MicrosoftOffice.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Global/MicrosoftOffice.gitignore diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore new file mode 100644 index 0000000000..412297bb99 --- /dev/null +++ b/Global/MicrosoftOffice.gitignore @@ -0,0 +1,10 @@ +*.tmp + +# Word temporary +~$*.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk From 5a820a2b1df73ec817b07a7d4c6fc146bec3e939 Mon Sep 17 00:00:00 2001 From: Jakko Sikkar Date: Thu, 6 Nov 2014 09:27:27 +0200 Subject: [PATCH 0105/1016] revert --- Rust.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index 78814923cd..37727f91cb 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,6 +9,3 @@ # Generated by Cargo /target/ - -# Temporary test files -*.racertmp From 8bdd66a95d0a12751e6534598bfd9ed2f5dfcbb9 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Fri, 7 Nov 2014 14:09:57 -0500 Subject: [PATCH 0106/1016] Ignore the symbole database which is a generated binary file. --- Global/Anjuta.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Anjuta.gitignore b/Global/Anjuta.gitignore index 71124ae5b1..20dd42c53e 100644 --- a/Global/Anjuta.gitignore +++ b/Global/Anjuta.gitignore @@ -1,2 +1,3 @@ -# Local configuration folder +# Local configuration folder and symbol database /.anjuta/ +/.anjuta_sym_db.db From 9988b4bfe0661a31f101911029b13d0451b0c319 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 11 Nov 2014 23:47:18 -0800 Subject: [PATCH 0107/1016] Let node_modules FAQ URL speak for itself --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index bf98867614..e03d33ef73 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,7 +20,6 @@ coverage build/Release # Dependency directory -# Deployed apps should consider commenting this line out: # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- node_modules From 471400a1222a3cda5e84aa7d0082215dc566c619 Mon Sep 17 00:00:00 2001 From: Tony Arra Date: Wed, 12 Nov 2014 12:55:47 -0500 Subject: [PATCH 0108/1016] Remove ExtJS-MVC --- ExtJS-MVC.gitignore | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ExtJS-MVC.gitignore diff --git a/ExtJS-MVC.gitignore b/ExtJS-MVC.gitignore deleted file mode 100644 index e8e1cb9a40..0000000000 --- a/ExtJS-MVC.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -# build directory for Sencha (ExtJS) projects -build/ - -# bootstrap files are regenerated by Sencha CMD on every build or refresh -bootstrap.js -bootstrap.css From 15e56afe0971a92432d2a8423023dd75d7a771ce Mon Sep 17 00:00:00 2001 From: renhx Date: Thu, 13 Nov 2014 17:34:19 +0900 Subject: [PATCH 0109/1016] Added *.sqlite3-journal to Rails.gitignore --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 4fae5d0a44..8671a4476c 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -4,6 +4,7 @@ capybara-*.html /log /tmp /db/*.sqlite3 +/db/*.sqlite3-journal /public/system /coverage/ /spec/tmp From d48f063d60a7bf3041440d633d16c17c7c9e288b Mon Sep 17 00:00:00 2001 From: andres-mancera Date: Thu, 13 Nov 2014 14:40:35 -0800 Subject: [PATCH 0110/1016] 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 0000000000..eccccd1d7e --- /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 b07a0904e3c0714353f997b1dc6122b367dab648 Mon Sep 17 00:00:00 2001 From: robertob Date: Sat, 15 Nov 2014 13:13:15 -0800 Subject: [PATCH 0111/1016] adding entry for ignoring .sln.ide folder which contains visual studio 2015 solution specific cache data --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 80e04a3fd0..12514122ed 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -7,6 +7,9 @@ *.userosscache *.sln.docstates +# User-specific folders +*.sln.ide/ + # Build results [Dd]ebug/ [Dd]ebugPublic/ From 4011c95e265bd976b86b13772572b5f902d3bb67 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Sun, 16 Nov 2014 12:04:57 -0800 Subject: [PATCH 0112/1016] Ignore Qt Creator cache files for Qbs projects. --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 965f90d424..85a6baace8 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -16,6 +16,8 @@ /.qmake.stash *.pro.user *.pro.user.* +*.qbs.user +*.qbs.user.* *.moc moc_*.cpp qrc_*.cpp From a891529b38143fe47cc4e1d7628acf018d9b5a41 Mon Sep 17 00:00:00 2001 From: Antoine-Ali Zarrouk Date: Tue, 18 Nov 2014 09:55:58 +0100 Subject: [PATCH 0113/1016] Targeted more specifically pow files --- Rails.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 38e7ffb037..b84f171645 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 0114/1016] 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 b84f171645..380f51d1c7 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 0115/1016] 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 ca611cf826..302a5f2ff1 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 4493311afa6f504e018e9f7ccb47113311e451f1 Mon Sep 17 00:00:00 2001 From: Djones Boni Date: Wed, 19 Nov 2014 10:38:01 -0200 Subject: [PATCH 0116/1016] Add LibreOffice.gitignore --- LibreOffice.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 LibreOffice.gitignore diff --git a/LibreOffice.gitignore b/LibreOffice.gitignore new file mode 100644 index 0000000000..586beac91d --- /dev/null +++ b/LibreOffice.gitignore @@ -0,0 +1,2 @@ +# LibreOffice locks +.~lock.*# From cd7a8530d6a720a964c722174fce811ef3a4fa38 Mon Sep 17 00:00:00 2001 From: Adam Liter Date: Wed, 19 Nov 2014 22:55:34 -0500 Subject: [PATCH 0117/1016] Ignore auxiliary files from knitr --- TeX.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 7ce1410b71..b9fae17cf5 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 0118/1016] add rules for new CakePHP 3 --- CakePHP.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index bd743c4df6..b76728f25f 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 0b421ba8dbb658625362e57e8be899a3e5659e59 Mon Sep 17 00:00:00 2001 From: Djones Boni Date: Sat, 22 Nov 2014 20:22:52 -0200 Subject: [PATCH 0119/1016] Move LibreOffice.gitignore to /Global --- LibreOffice.gitignore => Global/LibreOffice.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LibreOffice.gitignore => Global/LibreOffice.gitignore (100%) diff --git a/LibreOffice.gitignore b/Global/LibreOffice.gitignore similarity index 100% rename from LibreOffice.gitignore rename to Global/LibreOffice.gitignore From 79b46295bf7b02dd7fc9bd1ce3106e1941afb7a0 Mon Sep 17 00:00:00 2001 From: Todd Aspeotis Date: Sun, 23 Nov 2014 15:41:09 +1000 Subject: [PATCH 0120/1016] Revert "adding entry for ignoring .sln.ide folder which contains visual studio 2015 solution specific cache data" This reverts commit b07a0904e3c0714353f997b1dc6122b367dab648. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 267c6ea7cd..ec91d78f35 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -7,9 +7,6 @@ *.userosscache *.sln.docstates -# User-specific folders -*.sln.ide/ - # Build results [Dd]ebug/ [Dd]ebugPublic/ From 2d62f6c591dd8a152a1e4007c9000dede7ae23db Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Sun, 23 Nov 2014 16:59:38 +0100 Subject: [PATCH 0121/1016] Add .SRCINFO See https://lists.archlinux.org/pipermail/aur-dev/2014-November/002968.html --- ArchLinuxPackages.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index d94e73d98f..dcf739000b 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -8,6 +8,7 @@ # AUR metadata .AURINFO +.SRCINFO pkg/ src/ From 60ff5ad75ac827009b8dd441cab3727ea62c3962 Mon Sep 17 00:00:00 2001 From: Adam Liter Date: Thu, 27 Nov 2014 18:36:15 -0600 Subject: [PATCH 0122/1016] Add history file that is generated by R.app for Mac OS --- R.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/R.gitignore b/R.gitignore index ad2be9575d..b18d6409c6 100644 --- a/R.gitignore +++ b/R.gitignore @@ -1,5 +1,6 @@ # History files .Rhistory +.Rapp.history # Example code in package build process *-Ex.R From c57220f93ecc18f9fb3a36da79b92e69781afb7d Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Mon, 1 Dec 2014 23:08:13 +0300 Subject: [PATCH 0123/1016] 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 78e5f118ef..8d5d458f0d 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 0124/1016] 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 0000000000..c62be65003 --- /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 0125/1016] 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 ab680a8b8e..debe0e48ef 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -5,3 +5,4 @@ dist/ nbdist/ nbactions.xml nb-configuration.xml +.nb-gradle/ From 103740bdb18b49e4a348633b69f3d8ce0d46a677 Mon Sep 17 00:00:00 2001 From: Joel Kuntz Date: Thu, 4 Dec 2014 21:43:44 -0400 Subject: [PATCH 0126/1016] Fix solution/project files for nested directories. By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files. --- Unity.gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 9d8e1156f6..21d2efd71e 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -4,14 +4,14 @@ [Bb]uild/ # Autogenerated VS/MD solution and project files -/*.csproj -/*.unityproj -/*.sln -/*.suo -/*.user -/*.userprefs -/*.pidb -/*.booproj +*.csproj +*.unityproj +*.sln +*.suo +*.user +*.userprefs +*.pidb +*.booproj #Unity3D Generated File On Crash Reports sysinfo.txt From 0ff10282664b6e953d62bc91eca2e17c0d7f82b3 Mon Sep 17 00:00:00 2001 From: Olav van Schie Date: Fri, 5 Dec 2014 10:34:36 +0100 Subject: [PATCH 0127/1016] 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 ad84efe3a3..12fe0e8d31 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 2db444014ba2c3f7ad308f1d95d1ede309e8eaa4 Mon Sep 17 00:00:00 2001 From: Kazuyuki SUZUKI Date: Mon, 8 Dec 2014 21:05:58 +0900 Subject: [PATCH 0128/1016] update FuelPHP.gitignore --- FuelPHP.gitignore | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/FuelPHP.gitignore b/FuelPHP.gitignore index 7804d8d22e..d69f71f433 100644 --- a/FuelPHP.gitignore +++ b/FuelPHP.gitignore @@ -1,2 +1,21 @@ -fuel/app/logs/*/*/* -fuel/app/cache/*/* +# the composer package lock file and install directory +# 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 +# /composer.lock +/fuel/vendor + +# the fuelphp document +/docs/ + +# you may install these packages with `oil package`. +# http://fuelphp.com/docs/packages/oil/package.html +# /fuel/packages/auth/ +# /fuel/packages/email/ +# /fuel/packages/oil/ +# /fuel/packages/orm/ +# /fuel/packages/parser/ + +# dynamically generated files +/fuel/app/logs/*/*/* +/fuel/app/cache/*/* +/fuel/app/config/crypt.php 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 0129/1016] 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 ad84efe3a3..09e8c68363 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 0130/1016] 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 25cbbfe41a..94af91beb0 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 0131/1016] doc JDeveloper.gitignore --- Global/JDeveloper.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Global/JDeveloper.gitignore b/Global/JDeveloper.gitignore index 94af91beb0..5bba6f3773 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 0fe5c192d9edbd26fde90ce942ce1832b4b8381a Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Thu, 11 Dec 2014 15:21:38 -0800 Subject: [PATCH 0132/1016] no good reason to ignore sql folder --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ec91d78f35..1d801c7b36 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -148,7 +148,6 @@ csx/ AppPackages/ # Others -sql/ *.Cache ClientBin/ [Ss]tyle[Cc]op.* From 2f96e3484bbf133a28069932ad0d0aa216283f78 Mon Sep 17 00:00:00 2001 From: Clarke Plumo Date: Fri, 12 Dec 2014 10:25:22 +0800 Subject: [PATCH 0133/1016] Add space at Unity gitignore comment --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 21d2efd71e..1e481e388b 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -13,5 +13,5 @@ *.pidb *.booproj -#Unity3D Generated File On Crash Reports +# Unity3D Generated File On Crash Reports sysinfo.txt From 8b00fa88a80fdc7209c0adc02415f194ab6c7fae Mon Sep 17 00:00:00 2001 From: Matthias Viranyi Date: Fri, 12 Dec 2014 14:04:48 +0100 Subject: [PATCH 0134/1016] 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 1e481e388b..cfe1734868 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 0135/1016] 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 cfe1734868..5f6a7594af 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 30b6549bfe1e2754829ec1845750ce55a55712e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Millet?= Date: Tue, 16 Dec 2014 11:37:27 +0100 Subject: [PATCH 0136/1016] fix magento root files without leading slash, it ignores all files with these names (cron.php, get.php, index.php, api.php), whereveer they are --- Magento.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index ad84efe3a3..e065515436 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -42,14 +42,14 @@ app/etc/local.xml app/.htaccess app/locale/ app/Mage.php -cron.php +/cron.php cron.sh downloader/ errors/ favicon.ico -get.php +/get.php includes/ -index.php +/index.php index.php.sample /install.php js/blank.html @@ -93,7 +93,7 @@ media/.htaccess media/import/ media/xmlconnect/ media/catalog/product/cache/ -api.php +/api.php nbproject/ pear pear/ From 5b204a68b7234ce9bc7eb93ea5b5e397d8f58827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Millet?= Date: Wed, 17 Dec 2014 11:18:05 +0100 Subject: [PATCH 0137/1016] Ignore modman directory --- Magento.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Magento.gitignore b/Magento.gitignore index ad84efe3a3..a93f07d4ba 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,4 +1,5 @@ .modgit/ +.modman/ app/code/community/Phoenix/ app/code/community/Cm/ app/code/core/ From 27f949d77e0b906c75a6e078b5ec31bca6b0a8e5 Mon Sep 17 00:00:00 2001 From: lighght Date: Sat, 20 Dec 2014 11:57:43 -0500 Subject: [PATCH 0138/1016] Add ignore achemso aux file acs-.bib Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso} --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 7ce1410b71..f25e540dee 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -36,6 +36,9 @@ *.alg *.loa +# achemso +acs-*.bib + # amsthm *.thm From cfd038734dccd535a7c2c7c9660264930729510a Mon Sep 17 00:00:00 2001 From: bedella Date: Mon, 22 Dec 2014 17:08:52 -0500 Subject: [PATCH 0139/1016] 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 0000000000..57c1c230f9 --- /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 0140/1016] 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 4a6cfc7cc0..81e4430400 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 c9200696fb2325d82c7816cc5b6d1e77a90036b0 Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Mon, 29 Dec 2014 15:16:25 +0100 Subject: [PATCH 0141/1016] Update VirtualEnv.gitignore Ignore .venv files created by virtualenvwrapper and virtualfish for auto-activation purposes. --- Global/VirtualEnv.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index 3fab25b59b..043786df5f 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -6,3 +6,4 @@ [Ll]ib [Ss]cripts pyvenv.cfg +.venv From a7601b969755c058cb70381bb18e7692c4acf4ac Mon Sep 17 00:00:00 2001 From: Adel Qalieh Date: Tue, 30 Dec 2014 17:23:11 -0500 Subject: [PATCH 0142/1016] 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 0000000000..67d9b34c6c --- /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 0143/1016] 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 d1d5c6dd61..fa76cfae71 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 0144/1016] # Built application files (for Android Studio projects) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 9068cd0110..dc62bfdde6 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 0145/1016] 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 0000000000..6fd0a376de --- /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 0146/1016] rearrange rules for CakePHP 2 --- CakePHP.gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index b76728f25f..6f5ae46c2d 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 0147/1016] 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 72d68bae81..a7b4ba4202 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 0148/1016] Update Unity.gitignore Removes queried extensions. --- Unity.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 5f6a7594af..9078dfb177 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 0149/1016] 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 9078dfb177..e31b6a5198 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 0150/1016] 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 bcd36f013d..5ffc21546e 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 0151/1016] 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 0152/1016] moved --- Android.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index dc62bfdde6..ccf2efe026 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 0153/1016] 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 d1f9192f6f..70ec869397 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 0154/1016] 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 3fab25b59b..e2c082c8d5 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 0155/1016] 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 ba00e20d77..b33e3e1ecb 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 0156/1016] 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 9911632b9c..5932ea1797 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 0157/1016] Add Carthage build folder and explaination --- Swift.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index a3cd143a40..8615121b24 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 0158/1016] 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 0000000000..6227345453 --- /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 0159/1016] 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 ccf2efe026..bbf437049b 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 0160/1016] 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 372eec9b69..f786a90af3 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 0161/1016] 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 202b8d7900..6513ab1007 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 0162/1016] 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 eccccd1d7e..9731789665 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 0163/1016] 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 9eb9f045a2..c5ba85e28b 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 0164/1016] 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 9eb9f045a2..4e87b1fe8d 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 0165/1016] Only .htaccess.sample --- Magento.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Magento.gitignore b/Magento.gitignore index 4e87b1fe8d..6c10e4b593 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 0166/1016] 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 0167/1016] Revert "Ignore npm-debug.log" --- Node.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index fa76cfae71..d1d5c6dd61 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 0bb759363f51b53363666ae620e171bbf6a738c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20F=C3=B6ldh=C3=A1zi?= Date: Thu, 29 Jan 2015 14:11:33 +0100 Subject: [PATCH 0168/1016] Add Tern plugin to Eclipse.gitignore The Tern plugin generate a '.tern-project' file in the project directory. (https://github.com/angelozerr/tern.java/wiki/Tern-Eclipse-IDE) --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 81e4430400..29d619b0e7 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -32,5 +32,8 @@ local.properties # sbteclipse plugin .target +# Tern plugin +.tern-project + # TeXlipse plugin .texlipse From 68f746b320a8732a7f49d4f4563dcec22596bb4f Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 29 Jan 2015 07:42:40 -0800 Subject: [PATCH 0169/1016] 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 c33d7a1369..5441ebf62d 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 0170/1016] joomla 3.3.6 --- Joomla.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index c3f040afe8..9c26553d33 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 0171/1016] 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 eaca02ed3b..ae2ad536ab 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 0172/1016] add .eggs/ directory to Python.gitignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index db4561eaa1..edb958768d 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 0173/1016] 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 3ef747d73a..b32943f1c6 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 0174/1016] 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 5441ebf62d..41d71695c3 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 0175/1016] add /vendor/bundle --- Ruby.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index f2c136079c..28f4849832 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 0176/1016] minted 2.0 makes new files --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index b33e3e1ecb..071c10382b 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 0177/1016] 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 f9b2706175..4cb12d8db7 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 0178/1016] 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 5e4103681b..660b31353e 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 0179/1016] 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 edb958768d..10d47bd3b1 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 0180/1016] 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 9c26553d33..cf36d8cf52 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 0181/1016] Ignore auxiliary files for gnuplottex --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 071c10382b..b545cc77cf 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 0182/1016] 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 088836b54d..d66c56555d 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 0183/1016] 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 d1d5c6dd61..123ae94d05 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 b6d9dd9f6b766bc2afcff42acc0a0c39378d4755 Mon Sep 17 00:00:00 2001 From: wisitsaks Date: Fri, 20 Feb 2015 10:55:34 +0700 Subject: [PATCH 0184/1016] Update VisualStudio.gitignore ignore all files in Log/log folder --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 41d71695c3..67f1ff5f78 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -21,6 +21,7 @@ build/ bld/ [Bb]in/ [Oo]bj/ +[Ll]og/ # Visual Studo 2015 cache/options directory .vs/ From 29be7fc1931b2f7e28c2bd2e758a779c3c9c6174 Mon Sep 17 00:00:00 2001 From: Thomas Schulz Date: Sat, 21 Feb 2015 18:26:29 +0100 Subject: [PATCH 0185/1016] Small fix: missing space --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 41d71695c3..57a1574c4f 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 0186/1016] 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 0855a79bf7..3f4aa15b21 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 ac717d860f12277ea133d7622a95f60875b07bb6 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Wed, 25 Feb 2015 09:21:05 -0600 Subject: [PATCH 0187/1016] Add pattern to match dist-* directories --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 0855a79bf7..4ed7d006b7 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -1,4 +1,5 @@ dist +dist-* cabal-dev *.o *.hi From b2f2bf499c01c873158cd21b18681e4154dfa9c2 Mon Sep 17 00:00:00 2001 From: Gurmeet-Singh Date: Sun, 1 Mar 2015 06:00:44 +0530 Subject: [PATCH 0188/1016] 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 071c10382b..8f7b5135db 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -117,3 +117,7 @@ sympy-plots-for-*.tex/ # xindy *.xdy + +# WinEdt +*.bak +*.sav From 69fef749cb58953eb1091c36b88882dd19e50096 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 1 Mar 2015 12:53:03 +1100 Subject: [PATCH 0189/1016] Add an explanation to reduce PHP framework clutter --- CONTRIBUTING.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91543ab443..1b94f6cb95 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,11 @@ high quality, we request that contributions adhere to the following guidelines. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. +If a template is mostly a list of files installed by a particular version of +some software (e.g. a PHP framework) then it's brittle and probably no more +helpful than a simple `ls`. If it's not possible to curate a small set of +useful rules, then the template might not be a good fit for this collection. + Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the *most common and helpful* templates, not to make sure we cover every project possible. If we choose not to diff --git a/README.md b/README.md index 14042e94fa..684a1abf2c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ high quality, we request that contributions adhere to the following guidelines. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. +If a template is mostly a list of files installed by a particular version of +some software (e.g. a PHP framework) then it's brittle and probably no more +helpful than a simple `ls`. If it's not possible to curate a small set of +useful rules, then the template might not be a good fit for this collection. + Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the *most common and helpful* templates, not to make sure we cover every project possible. If we choose not to From f4e43487f47fe550e8acb55e29ccc578b43b0792 Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Sun, 1 Mar 2015 10:13:43 +0100 Subject: [PATCH 0190/1016] Add "*.out" to Go.gitignore The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests. --- Go.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index daf913b1b3..c2184b0046 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -22,3 +22,5 @@ _testmain.go *.exe *.test *.prof + +*.out From 5d55d5cd9a25b08f895d74a9b66c9c906b1d1ece Mon Sep 17 00:00:00 2001 From: Mike Duigou Date: Mon, 2 Mar 2015 11:38:10 -0800 Subject: [PATCH 0191/1016] 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 d66c56555d..8fffe724af 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 0192/1016] 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 0481a3421f..dff645a0eb 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 0193/1016] 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 10d47bd3b1..54bf4f5f79 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 0194/1016] 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 ac3492e247..36d7adeb76 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 0195/1016] 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 a3cd143a40..c964cd8846 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 0196/1016] 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 edf6645def..bbf313b259 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 0197/1016] 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 3772bdfea9..f2daebb9f4 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 0198/1016] 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 0000000000..cb385db83f --- /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 0199/1016] 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 54bf4f5f79..ba74660506 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 0200/1016] 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 0000000000..3dd696ea0a --- /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 0201/1016] 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 7231003ac4..e2ea013328 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 62cc93e6f57b41d0ae7d1654ebfebd12c8bd2d23 Mon Sep 17 00:00:00 2001 From: Nuno Rafael Rocha Date: Wed, 25 Mar 2015 18:58:08 +0000 Subject: [PATCH 0202/1016] Add spool folder to Symfony --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index c68377d1ac..a72d1bda47 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -4,6 +4,9 @@ !app/cache/.gitkeep !app/logs/.gitkeep +# Email spool folder +/app/spool/* + # Cache and logs (Symfony3) /var/cache/* /var/logs/* From 3292d1d35d0ed6030c2618e1619623bbddcddb60 Mon Sep 17 00:00:00 2001 From: Eddie Gurnee Date: Thu, 26 Mar 2015 01:27:09 -0400 Subject: [PATCH 0203/1016] comment out CakePHP version headers --- CakePHP.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 6f5ae46c2d..55a665e46f 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 0204/1016] 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 8fffe724af..1cdc9f7fd4 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 0205/1016] 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 adc1099c2e..06b6649bd9 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 0206/1016] 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 1cdc9f7fd4..44c0caae53 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 0207/1016] 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 3f4aa15b21..7808ac524f 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 0208/1016] Add .jekyll-metadata to default Jekyll .gitignore --- Jekyll.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 0c3e5abb0b..5c91b60c06 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -1,2 +1,3 @@ _site/ .sass-cache/ +.jekyll-metadata From 6798c2fb9e04e350857252ada228222ea7c7cc93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szeremeta?= Date: Thu, 9 Apr 2015 14:59:43 +0200 Subject: [PATCH 0209/1016] Ignore Kile and kBibTeX backup files --- TeX.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index ad74c6540d..8ec3d8ba71 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -78,6 +78,7 @@ acs-*.bib # knitr *-concordance.tex +# TODO Comment the next line if you want to keep your tikz graphics files *.tikz *-tikzDictionary @@ -121,6 +122,14 @@ sympy-plots-for-*.tex/ # xindy *.xdy +## Editors + # WinEdt *.bak *.sav + +# Kile +*.backup + +# KBibTeX +*~* From b75ce44424559da6c72e359f6bc13bad815b8731 Mon Sep 17 00:00:00 2001 From: Ray Fang Date: Tue, 14 Apr 2015 21:44:20 +0800 Subject: [PATCH 0210/1016] Update JetBrains.gitignore according to the knowledge base article --- Global/JetBrains.gitignore | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index dff645a0eb..6b3ea2a7a1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,32 +1,26 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm - -*.iml - -## Directory-based project format: -.idea/ -# if you remove the above rule, at least ignore the following: +# Reference https://intellij-support.jetbrains.com/entries/23393067 # User-specific stuff: -# .idea/workspace.xml -# .idea/tasks.xml -# .idea/dictionaries +.idea/workspace.xml +.idea/tasks.xml +.idea/dictionaries # Sensitive or high-churn files: -# .idea/dataSources.ids -# .idea/dataSources.xml -# .idea/sqlDataSources.xml -# .idea/dynamic.xml -# .idea/uiDesigner.xml +.idea/dataSources.ids +.idea/dataSources.xml +.idea/sqlDataSources.xml +.idea/dynamic.xml +.idea/uiDesigner.xml # Gradle: -# .idea/gradle.xml -# .idea/libraries +.idea/gradle.xml +.idea/libraries # Mongo Explorer plugin: -# .idea/mongoSettings.xml +.idea/mongoSettings.xml ## File-based project format: -*.ipr *.iws ## Plugin-specific files: From 884d8411c1c4694789a70483bb119e21f529f960 Mon Sep 17 00:00:00 2001 From: Ginger Geek Date: Thu, 16 Apr 2015 10:16:48 +0100 Subject: [PATCH 0211/1016] 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 dff645a0eb..5f1d7b6873 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 0212/1016] Rework PrestaShop.gitignore The previous file was made for PrestaShop maintainers it didn't suit PrestaShop user needs. --- Prestashop.gitignore | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 890c4e6027..1c8462b08c 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/xml/*.xml -config/settings.inc.php - -log/*.log +config/settings.*.php -img/* -!img/index.php -!img/*/index.php +# Cache, temp and generated files +# The following files are generated by PrestaShop. -tools/smarty*/cache/*.php -!tools/smarty*/cache/index.php -tools/smarty*/compile/*.php -!tools/smarty*/compile/index.php +admin-dev/autoupgrade/ +cache/ +config/xml/*.xml +log/ +*sitemap.xml +themes/*/cache/ +modules/*/config*.xml -themes/default/cache/*.js -themes/default/cache/*.css +# Site content +# The following folders contain product images, virtual products, CSV's, etc. -# 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 0213/1016] 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 e31b6a5198..9de94098c4 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 0214/1016] 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 | 56 +++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 11 deletions(-) diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore index 9731789665..82ffb5bee7 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/ + +########## 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 +########### 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 0215/1016] 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 123ae94d05..71f41b6604 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 0216/1016] 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 81e4430400..0e22e957c3 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 0217/1016] 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 052e56ab16..2f482615d9 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 0218/1016] Ignore default plugin --- WordPress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/WordPress.gitignore b/WordPress.gitignore index 2f482615d9..5603287880 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 0219/1016] Fixed CodeIgniter.gitignore --- CodeIgniter.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 846b8c5406..0f77d9e1d1 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 0220/1016] 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 ba74660506..a65d04669c 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 0221/1016] 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 e7de4f1a69..0000000000 --- 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 0222/1016] 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 71f41b6604..f7f6a08c33 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 0223/1016] 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 0000000000..0865bb7d3e --- /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 0224/1016] 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 7808ac524f..48fe6f3e41 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 0225/1016] 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 0226/1016] 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 57a1574c4f..d65cbcd7ef 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 0227/1016] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d65cbcd7ef..bf6caf0134 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 0228/1016] 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 57a1574c4f..f6755c5a86 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 0229/1016] 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 c964cd8846..fffb5ed000 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 0230/1016] 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 ccf2efe026..9068cd0110 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 0231/1016] 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 52103c3dcb..382280af26 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 0232/1016] 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 1b81d24958..d07b7894f1 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 fffb5ed000..7f24b4de80 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 8615121b24..583de456ed 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 0233/1016] 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 a65d04669c..7d4409882a 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 0234/1016] Revert "Update Maven.gitignore" --- Maven.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 44c0caae53..1cdc9f7fd4 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 0235/1016] 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 0167b87cc3..0000000000 --- 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 0236/1016] [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 ad74c6540d..2998177b21 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 2ac96e7caa4258408278e1cc26f5367c0880d6e9 Mon Sep 17 00:00:00 2001 From: Tinh-Hai Collet Date: Fri, 15 May 2015 16:11:44 +0100 Subject: [PATCH 0237/1016] First .gitignore for Stata files --- Stata.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Stata.gitignore diff --git a/Stata.gitignore b/Stata.gitignore new file mode 100644 index 0000000000..26ea2e69bb --- /dev/null +++ b/Stata.gitignore @@ -0,0 +1,19 @@ +# .gitignore file for git projects containing Stata files +# Commercial statistical software: http://www.stata.com + +# Stata dataset and output files +*.dta +*.gph +*.log +*.smcl +*.stpr +*.stsem + +# Graphic export files from Stata +*.ps +*.eps +*.wmf +*.emf +*.pdf +*.png +*.tif From eab7f25a2b16e27f9075918a949db6ff18128d6e Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Fri, 15 May 2015 20:35:12 +0200 Subject: [PATCH 0238/1016] 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 0f1905d3e0..486b32ce90 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 0239/1016] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 968cae7254..a3b326d815 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 d5a1f908a9d5d992efa3d1491b99b2ae171dc87b Mon Sep 17 00:00:00 2001 From: Tinh-Hai Collet Date: Mon, 18 May 2015 19:06:04 +0100 Subject: [PATCH 0240/1016] Move Stata.gitignore to Global/, as discussed with shiftkey --- Stata.gitignore => Global/Stata.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Stata.gitignore => Global/Stata.gitignore (100%) diff --git a/Stata.gitignore b/Global/Stata.gitignore similarity index 100% rename from Stata.gitignore rename to Global/Stata.gitignore From 747196008eff6dd4bc13b25a4b5ea12c94d781cd Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Tue, 19 May 2015 15:27:54 -0700 Subject: [PATCH 0241/1016] 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 a3b326d815..385a36e0d4 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 0242/1016] 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 b9003860e1..49037a0b7c 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 0243/1016] 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 52540e70a8..b558e9afa6 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 0244/1016] 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 dcf739000b..43656b64a3 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 0245/1016] 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 43656b64a3..b73905529f 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 0246/1016] include preamble files generated by mylatexformat package --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index ad74c6540d..26e3108d28 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 0247/1016] 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 82ffb5bee7..eed2432fb7 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= -csrc/ +# 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 457f6464a77881e0408269686dd0698c3b90a98e Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Fri, 5 Jun 2015 12:35:49 -0300 Subject: [PATCH 0248/1016] document Vim file patterns --- Global/Vim.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6c5ee8df16..325bd57679 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,10 @@ +# swap [._]*.s[a-w][a-z] [._]s[a-w][a-z] +# persistent undo *.un~ +# session Session.vim +# temporary .netrwhist *~ From 433fcebbc30dca53203cc06924eacd5de66ddd2b Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Fri, 5 Jun 2015 12:43:20 -0300 Subject: [PATCH 0249/1016] Add scrapy stuff to .gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a65d04669c..94c05b4a2c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,6 +51,9 @@ coverage.xml # Django stuff: *.log +# Scrapy stuff: +.scrapy + # Sphinx documentation docs/_build/ From 07b15ab2a1c2e3e6f9fcf297d7b5a4c21552b39e Mon Sep 17 00:00:00 2001 From: Skyler Berg Date: Sun, 7 Jun 2015 11:40:21 -0700 Subject: [PATCH 0250/1016] 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 e2c082c8d5..831cf3afcf 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 f85cff8fbeb8bf07dd1217722a617d947160f556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 8 Jun 2015 12:15:40 +0200 Subject: [PATCH 0251/1016] DerivedData and xcuserdata are folders; *.xcuserstate is always inside xcuserdata folder --- Global/Xcode.gitignore | 5 ++--- Objective-C.gitignore | 5 ++--- Swift.gitignore | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index d07b7894f1..c08bace2b2 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -4,7 +4,7 @@ ## Build generated build/ -DerivedData +DerivedData/ ## Various settings *.pbxuser @@ -15,9 +15,8 @@ DerivedData !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata +xcuserdata/ ## Other *.xccheckout *.moved-aside -*.xcuserstate diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7f24b4de80..59f6862a9d 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -4,7 +4,7 @@ ## Build generated build/ -DerivedData +DerivedData/ ## Various settings *.pbxuser @@ -15,12 +15,11 @@ DerivedData !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata +xcuserdata/ ## Other *.xccheckout *.moved-aside -*.xcuserstate ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 583de456ed..e278bf19ab 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -4,7 +4,7 @@ ## Build generated build/ -DerivedData +DerivedData/ ## Various settings *.pbxuser @@ -15,12 +15,11 @@ DerivedData !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata +xcuserdata/ ## Other *.xccheckout *.moved-aside -*.xcuserstate ## Obj-C/Swift specific *.hmap From 4323f1e2c8faa792dac2619a1983fc9ffa4fffc1 Mon Sep 17 00:00:00 2001 From: Brian Gesiak Date: Tue, 9 Jun 2015 00:24:09 -0400 Subject: [PATCH 0252/1016] [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 7f24b4de80..05096f66ef 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 583de456ed..d571cb2c8d 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -21,6 +21,7 @@ xcuserdata *.xccheckout *.moved-aside *.xcuserstate +*.xcscmblueprint ## Obj-C/Swift specific *.hmap From 56a9cff48352eacc3bf0cdc3a5f57eb273b2ef7d Mon Sep 17 00:00:00 2001 From: photodude Date: Thu, 11 Jun 2015 15:41:08 -0600 Subject: [PATCH 0253/1016] Add the other Dreamweaver added files --- Global/Dreamweaver.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Dreamweaver.gitignore b/Global/Dreamweaver.gitignore index 6a33373bdd..0621a3d53b 100644 --- a/Global/Dreamweaver.gitignore +++ b/Global/Dreamweaver.gitignore @@ -1,3 +1,7 @@ # DW Dreamweaver added files _notes +_compareTemp +configs/ dwsync.xml +dw_php_codehinting.config +*.mno From 7112380d9718c10b2bd9b108785d745fda0d2431 Mon Sep 17 00:00:00 2001 From: Florian Fida Date: Wed, 17 Jun 2015 21:46:54 +0200 Subject: [PATCH 0254/1016] 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 d1593b1655..5781fcc3cb 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 146fef70cbf07c790a28086ed39fb5fc63f921bc Mon Sep 17 00:00:00 2001 From: TJ Rana Date: Thu, 18 Jun 2015 18:56:54 -0400 Subject: [PATCH 0255/1016] Add Dropbox.gitignore --- Global/Dropbox.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/Dropbox.gitignore diff --git a/Global/Dropbox.gitignore b/Global/Dropbox.gitignore new file mode 100644 index 0000000000..40f4a469d2 --- /dev/null +++ b/Global/Dropbox.gitignore @@ -0,0 +1,4 @@ +# Dropbox settings and caches +.dropbox +.dropbox.attr +.dropbox.cache From 948a87ffc9be411114abee6692e986e0b90e53be Mon Sep 17 00:00:00 2001 From: Arne de Laat Date: Wed, 24 Jun 2015 11:09:57 +0200 Subject: [PATCH 0256/1016] 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 5c7a0ec476..51dda4b0e2 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 0257/1016] 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 51dda4b0e2..a7a84bc9e2 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 0258/1016] Ignore Default RSpec State File --- Ruby.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index 28f4849832..1ba91c05fe 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 0259/1016] 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 5f1d7b6873..573bcf4552 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 0260/1016] 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 48fe6f3e41..cdc3c4dce7 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 0261/1016] 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 518345916c..38548b3706 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 0262/1016] Ignore NCrunch temporary files. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 385a36e0d4..cd8716d314 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 0263/1016] 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 cd8716d314..4bff63b031 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 aaef8dd60562b2d25cc9db3e7510e32a01c40580 Mon Sep 17 00:00:00 2001 From: Tinh-Hai Collet Date: Wed, 15 Jul 2015 08:20:21 +0100 Subject: [PATCH 0264/1016] Commented out the exclusion of image files, added a link to list the image file types --- Global/Stata.gitignore | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Global/Stata.gitignore b/Global/Stata.gitignore index 26ea2e69bb..07997bb120 100644 --- a/Global/Stata.gitignore +++ b/Global/Stata.gitignore @@ -10,10 +10,15 @@ *.stsem # Graphic export files from Stata -*.ps -*.eps -*.wmf -*.emf -*.pdf -*.png -*.tif +# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf +# +# You may add graphic export files to your .gitignore. However you should be +# aware that this will exclude all image files from this main directory +# and subdirectories. +# *.ps +# *.eps +# *.wmf +# *.emf +# *.pdf +# *.png +# *.tif From 09a2358b7a69726a43434997f1d945ba82d4d6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=AFeul=20Rouquette?= Date: Sat, 18 Jul 2015 13:05:19 +0200 Subject: [PATCH 0265/1016] reledmac use one individual file by series of endnotes : .Aend, .Bend, .Cend etc. See the changelog in reledmac handbook or https://github.com/maieul/ledmac/commit/7fedc07f5bf2af21c86a237957790cb6fdce78a7#diff-60c898960cc69e6fde87e84ddef7d910R11391 --- TeX.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index a7a84bc9e2..f8b23151ba 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -49,8 +49,8 @@ acs-*.bib *.snm *.vrb -#(e)ledmac/(e)ledpar -*.end +#(r)(e)ledmac/(r)(e)ledpar +*.?end *.[1-9] *.[1-9][0-9] *.[1-9][0-9][0-9] From 0a93e406c01ed01452f6a78d03b775fdbcdcf8ad Mon Sep 17 00:00:00 2001 From: rdalkire Date: Wed, 22 Jul 2015 15:00:32 -0400 Subject: [PATCH 0266/1016] Update CVS.gitignore I added and tested another leading asterisk to deal with the CVS directories further down the tree. --- Global/CVS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore index 01ba863484..1695352e14 100644 --- a/Global/CVS.gitignore +++ b/Global/CVS.gitignore @@ -1,4 +1,4 @@ /CVS/* -*/CVS/* +**/CVS/* .cvsignore */.cvsignore From 2d69d6a7e3f50891cde36caaa5d94f5f1d3b6457 Mon Sep 17 00:00:00 2001 From: sfhardman Date: Thu, 23 Jul 2015 11:21:57 +1200 Subject: [PATCH 0267/1016] 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 4bff63b031..959913ad31 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 0268/1016] Add newline at EOF --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 959913ad31..9c61a92f62 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 0269/1016] 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 9c61a92f62..7c4ca8bb58 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 0270/1016] 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 3dd696ea0a..a9e50ba43c 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 0271/1016] Include ipython notebook checkpoints to gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a65d04669c..4caad72ddc 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,3 +56,6 @@ docs/_build/ # PyBuilder target/ + +#Ipython Notebook +.ipynb_checkpoints From 872ae5d445d0de2dc3b71cace62be2ef620fd634 Mon Sep 17 00:00:00 2001 From: Simeon Visser Date: Sun, 2 Aug 2015 19:26:46 +0100 Subject: [PATCH 0272/1016] Added .gitignore for PureScript --- PureScript.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PureScript.gitignore diff --git a/PureScript.gitignore b/PureScript.gitignore new file mode 100644 index 0000000000..361cf5277b --- /dev/null +++ b/PureScript.gitignore @@ -0,0 +1,8 @@ +# Dependencies +.psci_modules +bower_components +node_modules + +# Generated files +.psci +output From dfe46fd1682ec4b3378127164dc5a59987b57939 Mon Sep 17 00:00:00 2001 From: Patrick Fasano Date: Sun, 2 Aug 2015 16:40:16 -0400 Subject: [PATCH 0273/1016] Update Eagle.gitignore Ignore temporary files created by the autorouter --- Eagle.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Eagle.gitignore b/Eagle.gitignore index a5410348a2..b12e5bfe98 100644 --- a/Eagle.gitignore +++ b/Eagle.gitignore @@ -11,6 +11,10 @@ # comment the following line if you want to have your project file included. eagle.epf +# Autorouter files +*.pro +*.job + # CAM files *.$$$ *.cmp From 2d862c129e8ee7988fe29e371dd23e0a79d588f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Tue, 4 Aug 2015 10:10:16 +0200 Subject: [PATCH 0274/1016] Adding more files to ignore when using minitoc As per http://tex.stackexchange.com/q/258515/828 --- TeX.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index a7a84bc9e2..19930d2f0c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -93,6 +93,8 @@ acs-*.bib # minitoc *.maf +*.mlf +*.mlt *.mtc *.mtc[0-9] *.mtc[1-9][0-9] From 14fe6b0a5c149b60ccd5768eaf540f22985f9c8f Mon Sep 17 00:00:00 2001 From: Jonathan Boulanger Date: Tue, 4 Aug 2015 12:13:51 -0400 Subject: [PATCH 0275/1016] 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 0000000000..24c03e2866 --- /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 0276/1016] Add ignore for npm debug log files --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index f7f6a08c33..b38069de7c 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 0277/1016] 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 7c4ca8bb58..150691aa0f 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 0278/1016] 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 94eb0fb1ec..c9c2248a6a 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 9906b969e8f650803690aa90a29f06c8428babe7 Mon Sep 17 00:00:00 2001 From: newapplesho Date: Sat, 22 Aug 2015 10:00:29 +0900 Subject: [PATCH 0279/1016] Add Smalltalk gitignore --- Smalltalk.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Smalltalk.gitignore diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore new file mode 100644 index 0000000000..75272b2347 --- /dev/null +++ b/Smalltalk.gitignore @@ -0,0 +1,18 @@ +# changes file +*.changes + +# system image +*.image + +# Pharo Smalltalk Debug log file +PharoDebug.log + +# Squeak Smalltalk Debug log file +SqueakDebug.log + +# Monticello package cache +/package-cache + +# Metacello-github cache +/github-cache +github-*.zip From acba43a590ae4619b9e07bb95651826054b5d10e Mon Sep 17 00:00:00 2001 From: wikibootup Date: Sat, 22 Aug 2015 20:56:50 +0900 Subject: [PATCH 0280/1016] Add Scheme.gitignore --- Scheme.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Scheme.gitignore diff --git a/Scheme.gitignore b/Scheme.gitignore new file mode 100644 index 0000000000..cbb89d78da --- /dev/null +++ b/Scheme.gitignore @@ -0,0 +1,7 @@ +*.ss~ +*.ss#* +.#*.ss + +*.scm~ +*.scm#* +.#*.scm From 22294e017f526cee5c87fa031e6843c553d216be Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Sat, 22 Aug 2015 22:02:39 +0200 Subject: [PATCH 0281/1016] 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 3173e26f9b..e65d113798 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 0282/1016] Update Gradle.gitignore --- Gradle.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 302a5f2ff1..2200361b72 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 0283/1016] 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 5932ea1797..f709203dbd 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 0284/1016] 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 f709203dbd..cc9586893b 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 bd9f168a81deeb683214dce1a0b3b951798312b8 Mon Sep 17 00:00:00 2001 From: Ahmed Baracat Date: Tue, 25 Aug 2015 22:36:00 +0200 Subject: [PATCH 0285/1016] Allow for ignoring other important files Ignore build, MacOSX and Windows files --- Unity.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 9de94098c4..9c0faa7269 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -19,3 +19,14 @@ # Unity3D Generated File On Crash Reports sysinfo.txt + +# Builds +*.apk +*.unitypackage + +# MacOSX-specific +.DS_Store + +# Windows-specific +thumbs.db + From 52405705da0346bb19bb5fdde4c8ada80ccefcaf Mon Sep 17 00:00:00 2001 From: Ahmed Baracat Date: Wed, 26 Aug 2015 11:49:56 +0200 Subject: [PATCH 0286/1016] Removed OS-specific rules --- Unity.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 9c0faa7269..60d2e893f3 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -23,10 +23,3 @@ sysinfo.txt # Builds *.apk *.unitypackage - -# MacOSX-specific -.DS_Store - -# Windows-specific -thumbs.db - From b34eaa318fef71139cf54ba1d40456e4b6718de8 Mon Sep 17 00:00:00 2001 From: Star Peng Date: Sun, 9 Mar 2014 23:03:43 +0800 Subject: [PATCH 0287/1016] Add VisualStudio GhostDoc plugin setting file --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 150691aa0f..1607797652 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 9e35c8edb6b5f0e05a45d9dfb255d367811565f0 Mon Sep 17 00:00:00 2001 From: John Nycz Date: Wed, 26 Aug 2015 13:44:50 -0400 Subject: [PATCH 0288/1016] Incorrect file path Old Path sites/all/README.txt New Path sites/README.txt --- Drupal.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 04aed3b676..0d2fe537f4 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -15,7 +15,7 @@ robots.txt /MAINTAINERS.txt /UPGRADE.txt /README.txt -sites/all/README.txt +sites/README.txt sites/all/modules/README.txt sites/all/themes/README.txt From ed7d67a1757841e03ea70d995e3e7a9fe828afa1 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 31 Aug 2015 09:39:54 +0200 Subject: [PATCH 0289/1016] 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 0865bb7d3e..faa18382a3 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 0290/1016] 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 4735f055fc..ae5ec9fe1d 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -11,7 +11,6 @@ bin/ tmp/ test-result server.pid -*.iml *.eml /dist/ .cache From fcd0fe91a00026fe027229b38435a83e59e220b7 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:13:48 +0200 Subject: [PATCH 0291/1016] [TYPO3] Remove AdditionalConfiguration.php This file is part of the configuration for TYPO3. --- Typo3.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 5781fcc3cb..029d7b1fb3 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -8,7 +8,6 @@ /typo3conf/temp_CACHED* /typo3conf/temp_fieldInfo.php /typo3conf/deprecation_*.log -/typo3conf/AdditionalConfiguration.php # Ignore system folders, you should have them symlinked. # If not comment out the following entries. /typo3 From 6fec0f51e560f6d8c8c116d0d2c8438c4dd4d89e Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:16:43 +0200 Subject: [PATCH 0292/1016] [TYPO3] Add temporary files to .gitignore These temporary files should never be commited. --- Typo3.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Typo3.gitignore b/Typo3.gitignore index 029d7b1fb3..e8200c3326 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -8,6 +8,8 @@ /typo3conf/temp_CACHED* /typo3conf/temp_fieldInfo.php /typo3conf/deprecation_*.log +/typo3conf/ENABLE_INSTALL_TOOL +/FIRST_INSTALL # Ignore system folders, you should have them symlinked. # If not comment out the following entries. /typo3 From 370abeac7c3db94fd506dc8cfbc5c0faeac47fd7 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:21:48 +0200 Subject: [PATCH 0293/1016] [TYPO3] Support basic TYPO3 composer distribution --- Typo3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Typo3.gitignore b/Typo3.gitignore index e8200c3326..0a7f99290b 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -15,6 +15,7 @@ /typo3 /typo3_src /typo3_src-* +/Packages /.htaccess /index.php # Ignore temp directory. From e6d0ffa6f011c0b7b3135955b72d438e89b217a4 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:37:33 +0200 Subject: [PATCH 0294/1016] [TYPO3] Add ext:realurls's autoconfig file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If you are using the common used ext:realurl without a custom extConf the auto generated config file shouldn’t be added to scm. --- Typo3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Typo3.gitignore b/Typo3.gitignore index 0a7f99290b..d66ef8c0ac 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -9,6 +9,7 @@ /typo3conf/temp_fieldInfo.php /typo3conf/deprecation_*.log /typo3conf/ENABLE_INSTALL_TOOL +/typo3conf/realurl_autoconf.php /FIRST_INSTALL # Ignore system folders, you should have them symlinked. # If not comment out the following entries. From 338d8f736c5c7f21008a0deec0ed0ddf1ae2db22 Mon Sep 17 00:00:00 2001 From: Michael Stegmann Date: Wed, 2 Sep 2015 15:46:40 +0200 Subject: [PATCH 0295/1016] 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 150691aa0f..e37f66114c 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 0296/1016] 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 0000000000..7740a01538 --- /dev/null +++ b/Global/GPG.gitignore @@ -0,0 +1,2 @@ +secring.* + From fb86177e9a2e770ad41e7d95d799807337de6c3b Mon Sep 17 00:00:00 2001 From: Mike Pretzlaw Date: Fri, 11 Sep 2015 06:54:59 +0200 Subject: [PATCH 0297/1016] WordPress: Only ignore files in root to support other plugins Most files are ignores without defining the directory. This caused trouble with several plugins. To fix that some files should only be ignored in the root directory. - .htaccess is only ignored in the root directory due to some plugins or devs that need and create the htaccess for security issues in subfolders - sitemap.xml and sitemap.xml.gz is only ignored in the root directory due to plugins that have an equal name and are therefor ignored - Those files are ordered alphabetically --- WordPress.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 5603287880..97923503c4 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,7 +1,4 @@ *.log -.htaccess -sitemap.xml -sitemap.xml.gz wp-config.php wp-content/advanced-cache.php wp-content/backup-db/ @@ -13,6 +10,9 @@ wp-content/uploads/ wp-content/wp-cache-config.php wp-content/plugins/hello.php -/readme.html +/.htaccess /license.txt +/readme.html +/sitemap.xml +/sitemap.xml.gz From 9978001b13ad08bc2e67dafcc2ac66fa714762f6 Mon Sep 17 00:00:00 2001 From: Paolo Fulgoni Date: Fri, 11 Sep 2015 17:16:42 +0200 Subject: [PATCH 0298/1016] 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 412297bb99..4a2edc7e06 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 0299/1016] 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 45922ec1cb..c0318165a2 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 0300/1016] 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 573bcf4552..de25d45513 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 0301/1016] 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 21af92de7a..d5877017b1 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 1f32ad368b292e0c103d99cabbe2a83850238253 Mon Sep 17 00:00:00 2001 From: littleibex Date: Sun, 20 Sep 2015 12:18:58 +0400 Subject: [PATCH 0302/1016] Added .htaccess to concrete5 gitignore --- Concrete5.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Concrete5.gitignore b/Concrete5.gitignore index 9aa215ad62..1fe53611e5 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,3 +1,4 @@ config/site.php files/cache/* files/tmp/* +.htaccess From 3ceedd266a05a299e8144499e300d50b01a07cc3 Mon Sep 17 00:00:00 2001 From: Nellemandela Date: Tue, 22 Sep 2015 20:02:06 +0200 Subject: [PATCH 0303/1016] 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 150691aa0f..64f704012c 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 0304/1016] Use https for Help URLs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14042e94fa..847584bc67 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 0305/1016] 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 847584bc67..5c4d20dffd 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 0306/1016] 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 0000000000..b4433f8a51 --- /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 0307/1016] 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 0000000000..5aa263f9db --- /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 0308/1016] 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 573bcf4552..e8efba7247 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 0309/1016] 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 68cacdb973..48e8d8f7be 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 b510c6633eb7dc66cd9fb6a27509f9ad2a2bc3ce Mon Sep 17 00:00:00 2001 From: Edson Dota Date: Fri, 2 Oct 2015 09:27:59 -0300 Subject: [PATCH 0310/1016] Add local_settings to Django's ignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index a65d04669c..ede8087dfc 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -50,6 +50,7 @@ coverage.xml # Django stuff: *.log +local_settings.py # Sphinx documentation docs/_build/ From 7830ef7b5965ad47293e9325ea98fe66cd30ca93 Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Fri, 2 Oct 2015 08:45:11 -0400 Subject: [PATCH 0311/1016] Ignore output from R CMD build and R CMD check Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored. --- R.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/R.gitignore b/R.gitignore index 49037a0b7c..ffef9f8f2b 100644 --- a/R.gitignore +++ b/R.gitignore @@ -5,6 +5,12 @@ # Example code in package build process *-Ex.R +# Output files from R CMD build +/*.tar.gz + +# Output files from R CMD check +/*.Rcheck/ + # RStudio files .Rproj.user/ From 09a78cc2bd668c2261c4432e64d202472da0d37e Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Fri, 2 Oct 2015 08:50:47 -0400 Subject: [PATCH 0312/1016] 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 49037a0b7c..8eff68f705 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 c02577acb0390a82a55f404a60fa73771beb111f Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Sat, 3 Oct 2015 01:15:22 +0100 Subject: [PATCH 0313/1016] Update Swift.gitignore --- Swift.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index d571cb2c8d..b2db4deb77 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -18,10 +18,8 @@ DerivedData xcuserdata ## Other -*.xccheckout *.moved-aside *.xcuserstate -*.xcscmblueprint ## Obj-C/Swift specific *.hmap From 74aa37bfa4582d4f81a6ab74483953092bf6d3e9 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Sat, 3 Oct 2015 01:15:46 +0100 Subject: [PATCH 0314/1016] Update Objective-C.gitignore --- Objective-C.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 05096f66ef..3567a65ad3 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -18,10 +18,8 @@ DerivedData xcuserdata ## Other -*.xccheckout *.moved-aside *.xcuserstate -*.xcscmblueprint ## Obj-C/Swift specific *.hmap From daffb4f6bfe47857238f57ad122e736a5b0fbd13 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Sat, 3 Oct 2015 01:17:02 +0100 Subject: [PATCH 0315/1016] Update Xcode.gitignore --- Global/Xcode.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index d07b7894f1..34d0d9c32a 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -18,6 +18,5 @@ DerivedData xcuserdata ## Other -*.xccheckout *.moved-aside *.xcuserstate From 1dff27e662e711c642fa29a73142a7f3341a50f8 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Sun, 4 Oct 2015 17:00:43 +0200 Subject: [PATCH 0316/1016] 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 64f704012c..09c92145c0 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 0317/1016] 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 daf913b1b3..a884354126 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 0318/1016] 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 38548b3706..bf29d7ef40 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 0319/1016] Update Dart.gitignore --- Dart.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 38548b3706..b1287d9891 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 0320/1016] 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 bf29d7ef40..b1287d9891 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 0321/1016] 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 1c8462b08c..1e7a58d3c3 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 a2d7278d61d5e33a9408f0b675d65b8bb60b189b Mon Sep 17 00:00:00 2001 From: Jonathan Chu Date: Sun, 11 Oct 2015 21:47:46 -0400 Subject: [PATCH 0322/1016] Ignore all Emacs flycheck_*.el files --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index e5327badb1..f4e7fe7921 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -30,3 +30,6 @@ tramp # cask packages .cask/ + +# Flycheck +flycheck_*.el From a98ae44ae87ebcdf3de1ea10f071176ac4c3e7fb Mon Sep 17 00:00:00 2001 From: Matti Jokitulppo Date: Mon, 12 Oct 2015 19:03:57 +0300 Subject: [PATCH 0323/1016] Ignore JSPM package folder --- Node.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index b38069de7c..9fe3853fd6 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,6 +23,7 @@ coverage # Compiled binary addons (http://nodejs.org/api/addons.html) build/Release -# Dependency directory +# Dependency directories # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git node_modules +jspm_packages From f4cf36c5e1e275cb40b981f84be0cd723cd0c152 Mon Sep 17 00:00:00 2001 From: Vitor Prado Date: Wed, 14 Oct 2015 13:45:12 -0300 Subject: [PATCH 0324/1016] 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 c9c2248a6a..7ee6ac0bb1 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 0325/1016] 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 36d7adeb76..8b4e7b85b4 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 0326/1016] Fixed whitespace --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 05096f66ef..033ccce2bf 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 0327/1016] Fixed Cocoapods link --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index d571cb2c8d..fba1724672 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 0328/1016] 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 033ccce2bf..fba1724672 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 0329/1016] 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 fba1724672..b15babe725 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 fba1724672..b15babe725 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 ad5179127ed5b3ac33e5cce7b2d0999f03f4fbe2 Mon Sep 17 00:00:00 2001 From: Jean Carlo Machado Date: Mon, 19 Oct 2015 13:10:11 -0200 Subject: [PATCH 0330/1016] added doctrine 2 orm default cache and proxy locations --- ZendFramework.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 3fbc97334c..80adb15490 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -15,6 +15,11 @@ data/sessions/ data/tmp/ temp/ +#Doctrine 2 +data/DoctrineORMModule/Proxy/ +data/DoctrineORMModule/cache/ + + # Legacy ZF1 demos/ extras/documentation From 91f00b1c8e995040c82a6168496f7e82bfea3d57 Mon Sep 17 00:00:00 2001 From: Victor Rodrigues Date: Mon, 19 Oct 2015 21:20:09 +0200 Subject: [PATCH 0331/1016] Add /cover to Elixir.gitignore --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index 960767189f..755b605549 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 0332/1016] 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 b1287d9891..21d34d6ea3 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 0333/1016] Add *.info.json to dart2js patterns --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 21d34d6ea3..fc5964d715 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 0334/1016] 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 fc5964d715..4af0fb235c 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 0335/1016] 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 8d5d458f0d..800ceb11fd 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 0336/1016] 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 4af0fb235c..31faaa45c0 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 0337/1016] 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 8b4e7b85b4..79906c805c 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 0338/1016] 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 31faaa45c0..7a9bc6c6d1 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 0339/1016] doc/api/ explicitly a directory --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 7a9bc6c6d1..7c28044164 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 0340/1016] 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 0000000000..80f9fff421 --- /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 0341/1016] 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 0000000000..0e042c23fa --- /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 0342/1016] 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 0000000000..c895d94419 --- /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 0343/1016] 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 79906c805c..2a6c46decb 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 c895d94419..0000000000 --- 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 0344/1016] 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 2a6c46decb..0790dea423 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 0e042c23fa..0000000000 --- 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 0345/1016] missed slash in laravel.gitignore --- Laravel.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index 0790dea423..b4b05113a7 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 0346/1016] 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 80f9fff421..e6fc76f875 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 0347/1016] 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 e6fc76f875..80f9fff421 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 0348/1016] Update TeX.gitignore --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index a7a84bc9e2..5b08eaf808 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 0349/1016] 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 177bc80b3f..5d2e327ff3 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 0350/1016] 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 80f9fff421..247f644aa8 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 0351/1016] 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 7ee6ac0bb1..c9c2248a6a 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 42b5cf3ced345720d0201e2234c0895dabfc6746 Mon Sep 17 00:00:00 2001 From: Thomas Christoph Mueller Date: Mon, 2 Nov 2015 18:49:06 +0100 Subject: [PATCH 0352/1016] Initial gitignore file for [Cadence Virtuoso](http://www.cadence.com/products/cic/Pages/default.aspx) Cadence Virtuoso is a commercial EDA tool used for custom IC (ASIC) design. This gitignore file blacklists database lock files, the contents of run directories for layout versus schematic and design rule checks as well as log files for a selection of tools inside the package. --- Global/Virtuoso.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Global/Virtuoso.gitignore diff --git a/Global/Virtuoso.gitignore b/Global/Virtuoso.gitignore new file mode 100644 index 0000000000..2de03673a6 --- /dev/null +++ b/Global/Virtuoso.gitignore @@ -0,0 +1,18 @@ +# Gitignore for Cadence Virtuoso +################################################################ + +# Log files +*.log +panic*.log.* + +# OpenAccess database lock files +*.cdslck* + +# Run directories for layout vs. schematic and design rule check +lvsRunDir/* +drcRunDir/* + +# Abstract generation tool +abstract.log* +abstract.record* + From f4faeebd86ee1e7c61d98a4265ee28d081dc21f6 Mon Sep 17 00:00:00 2001 From: Julien CROUZET Date: Mon, 2 Nov 2015 19:20:21 +0100 Subject: [PATCH 0353/1016] Add .npm cache directory --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index b38069de7c..c5e97b5d26 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 0354/1016] 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 c68377d1ac..6fac1be44f 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 0355/1016] 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 0e22e957c3..880dd9281f 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -37,3 +37,6 @@ local.properties # TeXlipse plugin .texlipse + +# STS (Spring Tool Suite) +.springBeans From af4b2ae6f488f06e08944831e890a4cf291492e0 Mon Sep 17 00:00:00 2001 From: Dany Maillard Date: Wed, 4 Nov 2015 10:31:36 +0100 Subject: [PATCH 0356/1016] Update Prestashop.gitignore --- Prestashop.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 1e7a58d3c3..7c6ae1e31c 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -7,7 +7,14 @@ config/settings.*.php # The following files are generated by PrestaShop. admin-dev/autoupgrade/ -/cache/* +/cache/ +!/cache/index.php +!/cache/cachefs/index.php +!/cache/purifier/index.php +!/cache/push/index.php +!/cache/sandbox/index.php +!/cache/smarty/index.php +!/cache/tcpdf/index.php config/xml/*.xml /log/* *sitemap.xml From b347454db37e78b91bd80a88d3c7f7828556d55d Mon Sep 17 00:00:00 2001 From: Jesper Utoft Date: Wed, 4 Nov 2015 10:56:54 +0100 Subject: [PATCH 0357/1016] Add pythontex intermediade files to Tex.gitignore --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5b08eaf808..1dc6d62d82 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 0358/1016] Revert 2bd7d8ec88bc9fad5aca91951826b16118227554 --- Go.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index a884354126..daf913b1b3 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 0359/1016] 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 c5e97b5d26..4796eb8de8 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 0360/1016] 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 debe0e48ef..520d91ff58 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 0361/1016] Clean up expired entries, fix whitespace. --- Umbraco.gitignore | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index d5877017b1..ea05e1fb2a 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 0362/1016] 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 d07b7894f1..738468ccd4 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 b15babe725..8001e5ba99 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 b15babe725..8001e5ba99 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 0363/1016] 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 8001e5ba99..4ccb436827 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 8001e5ba99..4ccb436827 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 0364/1016] 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 37727f91cb..94408df698 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 0365/1016] added comment --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index 94408df698..a29d685699 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 0366/1016] Updated LICENSE year to 2015 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ac31f1a8b0..4c9a2ab04c 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 0367/1016] 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 1dc6d62d82..d4427994ae 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 0368/1016] 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 800ceb11fd..89d2d7f96f 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 0369/1016] 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 89d2d7f96f..7af8d6fcac 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 0370/1016] 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 738468ccd4..d07b7894f1 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 4ccb436827..79d9331b6d 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 4ccb436827..79d9331b6d 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 0371/1016] Add ignores for autoscan files --- Autotools.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 053ff52ff3..88fe315823 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 0372/1016] Update Autotools.gitignore --- Autotools.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Autotools.gitignore b/Autotools.gitignore index 88fe315823..1e9158e2a8 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 0022763f1493e247c69d4fe441b398cca23bc464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patr=C3=ADcio=20dos=20Santos?= Date: Fri, 20 Nov 2015 18:14:33 +0100 Subject: [PATCH 0373/1016] Update CakePHP.gitignore Ignore all tmp and log files but preserve the directory structure --- CakePHP.gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 55a665e46f..c6597e4eab 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -2,8 +2,20 @@ /vendor/* /config/app.php -/tmp/* + +/tmp/cache/models/* +!/tmp/cache/models/empty +/tmp/cache/persistent/* +!/tmp/cache/persistent/empty +/tmp/cache/views/* +!/tmp/cache/views/empty +/tmp/sessions/* +!/tmp/sessions/empty +/tmp/tests/* +!/tmp/tests/empty + /logs/* +!/logs/empty # CakePHP 2 From 4f440157df037697bda55607c902635494f54c30 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 26 Nov 2015 17:03:54 +0100 Subject: [PATCH 0374/1016] Add rule to unignore the maven wrapper jar --- Maven.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Maven.gitignore b/Maven.gitignore index 1cdc9f7fd4..9af45b175a 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,3 +7,6 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties + +# Exclude maven wrapper +!/.mvn/wrapper/maven-wrapper.jar From ff775c60d314c4139d82294efa2c23caca4f40b8 Mon Sep 17 00:00:00 2001 From: dveim Date: Sun, 29 Nov 2015 20:43:21 +0200 Subject: [PATCH 0375/1016] 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 ae5ec9fe1d..6d67f11917 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 0376/1016] 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 85a6baace8..04b7a506fb 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 0377/1016] 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 3a693c92d7..c422267842 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 0378/1016] 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 49f381c4f2..5d0bed5dbb 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 0379/1016] Fix typo rfc -> rcf --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5d0bed5dbb..d0d9bf780c 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 0380/1016] Add 'opendb' file to VisualStudio.gitignore --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d0d9bf780c..dd7327e6d7 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 0381/1016] 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 cc937674b8..28e45aa6aa 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -9,3 +9,5 @@ image/data/ image/cache/ system/cache/ system/logs/ + +system/storage/ From f527652d3035f33ae7af96fddb88c933a67f6e31 Mon Sep 17 00:00:00 2001 From: Mateusz Kutyba Date: Thu, 3 Dec 2015 07:28:05 +0100 Subject: [PATCH 0382/1016] new files added in 1.9.2.x --- Magento.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index e2ea013328..882e35547e 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -43,10 +43,13 @@ app/etc/local.xml.additional app/etc/local.xml.template app/etc/local.xml app/.htaccess +app/bootstrap.php app/locale/ app/Mage.php /cron.php cron.sh +dev/.htaccess +dev/tests/functional/ downloader/ errors/ favicon.ico @@ -105,6 +108,7 @@ pear/ php.ini.sample pkginfo/ RELEASE_NOTES.txt +shell/.htaccess shell/abstract.php shell/compiler.php shell/indexer.php From 2aa9f9215f0ba6a0886917d72555f02397da0d69 Mon Sep 17 00:00:00 2001 From: Mateusz Kutyba Date: Thu, 3 Dec 2015 07:28:27 +0100 Subject: [PATCH 0383/1016] simplified rules for media dir --- Magento.gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index 882e35547e..7f220e9cf3 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -93,14 +93,7 @@ LICENSE.html LICENSE.txt LICENSE_EE* /mage -media/customer/ -media/dhl/ -media/downloadable/ -media/.htaccess -media/import/ -media/xmlconnect/ -media/catalog/product/cache/ -media/catalog/product/placeholder/default/ +media/ /api.php nbproject/ pear From 5552f5e36094a97b158481b32e8e624df55c7bf0 Mon Sep 17 00:00:00 2001 From: Mateusz Kutyba Date: Thu, 3 Dec 2015 07:29:12 +0100 Subject: [PATCH 0384/1016] simplified rules for Mage* module files --- Magento.gitignore | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index 7f220e9cf3..30663f1798 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -14,26 +14,7 @@ app/design/frontend/default/modern/ app/design/frontend/enterprise/default app/design/install/ app/etc/modules/Enterprise_* -app/etc/modules/Mage_All.xml -app/etc/modules/Mage_Api.xml -app/etc/modules/Mage_Api2.xml -app/etc/modules/Mage_Authorizenet.xml -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 -app/etc/modules/Mage_ImportExport.xml -app/etc/modules/Mage_LoadTest.xml -app/etc/modules/Mage_Oauth.xml -app/etc/modules/Mage_PageCache.xml -app/etc/modules/Mage_Persistent.xml -app/etc/modules/Mage_Weee.xml -app/etc/modules/Mage_Widget.xml -app/etc/modules/Mage_XmlConnect.xml +app/etc/modules/Mage_*.xml app/etc/modules/Phoenix_Moneybookers.xml app/etc/modules/Cm_RedisSession.xml app/etc/applied.patches.list From 571118925dcd1db1952a8b0e71229e0b09548a0d Mon Sep 17 00:00:00 2001 From: Mateusz Kutyba Date: Thu, 3 Dec 2015 07:29:41 +0100 Subject: [PATCH 0385/1016] exclude only locale en_US --- Magento.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magento.gitignore b/Magento.gitignore index 30663f1798..236d81ceb5 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -25,7 +25,7 @@ app/etc/local.xml.template app/etc/local.xml app/.htaccess app/bootstrap.php -app/locale/ +app/locale/en_US/ app/Mage.php /cron.php cron.sh From b6e56775b5ea1dda9f5d77411cb5ecd6a113eaba Mon Sep 17 00:00:00 2001 From: Mateusz Kutyba Date: Thu, 3 Dec 2015 07:30:11 +0100 Subject: [PATCH 0386/1016] exclude only community code that is shipped with Magento --- Magento.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index 236d81ceb5..195c9b7a02 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,8 +1,8 @@ .htaccess.sample .modgit/ .modman/ -app/code/community/Phoenix/ -app/code/community/Cm/ +app/code/community/Phoenix/Moneybookers/ +app/code/community/Cm/RedisSession/ app/code/core/ app/design/adminhtml/default/default/ app/design/frontend/base/ From 6b791aca17a9b1a313b0c8b03b126e13f58c6a2a Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Fri, 4 Dec 2015 11:00:50 +0300 Subject: [PATCH 0387/1016] New Visual Studio database engine for C++ Added extensions of new database engine for C++ (sqlite-based) from Visual Studio 2015 (Tools - Options - Text Editor - C/C++ - Experimental - Enable New Database Engine) --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index dd7327e6d7..c96874487e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -80,6 +80,8 @@ ipch/ *.opensdf *.sdf *.cachefile +*.VC.db +*.VC.VC.opendb # Visual Studio profiler *.psess From 611c239f68c29c535a563d4e4231658378c31023 Mon Sep 17 00:00:00 2001 From: Nate Stedman Date: Fri, 4 Dec 2015 09:08:40 -0500 Subject: [PATCH 0388/1016] 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 79d9331b6d..89d806ec81 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 0389/1016] Updated for Joomla 3.4.5 --- Joomla.gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index cf36d8cf52..ac47eaebfe 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 0390/1016] Updated for Joomla 3.4.5 --- Joomla.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index ac47eaebfe..ffaf073954 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 0391/1016] Updated for Joomla 3.4.5 --- Joomla.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index ffaf073954..ac47eaebfe 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 0392/1016] 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 e041f51b2d..4475f843da 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 096d1d1b37997e6bc5f3dfe9a23a29c0b77a3b58 Mon Sep 17 00:00:00 2001 From: Villars Gimm Date: Tue, 8 Dec 2015 23:18:34 +0100 Subject: [PATCH 0393/1016] Based on a template from jmoody --- Calabash.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Calabash.gitignore diff --git a/Calabash.gitignore b/Calabash.gitignore new file mode 100644 index 0000000000..8a75b329dc --- /dev/null +++ b/Calabash.gitignore @@ -0,0 +1,10 @@ +# Calabash / Cucumber +rerun/ +reports/ +screenshots/ +screenshot*.png +test-servers/ + +# bundler +.bundle +vendor From 5e08bf6060e7d0bc9c035f11d0ee81768b317a3f Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 10 Dec 2015 13:08:58 +0800 Subject: [PATCH 0394/1016] 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 9de94098c4..a51fd65ea1 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 0395/1016] 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 d4427994ae..79459c92de 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 0396/1016] 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 a7ba35f824..f41b4f7021 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 f786a90af3..55fcde6c75 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 1ba91c05fe..a8b1cda23f 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 5781fcc3cb..cb024fefe9 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 76b87217c836fa814e22763dc6b12b09ab86513a Mon Sep 17 00:00:00 2001 From: Richard K Date: Sun, 13 Dec 2015 13:40:01 -0200 Subject: [PATCH 0397/1016] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 7d4409882a..dcc765585a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -57,3 +57,6 @@ docs/_build/ # PyBuilder target/ + +# pyenv +.python-version From 19a5f58ca104a922dae3dd078d9b078b1bdccaef Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 14 Dec 2015 13:19:39 +1030 Subject: [PATCH 0398/1016] relicense ignore templates as CC0-1.0 --- LICENSE | 140 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 121 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index 4c9a2ab04c..0e259d42c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,19 +1,121 @@ -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"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. From 382c3e083d3b845cbe626aa27a74349aa1d1b3b3 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 14 Dec 2015 13:19:50 +1030 Subject: [PATCH 0399/1016] updated README to mention new license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c4d20dffd..c1f8bab640 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ by automatically forking the project and prompting to send a pull request too. ## License -[MIT](./LICENSE). +[CC0-1.0](./LICENSE). From 21f95b328020f705cb46ca3431c4a97d6893c25d Mon Sep 17 00:00:00 2001 From: Alexey Belyansky Date: Mon, 14 Dec 2015 21:52:44 +0300 Subject: [PATCH 0400/1016] Ignore BundleArtifacts folder --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index dd7327e6d7..249d20f9fa 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 0401/1016] 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 ac47eaebfe..0d7a0de298 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 9d02ed63c91c605c03a2c999812ad554d97ec14a Mon Sep 17 00:00:00 2001 From: rlee287 Date: Fri, 18 Dec 2015 08:27:49 +1030 Subject: [PATCH 0402/1016] Added Eclipse Recommenders to Eclipse gitignore --- Global/Eclipse.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 880dd9281f..90d0cbc046 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -10,6 +10,7 @@ tmp/ local.properties .settings/ .loadpath +.recommenders # Eclipse Core .project 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 0403/1016] 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 79459c92de..b04dbd0e73 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 0404/1016] 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 249d20f9fa..b68002de7d 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 0405/1016] 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 249d20f9fa..314c921181 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 0406/1016] 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 249d20f9fa..30b6cdb0e7 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 0407/1016] 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 314c921181..d2297f0b40 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 0408/1016] 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 d2297f0b40..5362f99b86 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 0409/1016] 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 880dd9281f..fcafca5dad 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 0410/1016] 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 b04dbd0e73..06f59b3ffb 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 0411/1016] Ignore timeline.xctimeline playground file --- Swift.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 89d806ec81..c705373dee 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 0412/1016] Ignore playground.xcworkspace playground file --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index c705373dee..5e5d5cebcf 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 0413/1016] 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 831cf3afcf..3259f81ef8 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 0414/1016] 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 06f59b3ffb..fb533ccce9 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 0415/1016] 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 fcafca5dad..6229f7cfd9 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 0416/1016] Update license year to 2016 --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 4c9a2ab04c..b8a103ac9b 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 0417/1016] URL doesn't exists anymore --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 4796eb8de8..e920c16718 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 From 9771968355d9ff605ed75054996f4bf1bf9c62d4 Mon Sep 17 00:00:00 2001 From: Christopher Warrington Date: Fri, 22 Jan 2016 14:57:28 -0800 Subject: [PATCH 0418/1016] Ignore default Emacs server auth dir The server-auth-dir is where Emacs stores authentication files for Emacs servers (running over TCP). These are (usually) ephemeral in nature, and should be ignored. --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index e5327badb1..95e09ebafb 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -30,3 +30,6 @@ tramp # cask packages .cask/ + +# server auth directory +/server/ From 514f24b99a1a0c724dca4583b8bc890342dd4191 Mon Sep 17 00:00:00 2001 From: Vahagn Harutyunyan Date: Sat, 23 Jan 2016 14:44:18 +0400 Subject: [PATCH 0419/1016] Add *.VC.opendb for UnrealEngine Add *.VC.opendb to the .gitignore for the UnrealEngine for Visual Studio 2015 Update 1 users. This reflects the changes in the VisualStudio.gitignore made in https://github.com/github/gitignore/pull/1778 and https://github.com/github/gitignore/pull/1783 but is more specifically targeted at solving the issue http://stackoverflow.com/questions/34319008/git-issue-with-visual-studio-2015-update-1 . --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 247f644aa8..94e990aa0f 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -34,6 +34,7 @@ *.suo *.opensdf *.sdf +*.VC.opendb # Precompiled Assets SourceArt/**/*.png From 9c92fa360fcd3c823b96476ad5c2d0c96e48cd69 Mon Sep 17 00:00:00 2001 From: pisaacs Date: Sat, 23 Jan 2016 12:56:49 -0500 Subject: [PATCH 0420/1016] Add .byebug_history to gitignore .byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore) --- Rails.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 55fcde6c75..2121e0a803 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -33,3 +33,6 @@ bower.json # Ignore pow environment settings .powenv + +# Ignore Byebug command history file. +.byebug_history From 2c3b06b1ecc04ed9298d843592de1de6717a1191 Mon Sep 17 00:00:00 2001 From: Victor Arribas Date: Mon, 25 Jan 2016 18:50:35 +0100 Subject: [PATCH 0421/1016] Qt: ignore CMakeLists.txt.user --- Qt.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 04b7a506fb..4a524e3ac2 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -32,3 +32,7 @@ Makefile* #QtCtreator Qml *.qmlproject.user *.qmlproject.user.* + +#QtCtreator CMake +CMakeLists.txt.user + From edb522ba0b1897434764968ce7698ba39119dd2a Mon Sep 17 00:00:00 2001 From: Ray Fang Date: Wed, 27 Jan 2016 14:41:47 +0800 Subject: [PATCH 0422/1016] Update reference article link --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 2947063eba..e845b237a3 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,5 +1,5 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# Reference https://intellij-support.jetbrains.com/entries/23393067 +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: .idea/workspace.xml From 8ec50f4b7448d90578e28f34632070da7b7935cf Mon Sep 17 00:00:00 2001 From: Villars Gimm Date: Wed, 27 Jan 2016 12:24:30 +0100 Subject: [PATCH 0423/1016] Move Calabash to Global --- Calabash.gitignore => Global/Calabash.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Calabash.gitignore => Global/Calabash.gitignore (100%) diff --git a/Calabash.gitignore b/Global/Calabash.gitignore similarity index 100% rename from Calabash.gitignore rename to Global/Calabash.gitignore From 71e0c804e6698818a661af9e1e03845a95ad3dbe Mon Sep 17 00:00:00 2001 From: Julien Carsique Date: Thu, 16 Jul 2015 14:19:00 +0200 Subject: [PATCH 0424/1016] Add Code Recommenders directory Code Recommenders introduced in Eclipse Luna (4.5) creates a .recommenders directory at the root of the workspace, like .metadata --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 29a336c2b2..53236b6310 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -45,3 +45,6 @@ local.properties # STS (Spring Tool Suite) .springBeans + +# Code Recommenders +.recommenders/ From 03e1898c933f3283d7fa7e6b5fdcd1a6c08eda76 Mon Sep 17 00:00:00 2001 From: Jesper Utoft Date: Wed, 3 Feb 2016 11:42:49 +0100 Subject: [PATCH 0425/1016] Add ignore for .lox files from fixme package --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8c9d916fc0..1b3dec1c73 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -51,6 +51,9 @@ acs-*.bib # cprotect *.cpt +# fixme +*.lox + #(r)(e)ledmac/(r)(e)ledpar *.end *.?end From 31c960a5ca3d26f3c449bac0b90de482c3650b51 Mon Sep 17 00:00:00 2001 From: icylogic Date: Wed, 3 Feb 2016 21:51:15 +0800 Subject: [PATCH 0426/1016] update Eagle.gitignore for .lck --- Eagle.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Eagle.gitignore b/Eagle.gitignore index b12e5bfe98..9ced126026 100644 --- a/Eagle.gitignore +++ b/Eagle.gitignore @@ -38,3 +38,7 @@ eagle.epf *.info *.eps + +# file locks introduced since 7.x +*.lck + From 98a3ab7719edd27d4c86af3daa1fdf883bb2e114 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sat, 6 Feb 2016 02:51:00 -0600 Subject: [PATCH 0427/1016] matlab: ignore octave session info --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 79bc56cddd..32a5ad4c77 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -14,3 +14,6 @@ # Simulink Code Generation slprj/ + +# Session info +octave-workspace From 31045e29f8d6d8103262a096e145b6085f4336ea Mon Sep 17 00:00:00 2001 From: Noah Lovelady-Allen Date: Sun, 7 Feb 2016 08:57:08 -0500 Subject: [PATCH 0428/1016] Remove redundancy in Global/Vim.gitignore Anything matched by `*.un~` will also be matched by the last rule, `*~`. --- Global/Vim.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 325bd57679..1099aaab8a 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,8 +1,6 @@ # swap [._]*.s[a-w][a-z] [._]s[a-w][a-z] -# persistent undo -*.un~ # session Session.vim # temporary From bcbbc6eae2d5ba533364aa697f42441c3c34db55 Mon Sep 17 00:00:00 2001 From: "Austin J. Alexander" Date: Sun, 7 Feb 2016 13:08:03 -0500 Subject: [PATCH 0429/1016] fix style by adding space after # --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 3762b399a3..5127580275 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -59,7 +59,7 @@ docs/_build/ # PyBuilder target/ -#Ipython Notebook +# Ipython Notebook .ipynb_checkpoints # pyenv From a23bb4a523a7f75cee81afa1bdee7f1c8ad71c3d Mon Sep 17 00:00:00 2001 From: Zenuka Date: Wed, 10 Feb 2016 16:38:54 +0100 Subject: [PATCH 0430/1016] Update VisualStudio.gitignore Added bower_components to .gitignore --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 354253ec27..e7d6e74aff 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -185,6 +185,7 @@ ClientBin/ *.pfx *.publishsettings node_modules/ +bower_components/ orleans.codegen.cs # RIA/Silverlight projects From cd222dfc626e1ba97a00f1c9a83a9e8e29fd66ba Mon Sep 17 00:00:00 2001 From: Roberto Novelo Date: Wed, 10 Feb 2016 12:45:16 -0600 Subject: [PATCH 0431/1016] Added Library Mappings and VCS Root These files differ on Windows and OS X. --- Global/JetBrains.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index e845b237a3..b9ed92cb61 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -5,6 +5,8 @@ .idea/workspace.xml .idea/tasks.xml .idea/dictionaries +.idea/vcs.xml +.idea/jsLibraryMappings.xml # Sensitive or high-churn files: .idea/dataSources.ids From cf46e139ad908f632c19c92be1612b970aeb8235 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Thu, 11 Feb 2016 14:21:19 -0600 Subject: [PATCH 0432/1016] work around intellij gradle wrapper refreshing bug --- Gradle.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 2200361b72..77617a15c3 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -9,3 +9,6 @@ gradle-app.setting # Cache of project .gradletasknamecache + +# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 +# gradle/wrapper/gradle-wrapper.properties From 63694d017b24f4b7e97bc245352ae942b511cfac Mon Sep 17 00:00:00 2001 From: Zenuka Date: Fri, 12 Feb 2016 08:41:18 +0100 Subject: [PATCH 0433/1016] bower_components is commented by default --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e7d6e74aff..f27eeca86e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -185,9 +185,12 @@ ClientBin/ *.pfx *.publishsettings node_modules/ -bower_components/ orleans.codegen.cs +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + # RIA/Silverlight projects Generated_Code/ From 1995ac64abf8ec9c318d2d1068621259030cfb35 Mon Sep 17 00:00:00 2001 From: Harrison G Date: Fri, 12 Feb 2016 06:06:03 -0500 Subject: [PATCH 0434/1016] Fix capitalization of IPython --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 5127580275..70fc64d64c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -59,7 +59,7 @@ docs/_build/ # PyBuilder target/ -# Ipython Notebook +# IPython Notebook .ipynb_checkpoints # pyenv From 76cf90ecba2d526715b1a8bfcd9450eecc11ce4b Mon Sep 17 00:00:00 2001 From: Harrison G Date: Fri, 12 Feb 2016 07:14:41 -0500 Subject: [PATCH 0435/1016] Add Flask instance folder Contains private configuration. Equivalent to Django's local_settings.py. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 70fc64d64c..cf332868f1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -53,6 +53,9 @@ coverage.xml *.log local_settings.py +# Flask instance folder +instance/ + # Sphinx documentation docs/_build/ From a2106e309d50ac4ce34661444c805509c03e2844 Mon Sep 17 00:00:00 2001 From: Harrison G Date: Fri, 12 Feb 2016 07:17:09 -0500 Subject: [PATCH 0436/1016] Fix capitalization of KiCad According to their website, the correct capitalization is KiCad, not KiCAD. --- KiCAD.gitignore => KiCad.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename KiCAD.gitignore => KiCad.gitignore (71%) diff --git a/KiCAD.gitignore b/KiCad.gitignore similarity index 71% rename from KiCAD.gitignore rename to KiCad.gitignore index a9e50ba43c..24cddf9b9c 100644 --- a/KiCAD.gitignore +++ b/KiCad.gitignore @@ -1,4 +1,4 @@ -# For PCBs designed using KiCAD: http://www.kicad-pcb.org/ +# For PCBs designed using KiCad: http://www.kicad-pcb.org/ # Temporary files *.000 From 10ec8707f00ba8e6665fdfaf5d4425e481a0715c Mon Sep 17 00:00:00 2001 From: Joowon Ryoo Date: Sat, 13 Feb 2016 01:13:30 +0900 Subject: [PATCH 0437/1016] Update Android.gitignore Add some files --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index c9c2248a6a..d5650ce594 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -11,6 +11,7 @@ # Generated files bin/ gen/ +out/ # Gradle files .gradle/ @@ -30,3 +31,6 @@ proguard/ # Android Studio captures folder captures/ + +# Intellij +*.iml From b32c5d5646bb84cc3cf674ec2877fc5c47384290 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 02:45:41 +0900 Subject: [PATCH 0438/1016] Ignore _pkginfo.txt https://www.google.com/?gws_rd=ssl#q=_pkginfo.txt&nfpr=1 I found I have this file not being ignored and a quick search shows these files :/ --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 354253ec27..769b4f246f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -185,7 +185,9 @@ ClientBin/ *.pfx *.publishsettings node_modules/ +bower_components/ orleans.codegen.cs +_pkginfo.txt # RIA/Silverlight projects Generated_Code/ From 5154697fd8a598174cc1a86a50f085f108c82e91 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 03:05:30 +0900 Subject: [PATCH 0439/1016] store package files --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 769b4f246f..1c708c602e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -166,9 +166,11 @@ rcf/ # Microsoft Azure ApplicationInsights config file ApplicationInsights.config -# Windows Store app package directory +# Windows Store app package directories and files AppPackages/ BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt # Visual Studio cache files # files ending in .cache can be ignored From 6ed1790ddaf33aa222894b572bf7d52f574a95e4 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 03:09:11 +0900 Subject: [PATCH 0440/1016] remove duplication --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1c708c602e..ad7a9c18f6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -189,7 +189,6 @@ ClientBin/ node_modules/ bower_components/ orleans.codegen.cs -_pkginfo.txt # RIA/Silverlight projects Generated_Code/ From 7d148a0ca14f6d3986e211c7645fd02a3c997d4d Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 03:11:43 +0900 Subject: [PATCH 0441/1016] remove bower_components as an other PR will add it --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ad7a9c18f6..f3a5473736 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -187,7 +187,6 @@ ClientBin/ *.pfx *.publishsettings node_modules/ -bower_components/ orleans.codegen.cs # RIA/Silverlight projects From 16e076df2b1904d36344a749c2eb1d162c4e43f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=AD=E5=B1=B1=E9=9B=85=E7=B4=80=EF=BC=9ANakayama=20Ma?= =?UTF-8?q?sanori?= Date: Wed, 17 Feb 2016 02:19:09 +0900 Subject: [PATCH 0442/1016] Add "__recovery" folder. --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 7af8d6fcac..19864c6bbe 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -59,6 +59,7 @@ # Delphi history and backups __history/ +__recovery/ *.~* # Castalia statistics file (since XE7 Castalia is distributed with Delphi) From e429db11802448b3d7e7305ee78df1ee918b8fc6 Mon Sep 17 00:00:00 2001 From: Igal Tabachnik Date: Thu, 18 Feb 2016 09:31:24 +0200 Subject: [PATCH 0443/1016] Adding JetBrains Rider (.NET IDE from JetBrains) specific files to ignore --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3a5473736..c91cbd78ee 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -237,3 +237,7 @@ _Pvt_Extensions # FAKE - F# Make .fake/ + +# JetBrains Rider +.idea/ +*.sln.iml From 413049c2830df7ec05fcad6a991e7c616b2c0377 Mon Sep 17 00:00:00 2001 From: Etienne Bazin Date: Fri, 19 Feb 2016 10:12:44 +0100 Subject: [PATCH 0444/1016] add .projectile file to emacs .gitignore --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 43632ff1db..e2f51c0bde 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -36,3 +36,6 @@ flycheck_*.el # server auth directory /server/ + +# projectiles files +.projectile \ No newline at end of file From 504f444dfa447e39e0205d3db784e31c2698b397 Mon Sep 17 00:00:00 2001 From: Mario Guenterberg Date: Mon, 22 Feb 2016 17:50:16 +0100 Subject: [PATCH 0445/1016] Update Vim.gitignore Added auto-generated tag files. --- Global/Vim.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 1099aaab8a..bdc04a0b52 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -6,3 +6,5 @@ Session.vim # temporary .netrwhist *~ +# auto-generated tag files +tags From 02903096d35884028afaa8be865308b59bacc46c Mon Sep 17 00:00:00 2001 From: Jesper Utoft Date: Wed, 24 Feb 2016 11:27:39 +0100 Subject: [PATCH 0446/1016] Add glsdefs to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 1b3dec1c73..e94e6cff38 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -76,6 +76,7 @@ acs-*.bib *.glg *.glo *.gls +*.glsdefs # gnuplottex *-gnuplottex-* From a623b2fbe88810f3a9d8209407a135fb9162f192 Mon Sep 17 00:00:00 2001 From: Zach Koch Date: Wed, 24 Feb 2016 16:03:31 -0600 Subject: [PATCH 0447/1016] removed elm-package.json elm-package.json lists dependencies, so it shouldn't be ignored --- Elm.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Elm.gitignore b/Elm.gitignore index 24c03e2866..a594364e2c 100644 --- a/Elm.gitignore +++ b/Elm.gitignore @@ -1,5 +1,4 @@ # elm-package generated files -elm-package.json elm-stuff/ # elm-repl generated files repl-temp-* From a623e9e6d4a52163b705826ff27e7999159a47e1 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Thu, 25 Feb 2016 12:27:21 +0530 Subject: [PATCH 0448/1016] Update Python.gitignore for celery-beat schedule binary file. --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cf332868f1..59678313f6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -68,3 +68,5 @@ target/ # pyenv .python-version +# celery beat schedule file +celerybeat-schedule From 2141c823b44d181824dc045e4cd62ed481a5adef Mon Sep 17 00:00:00 2001 From: Raman Gupta Date: Thu, 25 Feb 2016 11:57:01 -0500 Subject: [PATCH 0449/1016] Update Jetbrains .gitignore dataSources.local.xml --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index b9ed92cb61..ea83a5eb62 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -11,6 +11,7 @@ # Sensitive or high-churn files: .idea/dataSources.ids .idea/dataSources.xml +.idea/dataSources.local.xml .idea/sqlDataSources.xml .idea/dynamic.xml .idea/uiDesigner.xml From 215ab9c7c0c997a77cd480dde0124e141c973e92 Mon Sep 17 00:00:00 2001 From: Jeremie Jost Date: Thu, 25 Feb 2016 22:49:56 +0000 Subject: [PATCH 0450/1016] Symlink Kotlin.gitignore to Java.gitignore --- Kotlin.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 120000 Kotlin.gitignore diff --git a/Kotlin.gitignore b/Kotlin.gitignore new file mode 120000 index 0000000000..c48376eebc --- /dev/null +++ b/Kotlin.gitignore @@ -0,0 +1 @@ +Java.gitignore \ No newline at end of file From 221f974e808184253f9bb3ac87668943d97ced7f Mon Sep 17 00:00:00 2001 From: aaron caito Date: Fri, 26 Feb 2016 11:54:57 -0500 Subject: [PATCH 0451/1016] adding terraform state files --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Terraform.gitignore diff --git a/Terraform.gitignore b/Terraform.gitignore new file mode 100644 index 0000000000..7868d16d21 --- /dev/null +++ b/Terraform.gitignore @@ -0,0 +1,3 @@ +# Compiled files +*.tfstate +*.tfstate.backup From 9b890f90e9ce58023d733d9525b60781df6973e4 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Feb 2016 12:48:40 +1100 Subject: [PATCH 0452/1016] adding a template to help streamline review process --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..058f0144f6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +**Reasons for making this change:** + +_TODO_ + +**Links to documentation supporting these rule changes:** + +_TODO_ + +If this is a new template: + + - **Link to application or project’s homepage**: _TODO_ From b37d30f19455382cb18fa0d32745686ece52a704 Mon Sep 17 00:00:00 2001 From: roll Date: Sun, 28 Feb 2016 19:57:21 +0300 Subject: [PATCH 0453/1016] added dotenv to python gitignore --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cf332868f1..9a4bb620f4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -68,3 +68,5 @@ target/ # pyenv .python-version +# dotenv +.env From b2bacc5184025503d99072486a4be4a0a8e5f300 Mon Sep 17 00:00:00 2001 From: Aaron Holmes Date: Fri, 4 Mar 2016 13:07:34 -0800 Subject: [PATCH 0454/1016] Remote ApplicationInsights.config from VisualStudio.gitignore Commit a25589c92187674f68dcfafe8433e0c1e6069159 introduced an ignore line for ApplicationInsights.config. This change breaks builds on certain systems, namely VSTS. The current ASP.NET 4 template adds ApplicationInsights.config to the project's .csproj file. When VSTS attempts to build the project, it will fail if it cannot find ApplicationInsights.config. ApplicationInsights.config is a required application file and should not be ignored. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6d3b6e5d19..ef007c15b8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -163,9 +163,6 @@ csx/ ecf/ rcf/ -# Microsoft Azure ApplicationInsights config file -ApplicationInsights.config - # Windows Store app package directories and files AppPackages/ BundleArtifacts/ From 8e6c678f11c06119e0488cf521bcd0098e11e05f Mon Sep 17 00:00:00 2001 From: Dinar Garipov Date: Sun, 6 Mar 2016 11:51:52 +0100 Subject: [PATCH 0455/1016] Added nore ignores. Removed.env example file --- Laravel.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index b4b05113a7..f541b9d045 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,5 +1,7 @@ vendor/ node_modules/ +.rocketeer/ +.phpintel/ # Laravel 4 specific bootstrap/compiled.php @@ -11,4 +13,3 @@ storage/ .env.*.php .env.php .env -.env.example \ No newline at end of file From 49a480951e1811445fcd8f0514025e3b3cf2b18a Mon Sep 17 00:00:00 2001 From: hippo91 Date: Sun, 6 Mar 2016 12:30:45 +0100 Subject: [PATCH 0456/1016] No need to push .spyderproject file in a python project --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 100efbcf87..4f823c47ee 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,3 +73,6 @@ target/ # dotenv .env + +# Spyder project settings +.spyderproject From 17a0db246681594e4d6d47e3aa5e2c6b216f3471 Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Fri, 18 Dec 2015 19:07:50 +0100 Subject: [PATCH 0457/1016] KiCAD: ignore more temp files and generated data --- KiCad.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 24cddf9b9c..1b3bb8d95d 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -5,9 +5,19 @@ *.bak *.bck *.kicad_pcb-bak +*~ +_autosave-* +*.tmp # Netlist files (exported from Eeschema) *.net # Autorouter files (exported from Pcbnew) .dsn + +# Exported BOM files +*.xml +*.csv + +# Other system files +.DS_Store From 4db34a4cb9d2d88f28adede8a42b8c20610b0c7a Mon Sep 17 00:00:00 2001 From: Martin d'Allens Date: Sun, 6 Mar 2016 17:20:41 +0100 Subject: [PATCH 0458/1016] Remove OSX specific rule --- KiCad.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index 1b3bb8d95d..606ed1c7b4 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -18,6 +18,3 @@ _autosave-* # Exported BOM files *.xml *.csv - -# Other system files -.DS_Store From 76ac5a203b86f49f3b6d72b685b7a9ca87646413 Mon Sep 17 00:00:00 2001 From: Dinar Garipov Date: Mon, 7 Mar 2016 09:58:18 +0100 Subject: [PATCH 0459/1016] Cleaned according to comments --- Laravel.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index f541b9d045..c491fa2bc6 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,7 +1,5 @@ vendor/ node_modules/ -.rocketeer/ -.phpintel/ # Laravel 4 specific bootstrap/compiled.php @@ -13,3 +11,6 @@ storage/ .env.*.php .env.php .env + +# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer +.rocketeer/ From 04f53c0b9fc20784768daef96ba795b4f760fb8f Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Tue, 8 Mar 2016 11:03:32 +0100 Subject: [PATCH 0460/1016] ignore folder for non-nuget paket dependencies --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ef007c15b8..9bcde41964 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -235,6 +235,7 @@ _Pvt_Extensions # Paket dependency manager .paket/paket.exe +paket-files/ # FAKE - F# Make .fake/ From 9c1f22986cddd80c6e87b40ef7764a65ba31d54a Mon Sep 17 00:00:00 2001 From: Theodoros Ntakouris Date: Wed, 9 Mar 2016 18:30:10 +0200 Subject: [PATCH 0461/1016] Exclude keystore files Apart from requiring credentials to function correctly, keystores are sensitive data and are often stored inside the project's directory. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d5650ce594..a8363b06f9 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -34,3 +34,6 @@ captures/ # Intellij *.iml + +#Keystore files +*.jks From b603dad982bdf7ead881087f6be07338f4f9ea7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Wed, 9 Mar 2016 21:25:12 +0100 Subject: [PATCH 0462/1016] Qt: Insert spaces for consistence --- Qt.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 4a524e3ac2..fa24b2efee 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -29,10 +29,10 @@ Makefile* *.autosave -#QtCtreator Qml +# QtCtreator Qml *.qmlproject.user *.qmlproject.user.* -#QtCtreator CMake +# QtCtreator CMake CMakeLists.txt.user From 62defadb3ef8b09d4fc90a0f9c1bfe6f9c4c46e0 Mon Sep 17 00:00:00 2001 From: Alexey Roslyakov Date: Thu, 10 Mar 2016 17:51:16 +0700 Subject: [PATCH 0463/1016] Python: don't track virtualenv files. --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 908a064b7d..44ead8c6ef 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -77,5 +77,9 @@ celerybeat-schedule # dotenv .env +# virtualenv +venv/ +ENV/ + # Spyder project settings .spyderproject From 0ae23acc5b2e763a12bfeebe4fac05e6077b4219 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Fri, 11 Mar 2016 18:38:43 +0800 Subject: [PATCH 0464/1016] Ruby: ignore more build artifacts specific to RubyMotion --- Ruby.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index a8b1cda23f..46ede40101 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -14,6 +14,10 @@ .dat* .repl_history build/ +vendor/Pods/ +*.bridgesupport +build-iPhoneOS/ +build-iPhoneSimulator/ ## Documentation cache and generated files: /.yardoc/ From 45829eacb50f73ac293162ca90e36db9e7050b38 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Sun, 13 Mar 2016 15:35:04 +0800 Subject: [PATCH 0465/1016] Ruby: Don't ignore vendor/Pods/ for Cocoapods, specific to RubyMotion --- Ruby.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index 46ede40101..aa64283617 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -14,11 +14,18 @@ .dat* .repl_history build/ -vendor/Pods/ *.bridgesupport build-iPhoneOS/ build-iPhoneSimulator/ +## Specific to RubyMotion (use of CocoaPods): +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# vendor/Pods/ + ## Documentation cache and generated files: /.yardoc/ /_yardoc/ From 15a14edee0f319efbbd589977d4a172460bed6b4 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Mar 2016 22:28:35 +0100 Subject: [PATCH 0466/1016] Ignore .fot .cb .cb2 for TeX --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 0b49c51d40..0b763db4fc 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -7,6 +7,9 @@ *.out *.toc *.fmt +*.fot +*.cb +*.cb2 ## Intermediate documents: *.dvi From 6555433867dfbcc16ffafa7a1c65b76576d195ec Mon Sep 17 00:00:00 2001 From: Chris Amanse Date: Wed, 16 Mar 2016 08:59:27 +0800 Subject: [PATCH 0467/1016] Update ignore for fastlane files in Swift --- Swift.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index aa5b516cc6..cb0060ccda 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -58,4 +58,6 @@ Carthage/Build # https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md fastlane/report.xml +fastlane/Preview.html fastlane/screenshots +fastlane/test_output From cd40fcfc4c2ae0365428ed9ba67318cf7c11b233 Mon Sep 17 00:00:00 2001 From: evorion Date: Wed, 16 Mar 2016 10:17:51 +0100 Subject: [PATCH 0468/1016] Typo in comment --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index a8363b06f9..a836875126 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -35,5 +35,5 @@ captures/ # Intellij *.iml -#Keystore files +# Keystore files *.jks From 5d8e3b38e688d22484a198097d217181626d650d Mon Sep 17 00:00:00 2001 From: Daniel Burgess Date: Fri, 18 Mar 2016 16:34:28 -0400 Subject: [PATCH 0469/1016] Remove a trailing whitepsace --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index cb0060ccda..3e0e81450c 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -52,7 +52,7 @@ Carthage/Build # fastlane # -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# 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 From 9b9923fce2e46f86aae8d08e43d915eba491d142 Mon Sep 17 00:00:00 2001 From: yanniks Date: Sun, 20 Mar 2016 21:42:56 -0400 Subject: [PATCH 0470/1016] Update fastlane links Fastlane now has a mono repo, the documentation moved into the folder fastlane/docs --- Objective-C.gitignore | 2 +- Swift.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 1201b5dea5..3020bc327a 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -45,7 +45,7 @@ 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 +# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md fastlane/report.xml fastlane/screenshots diff --git a/Swift.gitignore b/Swift.gitignore index 3e0e81450c..8a29fa52af 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -55,7 +55,7 @@ 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 +# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md fastlane/report.xml fastlane/Preview.html From 3abf7bf7a9a74f923f65bfd964022041aac06c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szeremeta?= Date: Mon, 21 Mar 2016 20:10:32 +0100 Subject: [PATCH 0471/1016] More explicit pattern for KBibTeX --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 0b763db4fc..0a5165dcd7 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -174,4 +174,4 @@ TSWLatexianTemp* *.backup # KBibTeX -*~* +*~[0-9]* From 7e93ef34489ba831766a6b56e67522fda0ed21fd Mon Sep 17 00:00:00 2001 From: Sean Fisk Date: Thu, 24 Mar 2016 13:26:09 -0400 Subject: [PATCH 0472/1016] Waf: Update project URL --- Waf.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Waf.gitignore b/Waf.gitignore index 48e8d8f7be..561819273b 100644 --- a/Waf.gitignore +++ b/Waf.gitignore @@ -1,4 +1,4 @@ -# for projects that use Waf for building: http://code.google.com/p/waf/ .waf-* .waf3-* .lock-* +# For projects that use the Waf build system: https://waf.io/ From d80090a04a40a6376ddbbe1e46130947b8474069 Mon Sep 17 00:00:00 2001 From: Sean Fisk Date: Thu, 24 Mar 2016 13:26:58 -0400 Subject: [PATCH 0473/1016] Waf: Be more explicit in patterns --- Waf.gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Waf.gitignore b/Waf.gitignore index 561819273b..dad2b56bdd 100644 --- a/Waf.gitignore +++ b/Waf.gitignore @@ -1,4 +1,9 @@ -.waf-* -.waf3-* -.lock-* # For projects that use the Waf build system: https://waf.io/ +# Dot-hidden on Unix-like systems +.waf-*-*/ +.waf3-*-*/ +# Hidden directory on Windows (no dot) +waf-*-*/ +waf3-*-*/ +# Lockfile +.lock-waf_*_build From e530a3cccb2ed050ae52dcfb9787001a981c2bc4 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Fri, 25 Mar 2016 19:02:38 +0100 Subject: [PATCH 0474/1016] Ignore temporary files --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 371e48fe0b..d7c34ddb2f 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -41,3 +41,6 @@ # Composer PHAR /composer.phar + +# Temporary files +*/Entity/*~ From 427b156b551ff878173ff0728521927a800c1eb5 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Fri, 25 Mar 2016 22:28:27 +0100 Subject: [PATCH 0475/1016] Change comment --- Symfony.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index d7c34ddb2f..613302ed34 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -42,5 +42,5 @@ # Composer PHAR /composer.phar -# Temporary files +# Backup entities generated with doctrine:generate:entities command */Entity/*~ From 716612d39f50ff25a0dff5c04a251ca6f110d0ab Mon Sep 17 00:00:00 2001 From: Paul Nakata Date: Fri, 25 Mar 2016 15:21:49 -0700 Subject: [PATCH 0476/1016] Add an exclusion for PublishScripts --- VisualStudio.gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9bcde41964..f6d6dd75ea 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -138,11 +138,16 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore @@ -186,7 +191,7 @@ ClientBin/ node_modules/ orleans.codegen.cs -# Since there are multiple workflows, uncomment next line to ignore bower_components +# Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ From 526bf54931ac8ce94edd43ef798b7a7010e1bbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Sun, 27 Mar 2016 19:45:26 +0100 Subject: [PATCH 0477/1016] Added Visual Studio 2015 .vs folder Visual Studio 2015 moved all the user specific configuration to a .vs folder, which shouldn't be tracked. --- UnrealEngine.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 94e990aa0f..ccdf78f394 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,3 +1,6 @@ +# Visual Studio 2015 user specific files +.vs/ + # Compiled Object files *.slo *.lo @@ -57,3 +60,5 @@ Intermediate/* # Cache files for the editor to use DerivedDataCache/* + + From e0f7be735f857ad2a1243eb1e424aaf9be5f3fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Sun, 27 Mar 2016 19:52:21 +0100 Subject: [PATCH 0478/1016] Removed whitespace Title. --- UnrealEngine.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index ccdf78f394..75b1186b0a 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -60,5 +60,3 @@ Intermediate/* # Cache files for the editor to use DerivedDataCache/* - - From 24d28868eccbb06d4a4a955ec3aa9f79fcb77286 Mon Sep 17 00:00:00 2001 From: rexim Date: Mon, 28 Mar 2016 01:16:20 +0600 Subject: [PATCH 0479/1016] Add dist/ folder to Emacs gitignores --- Global/Emacs.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index e2f51c0bde..0c96c9ad06 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -30,6 +30,7 @@ tramp # cask packages .cask/ +dist/ # Flycheck flycheck_*.el From aa835bb2244891a7650b86206e4f4f1c0a4eb273 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Sun, 27 Mar 2016 22:03:12 +0200 Subject: [PATCH 0480/1016] Ignore session files --- Symfony.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index 613302ed34..7d56f982f8 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -7,11 +7,13 @@ # Email spool folder /app/spool/* -# Cache and logs (Symfony3) +# Cache, session files and logs (Symfony3) /var/cache/* /var/logs/* +/var/sessions/* !var/cache/.gitkeep !var/logs/.gitkeep +!var/sessions/.gitkeep # Parameters /app/config/parameters.yml From 3504820c37e61fa806390c8686a73466f71f18b7 Mon Sep 17 00:00:00 2001 From: sachs4 Date: Wed, 30 Mar 2016 13:39:46 +0200 Subject: [PATCH 0481/1016] Ignore .eventlog Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog) --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index fb799964da..096abdd90b 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -14,4 +14,5 @@ cabal.sandbox.config *.prof *.aux *.hp +*.eventlog .stack-work/ From 4757cbc54163efa3eb904b65da2108dbd1d7286f Mon Sep 17 00:00:00 2001 From: Greg Trahair Date: Fri, 1 Apr 2016 10:45:44 +0200 Subject: [PATCH 0482/1016] Added .ropeproject directory If anyone uses the ROPE refactoring library this is certainly necessary. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 44ead8c6ef..e0982a1a64 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,3 +83,6 @@ ENV/ # Spyder project settings .spyderproject + +# Rope project settings +.ropeproject From f7a1b522cb0a505854698332b77ab5791f76c212 Mon Sep 17 00:00:00 2001 From: Deepak Kannan Date: Fri, 15 Apr 2016 07:44:14 +0530 Subject: [PATCH 0483/1016] Update Rust.gitignore no need to specifically ignore compiled files and executables as it will be under the target directory --- Rust.gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index a29d685699..cb14a42064 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,13 +1,5 @@ -# Compiled files -*.o -*.so -*.rlib -*.dll - -# Executables -*.exe - # Generated by Cargo +# will have compiled files and executables /target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries From bf059be0bbfcd9c215337ec88a8359d9a0c24596 Mon Sep 17 00:00:00 2001 From: Eli Clemente Gordillo Foster Date: Thu, 14 Apr 2016 21:18:28 -0700 Subject: [PATCH 0484/1016] Ignore .env This file is used moderately commonly to store environment variables locally. See Python.gitignore. --- Ruby.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index aa64283617..93e9bdcf7d 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -9,6 +9,7 @@ /test/tmp/ /test/version_tmp/ /tmp/ +.env ## Specific to RubyMotion: .dat* From 3d5025951b134129458c8cc5cbae11a852e138bc Mon Sep 17 00:00:00 2001 From: Eli Clemente Gordillo Foster Date: Thu, 14 Apr 2016 21:37:19 -0700 Subject: [PATCH 0485/1016] Comment out .env rule --- Ruby.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index 93e9bdcf7d..e9a8a67c64 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -9,7 +9,8 @@ /test/tmp/ /test/version_tmp/ /tmp/ -.env + +# .env ## Specific to RubyMotion: .dat* From d64708bc0255ef8b327ba6710b6e01bb550e8df3 Mon Sep 17 00:00:00 2001 From: Elliot Blackburn Date: Fri, 15 Apr 2016 11:36:15 +0100 Subject: [PATCH 0486/1016] Add FlashDevelop and executables to Actionscript - FlashDevelop uses different file and folder names for it's bin and obj outputs, so those have been added for convenience of devs using that. - Added a list of some executables that are output by various ways of compiling Actionscript (such as AIR and general Flash). --- Actionscript.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index f112f7fb78..11e612e985 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -2,10 +2,18 @@ bin/ bin-debug/ bin-release/ +[Oo]bj/ # FlashDevelop obj +[Bb]in/ # FlashDevelop bin # Other files and folders .settings/ +# Executables +*.swf +*.air +*.ipa +*.apk + # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. From 0021a032b332a4ceefdc136d76d67f32b2c9dd6b Mon Sep 17 00:00:00 2001 From: Eli Clemente Gordillo Foster Date: Fri, 15 Apr 2016 22:19:36 -0700 Subject: [PATCH 0487/1016] Add a brief explanation. --- Ruby.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index e9a8a67c64..5e1422c9c3 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -10,6 +10,7 @@ /test/version_tmp/ /tmp/ +# Used by dotenv library to load environment variables. # .env ## Specific to RubyMotion: From c2aa044b3461f8367c9bc1a39728128695c6547e Mon Sep 17 00:00:00 2001 From: Maik Dybek Date: Tue, 19 Apr 2016 08:23:51 +0200 Subject: [PATCH 0488/1016] C: Ignore gcc Static Stack Usage Analysis .su files --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index bbf313b259..f805e810e5 100644 --- a/C.gitignore +++ b/C.gitignore @@ -30,3 +30,4 @@ # Debug files *.dSYM/ +*.su From 1f2a6371e471c513563474ef31b00af366b7dee6 Mon Sep 17 00:00:00 2001 From: Roman Pushkin Date: Thu, 21 Apr 2016 12:01:36 -0700 Subject: [PATCH 0489/1016] Add nyc test coverage output directory [nyc](https://github.com/bcoe/nyc) is quite popular, and under some circumstances it writes to `.nyc_output` directory. This directory should be ignored by default. --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index a2eab8e802..5148e527a7 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -14,6 +14,9 @@ lib-cov # Coverage directory used by tools like istanbul coverage +# nyc test coverage +.nyc_output + # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt From 3727a855d0e4fdda369c349066ae333a07193923 Mon Sep 17 00:00:00 2001 From: hlaaf Date: Fri, 22 Apr 2016 11:50:55 +0300 Subject: [PATCH 0490/1016] Create Julia.gitignore --- Julia.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Julia.gitignore diff --git a/Julia.gitignore b/Julia.gitignore new file mode 100644 index 0000000000..8c960ec808 --- /dev/null +++ b/Julia.gitignore @@ -0,0 +1,3 @@ +*.jl.cov +*.jl.*.cov +*.jl.mem From 455a69dd48ce041f6ac2aa7aeeb9560957311e2f Mon Sep 17 00:00:00 2001 From: 2Cubed <2Cubed@users.noreply.github.com> Date: Sun, 24 Apr 2016 17:02:02 -0400 Subject: [PATCH 0491/1016] Add .webassets-cache to Flask --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index e0982a1a64..72364f99fe 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -53,8 +53,9 @@ coverage.xml *.log local_settings.py -# Flask instance folder +# Flask stuff: instance/ +.webassets-cache # Scrapy stuff: .scrapy From 8b46d457bded8b6fe709dba176a614f5638b60ee Mon Sep 17 00:00:00 2001 From: Seungwon Park Date: Tue, 26 Apr 2016 10:30:49 +0900 Subject: [PATCH 0492/1016] Update TeX.gitignore When we use 'thmtools' package for creating 'List of Theorems', auxiliary file '.loe' is created, just as '.toc' for 'Table of Contents' and '.lof' for 'List of Figures'. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 0a5165dcd7..4123a577c4 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -141,6 +141,9 @@ sympy-plots-for-*.tex/ *.pytxcode pythontex-files-*/ +# thmtools +*.loe + # TikZ & PGF *.dpth *.md5 From 0a50c89c2963a86a5be4a0e7be6d14338aa26178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Gusano=20Mart=C3=ADnez?= Date: Wed, 27 Apr 2016 17:44:25 +0200 Subject: [PATCH 0493/1016] Exclude Microsoft Visio temporary files. --- Global/MicrosoftOffice.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index 4a2edc7e06..b6f5e69b54 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -11,3 +11,6 @@ # PowerPoint temporary ~$*.ppt* + +# Visio temporary +*.~vsdx From d19334c93144a83810c9c03343fbb6c0ed2c03fb Mon Sep 17 00:00:00 2001 From: Javier Gusano Martinez Date: Thu, 28 Apr 2016 15:40:02 +0200 Subject: [PATCH 0494/1016] Comment more clear. --- Global/MicrosoftOffice.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index b6f5e69b54..cb89174566 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -12,5 +12,5 @@ # PowerPoint temporary ~$*.ppt* -# Visio temporary +# Visio autosave temporary files *.~vsdx From 4956277b1ac108faad93c0fdc25f6b796dcb2cd8 Mon Sep 17 00:00:00 2001 From: jrnold Date: Fri, 29 Apr 2016 07:17:44 -0700 Subject: [PATCH 0495/1016] Add knitr and R markdown patterns to R.gitignore These patterns handle cache diretories and temporary files created by the widely used [knitr](http://yihui.name/knitr/) and [R markdown](http://rmarkdown.rstudio.com/) packages. --- R.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/R.gitignore b/R.gitignore index 60e037a845..fcff087aeb 100644 --- a/R.gitignore +++ b/R.gitignore @@ -23,3 +23,11 @@ vignettes/*.pdf # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 .httr-oauth + +# knitr and R markdown default cache directories +/*_cache/ +/cache/ + +# Temporary files created by R markdown +*.utf8.md +*.knit.md From d42d671017cd4d0b6e0520e92d690bc2e6e92ba1 Mon Sep 17 00:00:00 2001 From: Javier Espinoza Date: Wed, 4 May 2016 13:38:53 -0300 Subject: [PATCH 0496/1016] Add sublime-text-3 gitignore This gitignore is used to make a repo with sublime text 3 package preferences stored in {sublime-text-3}/Packages/User/ https://www.sublimetext.com/3 The .gitignore files are listed here https://packagecontrol.io/docs/syncing I added GitHub.sublime-settings to the .gitignore since its a config file added from a popular github package that contains sensible information about your account --- SublimeText3.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SublimeText3.gitignore diff --git a/SublimeText3.gitignore b/SublimeText3.gitignore new file mode 100644 index 0000000000..0432b3b272 --- /dev/null +++ b/SublimeText3.gitignore @@ -0,0 +1,8 @@ +Package Control.last-run +Package Control.ca-list +Package Control.ca-bundle +Package Control.system-ca-bundle +Package Control.cache/ +Package Control.ca-certs/ +bh_unicode_properties.cache +GitHub.sublime-settings From 59e4f9acc38b1964f2c00570876f2978c68dc15e Mon Sep 17 00:00:00 2001 From: leeyiw Date: Thu, 5 May 2016 14:59:25 +0800 Subject: [PATCH 0497/1016] add CTestTestfile.cmake into CMake.gitignore CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt. --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index b558e9afa6..0cc7e4b527 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -4,3 +4,4 @@ CMakeScripts Makefile cmake_install.cmake install_manifest.txt +CTestTestfile.cmake From f9ccecac73ce62f62a5536e99b91576b8d16b67f Mon Sep 17 00:00:00 2001 From: Javier Espinoza Date: Thu, 5 May 2016 15:33:41 -0300 Subject: [PATCH 0498/1016] Move package control settings to Global/SublimeText.gitignore --- Global/SublimeText.gitignore | 13 +++++++++++++ SublimeText3.gitignore | 8 -------- 2 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 SublimeText3.gitignore diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 1d4e613759..69c8c2b29c 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -12,3 +12,16 @@ # sftp configuration file sftp-config.json + +# Package control specific files +Package Control.last-run +Package Control.ca-list +Package Control.ca-bundle +Package Control.system-ca-bundle +Package Control.cache/ +Package Control.ca-certs/ +bh_unicode_properties.cache + +# Sublime-github package stores a github token in this file +# https://packagecontrol.io/packages/sublime-github +GitHub.sublime-settings diff --git a/SublimeText3.gitignore b/SublimeText3.gitignore deleted file mode 100644 index 0432b3b272..0000000000 --- a/SublimeText3.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -Package Control.last-run -Package Control.ca-list -Package Control.ca-bundle -Package Control.system-ca-bundle -Package Control.cache/ -Package Control.ca-certs/ -bh_unicode_properties.cache -GitHub.sublime-settings From ce5d3969e7adb79a6a0ea709026aa7242a292b61 Mon Sep 17 00:00:00 2001 From: Roman Stetsenko Date: Fri, 6 May 2016 12:57:06 +0300 Subject: [PATCH 0499/1016] ignore .dSYM along with .ipa files --- Objective-C.gitignore | 2 ++ Swift.gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 3020bc327a..10c582bf83 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -24,6 +24,8 @@ xcuserdata/ ## Obj-C/Swift specific *.hmap *.ipa +*.dSYM.zip +*.dSYM # CocoaPods # diff --git a/Swift.gitignore b/Swift.gitignore index 8a29fa52af..2c22487b5e 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -24,6 +24,8 @@ xcuserdata/ ## Obj-C/Swift specific *.hmap *.ipa +*.dSYM.zip +*.dSYM ## Playgrounds timeline.xctimeline From 970ecfb82ed37349ad95bc3a14ed7c102e48cc42 Mon Sep 17 00:00:00 2001 From: Manuel Leonhardt Date: Fri, 6 May 2016 14:27:44 +0200 Subject: [PATCH 0500/1016] Add .com.apple.timemachine.donotpresent to OSX .com.apple.timemachine.donotpresent is a system file created by TimeMachine on OSX by user choice. --- Global/OSX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 660b31353e..0e4bbc536f 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -15,6 +15,7 @@ Icon .TemporaryItems .Trashes .VolumeIcon.icns +.com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB From 708e6c7e6839a0de5b9daccac0a8d31b386b8e4e Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 9 May 2016 13:02:49 -0400 Subject: [PATCH 0501/1016] Ignore cabal.project.local --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 096abdd90b..a4ee41ab62 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -16,3 +16,4 @@ cabal.sandbox.config *.hp *.eventlog .stack-work/ +cabal.project.local From 753df58a6c6d517401f88a73705d492c6b9e8fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Wed, 11 May 2016 13:39:00 +0800 Subject: [PATCH 0502/1016] Ignore '*.DS_Store' instead of ignore '.DS_Store' --- Global/OSX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 660b31353e..5db282586c 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,4 +1,4 @@ -.DS_Store +*.DS_Store .AppleDouble .LSOverride From 3e8be298da1e4bc377c0a54f527437376820a232 Mon Sep 17 00:00:00 2001 From: Luca Corbatto Date: Wed, 11 May 2016 16:05:23 +0200 Subject: [PATCH 0503/1016] Added comment to *.out entry --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index c2184b0046..cd0d5d1e2f 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -23,4 +23,5 @@ _testmain.go *.test *.prof +# Output of the go coverage tool, specifically when used with LiteIDE *.out From 85147407e49bb039a44685a339a1d60bb6546c3f Mon Sep 17 00:00:00 2001 From: Max Woolf Date: Thu, 12 May 2016 08:53:20 +0100 Subject: [PATCH 0504/1016] Add .env to optionally ignored files Many twelve-factor apps use environment variables rather than the built in Rails secrets mechanism to store secrets. The [dotenv](https://github.com/bkeepers/dotenv) gem is widely used for this purpose and allows environment variables to be loaded from the `.env` file. However, this file should not be committed to source control. This PR just adds the `.env` file to `.gitignore` so that these secrets aren't accidentally committed. In some rare instances, it may be required that this file is committed to source control so I've added it to the list of files that can be removed if the developer is ok with secrets being committed. --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 2121e0a803..b2c3f31188 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -15,6 +15,7 @@ pickle-email-*.html # TODO Comment out these rules if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb config/secrets.yml +.env ## Environment normalization: /.bundle From a275681ead5d00ddf61a444ae9869b136fb98dd0 Mon Sep 17 00:00:00 2001 From: Max Woolf Date: Thu, 12 May 2016 10:02:05 +0100 Subject: [PATCH 0505/1016] Annotate .env addition --- Rails.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index b2c3f31188..d8c256c192 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -15,6 +15,9 @@ pickle-email-*.html # TODO Comment out these rules if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb config/secrets.yml + +# dotenv +# TODO Comment out this rule if environment variables can be committed .env ## Environment normalization: From 548e76c75c8c06e8f2a95586821bc24d9697668c Mon Sep 17 00:00:00 2001 From: Raimon Lapuente Date: Fri, 13 May 2016 17:15:22 +0200 Subject: [PATCH 0506/1016] Add injection folder to ignore After trying this tool for code injeciton: https://github.com/johnno1962/injectionforxcode we added it to our workflow. Only bad side is that there's a folder included in the project that would be worth ignoring. We had it in our .gitignore file. Just pushing the change --- Objective-C.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 10c582bf83..86f21d8e0f 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -51,3 +51,10 @@ Carthage/Build fastlane/report.xml fastlane/screenshots + +#Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ From 45ee7f0caf768140b8c83eae80349b95c688758b Mon Sep 17 00:00:00 2001 From: Jiahao Chen Date: Mon, 16 May 2016 12:14:15 -0400 Subject: [PATCH 0507/1016] Julia: ignore deps/deps.jl `deps/deps.jl` is an autogenerated file created by `BinDeps.jl`, Julia's package for managing binary dependencies. --- Julia.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Julia.gitignore b/Julia.gitignore index 8c960ec808..381e0b6d25 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -1,3 +1,4 @@ *.jl.cov *.jl.*.cov *.jl.mem +deps/deps.jl From 63cf442bbee2cb0ba071e60613f7d5159929f1f8 Mon Sep 17 00:00:00 2001 From: 0xBADDCAFE <0xbdcf@gmail.com> Date: Wed, 18 May 2016 14:11:54 +0900 Subject: [PATCH 0508/1016] do not ignore storage/ directory --- Laravel.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index c491fa2bc6..1cd717b692 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -7,7 +7,6 @@ app/storage/ # Laravel 5 & Lumen specific bootstrap/cache/ -storage/ .env.*.php .env.php .env From 63d8a68c5d87a26605e92881c77f18d722ff3900 Mon Sep 17 00:00:00 2001 From: Adrian Vovk Date: Wed, 18 May 2016 09:52:10 -0400 Subject: [PATCH 0509/1016] Ignore the workspace.xml file and properly name the ART VM --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index a836875126..f6b286cea9 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -2,7 +2,7 @@ *.apk *.ap_ -# Files for the Dalvik VM +# Files for the ART/Dalvik VM *.dex # Java class files @@ -34,6 +34,7 @@ captures/ # Intellij *.iml +.idea/workspace.xml # Keystore files *.jks From f0c34f32196ef586fac8d0dea025624d71be8eb8 Mon Sep 17 00:00:00 2001 From: Jon Lo Kim Lin Date: Fri, 20 May 2016 14:10:19 -0700 Subject: [PATCH 0510/1016] Added *.smod to Fortran.gitignore GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules --- C++.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C++.gitignore b/C++.gitignore index b8bd0267bd..4581ef2eee 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -15,6 +15,7 @@ # Fortran module files *.mod +*.smod # Compiled Static libraries *.lai From be2df771ba6ad1370d26b2b77b15756ecb7a5c82 Mon Sep 17 00:00:00 2001 From: James Skimming Date: Mon, 23 May 2016 11:49:24 +0100 Subject: [PATCH 0511/1016] VisualStudio ignore project.fragment.lock.json I've just upgraded to ASP.NET Core RC2, and I've found that Visual Studio is producing a file called project.fragment.lock.json. When I delete the file it is recreated during build. Given project.lock.json is already ignored this looks like another file to ignore. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f1e3d20e05..67acbf42f5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -42,6 +42,7 @@ dlldata.c # DNX project.lock.json +project.fragment.lock.json artifacts/ *_i.c From 869ed27de9d6781d4a9e03f12598497b171ccc06 Mon Sep 17 00:00:00 2001 From: Tony Lotts Date: Wed, 25 May 2016 00:05:22 +0800 Subject: [PATCH 0512/1016] Ignore ensime files See https://github.com/ensime --- Scala.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index c58d83b318..472100147c 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -13,5 +13,7 @@ project/boot/ project/plugins/project/ # Scala-IDE specific +.ensime +.ensime_cache/ .scala_dependencies .worksheet From 3dae63bbb2a7b311cfe8af3cef70f74ed2e9e247 Mon Sep 17 00:00:00 2001 From: William Marquardt Date: Fri, 27 May 2016 15:46:19 -0300 Subject: [PATCH 0513/1016] Codeigniter 3 support --- CodeIgniter.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e1d1..5bff2a4723 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -4,3 +4,12 @@ */cache/* !*/cache/index.html !*/cache/.htaccess + +#codeigniter 3 +application/cache/* +!application/cache/index.html +!application/cache/.htaccess +application/logs/* +!application/logs/index.html +!application/logs/.htaccess +/vendor/ \ No newline at end of file From f51de615ea121b0f348e95865bcd713b83213d0e Mon Sep 17 00:00:00 2001 From: William Marquardt Date: Fri, 3 Jun 2016 20:58:13 -0300 Subject: [PATCH 0514/1016] Update CodeIgniter.gitignore --- CodeIgniter.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 5bff2a4723..2d34073675 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -6,10 +6,7 @@ !*/cache/.htaccess #codeigniter 3 -application/cache/* -!application/cache/index.html -!application/cache/.htaccess application/logs/* !application/logs/index.html !application/logs/.htaccess -/vendor/ \ No newline at end of file +/vendor/ From c7e591bfb88a3d9c85350b29248bec51b8db8896 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Mon, 6 Jun 2016 22:23:51 +0300 Subject: [PATCH 0515/1016] Update D.gitignore Add docs/ and *.lst --- D.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/D.gitignore b/D.gitignore index b4433f8a51..74b926fc90 100644 --- a/D.gitignore +++ b/D.gitignore @@ -18,3 +18,7 @@ .dub docs.json __dummy.html +docs/ + +# Code coverage +*.lst From 4ac02fc2828adfc2e4e9327a09860e765b697057 Mon Sep 17 00:00:00 2001 From: Assem Chelli / bigOTHER Date: Sun, 12 Jun 2016 22:44:23 +0100 Subject: [PATCH 0516/1016] Create the gitignore for Bazaar version control system --- Global/Bazaar.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Bazaar.gitignore diff --git a/Global/Bazaar.gitignore b/Global/Bazaar.gitignore new file mode 100644 index 0000000000..3cbbcbd11e --- /dev/null +++ b/Global/Bazaar.gitignore @@ -0,0 +1,2 @@ +.bzr/ +.bzrignore From f3643325e477fa38cc57de49d029b37f5619a580 Mon Sep 17 00:00:00 2001 From: Taylor Braun-Jones Date: Wed, 15 Jun 2016 07:58:14 -0400 Subject: [PATCH 0517/1016] Ignore all forms of CMakeLists.txt.user In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example: CMakeLists.txt.user.1fa15d5 --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index fa24b2efee..c7659c24f3 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -34,5 +34,5 @@ Makefile* *.qmlproject.user.* # QtCtreator CMake -CMakeLists.txt.user +CMakeLists.txt.user* From b9742650d6d3b5f4c327aba3d51a270464c9eddc Mon Sep 17 00:00:00 2001 From: "Mohammad S. Babaei" Date: Wed, 15 Jun 2016 16:43:12 +0430 Subject: [PATCH 0518/1016] ignore *.VC.db files In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 75b1186b0a..be0e4913c3 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -37,6 +37,7 @@ *.suo *.opensdf *.sdf +*.VC.db *.VC.opendb # Precompiled Assets From d3b23596c0cf4cbc15c4326bf8d962e3f9c4c9a0 Mon Sep 17 00:00:00 2001 From: halloworld Date: Mon, 20 Jun 2016 11:12:58 +0800 Subject: [PATCH 0519/1016] =?UTF-8?q?=E6=B7=BB=E5=8A=A0DS=5FStore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 86f21d8e0f..3e012f2d68 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -58,3 +58,4 @@ fastlane/screenshots # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ +.DS_Store From d605f911b9b3c9aca72d3e2bc05e4bc709e1a2ae Mon Sep 17 00:00:00 2001 From: Ricardo Pistorello Date: Tue, 21 Jun 2016 11:34:13 -0300 Subject: [PATCH 0520/1016] Added project folder created by Consulo IDE --- Unity.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 5aafcbb7f1..1c10388911 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,8 +5,9 @@ /[Bb]uilds/ /Assets/AssetStoreTools* -# Autogenerated VS/MD solution and project files +# Autogenerated VS/MD/Consulo solution and project files ExportedObj/ +.consulo/ *.csproj *.unityproj *.sln From b89498a4674a21f2f4feb3994e82acc58d747236 Mon Sep 17 00:00:00 2001 From: Mike Kobit Date: Fri, 24 Jun 2016 12:26:18 -0500 Subject: [PATCH 0521/1016] Only ignore the build directory in the same directory as .gitignore for Gradle If you have a Java package with `build` in it, the current version will always ignore files in that directory. This change makes it so only the root "build" directory is ignored. I believe that this assumes .gitignore is in the root of a project. --- Gradle.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index 77617a15c3..a1fc39c070 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,5 +1,5 @@ .gradle -build/ +/build/ # Ignore Gradle GUI config gradle-app.setting From 236e6d0af085ec1f4852ad00d5cdeb3db8a5c930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Juan=20Rico=20Mendoza?= Date: Tue, 28 Jun 2016 20:19:15 -0300 Subject: [PATCH 0522/1016] Add support for Dolphin Smalltalk --- Smalltalk.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore index 75272b2347..e56e539ef6 100644 --- a/Smalltalk.gitignore +++ b/Smalltalk.gitignore @@ -1,8 +1,11 @@ # changes file *.changes +*.chg # system image *.image +*.img7 +*.img # Pharo Smalltalk Debug log file PharoDebug.log @@ -10,6 +13,12 @@ PharoDebug.log # Squeak Smalltalk Debug log file SqueakDebug.log +# Dolphin Smalltalk source file +*.sml + +# Dolphin Smalltalk error file +*.errors + # Monticello package cache /package-cache From c2401948a4d65e11bb7ef49b57a61c1b73d9eb48 Mon Sep 17 00:00:00 2001 From: thilaire Date: Wed, 29 Jun 2016 14:36:23 +0200 Subject: [PATCH 0523/1016] Update TeX.gitignore Add support for easy-todo package (that produces .lod file during the compilation) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 4123a577c4..3cb097c9d5 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -152,6 +152,9 @@ pythontex-files-*/ # todonotes *.tdo +# easy-todo +*.lod + # xindy *.xdy From 2c52d023ddb520962d1aa81ab030ee5172261eb2 Mon Sep 17 00:00:00 2001 From: pmartinez Date: Wed, 29 Jun 2016 13:33:32 -0300 Subject: [PATCH 0524/1016] added prerequisites for C and C++ --- C++.gitignore | 3 +++ C.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 4581ef2eee..259148fa18 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,3 +1,6 @@ +# Prerequisites +*.d + # Compiled Object files *.slo *.lo diff --git a/C.gitignore b/C.gitignore index f805e810e5..7a065c709c 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,3 +1,6 @@ +# Prerequisites +*.d + # Object files *.o *.ko From 96584a8bd311ee6e5b8a188ac71bcb6621d495e8 Mon Sep 17 00:00:00 2001 From: Adrian Vovk Date: Thu, 30 Jun 2016 18:02:04 -0400 Subject: [PATCH 0525/1016] Update Android.gitignore --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index f6b286cea9..e5df7b9150 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -35,6 +35,7 @@ captures/ # Intellij *.iml .idea/workspace.xml +.idea/libraries # Keystore files *.jks From 55157bfd0e749784fae3f1752242f2c5ac79a891 Mon Sep 17 00:00:00 2001 From: Roman Pushkin Date: Sat, 2 Jul 2016 09:05:05 -0700 Subject: [PATCH 0526/1016] Ignore *.pid.lock Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files: * `passenger.3000.pid` (removed when passenger stops) * `passenger.3000.log` * `passenger.3000.pid.lock` While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored. --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 5148e527a7..aea5294de9 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -7,6 +7,7 @@ npm-debug.log* pids *.pid *.seed +*.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov From c50a47616216f6fa460272fa37aec88f9488c9f6 Mon Sep 17 00:00:00 2001 From: sammy Date: Wed, 6 Jul 2016 10:01:06 -0700 Subject: [PATCH 0527/1016] Update Perl.gitignore ignore perltidy output files --- Perl.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Perl.gitignore b/Perl.gitignore index ae2ad536ab..5ade0a16df 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -16,5 +16,6 @@ Build.bat nytprof.out /pm_to_blib *.o +*.pm.tdy *.bs /_eumm/ From 4616b76860f5a0e587cf63c3f12f2dd7631214d1 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 9 Jul 2016 15:02:07 +0200 Subject: [PATCH 0528/1016] ignore busy indicator of uncompressed .synctex file --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 3cb097c9d5..6ac1a731ea 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -31,6 +31,7 @@ ## Build tool auxiliary files: *.fdb_latexmk *.synctex +*.synctex(busy) *.synctex.gz *.synctex.gz(busy) *.pdfsync From a73ff83ac36ad7134436fd1fe2e207d60af709d4 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 10 Jul 2016 00:42:39 +0200 Subject: [PATCH 0529/1016] Add *.wrt produced by scrwfile --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 3cb097c9d5..ed77ca8e2c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -128,6 +128,9 @@ _minted* *.sagetex.py *.sagetex.scmd +# scrwfile +*.wrt + # sympy *.sout *.sympy From d8a56ffdced3305cb28343d973d1d474a8544a9c Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 10 Jul 2016 14:35:30 +0200 Subject: [PATCH 0530/1016] Ignore .pdf On Windows, when PDF is opened with Acrobat Reader, one gets following output: ! I can't write on file `document.pdf'. Please type another file name for output: If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 3cb097c9d5..b7aa423bc1 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -19,6 +19,9 @@ # *.eps # *.pdf +## Generated if empty string is given at "Please type another file name for output:" +.pdf + ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl *.bcf From 5780b601e084f1009c9dcb2fb65f1f7476ca25e8 Mon Sep 17 00:00:00 2001 From: MinJun Kweon Date: Mon, 11 Jul 2016 14:50:15 +0900 Subject: [PATCH 0531/1016] Fix indentation 'Code Injection' --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 86f21d8e0f..2059208393 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -52,7 +52,7 @@ Carthage/Build fastlane/report.xml fastlane/screenshots -#Code Injection +# Code Injection # # After new code Injection tools there's a generated folder /iOSInjectionProject # https://github.com/johnno1962/injectionforxcode From 96e10b25130aecb204e865ef72fc6cb31fee2d94 Mon Sep 17 00:00:00 2001 From: Seungwon Park Date: Tue, 12 Jul 2016 17:04:23 +0900 Subject: [PATCH 0532/1016] Added gregoriotex See documentation at https://github.com/gregorio-project/gregorio --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 47ee1edc0c..34f999df3e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -88,6 +88,10 @@ acs-*.bib # gnuplottex *-gnuplottex-* +# gregoriotex +*.gaux +*.gtex + # hyperref *.brf From 254da0b717e7c786e6c81c934757c941e765528b Mon Sep 17 00:00:00 2001 From: "Desmond O. Chang" Date: Thu, 14 Jul 2016 14:34:04 +0800 Subject: [PATCH 0533/1016] Ignore terraform module directory See --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 7868d16d21..41859c81f1 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,3 +1,6 @@ # Compiled files *.tfstate *.tfstate.backup + +# Module directory +.terraform/ From 0ee8f1a95da29cf4c9949fc9572a63269e833b05 Mon Sep 17 00:00:00 2001 From: Leandro Doctors Date: Sun, 17 Jul 2016 23:33:53 -0300 Subject: [PATCH 0534/1016] Correct .jar and .class mentions --- Leiningen.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 47fed6c20d..a9fe6fba80 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -1,6 +1,7 @@ pom.xml pom.xml.asc -*jar +*.jar +*.class /lib/ /classes/ /target/ From c6a57e45a25244350891bde4a663c1945e2c792a Mon Sep 17 00:00:00 2001 From: Leandro Doctors Date: Thu, 21 Jul 2016 18:39:44 -0300 Subject: [PATCH 0535/1016] Scala: Ignore ENSIME files --- Scala.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index c58d83b318..a02d882cb8 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -15,3 +15,7 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet + +# ENSIME specific +.ensime_cache/ +.ensime From eb90a5771f74502ad3f502391279dbf7062849bb Mon Sep 17 00:00:00 2001 From: Cy Date: Mon, 25 Jul 2016 11:05:58 +0800 Subject: [PATCH 0536/1016] Update Laravel.gitignore Ignore Homestead related config files --- Laravel.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 1cd717b692..7cf7961077 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -10,6 +10,8 @@ bootstrap/cache/ .env.*.php .env.php .env +Homestead.yaml +Homestead.json # Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer .rocketeer/ From f88f48845d767e267f8339550450af2e635ec706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tevfik=20T=C3=BCmer?= Date: Mon, 25 Jul 2016 12:25:19 +0200 Subject: [PATCH 0537/1016] Adding index.html files for cache and upload folders index.html should be in the upload and cache folders in order to avoid direct access --- SugarCRM.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 842c3ec518..e9270205fd 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -7,6 +7,7 @@ # For development the cache directory can be safely ignored and # therefore it is ignored. /cache/ +!/cache/index.html # Ignore some files and directories from the custom directory. /custom/history/ /custom/modulebuilder/ @@ -22,4 +23,5 @@ *.log # Ignore the new upload directories. /upload/ +!/upload/index.html /upload_backup/ From fdd236e53bbfeddf32c98706ce8830e64b730461 Mon Sep 17 00:00:00 2001 From: Eduard Kyvenko Date: Thu, 28 Jul 2016 10:18:33 +0200 Subject: [PATCH 0538/1016] Ignore elm-stuff project-wide --- Elm.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elm.gitignore b/Elm.gitignore index a594364e2c..8b631e7de0 100644 --- a/Elm.gitignore +++ b/Elm.gitignore @@ -1,4 +1,4 @@ # elm-package generated files -elm-stuff/ +elm-stuff # elm-repl generated files repl-temp-* From edfd83412f8230b68130bef44dd064bacfd02d3e Mon Sep 17 00:00:00 2001 From: Kevin Most Date: Mon, 1 Aug 2016 15:58:42 -0400 Subject: [PATCH 0539/1016] Add .externalNativeBuild to Android gitignore --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index e5df7b9150..935ceef068 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -39,3 +39,6 @@ captures/ # Keystore files *.jks + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild From 554bccef40da55a1444a7a41db6866f452616b74 Mon Sep 17 00:00:00 2001 From: Brennan Fee Date: Thu, 4 Aug 2016 22:29:32 -0700 Subject: [PATCH 0540/1016] Update Visual Studio Code to support workspace files. Visual Studio Code has a few files that can be placed into the workspace in order to share settings across users. Settings.json is for project specific overrides. Tasks.json is for executable tasks (build, gulp, etc.) While launch.json is for debugging specific tasks. --- Global/VisualStudioCode.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index faa18382a3..d9960081c9 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,2 +1,4 @@ -.vscode - +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json From cedd263b832e6f287e827e5b7bf159cd4cb36e14 Mon Sep 17 00:00:00 2001 From: Steve Hull Date: Mon, 8 Aug 2016 11:38:53 -0700 Subject: [PATCH 0541/1016] Remove config/secrets.yml Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production). --- Rails.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index d8c256c192..e97427608c 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -12,9 +12,11 @@ capybara-*.html rerun.txt pickle-email-*.html -# TODO Comment out these rules if you are OK with secrets being uploaded to the repo +# TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb -config/secrets.yml + +# Only include if you have production secrets in this file, which is no longer a Rails default +# config/secrets.yml # dotenv # TODO Comment out this rule if environment variables can be committed From 49f6eb9e07447984da9556487d953ce3b06b6c3e Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Wed, 10 Aug 2016 12:56:26 +0200 Subject: [PATCH 0542/1016] ignore HTF test framework artifact directory See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile) --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index a4ee41ab62..450f32ec40 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -17,3 +17,4 @@ cabal.sandbox.config *.eventlog .stack-work/ cabal.project.local +.HTF/ From 5fdead13b013212dc75a6c175baacb5c4b802a7f Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 11 Aug 2016 11:01:42 +0200 Subject: [PATCH 0543/1016] Exclude folder for CodeRush settings --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 67acbf42f5..bca1984dd5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -251,3 +251,6 @@ paket-files/ # JetBrains Rider .idea/ *.sln.iml + +# CodeRush +.cr/ From a7f6e99b234cb59ebb0eea5dc0cc112668f78b47 Mon Sep 17 00:00:00 2001 From: bakeevdr Date: Fri, 12 Aug 2016 23:48:38 +0500 Subject: [PATCH 0544/1016] Updated for Joomla 3.6.2 --- Joomla.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index 0d7a0de298..93103fdbe7 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -52,6 +52,7 @@ /administrator/language/en-GB/en-GB.plg_content_contact.sys.ini /administrator/language/en-GB/en-GB.plg_content_finder.ini /administrator/language/en-GB/en-GB.plg_content_finder.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_module* /administrator/language/en-GB/en-GB.plg_finder_categories.ini /administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini /administrator/language/en-GB/en-GB.plg_finder_contacts.ini @@ -64,6 +65,10 @@ /administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini /administrator/language/en-GB/en-GB.plg_finder_weblinks.ini /administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_folderinstaller* +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller* +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller +/administrator/language/en-GB/en-GB.plg_installer_urlinstaller* /administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini /administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini /administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini @@ -72,6 +77,8 @@ /administrator/language/en-GB/en-GB.plg_search_tags.sys.ini /administrator/language/en-GB/en-GB.plg_system_languagecode.ini /administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini +/administrator/language/en-GB/en-GB.plg_system_stats* +/administrator/language/en-GB/en-GB.plg_system_updatenotification* /administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini /administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini /administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini @@ -249,8 +256,10 @@ /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.xml /administrator/language/en-GB/index.html +/administrator/language/ru-RU/index.html /administrator/language/overrides/* /administrator/language/index.html +/administrator/logs/index.html /administrator/manifests/* /administrator/modules/mod_custom/* /administrator/modules/mod_feed/* @@ -289,6 +298,7 @@ /components/com_finder/* /components/com_mailto/* /components/com_media/* +/components/com_modules/* /components/com_newsfeeds/* /components/com_search/* /components/com_users/* @@ -407,6 +417,7 @@ /libraries/idna_convert/* /libraries/joomla/* /libraries/legacy/* +/libraries/php-encryption/* /libraries/phpass/* /libraries/phpmailer/* /libraries/phputf8/* @@ -431,9 +442,11 @@ /media/media/* /media/mod_languages/* /media/overrider/* +/media/plg_captcha_recaptcha/* /media/plg_quickicon_extensionupdate/* /media/plg_quickicon_joomlaupdate/* /media/plg_system_highlight/* +/media/plg_system_stats/* /media/system/* /media/index.html /modules/mod_articles_archive/* @@ -486,6 +499,7 @@ /plugins/editors/none/* /plugins/editors/tinymce/* /plugins/editors/index.html +/plugins/editors-xtd/module/* /plugins/editors-xtd/article/* /plugins/editors-xtd/image/* /plugins/editors-xtd/pagebreak/* @@ -523,6 +537,8 @@ /plugins/system/redirect/* /plugins/system/remember/* /plugins/system/sef/* +/plugins/system/stats/* +/plugins/system/updatenotification/* /plugins/system/index.html /plugins/twofactorauth/* /plugins/user/contactcreator/* From 1c652a2ffe26ff7c65eff5fed340823f8752ed16 Mon Sep 17 00:00:00 2001 From: Alexandre Bonnetain Date: Sun, 14 Aug 2016 15:47:01 +0200 Subject: [PATCH 0545/1016] Add hidden virtualenv to Python template --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 72364f99fe..37fc9d4081 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -79,6 +79,7 @@ celerybeat-schedule .env # virtualenv +.venv/ venv/ ENV/ From 58c8e308520b87958550d78f2a75fee121838e5a Mon Sep 17 00:00:00 2001 From: sherzod Date: Tue, 16 Aug 2016 11:47:19 +0500 Subject: [PATCH 0546/1016] Update for Scala Exclude Scala IDE related .cache-main files. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index a02d882cb8..4c523cca78 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -15,6 +15,7 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet +.cache-main # ENSIME specific .ensime_cache/ From 557655fa66bbf89399f9d2e9b51e7457b804fc33 Mon Sep 17 00:00:00 2001 From: sherzod Date: Tue, 16 Aug 2016 11:59:29 +0500 Subject: [PATCH 0547/1016] Update for Eclipse Add exclusion for Scala IDE specific .cache-main files. --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 31c9fb3116..33c4c5beb7 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -49,3 +49,6 @@ local.properties # Code Recommenders .recommenders/ + +# Scala IDE specific (Scala & Java development for Eclipse) +.cache-main From e60b5dc494a9d36c5f22324b1146650e16a7489d Mon Sep 17 00:00:00 2001 From: Yves Martin Date: Tue, 16 Aug 2016 13:41:52 +0200 Subject: [PATCH 0548/1016] Ignore GNU Global GSYMS database of other symbols --- Global/Tags.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index c0318165a2..91927af4cd 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -9,6 +9,7 @@ gtags.files GTAGS GRTAGS GPATH +GSYMS cscope.files cscope.out cscope.in.out From f3168077daeca768a195b3f21022d6c1e18e7498 Mon Sep 17 00:00:00 2001 From: Gabriel Oliva Date: Tue, 16 Aug 2016 11:20:39 -0300 Subject: [PATCH 0549/1016] Update ignore for fastlane files in Objective-C --- Objective-C.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 2059208393..58c51ecaed 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -50,7 +50,9 @@ Carthage/Build # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md fastlane/report.xml +fastlane/Preview.html fastlane/screenshots +fastlane/test_output # Code Injection # From 88e76d3b9462ad529448cc784bbf1340da9aece5 Mon Sep 17 00:00:00 2001 From: Kyle Pollock Date: Fri, 19 Aug 2016 09:45:28 -0500 Subject: [PATCH 0550/1016] Add eslint cache ignore for node projects. --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index aea5294de9..bf7525f991 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -34,5 +34,8 @@ jspm_packages # Optional npm cache directory .npm +# Optional eslint cache +.eslintcache + # Optional REPL history .node_repl_history From d785d6115e62126ac2d4ad76fba8f6ddf234e1c6 Mon Sep 17 00:00:00 2001 From: Shubham Rao Date: Mon, 22 Aug 2016 23:36:09 +0530 Subject: [PATCH 0551/1016] nbactions.xml must not be ignored (?) This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE. Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) Also this file does anything worth ignoring Added by #145 Exclusion of `nbactions.xml` from `.gitgnore` should be discussed. --- Global/NetBeans.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 520d91ff58..254108cd23 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -3,5 +3,4 @@ build/ nbbuild/ dist/ nbdist/ -nbactions.xml .nb-gradle/ From 041d63b8eb27767a2b9c1da8400a6b7cbb986020 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 23 Aug 2016 08:09:33 +0200 Subject: [PATCH 0552/1016] Added "Python Tools for Visual Studio" to VisualStudio.gitignore __pycache__/ *.pyc --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bca1984dd5..d56f8b5328 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -254,3 +254,7 @@ paket-files/ # CodeRush .cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc From 899509f2f29c0d6c40b0ccc74a20b4cd11524354 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 30 Aug 2016 19:12:57 +0200 Subject: [PATCH 0553/1016] Rename OSX.gitignore to macOS.gitignore Apple renames OS X to macOS. Announced @ WWDC 2016 --- Global/{OSX.gitignore => macOS.gitignore} | 51 ++++++++++++----------- 1 file changed, 26 insertions(+), 25 deletions(-) rename Global/{OSX.gitignore => macOS.gitignore} (92%) diff --git a/Global/OSX.gitignore b/Global/macOS.gitignore similarity index 92% rename from Global/OSX.gitignore rename to Global/macOS.gitignore index 5972fe50f6..f0f3fbc06c 100644 --- a/Global/OSX.gitignore +++ b/Global/macOS.gitignore @@ -1,25 +1,26 @@ -*.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk From 5a355ed010640b689e06c589e38019bff81c9a15 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 30 Aug 2016 22:12:31 +0200 Subject: [PATCH 0554/1016] Add gitignore for Cypress Semiconductor IDE The PSoC is a popular microcontroller and the PSoC Creator is a great IDE that deserves a .gitignore so it's easier for people to share the _neccessary_ files for collaboration. >not affiliated --- Global/PSoCCreator.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Global/PSoCCreator.gitignore diff --git a/Global/PSoCCreator.gitignore b/Global/PSoCCreator.gitignore new file mode 100644 index 0000000000..84f0236e4f --- /dev/null +++ b/Global/PSoCCreator.gitignore @@ -0,0 +1,16 @@ +# Project Settings +*.cywrk.* +*.cyprj.* + +# Generated Assets and Resources +Debug/ +Release/ +Export/ +*/codegentemp +*/Generated_Source +*_datasheet.pdf +*_timing.html +*.cycdx +*.cyfit +*.rpt +*.svd From 3a2642516099dd092c26bd10f980fc118d9c711e Mon Sep 17 00:00:00 2001 From: Vassilis Date: Mon, 5 Sep 2016 19:52:48 +0100 Subject: [PATCH 0555/1016] Update TeX.gitignore Added a line that adds the `auto` folder that Emacs+ AUCTex automatically creates in the gitignore list. More about this `auto` feature below https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 34f999df3e..f620fad23e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -192,3 +192,6 @@ TSWLatexianTemp* # KBibTeX *~[0-9]* + +# auto folder when using emacs and auctex +/auto/* From 1ca4b201e03711e6e31c393cb73c5c43be1b040c Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Tue, 6 Sep 2016 06:56:04 +0200 Subject: [PATCH 0556/1016] Extend C to ignore Visual Studio artifacts Visual Studio creates a few artifacts which weren't ignored before, mainly .idb, .pdb and .ilk files which are either created by CL.EXE or by LINK.EXE were added to the gitignore for Windows projects. A little more information can be found here on Microsoft's documentation: https://msdn.microsoft.com/en-us/library/3awe4781.aspx --- C.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/C.gitignore b/C.gitignore index 7a065c709c..6c0ea0c592 100644 --- a/C.gitignore +++ b/C.gitignore @@ -7,6 +7,11 @@ *.obj *.elf +# Linker output +*.ilk +*.map +*.exp + # Precompiled Headers *.gch *.pch @@ -34,3 +39,5 @@ # Debug files *.dSYM/ *.su +*.idb +*.pdb From aad5932d4b18949f10d252539c7aab59bdf85e31 Mon Sep 17 00:00:00 2001 From: Peter Morlion Date: Wed, 7 Sep 2016 12:09:45 +0200 Subject: [PATCH 0557/1016] Include shared settings, according to official docs Official docs, found here: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 (as of 13 Aug 2016) --- Global/JetBrains.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index ea83a5eb62..0a25414787 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,9 +4,6 @@ # User-specific stuff: .idea/workspace.xml .idea/tasks.xml -.idea/dictionaries -.idea/vcs.xml -.idea/jsLibraryMappings.xml # Sensitive or high-churn files: .idea/dataSources.ids From cd22a9cc5867789d4fbda54dfa9661b7feee1f30 Mon Sep 17 00:00:00 2001 From: Serge van Ginderachter Date: Wed, 7 Sep 2016 15:49:29 +0200 Subject: [PATCH 0558/1016] introduce Ansible ignores --- Global/Ansible.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Global/Ansible.gitignore diff --git a/Global/Ansible.gitignore b/Global/Ansible.gitignore new file mode 100644 index 0000000000..a8b42eb6ee --- /dev/null +++ b/Global/Ansible.gitignore @@ -0,0 +1 @@ +*.retry From 3cdfc09983aece84ec69ed30644f87b1e8957835 Mon Sep 17 00:00:00 2001 From: Kevin Cunnane Date: Thu, 8 Sep 2016 18:09:05 -0700 Subject: [PATCH 0559/1016] Ignore .jfm files in Visual Studio .jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories. This fix helps mitigate this by avoiding checkin of this file type. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d56f8b5328..c8557d4023 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -189,6 +189,7 @@ ClientBin/ *~ *.dbmdl *.dbproj.schemaview +*.jfm *.pfx *.publishsettings node_modules/ From 6951912890be0b93eb0b8ff12265218393bd36e6 Mon Sep 17 00:00:00 2001 From: Filip W Date: Mon, 12 Sep 2016 15:34:02 +0200 Subject: [PATCH 0560/1016] added VS code coverage files --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c8557d4023..f3e58fc24a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -110,6 +110,10 @@ _TeamCity* # DotCover is a Code Coverage Tool *.dotCover +# Visual Studio code coverage results +*.coverage +*.coveragexml + # NCrunch _NCrunch_* .*crunch*.local.xml From f1a8fddea28ac2ee0d5e9e4cc4d2a29c8dddf530 Mon Sep 17 00:00:00 2001 From: Muromi Ukari Date: Tue, 13 Sep 2016 23:37:43 +0900 Subject: [PATCH 0561/1016] Update Erlang.gitignore /ebin can't be simply ignored because *.app should be put here. [Erlang Applications](http://erlang.org/doc/design_principles/applications.html) > 8.4 Directory Structure > ebin - Contains the Erlang object code, the beam files. The .app file is also placed here. --- Erlang.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index 8e46d5a07f..3826c85736 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -4,7 +4,7 @@ deps *.beam *.plt erl_crash.dump -ebin +ebin/*.beam rel/example_project .concrete/DEV_MODE .rebar From da681d7115724f7517bdf29b2a9ca3a41b61442a Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Thu, 15 Sep 2016 08:48:08 +0100 Subject: [PATCH 0562/1016] Add support for Cake.Net Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3e58fc24a..e4ca52754c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -263,3 +263,6 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc + +# Cake +tools/ From 4f7062e132d7f88e68ab737e64fef872bd3a491f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira=20Loff?= Date: Mon, 19 Sep 2016 17:21:02 +0100 Subject: [PATCH 0563/1016] Add .nfs files to Linux.gitignore --- Global/Linux.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index cc9586893b..b56bf65d85 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -8,3 +8,6 @@ # Linux trash folder which might appear on any partition or disk .Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* From b414451e5532dbd37f89d116a4df25ce52bc6e5e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 18:07:02 -0700 Subject: [PATCH 0564/1016] ignore typings directory --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3e58fc24a..af08e1f291 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -196,7 +196,6 @@ ClientBin/ *.jfm *.pfx *.publishsettings -node_modules/ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components @@ -231,6 +230,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat +node_modules/ +typings/ # Visual Studio 6 build log *.plg From 3bf3203c4fb5ad87ec3336fc01095f56fde5508e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 19:31:20 -0700 Subject: [PATCH 0565/1016] add typings --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index bf7525f991..05c7f17788 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -30,6 +30,7 @@ build/Release # Dependency directories node_modules jspm_packages +typings # Optional npm cache directory .npm From a080e3676747f4aa1b7ba2a0300abea7d2be421e Mon Sep 17 00:00:00 2001 From: aarian93p Date: Wed, 21 Sep 2016 09:55:57 +0330 Subject: [PATCH 0566/1016] Added kernel module compilation results Adds kernel module compile to the ignore list. --- C.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/C.gitignore b/C.gitignore index 7a065c709c..d93756fed3 100644 --- a/C.gitignore +++ b/C.gitignore @@ -34,3 +34,10 @@ # Debug files *.dSYM/ *.su + +# Kernel Module Compile Results +*.mod.c +modules.order +Module.symvers +Mkfile.old +dkms.conf From b7e6ce66c701ac11cc2eff352f03ded64fc2287b Mon Sep 17 00:00:00 2001 From: aarian93p Date: Wed, 21 Sep 2016 10:04:49 +0330 Subject: [PATCH 0567/1016] More kernel module compilation results Added a few missed files from kernel compilation results --- C.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C.gitignore b/C.gitignore index d93756fed3..06e97ff4ad 100644 --- a/C.gitignore +++ b/C.gitignore @@ -36,7 +36,8 @@ *.su # Kernel Module Compile Results -*.mod.c +*.mod* +*.cmd modules.order Module.symvers Mkfile.old From 841cf5859239626b4e8430e1734e07c7fc9c1b54 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Wed, 21 Sep 2016 07:18:07 +0100 Subject: [PATCH 0568/1016] Update Node.gitignore (*.tgz) Add `*.tgz`, the output of `npm pack`, or other build-steps. --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bf7525f991..bc7fc55724 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -39,3 +39,6 @@ jspm_packages # Optional REPL history .node_repl_history + +# Output of 'npm pack' +*.tgz From b87e4747419dca9f238930b099a1373f88cbb0b9 Mon Sep 17 00:00:00 2001 From: Muhammad Rehan Saeed Date: Mon, 26 Sep 2016 09:27:10 +0100 Subject: [PATCH 0569/1016] Update VisualStudio.gitignore --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e4ca52754c..1b86e7ec91 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -264,5 +264,5 @@ paket-files/ __pycache__/ *.pyc -# Cake -tools/ +# Cake - Uncomment if you are using it +# tools/ From 14740a52c50fabdab1758808e995dcd9766bd76f Mon Sep 17 00:00:00 2001 From: futabooo Date: Tue, 27 Sep 2016 10:33:41 +0900 Subject: [PATCH 0570/1016] Add vendor folder to Go.gitignore --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index cd0d5d1e2f..397a0ed4ac 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -25,3 +25,6 @@ _testmain.go # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# external packages folder +vendor/ From 309aa7aba03dff56971883c5507cbf32b6380853 Mon Sep 17 00:00:00 2001 From: Wayne Nilsen Date: Sun, 2 Oct 2016 23:46:39 -0400 Subject: [PATCH 0571/1016] Add rustfmt gitignore (#2108) --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index cb14a42064..50281a4427 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -5,3 +5,6 @@ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk From 80794566375c97695d84b4cbd664baec90d56005 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 11 Oct 2016 09:39:26 +0200 Subject: [PATCH 0572/1016] autotools.gitignore: add missing files See the full list of scripts documented in AC_CONFIG_AUX_DIR in https://www.gnu.org/software/automake/manual/html_node/Optional.html --- Autotools.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 1e9158e2a8..e3923f96fc 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -1,6 +1,11 @@ # http://www.gnu.org/software/automake Makefile.in +/ar-lib +/mdate-sh +/py-compile +/test-driver +/ylwrap # http://www.gnu.org/software/autoconf @@ -9,10 +14,20 @@ Makefile.in /autoscan-*.log /aclocal.m4 /compile +/config.guess /config.h.in +/config.sub /configure /configure.scan /depcomp /install-sh /missing /stamp-h1 + +# https://www.gnu.org/software/libtool/ + +/ltmain.sh + +# http://www.gnu.org/software/texinfo + +/texinfo.tex From 46d36eb78f4f14b9bc941b3aa72ac9d1092efd04 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 11 Oct 2016 17:18:40 -0400 Subject: [PATCH 0573/1016] Update Coq.gitignore Add various files that show up when you run tactics (the *.cache in 8.4 and 8.5, .*.cache in 8.6), build plugins (the various OCaml files), and for the native compiler of Coq 8.5. --- Coq.gitignore | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Coq.gitignore b/Coq.gitignore index d3083b3a60..ad9b23e287 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,3 +1,27 @@ -*.vo +.*.aux +*.a +*.cma +*.cmi +*.cmo +*.cmx +*.cmxa +*.cmxs *.glob +*.ml.d +*.ml4.d +*.mli.d +*.o *.v.d +*.vio +*.vo +.coq-native/ +.csdp.cache +.lia.cache +.nia.cache +.nlia.cache +.nra.cache +csdp.cache +lia.cache +nia.cache +nlia.cache +nra.cache From 6615075fe4add11e8374573fe53b778cf2883ded Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 11 Oct 2016 17:21:20 -0400 Subject: [PATCH 0574/1016] Add .native --- Coq.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Coq.gitignore b/Coq.gitignore index ad9b23e287..a3cb78ee67 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -10,6 +10,7 @@ *.ml.d *.ml4.d *.mli.d +*.native *.o *.v.d *.vio From 8202fbb408af642c886b525ef7149812376cba6e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 11 Oct 2016 17:25:39 -0400 Subject: [PATCH 0575/1016] Add mllib, mlpack files --- Coq.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Coq.gitignore b/Coq.gitignore index a3cb78ee67..f25a61d996 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -10,6 +10,8 @@ *.ml.d *.ml4.d *.mli.d +*.mllib.d +*.mlpack.d *.native *.o *.v.d From 2d39231149063e67436933e5ff44273ae4093321 Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Wed, 12 Oct 2016 11:36:46 +1100 Subject: [PATCH 0576/1016] Update Elixir.gitignore This should really ignore compiled .beam files as well --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index 755b605549..ac67aaf324 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -3,3 +3,4 @@ /deps erl_crash.dump *.ez +*.beam From 11c20eb3ba402f1dfc359b070e1d2ea4e72ed74a Mon Sep 17 00:00:00 2001 From: Craig Morris Date: Wed, 12 Oct 2016 14:07:57 +0100 Subject: [PATCH 0577/1016] Add yarn ignored file --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bc7fc55724..9a439fcd98 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -42,3 +42,7 @@ jspm_packages # Output of 'npm pack' *.tgz + +# Yarn Integrity file +.yarn-integrity + From b5f807c0b65b5a0a05fa7839a0e01158afc49158 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Oct 2016 11:41:12 +0000 Subject: [PATCH 0578/1016] excluding vqmod cache files and logs --- OpenCart.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index 28e45aa6aa..254103bde9 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -11,3 +11,9 @@ system/cache/ system/logs/ system/storage/ + +# vQmod +vqmod/logs/* +vqmod/vqcache/* +vqmod/checked.cache +vqmod/mods.cache From f2aff1de00735757ed0ae3b75edadcec58ff357d Mon Sep 17 00:00:00 2001 From: dvlprs Date: Sat, 15 Oct 2016 11:44:22 +0000 Subject: [PATCH 0579/1016] excluding vqmod cache files and logs --- OpenCart.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index 254103bde9..97be41faa3 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -12,8 +12,9 @@ system/logs/ system/storage/ -# vQmod +# vQmod log files vqmod/logs/* +# vQmod cache files vqmod/vqcache/* vqmod/checked.cache vqmod/mods.cache From 14cf3b029da5e42ab42aaea0098b2cc9a2683156 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 17 Oct 2016 13:48:16 +0800 Subject: [PATCH 0580/1016] ignore public/storage for laravel 5 Ref: https://github.com/laravel/laravel/blob/master/.gitignore#L2 --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 1cd717b692..e7c594fa3e 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -7,6 +7,7 @@ app/storage/ # Laravel 5 & Lumen specific bootstrap/cache/ +public/storage .env.*.php .env.php .env From 89ba2cc174ead26c56aaca83a9de82f7c6485a3f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 17 Oct 2016 17:24:02 +0800 Subject: [PATCH 0581/1016] Ignore Passport-generated OAuth keys --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index e7c594fa3e..f4ec862afa 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -8,6 +8,7 @@ app/storage/ # Laravel 5 & Lumen specific bootstrap/cache/ public/storage +storage/*.key .env.*.php .env.php .env From 679c64a9364fc5190ac23bca612a547f564a632f Mon Sep 17 00:00:00 2001 From: "Jason N. Gaylord" Date: Mon, 17 Oct 2016 18:49:23 -0400 Subject: [PATCH 0582/1016] Removed LaunchSettings.json from being committed --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1b86e7ec91..f4a3bfc128 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -44,6 +44,7 @@ dlldata.c project.lock.json project.fragment.lock.json artifacts/ +Properties/launchSettings.json *_i.c *_p.c From d226019b72a60bfdbe4147df6b7384f18fea77db Mon Sep 17 00:00:00 2001 From: mrs-mrl Date: Wed, 19 Oct 2016 13:24:44 +0200 Subject: [PATCH 0583/1016] ignore Visual Studio 6 workspace file see e.g. http://stackoverflow.com/a/1530193 https://msdn.microsoft.com/en-us/library/aa241721(v=vs.60).aspx --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f4a3bfc128..62dd6c9e31 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -239,6 +239,9 @@ FakesAssemblies/ # Visual Studio 6 workspace options file *.opt +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts From 1a553e1f5ffba90cb6bcefc9092170c72c33072e Mon Sep 17 00:00:00 2001 From: Krishna Ram Prakash R Date: Fri, 21 Oct 2016 14:21:09 +0530 Subject: [PATCH 0584/1016] laravel: fixed incorrect ignoring of cache folder --- Laravel.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index e7c594fa3e..d1c62fe852 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -6,7 +6,6 @@ bootstrap/compiled.php app/storage/ # Laravel 5 & Lumen specific -bootstrap/cache/ public/storage .env.*.php .env.php From 60968bb13981e8fb8d13768935b5f2a615c3516a Mon Sep 17 00:00:00 2001 From: Wooseop Kim Date: Sat, 22 Oct 2016 12:05:13 +0900 Subject: [PATCH 0585/1016] Add .idea/tasks.xml Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems). --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 935ceef068..91e3c007e8 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -35,6 +35,7 @@ captures/ # Intellij *.iml .idea/workspace.xml +.idea/tasks.xml .idea/libraries # Keystore files From 32a03614427beca95df615b16c35149a712d2a0a Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sun, 23 Oct 2016 15:03:16 +0200 Subject: [PATCH 0586/1016] Nanoc: Fix capitalisation of Nanoc --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index abc21828a3..14a637fb2c 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -1,4 +1,4 @@ -# For projects using nanoc (http://nanoc.ws/) +# For projects using Nanoc (http://nanoc.ws/) # Default location for output, needs to match output_dir's value found in config.yaml output/ From 3cc7c492da3d5507569ef66366db7b27610124f6 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sun, 23 Oct 2016 15:04:39 +0200 Subject: [PATCH 0587/1016] Nanoc: Improve grammar --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index 14a637fb2c..0242ba4f2e 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -1,6 +1,6 @@ # For projects using Nanoc (http://nanoc.ws/) -# Default location for output, needs to match output_dir's value found in config.yaml +# Default location for output (needs to match output_dir's value found in config.yaml) output/ # Temporary file directory From 2736857d9bf43b23c2e9c6475d0d3136d34e5c61 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sun, 23 Oct 2016 15:05:29 +0200 Subject: [PATCH 0588/1016] Nanoc: Mention nanoc.yaml rather than config.yaml --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index 0242ba4f2e..3f36ea2a87 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -1,6 +1,6 @@ # For projects using Nanoc (http://nanoc.ws/) -# Default location for output (needs to match output_dir's value found in config.yaml) +# Default location for output (needs to match output_dir's value found in nanoc.yaml) output/ # Temporary file directory From d1c4bde0458bdc4d6400800c38d559f0d85076e8 Mon Sep 17 00:00:00 2001 From: Israel Roldan Date: Sun, 23 Oct 2016 16:58:30 +0200 Subject: [PATCH 0589/1016] Update ExtJs.gitignore --- ExtJs.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ExtJs.gitignore b/ExtJs.gitignore index 5ffc21546e..c92aea0fe0 100644 --- a/ExtJs.gitignore +++ b/ExtJs.gitignore @@ -1,4 +1,12 @@ .architect +bootstrap.css +bootstrap.js bootstrap.json +bootstrap.jsonp build/ +classic.json +classic.jsonp ext/ +modern.json +modern.jsonp +resources/sass/.sass-cache/ From d8776bf259fc6ee3ffbb227ab3a00c1bed49ac56 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 25 Oct 2016 23:19:42 -0400 Subject: [PATCH 0590/1016] A new template for Perl 6 http://www.perl6.org Just a start. Perl 6 creates these directories to store pre-compiled versions of modules. Perl 6 doesn't have a gitignore template yet, and it doesn't use the same build and installation system as Perl (5). --- Perl6.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Perl6.gitignore diff --git a/Perl6.gitignore b/Perl6.gitignore new file mode 100644 index 0000000000..7b2c018a56 --- /dev/null +++ b/Perl6.gitignore @@ -0,0 +1,7 @@ +# Gitignore for Perl 6 (http://www.perl6.org) +# As part of https://github.com/github/gitignore + +# precompiled files +.precomp +lib/.precomp + From cc686ca1c65d14763525b98e195cfcac43d61204 Mon Sep 17 00:00:00 2001 From: Troy Pracy Date: Thu, 27 Oct 2016 03:15:56 +1100 Subject: [PATCH 0591/1016] add backup files (*~) --- Elisp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Elisp.gitignore b/Elisp.gitignore index 9b4291b7fe..89a7597718 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -3,3 +3,6 @@ # Packaging .cask + +# Backup files +*~ \ No newline at end of file From a9e99535a0d8b4e9c9b7de0ffd720552594158d3 Mon Sep 17 00:00:00 2001 From: Troy Pracy Date: Thu, 27 Oct 2016 03:16:42 +1100 Subject: [PATCH 0592/1016] add undo-tree save-files --- Elisp.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Elisp.gitignore b/Elisp.gitignore index 89a7597718..25f2b431a6 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -5,4 +5,7 @@ .cask # Backup files -*~ \ No newline at end of file +*~ + +# Undo-tree save-files +*.~undo-tree \ No newline at end of file From 95a405c3ef1cd0a96d51f9052d1e58c8e98c42e2 Mon Sep 17 00:00:00 2001 From: Troy Pracy Date: Thu, 27 Oct 2016 03:19:31 +1100 Subject: [PATCH 0593/1016] add final newline --- Elisp.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Elisp.gitignore b/Elisp.gitignore index 25f2b431a6..206569dc66 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -8,4 +8,4 @@ *~ # Undo-tree save-files -*.~undo-tree \ No newline at end of file +*.~undo-tree From d8a1d416bb2826b398595d808fcddfdd9deefd79 Mon Sep 17 00:00:00 2001 From: Matt Braymer-Hayes Date: Wed, 26 Oct 2016 12:48:53 -0700 Subject: [PATCH 0594/1016] Rename 'IPython Notebook' comment to 'Jupyter Notebook' --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 37fc9d4081..6a2bf47ade 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -66,7 +66,7 @@ docs/_build/ # PyBuilder target/ -# IPython Notebook +# Jupyter Notebook .ipynb_checkpoints # pyenv From c2bf044184f671d710b9a5ca8139edc96fb888ea Mon Sep 17 00:00:00 2001 From: Luis Fernando Gomes Date: Fri, 28 Oct 2016 00:23:58 -0200 Subject: [PATCH 0595/1016] Add bower dependency directory --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bc7fc55724..4b187ffa69 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -21,6 +21,9 @@ coverage # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt +# Bower dependency directory (https://bower.io/) +bower_components + # node-waf configuration .lock-wscript From a1c526681bcb84c894288a827580568184f0e42e Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Fri, 28 Oct 2016 11:18:45 -0400 Subject: [PATCH 0596/1016] Use the exact CC-0 license text --- LICENSE | 211 +++++++++++++++++++++++++++----------------------------- 1 file changed, 103 insertions(+), 108 deletions(-) diff --git a/LICENSE b/LICENSE index 0e259d42c9..670154e353 100644 --- a/LICENSE +++ b/LICENSE @@ -1,121 +1,116 @@ -Creative Commons Legal Code - CC0 1.0 Universal - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE - LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES - REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS - PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM - THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED - HEREUNDER. - Statement of Purpose The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator -and subsequent owner(s) (each and all, an "owner") of an original work of +exclusive Copyright and Related Rights (defined below) upon the creator and +subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). -Certain owners wish to permanently relinquish those rights to a Work for -the purpose of contributing to a commons of creative, cultural and -scientific works ("Commons") that the public can reliably and without fear -of later claims of infringement build upon, modify, incorporate in other -works, reuse and redistribute as freely as possible in any form whatsoever -and for any purposes, including without limitation commercial purposes. -These owners may contribute to the Commons to promote the ideal of a free -culture and the further production of creative, cultural and scientific -works, or to gain reputation or greater distribution for their Work in -part through the use and efforts of others. - -For these and/or other purposes and motivations, and without any -expectation of additional consideration or compensation, the person -associating CC0 with a Work (the "Affirmer"), to the extent that he or she -is an owner of Copyright and Related Rights in the Work, voluntarily -elects to apply CC0 to the Work and publicly distribute the Work under its -terms, with knowledge of his or her Copyright and Related Rights in the -Work and the meaning and intended legal effect of CC0 on those rights. +Certain owners wish to permanently relinquish those rights to a Work for the +purpose of contributing to a commons of creative, cultural and scientific +works ("Commons") that the public can reliably and without fear of later +claims of infringement build upon, modify, incorporate in other works, reuse +and redistribute as freely as possible in any form whatsoever and for any +purposes, including without limitation commercial purposes. These owners may +contribute to the Commons to promote the ideal of a free culture and the +further production of creative, cultural and scientific works, or to gain +reputation or greater distribution for their Work in part through the use and +efforts of others. + +For these and/or other purposes and motivations, and without any expectation +of additional consideration or compensation, the person associating CC0 with a +Work (the "Affirmer"), to the extent that he or she is an owner of Copyright +and Related Rights in the Work, voluntarily elects to apply CC0 to the Work +and publicly distribute the Work under its terms, with knowledge of his or her +Copyright and Related Rights in the Work and the meaning and intended legal +effect of CC0 on those rights. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not -limited to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, - communicate, and translate a Work; - ii. moral rights retained by the original author(s) and/or performer(s); -iii. publicity and privacy rights pertaining to a person's image or - likeness depicted in a Work; - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - v. rights protecting the extraction, dissemination, use and reuse of data - in a Work; - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation - thereof, including any amended or successor version of such - directive); and -vii. other similar, equivalent or corresponding rights throughout the - world based on applicable law or treaty, and any national - implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention -of, applicable law, Affirmer hereby overtly, fully, permanently, -irrevocably and unconditionally waives, abandons, and surrenders all of -Affirmer's Copyright and Related Rights and associated claims and causes -of action, whether now known or unknown (including existing as well as -future claims and causes of action), in the Work (i) in all territories -worldwide, (ii) for the maximum duration provided by applicable law or -treaty (including future time extensions), (iii) in any current or future -medium and for any number of copies, and (iv) for any purpose whatsoever, -including without limitation commercial, advertising or promotional -purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each -member of the public at large and to the detriment of Affirmer's heirs and -successors, fully intending that such Waiver shall not be subject to -revocation, rescission, cancellation, termination, or any other legal or -equitable action to disrupt the quiet enjoyment of the Work by the public -as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason -be judged legally invalid or ineffective under applicable law, then the -Waiver shall be preserved to the maximum extent permitted taking into -account Affirmer's express Statement of Purpose. In addition, to the -extent the Waiver is so judged Affirmer hereby grants to each affected -person a royalty-free, non transferable, non sublicensable, non exclusive, -irrevocable and unconditional license to exercise Affirmer's Copyright and -Related Rights in the Work (i) in all territories worldwide, (ii) for the -maximum duration provided by applicable law or treaty (including future -time extensions), (iii) in any current or future medium and for any number -of copies, and (iv) for any purpose whatsoever, including without -limitation commercial, advertising or promotional purposes (the -"License"). The License shall be deemed effective as of the date CC0 was -applied by Affirmer to the Work. Should any part of the License for any -reason be judged legally invalid or ineffective under applicable law, such -partial invalidity or ineffectiveness shall not invalidate the remainder -of the License, and in such case Affirmer hereby affirms that he or she -will not (i) exercise any of his or her remaining Copyright and Related -Rights in the Work or (ii) assert any associated claims and causes of -action with respect to the Work, in either case contrary to Affirmer's -express Statement of Purpose. +Related Rights"). Copyright and Related Rights include, but are not limited +to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; + + ii. moral rights retained by the original author(s) and/or performer(s); + + iii. publicity and privacy rights pertaining to a person's image or likeness + depicted in a Work; + + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + + v. rights protecting the extraction, dissemination, use and reuse of data in + a Work; + + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + + vii. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, +applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and +unconditionally waives, abandons, and surrenders all of Affirmer's Copyright +and Related Rights and associated claims and causes of action, whether now +known or unknown (including existing as well as future claims and causes of +action), in the Work (i) in all territories worldwide, (ii) for the maximum +duration provided by applicable law or treaty (including future time +extensions), (iii) in any current or future medium and for any number of +copies, and (iv) for any purpose whatsoever, including without limitation +commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes +the Waiver for the benefit of each member of the public at large and to the +detriment of Affirmer's heirs and successors, fully intending that such Waiver +shall not be subject to revocation, rescission, cancellation, termination, or +any other legal or equitable action to disrupt the quiet enjoyment of the Work +by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be +judged legally invalid or ineffective under applicable law, then the Waiver +shall be preserved to the maximum extent permitted taking into account +Affirmer's express Statement of Purpose. In addition, to the extent the Waiver +is so judged Affirmer hereby grants to each affected person a royalty-free, +non transferable, non sublicensable, non exclusive, irrevocable and +unconditional license to exercise Affirmer's Copyright and Related Rights in +the Work (i) in all territories worldwide, (ii) for the maximum duration +provided by applicable law or treaty (including future time extensions), (iii) +in any current or future medium and for any number of copies, and (iv) for any +purpose whatsoever, including without limitation commercial, advertising or +promotional purposes (the "License"). The License shall be deemed effective as +of the date CC0 was applied by Affirmer to the Work. Should any part of the +License for any reason be judged legally invalid or ineffective under +applicable law, such partial invalidity or ineffectiveness shall not +invalidate the remainder of the License, and in such case Affirmer hereby +affirms that he or she will not (i) exercise any of his or her remaining +Copyright and Related Rights in the Work or (ii) assert any associated claims +and causes of action with respect to the Work, in either case contrary to +Affirmer's express Statement of Purpose. 4. Limitations and Disclaimers. - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - b. Affirmer offers the Work as-is and makes no representations or - warranties of any kind concerning the Work, express, implied, - statutory or otherwise, including without limitation warranties of - title, merchantability, fitness for a particular purpose, non - infringement, or the absence of latent or other defects, accuracy, or - the present or absence of errors, whether or not discoverable, all to - the greatest extent permissible under applicable law. - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without - limitation any person's Copyright and Related Rights in the Work. - Further, Affirmer disclaims responsibility for obtaining any necessary - consents, permissions or other rights required for any use of the - Work. - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to - this CC0 or use of the Work. + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + + b. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or otherwise, + including without limitation warranties of title, merchantability, fitness + for a particular purpose, non infringement, or the absence of latent or + other defects, accuracy, or the present or absence of errors, whether or not + discoverable, all to the greatest extent permissible under applicable law. + + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without limitation + any person's Copyright and Related Rights in the Work. Further, Affirmer + disclaims responsibility for obtaining any necessary consents, permissions + or other rights required for any use of the Work. + + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + +For more information, please see + From 222976838c635d8ce17149c700e123e579d95951 Mon Sep 17 00:00:00 2001 From: Ruslan Gunawardana Date: Sat, 29 Oct 2016 08:16:09 +0300 Subject: [PATCH 0597/1016] Updated Jetbrains.gitignore Added datasource folder --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0a25414787..e375c744b6 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -6,6 +6,7 @@ .idea/tasks.xml # Sensitive or high-churn files: +.idea/dataSources/ .idea/dataSources.ids .idea/dataSources.xml .idea/dataSources.local.xml From f76d0890d4ee304590eb4b5cf77c51132fdc5ff9 Mon Sep 17 00:00:00 2001 From: "Zhuojia Shen (Chaos)" Date: Mon, 31 Oct 2016 18:27:09 -0400 Subject: [PATCH 0598/1016] Update C.gitignore Add .tmp_versions/ to C.gitignore. --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 8a365b3d82..c6127b38c1 100644 --- a/C.gitignore +++ b/C.gitignore @@ -45,6 +45,7 @@ # Kernel Module Compile Results *.mod* *.cmd +.tmp_versions/ modules.order Module.symvers Mkfile.old From 2cb9cf4ebd44d244e46463808fa6f0be9415f931 Mon Sep 17 00:00:00 2001 From: Benjamin Lea Date: Tue, 1 Nov 2016 11:58:33 +1100 Subject: [PATCH 0599/1016] Update Objective-C and Swift to match Xcode.gitignore The Objective-C and Swift gitignore files are missing `*.xccheckout` and `*.xcscmblueprint`, but these are still included in the Xcode gitignore. This commit synchronises the three files. The files themselves contain information about the user's local source control status and shouldn't be included in most Xcode repositories. `*.xcuserstate` appears to always be contained in `xcuserdata/` which is already ignored. --- Objective-C.gitignore | 3 ++- Swift.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 58c51ecaed..af90c007a3 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -19,7 +19,8 @@ xcuserdata/ ## Other *.moved-aside -*.xcuserstate +*.xccheckout +*.xcscmblueprint ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 2c22487b5e..ef132059cf 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -19,7 +19,8 @@ xcuserdata/ ## Other *.moved-aside -*.xcuserstate +*.xccheckout +*.xcscmblueprint ## Obj-C/Swift specific *.hmap From 8d974a01f7e7f9d469ce5479ebd4785722ff5f47 Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Tue, 1 Nov 2016 07:50:48 -0400 Subject: [PATCH 0600/1016] Update to take into account Dart SDK 1.20 Dart SDK 1.20 no longer creates `packages` directories. Added comments to `pub` files section to differentiate what is needed for >= SDK 1.20 and what is additionally needed for older SDK versions. --- Dart.gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 7c28044164..4b366585dd 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,13 +1,19 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub -.buildlog + +# SDK 1.20 and later (no longer creates packages directories) .packages -.project .pub/ build/ + +# Older SDK versions +# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20) +.project +.buildlog **/packages/ + # Files created by dart2js # (Most Dart developers will use pub build to compile Dart, use/modify these # rules if you intend to use dart2js directly From c6a0ceae0863806d829b4b15ef6d29b49294a4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Christensen?= Date: Wed, 2 Nov 2016 13:27:57 +0100 Subject: [PATCH 0601/1016] Added C++ project filter file. Reference: http://stackoverflow.com/questions/1826901/should-i-add-vcxproj-filter-files-to-source-control --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 62dd6c9e31..04d69ae8f5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -6,6 +6,7 @@ *.user *.userosscache *.sln.docstates +*.vcxproj.filters # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs From f8bf136b5eb8e93178ed13c7203ad0faf496121f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20Christensen?= Date: Wed, 2 Nov 2016 13:29:53 +0100 Subject: [PATCH 0602/1016] Added reference to get latest from GitHub. If the .gitignore file is inlcuded in another project, it may be feasible to have a reference to origin. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 04d69ae8f5..09e407344c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -1,5 +1,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files *.suo From 548fb984f7173dea0fbd572ef0ef3784019100c0 Mon Sep 17 00:00:00 2001 From: Calem Bendell Date: Wed, 2 Nov 2016 11:48:05 -0400 Subject: [PATCH 0603/1016] add the *.VC.db to unreal engine ignore as of visual studio 2015 update 2 this file stores the intellisense database. this file is typically huge and shouldn't be included in a repository. --- UnrealEngine.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index be0e4913c3..beec7b91f1 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,6 +1,9 @@ # Visual Studio 2015 user specific files .vs/ +# Visual Studio 2015 database file +*.VC.db + # Compiled Object files *.slo *.lo From 743d94a12c62930b2af8916ae72a4c8b5298654e Mon Sep 17 00:00:00 2001 From: Lucas Gautheron Date: Thu, 3 Nov 2016 10:32:51 +0100 Subject: [PATCH 0604/1016] TeX: feynMF/feynMP --- TeX.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index f620fad23e..1afbaf197f 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -61,6 +61,15 @@ acs-*.bib # fixme *.lox +# feynmf/feynmp +*.mf +*.mp +*.t[1-9] +*.t[1-9][0-9] +*.tfm +*.[1-9] +*.[1-9][0-9] + #(r)(e)ledmac/(r)(e)ledpar *.end *.?end From 9fc8ca6cc082f2b9b0b7e4179091c56de3aed53c Mon Sep 17 00:00:00 2001 From: Darren Date: Thu, 3 Nov 2016 21:30:40 -0700 Subject: [PATCH 0605/1016] Delete IPythonNotebook.gitignore The IPython Notebook is now known as the Jupyter Notebook (see http://ipython.org/notebook.html). Jupyter ignore values are already found in the Python.gitignore. --- Global/IPythonNotebook.gitignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Global/IPythonNotebook.gitignore diff --git a/Global/IPythonNotebook.gitignore b/Global/IPythonNotebook.gitignore deleted file mode 100644 index 27c13510bf..0000000000 --- a/Global/IPythonNotebook.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Temporary data -.ipynb_checkpoints/ From 3081a7059a5973fa31a13c5d5f4317fe667500d4 Mon Sep 17 00:00:00 2001 From: Robson Roberto Souza Peixoto Date: Fri, 4 Nov 2016 09:57:41 -0300 Subject: [PATCH 0606/1016] Add .dir-locals.el Read more here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html --- Global/Emacs.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 0c96c9ad06..3ac7904dcd 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -39,4 +39,7 @@ flycheck_*.el /server/ # projectiles files -.projectile \ No newline at end of file +.projectile + +# directory configuration +.dir-locals.el From e66cf596e066e5006e18f6a63a27a7d23a88da77 Mon Sep 17 00:00:00 2001 From: ChuckLu <244657538@qq.com> Date: Mon, 7 Nov 2016 11:20:03 +0800 Subject: [PATCH 0607/1016] ignore Properties/launchSettings.json even if Properties is a subfolder --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 09e407344c..0db2e3ee95 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -47,7 +47,7 @@ dlldata.c project.lock.json project.fragment.lock.json artifacts/ -Properties/launchSettings.json +**/Properties/launchSettings.json *_i.c *_p.c From a3e8ce6386d3cac207d1688a803ad2759aedb2d0 Mon Sep 17 00:00:00 2001 From: Al Levity Date: Mon, 7 Nov 2016 08:57:00 +0000 Subject: [PATCH 0608/1016] Change *.mt patterns to single *.mtc[0-9]* --- TeX.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 1afbaf197f..e94915eb61 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -123,9 +123,7 @@ acs-*.bib *.maf *.mlf *.mlt -*.mtc -*.mtc[0-9] -*.mtc[1-9][0-9] +*.mtc[0-9]* # minted _minted* From dd09700e57763044daecb6b3c72c9befe9a43d87 Mon Sep 17 00:00:00 2001 From: Robin Kanters Date: Sun, 13 Nov 2016 17:43:00 +0100 Subject: [PATCH 0609/1016] Removed bower asset exclusion This is recommended by the Symfony docs: http://symfony.com/doc/current/frontend/bower.html#should-i-git-ignore-or-commit-bower-assets --- Symfony.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index 7d56f982f8..647989af08 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -31,9 +31,6 @@ /web/bundles/ /web/uploads/ -# Assets managed by Bower -/web/assets/vendor/ - # PHPUnit /app/phpunit.xml /phpunit.xml From 7b7cc2f532674219a9f274c9bf524e7e65bba8aa Mon Sep 17 00:00:00 2001 From: Steven Vascellaro Date: Tue, 15 Nov 2016 17:32:41 -0500 Subject: [PATCH 0610/1016] Add rule to ignore *.ctxt to Java.gitignore .ctxt files are generated automatically each time a project is compiled in BlueJ. --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index 32858aad3c..e44e086040 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,5 +1,8 @@ *.class +# BlueJ files +*.ctxt + # Mobile Tools for Java (J2ME) .mtj.tmp/ From 4f1b03c640ad89096e303423b30ffa09f7e68f2f Mon Sep 17 00:00:00 2001 From: "Henrik W. Moe" Date: Wed, 16 Nov 2016 09:52:12 +0100 Subject: [PATCH 0611/1016] Replace DNX with .NET Core --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0db2e3ee95..79db921b22 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,7 +43,7 @@ TestResult.xml [Rr]eleasePS/ dlldata.c -# DNX +# .NET Core project.lock.json project.fragment.lock.json artifacts/ From 6f72a9b84fb86b2806b402530d5ffa454ac47cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Fri, 18 Nov 2016 12:47:00 -0200 Subject: [PATCH 0612/1016] Basic files that must be ignored The other files, such as IDEs files, third-party files and system files must be added in the gitignore global of the system, not in the project scope. --- Magento.gitignore | 120 +++++++--------------------------------------- 1 file changed, 16 insertions(+), 104 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index 195c9b7a02..b282f5cf54 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,104 +1,16 @@ -.htaccess.sample -.modgit/ -.modman/ -app/code/community/Phoenix/Moneybookers/ -app/code/community/Cm/RedisSession/ -app/code/core/ -app/design/adminhtml/default/default/ -app/design/frontend/base/ -app/design/frontend/rwd/ -app/design/frontend/default/blank/ -app/design/frontend/default/default/ -app/design/frontend/default/iphone/ -app/design/frontend/default/modern/ -app/design/frontend/enterprise/default -app/design/install/ -app/etc/modules/Enterprise_* -app/etc/modules/Mage_*.xml -app/etc/modules/Phoenix_Moneybookers.xml -app/etc/modules/Cm_RedisSession.xml -app/etc/applied.patches.list -app/etc/config.xml -app/etc/enterprise.xml -app/etc/local.xml.additional -app/etc/local.xml.template -app/etc/local.xml -app/.htaccess -app/bootstrap.php -app/locale/en_US/ -app/Mage.php -/cron.php -cron.sh -dev/.htaccess -dev/tests/functional/ -downloader/ -errors/ -favicon.ico -/get.php -includes/ -/index.php -index.php.sample -/install.php -js/blank.html -js/calendar/ -js/enterprise/ -js/extjs/ -js/firebug/ -js/flash/ -js/index.php -js/jscolor/ -js/lib/ -js/mage/ -js/prototype/ -js/scriptaculous/ -js/spacer.gif -js/tiny_mce/ -js/varien/ -lib/3Dsecure/ -lib/Apache/ -lib/flex/ -lib/googlecheckout/ -lib/.htaccess -lib/LinLibertineFont/ -lib/Mage/ -lib/PEAR/ -lib/Pelago/ -lib/phpseclib/ -lib/Varien/ -lib/Zend/ -lib/Cm/ -lib/Credis/ -lib/Magento/ -LICENSE_AFL.txt -LICENSE.html -LICENSE.txt -LICENSE_EE* -/mage -media/ -/api.php -nbproject/ -pear -pear/ -php.ini.sample -pkginfo/ -RELEASE_NOTES.txt -shell/.htaccess -shell/abstract.php -shell/compiler.php -shell/indexer.php -shell/log.php -sitemap.xml -skin/adminhtml/default/default/ -skin/adminhtml/default/enterprise -skin/frontend/base/ -skin/frontend/rwd/ -skin/frontend/default/blank/ -skin/frontend/default/blue/ -skin/frontend/default/default/ -skin/frontend/default/french/ -skin/frontend/default/german/ -skin/frontend/default/iphone/ -skin/frontend/default/modern/ -skin/frontend/enterprise -skin/install/ -var/ +#--------------------------# +# Magento Default Files # +#--------------------------# + +/app/etc/local.xml +/media/* +!/media/.htaccess +!/media/customer/.htaccess +!/media/dhl/logo.jpg +!/media/downloadable/.htaccess +!/media/xmlconnect/custom/ok.gif +!/media/xmlconnect/original/ok.gif +!/media/xmlconnect/system/ok.gif +/var/* +!/var/.htaccess +!/var/package/*.xml From 3e303c561b0984751100c9a649d3447a4191e44b Mon Sep 17 00:00:00 2001 From: Davor Mas Date: Mon, 21 Nov 2016 14:04:42 +0100 Subject: [PATCH 0613/1016] Modified VS Code .gitignore Added extensions.json as exception in .vscode folder. File is used as extensions recommendation for project. --- Global/VisualStudioCode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index d9960081c9..0511e2b51f 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -2,3 +2,4 @@ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json +!.vscode/extensions.json From a216e49b7f247bbc80dfb512e2c70feaca7423b9 Mon Sep 17 00:00:00 2001 From: Alice94 Date: Thu, 24 Nov 2016 12:14:00 +0100 Subject: [PATCH 0614/1016] Update TeX.gitignore Add missing beamer temporary file extension --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index e94915eb61..f2cbb7aaa1 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -52,6 +52,7 @@ acs-*.bib # beamer *.nav +*.pre *.snm *.vrb From 40a71145c31c331a7d132df917d3fcfc0b0c14e5 Mon Sep 17 00:00:00 2001 From: hastegan Date: Thu, 24 Nov 2016 18:55:05 +0100 Subject: [PATCH 0615/1016] Symfony: Fix rule for backed up entities --- Symfony.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index 647989af08..ed4d3c6c28 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -42,4 +42,4 @@ /composer.phar # Backup entities generated with doctrine:generate:entities command -*/Entity/*~ +**/Entity/*~ From aaae3d86ad58c27a4cce2b9ada6de91a76215a52 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Sat, 26 Nov 2016 16:45:29 +0100 Subject: [PATCH 0616/1016] TeX: ignore endnotes *.ent files The `endnotes` package generates `*.ent` files. These should also be ignored. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index f2cbb7aaa1..60eb07c25d 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -59,6 +59,9 @@ acs-*.bib # cprotect *.cpt +# endnotes +*.ent + # fixme *.lox From cb9eec421fb9a19c6393e32baef49a8ed86c1ddf Mon Sep 17 00:00:00 2001 From: Rolando Espinoza Date: Sat, 26 Nov 2016 20:46:06 -0300 Subject: [PATCH 0617/1016] Ignore wheels directory. As eggs/ directory, wheels directory may contain compiled wheels. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 6a2bf47ade..9a05e2debe 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ lib64/ parts/ sdist/ var/ +wheels/ *.egg-info/ .installed.cfg *.egg From 4eb7aea77057d9d5b10dbfb86ea40b1cd6252845 Mon Sep 17 00:00:00 2001 From: Memmie Lenglet Date: Wed, 30 Nov 2016 13:30:27 +0100 Subject: [PATCH 0618/1016] Add ehthumbs_vista.db as Windows thumbnail cache file As Windows Vista Media Center thumbnails References: - https://nctritech.wordpress.com/tag/ehthumbs_vista-db/ - https://thumbsviewer.github.io/ - https://www.file-extensions.org/db-file-extension-windows-thumbnail-database --- Global/Windows.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index a0d31452b0..ba26afd965 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,6 +1,7 @@ -# Windows image file caches +# Windows thumbnail cache files Thumbs.db ehthumbs.db +ehthumbs_vista.db # Folder config file Desktop.ini From 29826098e0d7cf271e4acb5427b1e1a4ab7d07d6 Mon Sep 17 00:00:00 2001 From: Matthew Gerstman Date: Wed, 30 Nov 2016 08:37:24 -0500 Subject: [PATCH 0619/1016] Standardize comment capitalization --- Go.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index 397a0ed4ac..5e1047c9d7 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -26,5 +26,5 @@ _testmain.go # Output of the go coverage tool, specifically when used with LiteIDE *.out -# external packages folder +# External packages folder vendor/ From 2c8f625b3a60e4eadb567f85ae4ff736fb7e33cc Mon Sep 17 00:00:00 2001 From: sshaw Date: Thu, 1 Dec 2016 19:52:48 -0500 Subject: [PATCH 0620/1016] Add zip and gzip extensions to Perl.gitignore ExtUtils::MakeMaker based builds can generate .zip and .gz files --- Perl.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Perl.gitignore b/Perl.gitignore index ae2ad536ab..b43bb846b3 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -18,3 +18,6 @@ nytprof.out *.o *.bs /_eumm/ +# ExtUitls::MakeMaker +/*.zip +/*.gz From a6e758625a256236b1055c4635d39ba3de0e2313 Mon Sep 17 00:00:00 2001 From: sshaw Date: Thu, 1 Dec 2016 21:17:56 -0500 Subject: [PATCH 0621/1016] Annotate some of the Perl entries --- Perl.gitignore | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/Perl.gitignore b/Perl.gitignore index b43bb846b3..d41364ab18 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -1,23 +1,34 @@ -/blib/ -/.build/ -_build/ -cover_db/ -inc/ -Build !Build/ -Build.bat .last_cover_stats -/Makefile -/Makefile.old -/MANIFEST.bak /META.yml /META.json /MYMETA.* -nytprof.out -/pm_to_blib *.o *.bs -/_eumm/ + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dizt::Zilla +/.build/ + +# Module::Build +_build/ +Build +Build.bat + +# Module::Install +inc/ + # ExtUitls::MakeMaker -/*.zip +/blib/ +/_eumm/ /*.gz +/Makefile +/Makefile.old +/MANIFEST.bak +/pm_to_blib +/*.zip From 59f8ccd66d2a49c25769fd807d913e07af346343 Mon Sep 17 00:00:00 2001 From: roubles Date: Mon, 5 Dec 2016 22:38:27 -0500 Subject: [PATCH 0622/1016] Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz". While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions --- Global/Vim.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index bdc04a0b52..42e7afc100 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,8 @@ # swap -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] # session Session.vim # temporary From 8e28cc2bdde28ab57c23900bf284bef2a42636c9 Mon Sep 17 00:00:00 2001 From: Vanya Kapitonov Date: Tue, 6 Dec 2016 20:48:29 +1100 Subject: [PATCH 0623/1016] Added pattern for expex forward references --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 60eb07c25d..6ab4c3cbf4 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -206,3 +206,6 @@ TSWLatexianTemp* # auto folder when using emacs and auctex /auto/* + +# expex forward references with \gathertags +*-tags.tex \ No newline at end of file From cfbdccf265dec650d22487fd4d5a9a590bcb15e7 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Wed, 7 Dec 2016 16:42:45 -0600 Subject: [PATCH 0624/1016] fix gitignore syntax Some .gitignore parsers interpret directory vs non-directory patterns strictly (e.g. monochromegane/go-gitignore), so a `node_modules` pattern would not necessarily match against a real `node_modules` directory. It's generally safe to add a trailing slash to directory .gitignore patterns. --- Node.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 9a439fcd98..32bfa0ed7d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -28,8 +28,8 @@ coverage build/Release # Dependency directories -node_modules -jspm_packages +node_modules/ +jspm_packages/ # Optional npm cache directory .npm From d7df566f0bed36e7d76fe5f4d1ceea38c4ab6d36 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 9 Dec 2016 20:01:58 +1100 Subject: [PATCH 0625/1016] =?UTF-8?q?Revert=20"=E6=B7=BB=E5=8A=A0DS=5FStor?= =?UTF-8?q?e"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Objective-C.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5946618bdf..58c51ecaed 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -60,4 +60,3 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ -.DS_Store From 71ad213116a2c0c34d08413260447891ef0abfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=A4=A9=E7=BF=BC?= Date: Wed, 14 Dec 2016 01:11:07 +0800 Subject: [PATCH 0626/1016] ignore compile_commands.json CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 0cc7e4b527..27ada0591e 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -4,4 +4,5 @@ CMakeScripts Makefile cmake_install.cmake install_manifest.txt +compile_commands.json CTestTestfile.cmake From b87e078781b06c52a456b1cafca3c6c97d40b57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20I=2E=20Seluy?= Date: Tue, 20 Dec 2016 08:45:49 -0300 Subject: [PATCH 0627/1016] add lines from official codeigniter download - Added lines from the zip of Codeigniter-3.1.2 --- CodeIgniter.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e1d1..e639a818f7 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,6 +1,13 @@ +.DS_Store + */config/development */logs/log-*.php !*/logs/index.html */cache/* !*/cache/index.html !*/cache/.htaccess + +user_guide_src/build/* +user_guide_src/cilexer/build/* +user_guide_src/cilexer/dist/* +user_guide_src/cilexer/pycilexer.egg-info/* From 673926ef316112b7902f8c39625e2334ae20ca08 Mon Sep 17 00:00:00 2001 From: Nacho Seluy Date: Wed, 21 Dec 2016 00:14:00 -0300 Subject: [PATCH 0628/1016] Deleted the line corresponding to an OS-specific gitignore file --- CodeIgniter.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index e639a818f7..60571a0c38 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,5 +1,3 @@ -.DS_Store - */config/development */logs/log-*.php !*/logs/index.html From eed62c30e29857a5f881557c7a0f0bb781dcb75f Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sat, 24 Dec 2016 10:15:38 +0000 Subject: [PATCH 0629/1016] Update Joomla gitignore Removed some non core joomla extensions Removed some old joomla 2.5 templates Removed some index.html no longer present Removed weblinks component, modules and plugins no longer distributed in the core --- Joomla.gitignore | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 93103fdbe7..53a74e7465 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -29,8 +29,6 @@ /administrator/components/com_search/* /administrator/components/com_templates/* /administrator/components/com_users/* -/administrator/components/com_weblinks/* -/administrator/components/index.html /administrator/help/* /administrator/includes/* /administrator/language/en-GB/en-GB.com_ajax.ini @@ -41,7 +39,6 @@ /administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini /administrator/language/en-GB/en-GB.com_postinstall.ini /administrator/language/en-GB/en-GB.com_postinstall.sys.ini -/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini /administrator/language/en-GB/en-GB.com_tags.ini /administrator/language/en-GB/en-GB.com_tags.sys.ini /administrator/language/en-GB/en-GB.mod_stats_admin.ini @@ -250,15 +247,10 @@ /administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini /administrator/language/en-GB/en-GB.plg_user_profile.ini /administrator/language/en-GB/en-GB.plg_user_profile.sys.ini -/administrator/language/en-GB/en-GB.tpl_bluestork.ini -/administrator/language/en-GB/en-GB.tpl_bluestork.sys.ini /administrator/language/en-GB/en-GB.tpl_hathor.ini /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.xml -/administrator/language/en-GB/index.html -/administrator/language/ru-RU/index.html /administrator/language/overrides/* -/administrator/language/index.html /administrator/logs/index.html /administrator/manifests/* /administrator/modules/mod_custom/* @@ -278,12 +270,9 @@ /administrator/modules/mod_unread/* /administrator/modules/mod_version/* /administrator/modules/mod_stats_admin/* -/administrator/modules/index.html -/administrator/templates/bluestork/* /administrator/templates/isis/* /administrator/templates/hathor/* /administrator/templates/system/* -/administrator/templates/index.html /administrator/index.php /cache/* /bin/* @@ -302,7 +291,6 @@ /components/com_newsfeeds/* /components/com_search/* /components/com_users/* -/components/com_weblinks/* /components/com_wrapper/* /components/index.html /images/banners/* @@ -403,7 +391,6 @@ /language/en-GB/en-GB.tpl_beez5.ini /language/en-GB/en-GB.tpl_beez5.sys.ini /language/en-GB/en-GB.xml -/language/en-GB/index.html /language/en-GB/install.xml /language/overrides/* /language/index.html @@ -428,8 +415,6 @@ /libraries/index.html /libraries/import.php /libraries/loader.php -/libraries/platform.php -/logs/* /media/cms/* /media/com_contenthistory/* /media/com_finder/* @@ -472,7 +457,6 @@ /modules/mod_tags_popular/* /modules/mod_tags_similar/* /modules/mod_users_latest/* -/modules/mod_weblinks/* /modules/mod_whosonline/* /modules/mod_wrapper/* /modules/index.html @@ -481,9 +465,7 @@ /plugins/authentication/joomla/* /plugins/authentication/ldap/* /plugins/authentication/cookie/* -/plugins/authentication/index.html /plugins/captcha/recaptcha/* -/plugins/captcha/index.html /plugins/content/emailcloak/* /plugins/content/example/* /plugins/content/finder/* @@ -494,27 +476,21 @@ /plugins/content/pagenavigation/* /plugins/content/vote/* /plugins/content/contact/* -/plugins/content/index.html /plugins/editors/codemirror/* /plugins/editors/none/* /plugins/editors/tinymce/* -/plugins/editors/index.html /plugins/editors-xtd/module/* /plugins/editors-xtd/article/* /plugins/editors-xtd/image/* /plugins/editors-xtd/pagebreak/* /plugins/editors-xtd/readmore/* -/plugins/editors-xtd/index.html /plugins/extension/example/* /plugins/extension/joomla/* -/plugins/extension/index.html -/plugins/finder/index.html /plugins/finder/categories/* /plugins/finder/contacts/* /plugins/finder/content/* /plugins/finder/newsfeeds/* /plugins/finder/tags/* -/plugins/finder/weblinks/* /plugins/installer/* /plugins/quickicon/extensionupdate/* /plugins/quickicon/joomlaupdate/* @@ -547,10 +523,7 @@ /plugins/user/profile/* /plugins/user/index.html /plugins/index.html -/templates/atomic/* /templates/beez3/* -/templates/beez_20/* -/templates/beez5/* /templates/protostar/* /templates/system/* /templates/index.html From ee8e5b35c5e4c7a96c64fd2dd4df6c74946d6d56 Mon Sep 17 00:00:00 2001 From: yassu Date: Sun, 25 Dec 2016 00:07:16 +0900 Subject: [PATCH 0630/1016] [TeX] delete Leading blanks --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 6ab4c3cbf4..a74b71814c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -204,7 +204,7 @@ TSWLatexianTemp* # KBibTeX *~[0-9]* -# auto folder when using emacs and auctex +# auto folder when using emacs and auctex /auto/* # expex forward references with \gathertags From 9644178b6e131d8d968b6cb76c5153060fb963c8 Mon Sep 17 00:00:00 2001 From: Ruslan Gunawardana Date: Mon, 26 Dec 2016 00:14:54 +0200 Subject: [PATCH 0631/1016] Add .idea/gradle.xml Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems). gradle.xml may contain user-specific local Gradle location. --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 91e3c007e8..d028d1251a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -36,6 +36,7 @@ captures/ *.iml .idea/workspace.xml .idea/tasks.xml +.idea/gradle.xml .idea/libraries # Keystore files From 9f603c0d3c7bd3d92bd4ffa1f17ce5aee39f8f1f Mon Sep 17 00:00:00 2001 From: ailisp Date: Tue, 27 Dec 2016 12:12:30 -0500 Subject: [PATCH 0632/1016] Update CommonLisp.gitignore For Clozure Common Lisp, the fast load file is not .fasl or .lisp-temp. It's platform specific. Reference: https://www.cs.utexas.edu/users/jared/Milawa/Support/ccl/doc/ccl-documentation.html --- CommonLisp.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CommonLisp.gitignore b/CommonLisp.gitignore index 4806e580b6..e7de127b01 100644 --- a/CommonLisp.gitignore +++ b/CommonLisp.gitignore @@ -1,3 +1,17 @@ *.FASL *.fasl *.lisp-temp +*.dfsl +*.pfsl +*.d64fsl +*.p64fsl +*.lx64fsl +*.lx32fsl +*.dx64fsl +*.dx32fsl +*.fx64fsl +*.fx32fsl +*.sx64fsl +*.sx32fsl +*.wx64fsl +*.wx32fsl From e2c38da5b717c319bc6f3fa7f3a00ffe16b889b8 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Thu, 29 Dec 2016 11:24:27 +0700 Subject: [PATCH 0633/1016] Update Java.gitignore --- Java.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index e44e086040..df791ea6f6 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,5 +1,13 @@ *.class +# Eclipse editor +.classpath +.project +.settings/ + +# Log file +.log + # BlueJ files *.ctxt @@ -11,5 +19,8 @@ *.war *.ear +# Vagrant +.vagrant + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* From 77a0a1e6377831373284eb652c64602b55695756 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Thu, 29 Dec 2016 16:45:56 +0700 Subject: [PATCH 0634/1016] Update java ignore --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index df791ea6f6..31e9e43ca6 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -18,6 +18,9 @@ *.jar *.war *.ear +*.zip +*.tar.gz +*.rar # Vagrant .vagrant From 99a4854bb9ddc87d29b23286e96220d2eca20899 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 30 Dec 2016 00:43:36 +0100 Subject: [PATCH 0635/1016] Add .spl and .soc - .soc - package changes - .spl - documentclass elsarticle (Elsevier journals) Source: http://tex.stackexchange.com/a/256803/9075 --- TeX.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6ab4c3cbf4..a2d874d8e7 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -56,9 +56,15 @@ acs-*.bib *.snm *.vrb +# changes +*.soc + # cprotect *.cpt +# elsarticle (documentclass of Elsevier journals) +*.spl + # endnotes *.ent From 399c7104b979b354f566ec27e9c8b7f1b62a4b3a Mon Sep 17 00:00:00 2001 From: Arthur Carabott Date: Mon, 2 Jan 2017 23:42:01 +0000 Subject: [PATCH 0636/1016] SublimeText: ignore new Package Control certs Package Control now has a number of bundles for certificates instead of the old directory. This ignores them as per http://github.com/wbond/package_control/issues/1153 https://forum.sublimetext.com/t/generating-oscrypto-ca-bundle-crt-after-mac-os-install-and-security/23020 from the author --- Global/SublimeText.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 69c8c2b29c..95ff2244c9 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -20,6 +20,9 @@ Package Control.ca-bundle Package Control.system-ca-bundle Package Control.cache/ Package Control.ca-certs/ +Package Control.merged-ca-bundle +Package Control.user-ca-bundle +oscrypto-ca-bundle.crt bh_unicode_properties.cache # Sublime-github package stores a github token in this file From c14f7d4e9906d9773f86deac9a88e82aa152f0d0 Mon Sep 17 00:00:00 2001 From: Taylor Kemper Date: Tue, 3 Jan 2017 18:15:36 -0500 Subject: [PATCH 0637/1016] fix comment The ! prefix will unignore the file. --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 9af45b175a..899d52c812 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -8,5 +8,5 @@ dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# Exclude maven wrapper +# Unignore maven wrapper jar !/.mvn/wrapper/maven-wrapper.jar From e8b08757e0ea56dc35abb4b7dc089b7abe4d1af3 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 5 Jan 2017 19:24:10 +0100 Subject: [PATCH 0638/1016] Add *.pax --- TeX.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 6ab4c3cbf4..5140cb1ad7 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -142,6 +142,9 @@ _minted* # nomencl *.nlo +# pax +*.pax + # sagetex *.sagetex.sage *.sagetex.py @@ -208,4 +211,4 @@ TSWLatexianTemp* /auto/* # expex forward references with \gathertags -*-tags.tex \ No newline at end of file +*-tags.tex From e3f8c21a97532343b858d54af853377c790861e0 Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Fri, 6 Jan 2017 13:08:56 +0100 Subject: [PATCH 0639/1016] VisualStudio: Don't ignore project filters --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 79db921b22..d9e876cfcd 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -8,7 +8,6 @@ *.user *.userosscache *.sln.docstates -*.vcxproj.filters # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs From fb66674511950008cdf7f5e7f772c29fa18e09b0 Mon Sep 17 00:00:00 2001 From: Roger Date: Tue, 10 Jan 2017 15:10:50 -0500 Subject: [PATCH 0640/1016] Add debugging files to the gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 1c10388911..6bffdb2ed3 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -18,6 +18,7 @@ ExportedObj/ *.pidb *.booproj *.svd +*.pdb # Unity3D generated meta files From a4cdac19de274e742eb71dfbae7a60134a15c78f Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Tue, 10 Jan 2017 20:51:40 +0000 Subject: [PATCH 0641/1016] Corrected ignore settings for Cake - It is recommended to include the packages.config file when using Cake - This ensures that the Cake version that is being used is *pinned* and updated only when the user decides --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d9e876cfcd..1d1e8372b4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -271,4 +271,5 @@ __pycache__/ *.pyc # Cake - Uncomment if you are using it -# tools/ +# tools/** +# !tools/packages.config From 95938f08eb66c9ad998aadb3e59045217b5f47ca Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Tue, 10 Jan 2017 18:30:58 -0600 Subject: [PATCH 0642/1016] cmake: add Testing/ log directory --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 27ada0591e..9ea395f15e 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -1,6 +1,7 @@ CMakeCache.txt CMakeFiles CMakeScripts +Testing Makefile cmake_install.cmake install_manifest.txt From fb6cd71357bede88ef3dd8b2b9ac619cd13ca959 Mon Sep 17 00:00:00 2001 From: Ernest Gu Date: Thu, 12 Jan 2017 00:14:28 -0800 Subject: [PATCH 0643/1016] Fixed/Added ignore rules - *.ses files are generated by Freerouting (which is the partially integrated autorouter) - *.dsn files weren't actually being ignored --- KiCad.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index 606ed1c7b4..208bc4fc59 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -13,7 +13,8 @@ _autosave-* *.net # Autorouter files (exported from Pcbnew) -.dsn +*.dsn +*.ses # Exported BOM files *.xml From fcd57164976516b01488ec4418a4b4d4de923c07 Mon Sep 17 00:00:00 2001 From: Fiona Hagen Date: Fri, 13 Jan 2017 10:45:58 +0100 Subject: [PATCH 0644/1016] Add Google Services --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d028d1251a..760e84ff6e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -44,3 +44,6 @@ captures/ # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild + +# Google Services (e.g. APIs or Firebase) +google-services.json From d8b46e7d2d0f37a736ebd123cb2e4c02f8386df9 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 15 Jan 2017 00:06:56 +0100 Subject: [PATCH 0645/1016] Update JetBrains.gitignore In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file. --- Global/JetBrains.gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index e375c744b6..401fee1574 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -2,24 +2,24 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: -.idea/workspace.xml -.idea/tasks.xml +.idea/**/workspace.xml +.idea/**/tasks.xml # Sensitive or high-churn files: -.idea/dataSources/ -.idea/dataSources.ids -.idea/dataSources.xml -.idea/dataSources.local.xml -.idea/sqlDataSources.xml -.idea/dynamic.xml -.idea/uiDesigner.xml +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml # Gradle: -.idea/gradle.xml -.idea/libraries +.idea/**/gradle.xml +.idea/**/libraries # Mongo Explorer plugin: -.idea/mongoSettings.xml +.idea/**/mongoSettings.xml ## File-based project format: *.iws From e67fbf847cb6a788d62c8bac4c5afc7ccd9a3986 Mon Sep 17 00:00:00 2001 From: msdx <645079761@qq.com> Date: Tue, 17 Jan 2017 13:45:59 +0800 Subject: [PATCH 0646/1016] Add freeline rules. --- Android.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 760e84ff6e..a1a65c2d72 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -47,3 +47,8 @@ captures/ # Google Services (e.g. APIs or Firebase) google-services.json + +#Freeline +freeline.py +freeline/ +freeline_project_description.json From 66c8b842c0f677343d032ed12205e3b9b3be73e1 Mon Sep 17 00:00:00 2001 From: Calem Bendell Date: Mon, 23 Jan 2017 16:34:46 -0500 Subject: [PATCH 0647/1016] Add Map Built Data Add built data to the gitignore. Includes data about a map for UE4.14 that is generated when the user builds it (surprise! :D). Often gigabytes in size. Definitely don't want it in your repository. --- UnrealEngine.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index beec7b91f1..05134c166c 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -56,6 +56,9 @@ Build/* # Don't ignore icon files in Build !Build/**/*.ico +# Built data for maps +*_BuiltData.uasset + # Configuration files generated by the Editor Saved/* From acec206ed74afd492e88dd356363fe69204b3caf Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Mon, 23 Jan 2017 17:51:10 -0800 Subject: [PATCH 0648/1016] Ignore project-local Glide cache --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 5e1047c9d7..8fbf8f7716 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -28,3 +28,6 @@ _testmain.go # External packages folder vendor/ + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ From ad446600de3a4f8bcb75283594a3d70c10406c24 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Tue, 24 Jan 2017 11:16:40 +0100 Subject: [PATCH 0649/1016] Updating Swift.gitignore with Package.pins --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index 2c22487b5e..7bcc61bad5 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -35,6 +35,7 @@ playground.xcworkspace # # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ +# Package.pins .build/ # CocoaPods From b236b95c4d67d46bcfbd1941731a1c242ec1b844 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 24 Jan 2017 13:41:24 +0100 Subject: [PATCH 0650/1016] Add .venv as file --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 9a05e2debe..49a6770a1c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv/ venv/ ENV/ +.venv # Spyder project settings .spyderproject From e3dad9eb645aa0668ed258d37a80fe2bae500244 Mon Sep 17 00:00:00 2001 From: Malcolm Date: Wed, 25 Jan 2017 16:13:33 +1300 Subject: [PATCH 0651/1016] Add .env to Node.gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9a439fcd98..5ad9b57434 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -46,3 +46,6 @@ jspm_packages # Yarn Integrity file .yarn-integrity +# dotenv environment variables file +.env + From 23adefa4be450685d9a1edd7637dc5d0299eaa90 Mon Sep 17 00:00:00 2001 From: Robinson Presotto Date: Thu, 26 Jan 2017 22:25:00 +0100 Subject: [PATCH 0652/1016] Ignore xcworkspace for UnrealEngine Xcode projects --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index beec7b91f1..018fd5f192 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -36,6 +36,7 @@ # These project files can be generated by the engine *.xcodeproj +*.xcworkspace *.sln *.suo *.opensdf From c9b3900783078616cd462ef10a547025de6885c9 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 27 Jan 2017 16:37:26 +0800 Subject: [PATCH 0653/1016] ignore public/hot folder for laravel project ref: https://github.com/laravel/laravel/pull/4121 --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index a2d1564060..c565162fdc 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -7,6 +7,7 @@ app/storage/ # Laravel 5 & Lumen specific public/storage +public/hot storage/*.key .env.*.php .env.php From e73e4fd575fd9a308ed66276f0a78633ff95b365 Mon Sep 17 00:00:00 2001 From: Jumbalaya Date: Fri, 27 Jan 2017 16:23:44 +0000 Subject: [PATCH 0654/1016] Added Simulink .autosave extension --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 32a5ad4c77..09dfde64b5 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -17,3 +17,6 @@ slprj/ # Session info octave-workspace + +# Simulink autosave extension +.autosave From 9c07495c0112032709077736b6ef8bee36feb274 Mon Sep 17 00:00:00 2001 From: Iqbal Mohammad Abdul Ghoni Date: Sat, 28 Jan 2017 23:48:56 +0700 Subject: [PATCH 0655/1016] Laravel: ignore npm-debug.log --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index a2d1564060..edafe38abb 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,5 +1,6 @@ vendor/ node_modules/ +npm-debug.log # Laravel 4 specific bootstrap/compiled.php From 0dae103110a7076b4612dd13dba7eedb4c24d2c3 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 30 Jan 2017 17:09:30 +0300 Subject: [PATCH 0656/1016] Update Go git ignore patterns. --- Go.gitignore | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index 8fbf8f7716..39438782a8 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,33 +1,11 @@ -# Compiled Object files, Static and Dynamic libs (Shared Objects) -*.o -*.a -*.so - -# Folders -_obj -_test - -# Architecture specific extensions/prefixes -*.[568vq] -[568vq].out - -*.cgo1.go -*.cgo2.c -_cgo_defun.c -_cgo_gotypes.go -_cgo_export.* - -_testmain.go - +# Binary on Windows *.exe + +# Test binary, build with `go test -c` *.test -*.prof # Output of the go coverage tool, specifically when used with LiteIDE *.out -# External packages folder -vendor/ - # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ From d1bed7cdadca23157276c447fee602c807f6ecd2 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 30 Jan 2017 17:42:26 +0300 Subject: [PATCH 0657/1016] Add patterns for plugins. --- Go.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index 39438782a8..57b72cb85b 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,7 @@ -# Binary on Windows +# Binaries for programs and plugins *.exe +*.dll +*.so # Test binary, build with `go test -c` *.test From c94ee9a8e717f44d8d7926e9f4aecba52aa5918f Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 30 Jan 2017 17:48:28 +0300 Subject: [PATCH 0658/1016] Add plugins for Mac. --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 57b72cb85b..a1338d6851 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -2,6 +2,7 @@ *.exe *.dll *.so +*.dylib # Test binary, build with `go test -c` *.test From 0c0c3b6b859493bde50480f5a637d5fa8f8b2f0c Mon Sep 17 00:00:00 2001 From: Taemin Hong Date: Tue, 31 Jan 2017 16:19:57 +0900 Subject: [PATCH 0659/1016] Unity: ignore Visual Studio 2015 cache directory Since the version 5.2, Unity has used Visual Studio 2015 instead of MonoDevelop as default script editor in Windows. This change may be helpful for Unity developers who use the recent version of Unity in Windows. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6bffdb2ed3..b829399ae8 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,6 +5,9 @@ /[Bb]uilds/ /Assets/AssetStoreTools* +# Visual Studio 2015 cache directory +/.vs/ + # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ From 421aa579f7cb5454cd349a88374d6846f88aa0c2 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 1 Feb 2017 17:50:44 +0100 Subject: [PATCH 0660/1016] Remove / from .venv --- Python.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 49a6770a1c..cf3102d6b0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -80,10 +80,9 @@ celerybeat-schedule .env # virtualenv -.venv/ +.venv venv/ ENV/ -.venv # Spyder project settings .spyderproject From 60f46f95a7931efbaae0b47cadaebc54672d23db Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:57:45 +0100 Subject: [PATCH 0661/1016] added comment for typings directory --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9ddf79c11a..38ac77e405 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -33,6 +33,8 @@ build/Release # Dependency directories node_modules/ jspm_packages/ + +# Typescript v1 declaration files typings/ # Optional npm cache directory From 240e551d83aed50173b887ede49dd7c105acd613 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:59:53 +0100 Subject: [PATCH 0662/1016] added comment about typings directory --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5d843cd5f3..8054980d74 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -234,6 +234,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat node_modules/ + +# Typescript v1 declaration files typings/ # Visual Studio 6 build log From 4fd93408e9dc2da5f9f27773e5753680f4793376 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Fri, 3 Feb 2017 11:06:49 +0700 Subject: [PATCH 0663/1016] Remove the line for eclipse editor & vagrant sine it isn't already in global ignore --- Java.gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Java.gitignore b/Java.gitignore index 31e9e43ca6..dbb4a2dfa1 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,12 +1,7 @@ *.class -# Eclipse editor -.classpath -.project -.settings/ - # Log file -.log +*.log # BlueJ files *.ctxt @@ -22,8 +17,5 @@ *.tar.gz *.rar -# Vagrant -.vagrant - # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* From 978d926dfd1319cd4bd955c803463bb5795a1639 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Thu, 9 Feb 2017 00:13:21 -0600 Subject: [PATCH 0664/1016] fix(Node): ignore yarn logs This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com). --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 38ac77e405..00cbbdf53f 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -2,6 +2,8 @@ logs *.log npm-debug.log* +yarn-debug.log* +yarn-error.log* # Runtime data pids From 0d8b5f84fe0e54412739c806ce4dc5e1e03a398e Mon Sep 17 00:00:00 2001 From: Erik Ghonyan Date: Thu, 9 Feb 2017 19:07:51 +0100 Subject: [PATCH 0665/1016] Add missing space for the last comment --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index a1a65c2d72..99c8ca5b67 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -48,7 +48,7 @@ captures/ # Google Services (e.g. APIs or Firebase) google-services.json -#Freeline +# Freeline freeline.py freeline/ freeline_project_description.json From 697a1e236a3ebde2ae68456dc90988bc763c42ac Mon Sep 17 00:00:00 2001 From: Steven Vascellaro Date: Mon, 13 Feb 2017 17:02:12 -0500 Subject: [PATCH 0666/1016] Add comment for Java .class files --- Java.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitignore b/Java.gitignore index dbb4a2dfa1..6143e53f9e 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,3 +1,4 @@ +# Compiled class file *.class # Log file From e290bf9195fe44f3c7f20ce7ae6c3aec50ae5b95 Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Tue, 14 Feb 2017 18:04:00 -0700 Subject: [PATCH 0667/1016] Fix spelling --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8054980d74..372d649b01 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -166,7 +166,7 @@ PublishScripts/ !**/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 v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets From f457b6a1cb232a072e2cdd22494876545a603a7f Mon Sep 17 00:00:00 2001 From: Taylor Kemper Date: Wed, 15 Feb 2017 14:00:41 -0700 Subject: [PATCH 0668/1016] Reword comment --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 899d52c812..5f2dbe11df 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -8,5 +8,5 @@ dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# Unignore maven wrapper jar +# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) !/.mvn/wrapper/maven-wrapper.jar From 8ca6baad0a45f23ec448457dff35dd5f047fe7f4 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 16 Feb 2017 10:47:31 +1100 Subject: [PATCH 0669/1016] updated link to fastlane docs --- Objective-C.gitignore | 4 ++-- Swift.gitignore | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index af90c007a3..09dfede481 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -45,10 +45,10 @@ Carthage/Build # fastlane # -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# 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/fastlane/docs/Gitignore.md +# https://docs.fastlane.tools/best-practices/source-control/#source-control fastlane/report.xml fastlane/Preview.html diff --git a/Swift.gitignore b/Swift.gitignore index 099d22ae2f..d534044939 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -59,7 +59,7 @@ 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/fastlane/docs/Gitignore.md +# https://docs.fastlane.tools/best-practices/source-control/#source-control fastlane/report.xml fastlane/Preview.html From 7815b8bb451aecaea2fff58f23a6f438ae0e37cc Mon Sep 17 00:00:00 2001 From: sherzod Date: Thu, 16 Feb 2017 12:50:02 +0500 Subject: [PATCH 0670/1016] PR WIP: Revert addition to Scala.gitignore --- Scala.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Scala.gitignore b/Scala.gitignore index 4c523cca78..a02d882cb8 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -15,7 +15,6 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet -.cache-main # ENSIME specific .ensime_cache/ From ca5a58fae6254c9aee6b044b8dda9c33a604e745 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 16 Feb 2017 11:06:57 +0100 Subject: [PATCH 0671/1016] Update TeX.gitignore minitoc also generates .stc, .slf, and .slt files --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 69bfb1eec3..7704552153 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -134,6 +134,9 @@ acs-*.bib *.mlf *.mlt *.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* # minted _minted* From 770f4f3769d8828c1f79d9370f9f235fb024baa3 Mon Sep 17 00:00:00 2001 From: sherzod Date: Fri, 17 Feb 2017 01:01:42 +0500 Subject: [PATCH 0672/1016] [Scala] remove external tools excludes. Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate Global/ gitignore files. --- Scala.gitignore | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Scala.gitignore b/Scala.gitignore index 006a7b247f..9c07d4ae98 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -1,23 +1,2 @@ *.class *.log - -# sbt specific -.cache -.history -.lib/ -dist/* -target/ -lib_managed/ -src_managed/ -project/boot/ -project/plugins/project/ - -# Scala-IDE specific -.ensime -.ensime_cache/ -.scala_dependencies -.worksheet - -# ENSIME specific -.ensime_cache/ -.ensime From 51b8b5345fabb4e31bc922b85481747121bc80f7 Mon Sep 17 00:00:00 2001 From: sherzod Date: Fri, 17 Feb 2017 00:58:49 +0500 Subject: [PATCH 0673/1016] [Eclipse] Add excludes kept in Scala.gitignore . Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore itself. Copy missing entries here. --- Global/Eclipse.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 33c4c5beb7..4f88399d2d 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -52,3 +52,5 @@ local.properties # Scala IDE specific (Scala & Java development for Eclipse) .cache-main +.scala_dependencies +.worksheet From 8dafbec557c3bc27bc2674ab20cf05c0530c0f13 Mon Sep 17 00:00:00 2001 From: sherzod Date: Fri, 17 Feb 2017 00:35:17 +0500 Subject: [PATCH 0674/1016] [SBT] Add some excludes kept in Scala.gitignore . Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here. --- Global/SBT.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 970d897c75..5ed6acb657 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -1,9 +1,12 @@ # Simple Build Tool # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control +dist/* target/ lib_managed/ src_managed/ project/boot/ +project/plugins/project/ .history .cache +.lib/ From 82eeac28ed50ebf9bb072eccada19ef7bc40fd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleixo=20S=C3=A1nchez?= Date: Fri, 17 Feb 2017 11:25:02 +0100 Subject: [PATCH 0675/1016] Ignore dictionaries to reflect docs --- Android.gitignore | 1 + Global/JetBrains.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 99c8ca5b67..520a86352f 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -37,6 +37,7 @@ captures/ .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml +.idea/dictionaries .idea/libraries # Keystore files diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 401fee1574..ec7e95c6ab 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,6 +4,7 @@ # User-specific stuff: .idea/**/workspace.xml .idea/**/tasks.xml +.idea/dictionaries # Sensitive or high-churn files: .idea/**/dataSources/ From f18e690ec1a95de606c46fc512372efb5713c4f9 Mon Sep 17 00:00:00 2001 From: "Pedro M. Sosa" Date: Sun, 19 Feb 2017 21:43:08 -0800 Subject: [PATCH 0676/1016] [Python Gitignore] Ignore Sage's parsed files Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cf3102d6b0..6f400bfbdd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -76,6 +76,9 @@ target/ # celery beat schedule file celerybeat-schedule +#Sage parsed files +*.sage.py + # dotenv .env From 018c091310953d7f6b625f6c5a6369d87c3b042b Mon Sep 17 00:00:00 2001 From: "Pedro M. Sosa" Date: Sun, 19 Feb 2017 23:52:08 -0800 Subject: [PATCH 0677/1016] Update Python.gitignore --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 6f400bfbdd..62c1e73692 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -76,7 +76,7 @@ target/ # celery beat schedule file celerybeat-schedule -#Sage parsed files +# SageMath parsed files *.sage.py # dotenv From af3bfa0eb4aed12dd8c0a5ab70750e25dc09192c Mon Sep 17 00:00:00 2001 From: Joe LaBarbera Date: Wed, 22 Feb 2017 08:41:54 -0800 Subject: [PATCH 0678/1016] Added /project/project to PlayFramework.gitignore https://www.playframework.com/documentation/2.5.x/Anatomy --- PlayFramework.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 6d67f11917..ae5ec9fe1d 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -5,6 +5,7 @@ bin/ /lib/ /logs/ /modules +/project/project /project/target /target tmp/ From df59a91460050d7d683baaf902e97774fd8a4098 Mon Sep 17 00:00:00 2001 From: MichaelKogan Date: Tue, 28 Feb 2017 09:15:00 +0200 Subject: [PATCH 0679/1016] Added Telerik's JustMock configruation files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 372d649b01..ffcdc43200 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -276,3 +276,6 @@ __pycache__/ # Cake - Uncomment if you are using it # tools/** # !tools/packages.config + +# Telerik's JustMock configuration file +*.jmconfig \ No newline at end of file From c70633efba8b413dad1031cda00ee99968cba554 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 28 Feb 2017 11:27:43 +0100 Subject: [PATCH 0680/1016] TeX: remove duplicates --- TeX.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 7704552153..57ed9f5d97 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -28,7 +28,6 @@ *.blg *-blx.aux *-blx.bib -*.brf *.run.xml ## Build tool auxiliary files: @@ -77,8 +76,6 @@ acs-*.bib *.t[1-9] *.t[1-9][0-9] *.tfm -*.[1-9] -*.[1-9][0-9] #(r)(e)ledmac/(r)(e)ledpar *.end @@ -145,9 +142,6 @@ _minted* # morewrites *.mw -# mylatexformat -*.fmt - # nomencl *.nlo From 2dcbc21d808afba1e23c0498f037ece62d585e93 Mon Sep 17 00:00:00 2001 From: Robin Hultman Date: Wed, 1 Mar 2017 10:32:17 +0100 Subject: [PATCH 0681/1016] Added BizTalk build output files to ignore list --- VisualStudio.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ffcdc43200..a752eacca7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -278,4 +278,10 @@ __pycache__/ # !tools/packages.config # Telerik's JustMock configuration file -*.jmconfig \ No newline at end of file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs \ No newline at end of file From d5724e4198dcc486c029e446d22e3fd4893edaae Mon Sep 17 00:00:00 2001 From: marcrocny Date: Thu, 2 Mar 2017 17:14:45 -0500 Subject: [PATCH 0682/1016] VS15 bower - default config In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON. --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a752eacca7..fa891f11ea 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -205,6 +205,9 @@ orleans.codegen.cs # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ +# VS15: by default bower location is moved, bower restore is true +**/wwwroot/lib/ + # RIA/Silverlight projects Generated_Code/ @@ -284,4 +287,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs \ No newline at end of file +*.xsd.cs From 5b83681411d95d9302a3e0414efe82c6b4549d26 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Mon, 6 Mar 2017 19:16:06 +0330 Subject: [PATCH 0683/1016] Remove Composer's file and directory. --- Symfony.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index ed4d3c6c28..6c224e024e 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,7 +25,6 @@ /bin/* !bin/console !bin/symfony_requirements -/vendor/ # Assets and user uploads /web/bundles/ @@ -38,8 +37,5 @@ # Build data /build/ -# Composer PHAR -/composer.phar - # Backup entities generated with doctrine:generate:entities command **/Entity/*~ From 6686e52dbee808c0eab4d4197ff080363657853d Mon Sep 17 00:00:00 2001 From: Marc Lewandowski Date: Mon, 6 Mar 2017 13:14:55 -0500 Subject: [PATCH 0684/1016] update wwwroot/lib description; revert EOF --- VisualStudio.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index fa891f11ea..4a20d44c6e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -204,8 +204,7 @@ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ - -# VS15: by default bower location is moved, bower restore is true +# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true **/wwwroot/lib/ # RIA/Silverlight projects @@ -287,4 +286,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs +*.xsd.cs \ No newline at end of file From 1e00aee3b15595ddaa35847e0b0882d839c4007e Mon Sep 17 00:00:00 2001 From: Hannes Elvemyr Date: Thu, 9 Mar 2017 11:31:19 +0100 Subject: [PATCH 0685/1016] Fixes issue excluding sub directories This .gitignore is not correct. At least was not working for me. Ignoring /media/* and then excluding !/media/customer/.htaccess is not working. According to the Git manual, "It is not possible to re-include a file if a parent directory of that file is excluded." (https://git-scm.com/docs/gitignore). Found a solution here: http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files/16318111#16318111 --- Magento.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index b282f5cf54..6f1fa22399 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -3,14 +3,41 @@ #--------------------------# /app/etc/local.xml + /media/* !/media/.htaccess + +!/media/customer +/media/customer/* !/media/customer/.htaccess + +!/media/dhl +/media/dhl/* !/media/dhl/logo.jpg + +!/media/downloadable +/media/downloadable/* !/media/downloadable/.htaccess + +!/media/xmlconnect +/media/xmlconnect/* + +!/media/xmlconnect/custom +/media/xmlconnect/custom/* !/media/xmlconnect/custom/ok.gif + +!/media/xmlconnect/original +/media/xmlconnect/original/* !/media/xmlconnect/original/ok.gif + +!/media/xmlconnect/system +/media/xmlconnect/system/* !/media/xmlconnect/system/ok.gif + /var/* !/var/.htaccess + +!/var/package +/var/package/* !/var/package/*.xml + From 01e2e5617d317c267deae5e765235fd74f24d6be Mon Sep 17 00:00:00 2001 From: gagallo7 Date: Thu, 9 Mar 2017 10:56:06 -0300 Subject: [PATCH 0686/1016] Allow PakBlacklist-*.txt files inside Build dir The PakBlacklist-.txt is used to disallow some files to be packaged in the pak file. This can be very helpful to reduce pak file size for mobile platforms. To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps: 1. Create the PakBlacklist-Shipping.txt file in Build/Android directory. 2. Insert the content "../../../MyGameName/Blueprints/Debug.uasset 3. Package the game Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist --- UnrealEngine.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 2f096001fe..6c6e1c327f 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -54,6 +54,11 @@ Binaries/* # Builds Build/* +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + # Don't ignore icon files in Build !Build/**/*.ico From 2d4695b277ff49357dedbf75376e5b03c3e485fe Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 10 Mar 2017 14:43:32 -0800 Subject: [PATCH 0687/1016] remove extra line --- Unity.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index b829399ae8..eb83a8f122 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -23,7 +23,6 @@ ExportedObj/ *.svd *.pdb - # Unity3D generated meta files *.pidb.meta From 56feedcfa456e924bc79f2793ce792b440b2b0f0 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 10 Mar 2017 16:32:54 -0800 Subject: [PATCH 0688/1016] Drastically simplify .gitignore for Dart Our typical workflow has JS and related build outputs in the `build` directory. Most users are on new SDKs, so we don't have to worry about these ignores. Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later. --- Dart.gitignore | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 4b366585dd..2c6a959a5e 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,33 +1,8 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub - -# SDK 1.20 and later (no longer creates packages directories) .packages .pub/ build/ - -# Older SDK versions -# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20) -.project -.buildlog -**/packages/ - - -# Files created by dart2js -# (Most Dart developers will use pub build to compile Dart, use/modify these -# rules if you intend to use dart2js directly -# Convention is to use extension '.dart.js' for Dart compiled to Javascript to -# differentiate from explicit Javascript files) -*.dart.js -*.part.js -*.js.deps -*.js.map -*.info.json - -# Directory created by dartdoc -doc/api/ - -# Don't commit pubspec lock file -# (Library packages only! Remove pattern if developing an application package) +# If you're building an application, you may want to check-in your pubspec.lock. pubspec.lock From 0548e0ba6d85fa2223932d3aa2c51c5aab37a00e Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 11 Mar 2017 13:41:14 -0800 Subject: [PATCH 0689/1016] Update Dart.gitignore --- Dart.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dart.gitignore b/Dart.gitignore index 2c6a959a5e..16b5be3d45 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -6,3 +6,7 @@ build/ # If you're building an application, you may want to check-in your pubspec.lock. pubspec.lock + +# Directory created by dartdoc. +# If you don't generate documentation locally you can remove this line. +doc/api/ From 39723c4ce5d5388a39fc7babd3749d485002ad5b Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 11 Mar 2017 13:41:43 -0800 Subject: [PATCH 0690/1016] Update Dart.gitignore --- Dart.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 16b5be3d45..4d2a4d6db7 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -4,9 +4,9 @@ .packages .pub/ build/ -# If you're building an application, you may want to check-in your pubspec.lock. +# If you're building an application, you may want to check-in your pubspec.lock pubspec.lock -# Directory created by dartdoc. +# Directory created by dartdoc # If you don't generate documentation locally you can remove this line. doc/api/ From 8e85b393405cc40adf4d2cce8ab2b03d1652261b Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Sun, 12 Mar 2017 11:37:13 -0500 Subject: [PATCH 0691/1016] Add Cursive's REPL history file **Reasons for making this change:** The file `replstate.xml` contains the history of the Clojure REPL that Cursive adds to IntelliJ. Obviously that's user-specific, and not relevant to other users. **Links to documentation supporting these rule changes:** This file is not well-documented, but in cursive-ide/cursive#1325, the Cursive developers state that this is the REPL history file, and that deleting it is acceptable troubleshooting if it's causing trouble. --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index ec7e95c6ab..a5d4cc86d3 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -36,6 +36,9 @@ # JIRA plugin atlassian-ide-plugin.xml +# Cursive Clojure plugin +.idea/replstate.xml + # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties From 5ac1b183ac30d805e6782a32d4d29e0adcee082b Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Mon, 13 Mar 2017 10:13:39 +0000 Subject: [PATCH 0692/1016] Add ignore for Secondary data files Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx) --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a752eacca7..940794e60f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -219,6 +219,7 @@ UpgradeLog*.htm # SQL Server files *.mdf *.ldf +*.ndf # Business Intelligence projects *.rdl.data @@ -284,4 +285,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs \ No newline at end of file +*.xsd.cs From afdf5de2144ebf7cb247e59e5284ae4c129266a7 Mon Sep 17 00:00:00 2001 From: JP Dillingham Date: Sat, 18 Mar 2017 23:28:28 -0500 Subject: [PATCH 0693/1016] Add exclusion for OpenCover UI results --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 940794e60f..fe5aa80544 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -286,3 +286,6 @@ __pycache__/ *.btm.cs *.odx.cs *.xsd.cs + +# OpenCover UI analysis results +OpenCover/ From 4148e0c152a3069e8d2fe0ea64a13338eb0afdf1 Mon Sep 17 00:00:00 2001 From: Omar Shaikh Date: Sun, 19 Mar 2017 23:20:15 -0700 Subject: [PATCH 0694/1016] Adding cmake-build-debug --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a5d4cc86d3..ff23445e2b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -19,6 +19,9 @@ .idea/**/gradle.xml .idea/**/libraries +# CMake +cmake-build-debug/ + # Mongo Explorer plugin: .idea/**/mongoSettings.xml From cae82a19fbb340f57edb9393a6a7d5315ea13ce2 Mon Sep 17 00:00:00 2001 From: Dominik Raniszewski Date: Tue, 21 Mar 2017 12:06:48 +1100 Subject: [PATCH 0695/1016] Added .spyproject to ignored paths Looks like Spyder 3.1 uses .spyproject folder to store workspace config --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 62c1e73692..3aafdc891e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -89,6 +89,7 @@ ENV/ # Spyder project settings .spyderproject +.spyproject # Rope project settings .ropeproject From 811b3a6998a2c579e4d215cd175fb074af05e9df Mon Sep 17 00:00:00 2001 From: Connor Taffe Date: Thu, 23 Mar 2017 11:09:50 -0500 Subject: [PATCH 0696/1016] Double-asterisk misuse `**.` is invalid --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index e97427608c..42aeb55000 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -8,7 +8,7 @@ capybara-*.html /public/system /coverage/ /spec/tmp -**.orig +*.orig rerun.txt pickle-email-*.html From 085ab5a65eccb139e52cf6eb0fe069e49bb44077 Mon Sep 17 00:00:00 2001 From: Mansour Hussain Alnasser Date: Fri, 24 Mar 2017 10:53:20 +0300 Subject: [PATCH 0697/1016] ignore logs on /administrator/logs/* --- Joomla.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 53a74e7465..b6bf3a9c96 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -251,7 +251,7 @@ /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.xml /administrator/language/overrides/* -/administrator/logs/index.html +/administrator/logs/* /administrator/manifests/* /administrator/modules/mod_custom/* /administrator/modules/mod_feed/* From 0674ff5b5c77935cbb2ea2269c001bfd84aa1aa5 Mon Sep 17 00:00:00 2001 From: Rafael Miranda Date: Tue, 28 Mar 2017 09:22:28 +0200 Subject: [PATCH 0698/1016] .project and .classpath should be inside VC From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F --- Global/Eclipse.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 4f88399d2d..ce1c12cdb7 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -11,9 +11,6 @@ local.properties .loadpath .recommenders -# Eclipse Core -.project - # External tool builders .externalToolBuilders/ @@ -26,9 +23,6 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject -# JDT-specific (Eclipse Java Development Tools) -.classpath - # Java annotation processor (APT) .factorypath From d0d432aa8d85ec0aff25775bb76091663ab005b8 Mon Sep 17 00:00:00 2001 From: Spencer Mathews Date: Tue, 28 Mar 2017 14:32:40 -0700 Subject: [PATCH 0699/1016] Change macOS to UNIX line endings --- Global/macOS.gitignore | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index f0f3fbc06c..828a509a13 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,26 +1,26 @@ -*.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk From c02a4743f9c66a1d70d9ffb0da3e2156f5cc797e Mon Sep 17 00:00:00 2001 From: Spencer Mathews Date: Tue, 28 Mar 2017 14:42:51 -0700 Subject: [PATCH 0700/1016] Add two CR characters to ignore Icon? --- Global/macOS.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 828a509a13..5972fe50f6 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -3,8 +3,7 @@ .LSOverride # Icon must end with two \r -Icon - +Icon # Thumbnails ._* From 3292124f0614ee5a687b8c1609da8286c4a34d1e Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Fri, 31 Mar 2017 09:53:22 +0100 Subject: [PATCH 0701/1016] Ignore mkdocs site directory [mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 62c1e73692..4c5850d348 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -92,3 +92,6 @@ ENV/ # Rope project settings .ropeproject + +# mkdocs documentation +site/ From 1b5fb77c1c8d3195c9f39d7e72746846073a107d Mon Sep 17 00:00:00 2001 From: Piotr Orzechowski Date: Fri, 31 Mar 2017 19:36:59 +0200 Subject: [PATCH 0702/1016] Add pdfpc files to Tex.gitignore The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files. These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually). [1] https://pdfpc.github.io/ [2] https://github.com/cebe/pdfpc-latex-notes --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 57ed9f5d97..a0322dbd35 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -148,6 +148,9 @@ _minted* # pax *.pax +# pdfpcnotes +*.pdfpc + # sagetex *.sagetex.sage *.sagetex.py From a5a3ccd7c21255e00b3af2fb9a3a0ce575d6f1e1 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Sat, 1 Apr 2017 08:38:52 +0100 Subject: [PATCH 0703/1016] Exclude the root site folder only --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 4c5850d348..ff65a43718 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -94,4 +94,4 @@ ENV/ .ropeproject # mkdocs documentation -site/ +/site From 846064b2b02714dbbe5b6fca240c4ec0f17cf7e5 Mon Sep 17 00:00:00 2001 From: Mayank Kakodkar Date: Sun, 16 Apr 2017 14:36:41 -0400 Subject: [PATCH 0704/1016] Added .tgz --- Global/Archives.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index e9eda68baf..f440b808d9 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -5,6 +5,7 @@ *.rar *.zip *.gz +*.tgz *.bzip *.bz2 *.xz From 433d912914e45426aa6049729efdba95bcbddbe0 Mon Sep 17 00:00:00 2001 From: Piotr Orzechowski Date: Wed, 19 Apr 2017 17:15:22 +0200 Subject: [PATCH 0705/1016] Edit ignore for Microsoft Visio autosave files to include Office <= 2003 --- Global/MicrosoftOffice.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index cb89174566..0c203662d3 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -13,4 +13,4 @@ ~$*.ppt* # Visio autosave temporary files -*.~vsdx +*.~vsd* From 8508edef79f3a1a68293fe7709c4fa3618b67346 Mon Sep 17 00:00:00 2001 From: Glordim Date: Sun, 23 Apr 2017 10:12:53 +0200 Subject: [PATCH 0706/1016] Add moc_*.h in Qt.gitignore --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index c7659c24f3..6732e72091 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -20,6 +20,7 @@ *.qbs.user.* *.moc moc_*.cpp +moc_*.h qrc_*.cpp ui_*.h Makefile* From 58c2abab2c6f84d5e1d4d31a5bc8e1c847cfa825 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 6 May 2017 13:30:48 -0700 Subject: [PATCH 0707/1016] Ignore mypy's cache directory --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index fdad5c7c95..768d5f400b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -96,3 +96,6 @@ ENV/ # mkdocs documentation /site + +# mypy +.mypy_cache/ From 841a40d93b34acd39840ab5005a028041b12a46e Mon Sep 17 00:00:00 2001 From: julienshepherd Date: Tue, 9 May 2017 12:54:22 +0300 Subject: [PATCH 0708/1016] add .appx to VisualStudio.gitignore for .appx files created in the project root directory. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 940794e60f..56ca15b25c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -183,6 +183,7 @@ AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt +.appx # Visual Studio cache files # files ending in .cache can be ignored From 0618721661c9e6e1f69e8b4586b11ba7d48d4e63 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 May 2017 09:23:36 +0200 Subject: [PATCH 0709/1016] Add stackdump to Windows.gitignore **Reasons for making this change:** Ignore the stack dump generated when a program has crashed under Windows. **Links to documentation supporting these rule changes:** http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962 --- Global/Windows.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index ba26afd965..dff26a9ab7 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -3,6 +3,9 @@ Thumbs.db ehthumbs.db ehthumbs_vista.db +# Dump file +*.stackdump + # Folder config file Desktop.ini From 1da4978fc81ab9c7f0dff471bfd201400cffe21a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 May 2017 10:00:35 +0200 Subject: [PATCH 0710/1016] Create PuTTY.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Reasons for making this change:** PuTTYgen is a widely used alternative to OpenSSH under Windows. This rule allows private keys ignoring. If this is a new template: - **Link to application or project’s homepage**: https://www.chiark.greenend.org.uk/~sgtatham/putty/ --- Global/PuTTY.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/PuTTY.gitignore diff --git a/Global/PuTTY.gitignore b/Global/PuTTY.gitignore new file mode 100644 index 0000000000..c37466b1c7 --- /dev/null +++ b/Global/PuTTY.gitignore @@ -0,0 +1,2 @@ +# Private key +*.ppk From cb129a174f3ff865bb4cd16f67927fca2b30cd6b Mon Sep 17 00:00:00 2001 From: Younggun Kim Date: Fri, 12 May 2017 18:08:06 +0900 Subject: [PATCH 0711/1016] Fixed typo --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 768d5f400b..7bbc71c092 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -43,7 +43,7 @@ htmlcov/ .cache nosetests.xml coverage.xml -*,cover +*.cover .hypothesis/ # Translations From 699b4a4f33b973cf020b42afe5805d946654f877 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 15 May 2017 19:31:13 +1000 Subject: [PATCH 0712/1016] ensure the following ! rules are included --- SugarCRM.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index e9270205fd..6a183d1c74 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -6,7 +6,7 @@ # the misuse of the repository as backup replacement. # For development the cache directory can be safely ignored and # therefore it is ignored. -/cache/ +/cache/* !/cache/index.html # Ignore some files and directories from the custom directory. /custom/history/ @@ -22,6 +22,6 @@ # Logs files can safely be ignored. *.log # Ignore the new upload directories. -/upload/ +/upload/* !/upload/index.html /upload_backup/ From 0e332b6d81056c54f6aae222d572c7de17b91e2d Mon Sep 17 00:00:00 2001 From: King Date: Mon, 15 May 2017 17:45:43 +0800 Subject: [PATCH 0713/1016] Update Prestashop.gitignore --- Prestashop.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 7c6ae1e31c..6da8524563 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -7,8 +7,10 @@ config/settings.*.php # The following files are generated by PrestaShop. admin-dev/autoupgrade/ -/cache/ -!/cache/index.php +/cache/* +!cache/index.php +!/cache/*/ +/cache/*/* !/cache/cachefs/index.php !/cache/purifier/index.php !/cache/push/index.php From 7a6202b6d521eec599eb18a2d992e1014e0690f1 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 15 May 2017 17:48:05 +0800 Subject: [PATCH 0714/1016] Update Prestashop.gitignore this commit is optional, for good-looking --- Prestashop.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 6da8524563..81f45e19eb 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -8,7 +8,7 @@ config/settings.*.php admin-dev/autoupgrade/ /cache/* -!cache/index.php +!/cache/index.php !/cache/*/ /cache/*/* !/cache/cachefs/index.php From 48c2b4f889a808145ea3c0ea3802213cc26ec75f Mon Sep 17 00:00:00 2001 From: julienshepherd Date: Wed, 17 May 2017 21:13:11 +0300 Subject: [PATCH 0715/1016] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 56ca15b25c..7bd3b52f3f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -183,7 +183,7 @@ AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt -.appx +*.appx # Visual Studio cache files # files ending in .cache can be ignored From c65c993f4d5f143ca63363b0dfcd3fe68716ccc3 Mon Sep 17 00:00:00 2001 From: KoynovStas Date: Sat, 20 May 2017 16:49:28 +0400 Subject: [PATCH 0716/1016] add *_plugin_import.cpp to Qt.gitignore This file is autogenerated by qmake. It imports static plugin classes for static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS. variables. This file is autogenerated for static build --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 6732e72091..5a3ca953e3 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,6 +12,7 @@ # Qt-es +*_plugin_import.cpp /.qmake.cache /.qmake.stash *.pro.user From ab1e4933925c57887712b08c4e31904be3a2a06f Mon Sep 17 00:00:00 2001 From: KoynovStas Date: Sun, 21 May 2017 10:56:56 +0400 Subject: [PATCH 0717/1016] add target_wrapper.* to Qt.gitignore This file is autogenerated by qmake for run auto(unit) tests. For Windows: target_wrapper.bat For Unix: target_wrapper.sh --- Qt.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5a3ca953e3..4174403c08 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -27,6 +27,11 @@ ui_*.h Makefile* *build-* + +# Qt unit tests +target_wrapper.* + + # QtCreator *.autosave From 91ae97083c2032785e6c53b1b5093d1bef2c3a29 Mon Sep 17 00:00:00 2001 From: KoynovStas Date: Sun, 21 May 2017 11:06:01 +0400 Subject: [PATCH 0718/1016] add object_script to Qt.gitignore For template rules (modern style) in Qt project file, this file is autogenerated by qmake. Example old style (pro file): SOURCES += src/1.cpp \ src/2.cpp Example new style, uses template rules (pro file): SOURCES += src/*.cpp qmake auto generate files with list of objects object_script.*.Debug object_script.*.Release --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 4174403c08..5fa47c5a1f 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,6 +12,8 @@ # Qt-es +object_script.*.Release +object_script.*.Debug *_plugin_import.cpp /.qmake.cache /.qmake.stash From 252058ed8e0ce302e2e5cdcb5d473afe56d643aa Mon Sep 17 00:00:00 2001 From: jwg4 Date: Mon, 22 May 2017 09:24:44 +0000 Subject: [PATCH 0719/1016] Consolidate all environments in one section Some of these names relate to specific tools, others could be used by multiple tools. In particular, virtualenv, the most popular tool for creating Python environments, does not mandate any of these and venv/ or .venv are simply conventional. It is more readable to group all of these together. --- Python.gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 7bbc71c092..113294a5f1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python -env/ build/ develop-eggs/ dist/ @@ -79,11 +78,10 @@ celerybeat-schedule # SageMath parsed files *.sage.py -# dotenv +# Environments .env - -# virtualenv .venv +env/ venv/ ENV/ From 5105ed3af676e94327837f8d99563a2cde9c3c63 Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Thu, 25 May 2017 23:48:15 +0100 Subject: [PATCH 0720/1016] Create .gitignore rules for JEnv --- Global/JEnv.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Global/JEnv.gitignore diff --git a/Global/JEnv.gitignore b/Global/JEnv.gitignore new file mode 100644 index 0000000000..d838300ad5 --- /dev/null +++ b/Global/JEnv.gitignore @@ -0,0 +1,5 @@ +# JEnv local Java version configuration file +.java-version + +# Used by previous versions of JEnv +.jenv-version From 6d5d7e0c96b71717e9a8efffd4eb1eb372c27021 Mon Sep 17 00:00:00 2001 From: Shiwei Sun Date: Fri, 26 May 2017 16:30:51 +0800 Subject: [PATCH 0721/1016] add MANIFEST to Python.gitignore add MANIFEST which is GENERATED by distutils Reasons for making this change: if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist' --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5f1..c958354ede 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -23,6 +23,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +MANIFEST # PyInstaller # Usually these files are written by a python script from a template From 9322d165f36ceb4d2afa85b06606f1daaba272d6 Mon Sep 17 00:00:00 2001 From: Robert Simmons Date: Wed, 31 May 2017 12:16:02 -0400 Subject: [PATCH 0722/1016] Fix capitalization and spacing of comments --- Global/Archives.gitignore | 4 ++-- Global/SublimeText.gitignore | 10 +++++----- Global/Vim.gitignore | 10 ++++++---- Global/macOS.gitignore | 1 + 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index f440b808d9..43fd5582f9 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -12,11 +12,11 @@ *.lzma *.cab -#packing-only formats +# Packing-only formats *.iso *.tar -#package management formats +# Package management formats *.dmg *.xpi *.gem diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 95ff2244c9..86c3fa455a 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,16 +1,16 @@ -# cache files for sublime text +# Cache files for Sublime Text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache -# workspace files are user-specific +# Workspace files are user-specific *.sublime-workspace -# project files should be checked into the repository, unless a significant -# proportion of contributors will probably not be using SublimeText +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text # *.sublime-project -# sftp configuration file +# SFTP configuration file sftp-config.json # Package control specific files diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 42e7afc100..6d21783d47 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,12 +1,14 @@ -# swap +# Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] [._]s[a-v][a-z] [._]sw[a-p] -# session + +# Session Session.vim -# temporary + +# Temporary .netrwhist *~ -# auto-generated tag files +# Auto-generated tag files tags diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 5972fe50f6..9d1061e8bc 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,3 +1,4 @@ +# General *.DS_Store .AppleDouble .LSOverride From ed9f8139c1966b1a3cfef9e27bc204ec8303c18c Mon Sep 17 00:00:00 2001 From: Robert Simmons Date: Tue, 6 Jun 2017 01:07:12 -0400 Subject: [PATCH 0723/1016] Optionally add log files to Vagrant and improve file's comments --- Global/Vagrant.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index a977916f65..93987ca00e 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -1 +1,5 @@ +# General .vagrant/ + +# Log files (if you are creating logs in debug mode, uncomment this) +# *.logs From 81d78706fa205764893ab25d83f47a6240abad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Thu, 8 Jun 2017 14:14:58 +0800 Subject: [PATCH 0724/1016] clarifying when ignoring is not required --- Global/Xcode.gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 37de8bb479..cd0c7d3e45 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -2,11 +2,17 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -## Build generated +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) build/ DerivedData/ - -## Various settings +*.moved-aside *.pbxuser !default.pbxuser *.mode1v3 @@ -15,9 +21,3 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint From 466b5f992d7bb35adeee74b07bafb1773527251e Mon Sep 17 00:00:00 2001 From: Amadeusz Wieczorek Date: Thu, 8 Jun 2017 23:12:57 -0700 Subject: [PATCH 0725/1016] Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 7bd3b52f3f..7d537494b3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -42,6 +42,9 @@ TestResult.xml [Rr]eleasePS/ dlldata.c +# Benchmark Results +BenchmarkDotNet.Artifacts/ + # .NET Core project.lock.json project.fragment.lock.json From f50f39c3a2dec6e2924891abcafefe4ccece0313 Mon Sep 17 00:00:00 2001 From: Yann Duran Date: Sat, 10 Jun 2017 10:15:38 +1000 Subject: [PATCH 0726/1016] Add Tabs Studio files to VisualStudui.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1d1e8372b4..288955c678 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -273,3 +273,6 @@ __pycache__/ # Cake - Uncomment if you are using it # tools/** # !tools/packages.config + +# Tabs Studio +*.tss \ No newline at end of file From 86db3967f8f5ec30055769d4f52eb2b0ca4fd47b Mon Sep 17 00:00:00 2001 From: jwg4 Date: Wed, 21 Jun 2017 15:42:05 +0000 Subject: [PATCH 0727/1016] Add venv.bak - created by terrarium Terrarium backs up old virtual environments by moving them to this dir. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5f1..e89a7ea3bf 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv env/ venv/ +venv.bak/ ENV/ # Spyder project settings From 1ee9409e83a40035f53f55ef3229a11b799e4479 Mon Sep 17 00:00:00 2001 From: jwg4 Date: Wed, 21 Jun 2017 15:45:53 +0000 Subject: [PATCH 0728/1016] Add env.bak, re-arrange --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index e89a7ea3bf..97ca4efafe 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,8 +83,9 @@ celerybeat-schedule .venv env/ venv/ -venv.bak/ ENV/ +env.bak/ +venv.bak/ # Spyder project settings .spyderproject From 6b9cd7cd908ed9f4b65ac55b7c05c4a49cdfb418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Gregersen?= Date: Mon, 26 Jun 2017 10:36:49 +0200 Subject: [PATCH 0729/1016] Added link to source --- Umbraco.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index ea05e1fb2a..b6b0743f62 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,3 +1,7 @@ +## Ignore Umbraco files/folders generated for each instance +## +## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore + # Note: VisualStudio gitignore rules may also be relevant # Umbraco From 2e94cf6baf5ca574aaa460301f833977af0d838c Mon Sep 17 00:00:00 2001 From: Niklas Holm Date: Mon, 26 Jun 2017 17:57:23 +0200 Subject: [PATCH 0730/1016] Add extended DVI (XDV) to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index a0322dbd35..b6418e5176 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -13,6 +13,7 @@ ## Intermediate documents: *.dvi +*.xdv *-converted-to.* # these rules might exclude image files for figures etc. # *.ps From 2bb963b16a1957c865335e53537036c2e97399b5 Mon Sep 17 00:00:00 2001 From: Danila Piatov Date: Thu, 6 Jul 2017 20:10:05 +0200 Subject: [PATCH 0731/1016] .DS_Store is a file name, not an extension --- Global/macOS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 9d1061e8bc..135767fc07 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,5 +1,5 @@ # General -*.DS_Store +.DS_Store .AppleDouble .LSOverride From ca039e602d02898c3dd3b6316275698537b4c06d Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 8 Jul 2017 15:48:59 +0300 Subject: [PATCH 0732/1016] Updates Elixir gitignore file Official `elixir`'s `gitignore` after running `mix new` contains these two lines: > # Where 3rd-party dependencies like ExDoc output generated docs. > /doc > # Ignore .fetch files in case you like to edit your project deps locally. > /.fetch They are missing at the moment. --- Elixir.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index ac67aaf324..b6d65867da 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -1,6 +1,8 @@ /_build /cover /deps +/doc +/.fetch erl_crash.dump *.ez *.beam From b19efa92af08645c1f8deea7135cf814aaa3e93c Mon Sep 17 00:00:00 2001 From: Chris S Date: Fri, 14 Jul 2017 12:22:39 +0100 Subject: [PATCH 0733/1016] Update Terraform.gitignore Added .tfvars file so for example AWS credentials aren't committed. --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 41859c81f1..8669360155 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,3 +4,6 @@ # Module directory .terraform/ + +# Variable values for development +terraform.tfvars From cc94cfc7e9dc99655ae4913bc4f3631504605fc0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 20 Jul 2017 08:30:45 -0700 Subject: [PATCH 0734/1016] Ignore .ghc.environment.* --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 450f32ec40..eee88b2f0f 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -18,3 +18,4 @@ cabal.sandbox.config .stack-work/ cabal.project.local .HTF/ +.ghc.environment.* From 435c4d92ea6ad42936894d3735c3451089883add Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 26 Jul 2017 09:57:33 +0200 Subject: [PATCH 0735/1016] JetBrains: out/ ignored recursively --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index ff23445e2b..345e61ae3f 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -31,7 +31,7 @@ cmake-build-debug/ ## Plugin-specific files: # IntelliJ -/out/ +out/ # mpeltonen/sbt-idea plugin .idea_modules/ From 33718ca1c04979482554996854b324de71d41ba8 Mon Sep 17 00:00:00 2001 From: Lasse Meyer Date: Sat, 29 Jul 2017 00:11:12 +0200 Subject: [PATCH 0736/1016] Update JetBrains.gitignore. - Ignore all cmake build directories, not just debug. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 345e61ae3f..de088f0b18 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -20,7 +20,7 @@ .idea/**/libraries # CMake -cmake-build-debug/ +cmake-build-*/ # Mongo Explorer plugin: .idea/**/mongoSettings.xml From 3575f11b0c9f3602ec7951ff372d647ab0b7a14f Mon Sep 17 00:00:00 2001 From: James Ko Date: Sat, 29 Jul 2017 20:27:45 -0400 Subject: [PATCH 0737/1016] Remove TODO from VS.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 22fd88a55a..63ed1db0cf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj From e1bdd2b14d3868a4de83aeff10729388d5c1de53 Mon Sep 17 00:00:00 2001 From: Sho Yoshida Date: Sun, 30 Jul 2017 21:36:09 +0900 Subject: [PATCH 0738/1016] Updated Smalltalk.gitignore --- Smalltalk.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore index 75272b2347..943995e117 100644 --- a/Smalltalk.gitignore +++ b/Smalltalk.gitignore @@ -13,6 +13,10 @@ SqueakDebug.log # Monticello package cache /package-cache +# playground cache +/play-cache +/play-stash + # Metacello-github cache /github-cache github-*.zip From feeb9aa6287ca2ad8eed6e1e83b4d631f59ac1aa Mon Sep 17 00:00:00 2001 From: James Ko Date: Sun, 30 Jul 2017 15:57:56 -0400 Subject: [PATCH 0739/1016] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 63ed1db0cf..89c6605488 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# Comment the next line if you want to checkin your web deploy settings +# Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj From 2f7b9918a90a2154af2f048de647f1ba63f1638e Mon Sep 17 00:00:00 2001 From: Alain Tiemblo Date: Tue, 1 Aug 2017 19:32:24 +0200 Subject: [PATCH 0740/1016] Symfony.gitignore: add web server pid file Since Symfony 3.3, WebServerBundle creates a `.web-server-pid` file when embedded server is running. Official blog post: http://symfony.com/blog/new-in-symfony-3-3-webserverbundle --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 6c224e024e..85fd714a96 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -39,3 +39,6 @@ # Backup entities generated with doctrine:generate:entities command **/Entity/*~ + +# Embedded web-server pid file +/.web-server-pid From 70264dc379a0a0e6ac6df92ff881b820d96dfb98 Mon Sep 17 00:00:00 2001 From: Joshua Shaffer Date: Thu, 10 Aug 2017 23:27:44 -0400 Subject: [PATCH 0741/1016] Fix comments on same line causing ignore to break --- Actionscript.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index 11e612e985..5d947ca887 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -1,9 +1,8 @@ # Build and Release Folders -bin/ bin-debug/ bin-release/ -[Oo]bj/ # FlashDevelop obj -[Bb]in/ # FlashDevelop bin +[Oo]bj/ +[Bb]in/ # Other files and folders .settings/ From 5d0e2b713f2adfd4011bd750347b1842d81693cc Mon Sep 17 00:00:00 2001 From: CodeNotFound <9015796+CodeNotFoundException@users.noreply.github.com> Date: Sat, 12 Aug 2017 05:48:48 +0200 Subject: [PATCH 0742/1016] Adds .gitignore rules for AxoCover AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created: - settings in settings.json - sub-folders into **run** folder which contain code coverage results. All content into **.axoCover** folder must be ignored except the **settings.json** file. --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 89c6605488..f652b45c2e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -116,6 +116,10 @@ _TeamCity* # DotCover is a Code Coverage Tool *.dotCover +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + # Visual Studio code coverage results *.coverage *.coveragexml From aba6a6d354fa342fea959e08ece0792398a86060 Mon Sep 17 00:00:00 2001 From: Pei-lun Date: Mon, 14 Aug 2017 10:02:05 +0800 Subject: [PATCH 0743/1016] '*.tfstate.*.backup' added to Terraform.gitignore --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 41859c81f1..f20453be96 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,5 +1,6 @@ # Compiled files *.tfstate +*.tfstate.*.backup *.tfstate.backup # Module directory From 8a11b10f5ae9d2f159684b68aa68fff58f9d8fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Wed, 16 Aug 2017 17:38:05 +0200 Subject: [PATCH 0744/1016] Add QML and JS cache files to Qt.gitignore --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5fa47c5a1f..fe67fdf1ee 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -26,6 +26,8 @@ moc_*.cpp moc_*.h qrc_*.cpp ui_*.h +*.qmlc +*.jsc Makefile* *build-* From 91d3006e953e338d5e1c725f1ea8fce18bd264db Mon Sep 17 00:00:00 2001 From: Denis Date: Sun, 20 Aug 2017 10:44:48 +0300 Subject: [PATCH 0745/1016] Add default file, README in libraries and translations in Drupal --- Drupal.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index 0d2fe537f4..072b683190 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,10 +1,12 @@ # Ignore configuration files that may contain sensitive information. sites/*/*settings*.php +sites/example.sites.php # Ignore paths that contain generated content. files/ sites/*/files sites/*/private +sites/*/translations # Ignore default text files robots.txt @@ -16,6 +18,7 @@ robots.txt /UPGRADE.txt /README.txt sites/README.txt +sites/all/libraries/README.txt sites/all/modules/README.txt sites/all/themes/README.txt From d31c40e447eff8c8140fe776a53da57f9f543af7 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Tue, 22 Aug 2017 23:58:27 +0200 Subject: [PATCH 0746/1016] Updating Swift.gitignore with Package.resolved --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index d534044939..161179bff3 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -37,6 +37,7 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ # Package.pins +# Package.resolved .build/ # CocoaPods From 1d0f9ccd7a5cc4681ce0e18b65028ff34c195921 Mon Sep 17 00:00:00 2001 From: Renjith S Raj Date: Tue, 29 Aug 2017 05:33:33 +0000 Subject: [PATCH 0747/1016] updated static and media files in django section --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5f1..de1beb0264 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,6 +51,8 @@ coverage.xml # Django stuff: *.log +.static_storage/ +.media/ local_settings.py # Flask stuff: From 89448d709bcf380c7fa296d2ffb7793129b7e535 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Tue, 29 Aug 2017 23:23:24 +0200 Subject: [PATCH 0748/1016] Nanoc: Ignore tmp/nanoc/, not tmp/ --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index 3f36ea2a87..6f35daaf47 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -4,7 +4,7 @@ output/ # Temporary file directory -tmp/ +tmp/nanoc/ # Crash Log crash.log From e68f3c0984f96ab262db7871f23a818ca0c097e2 Mon Sep 17 00:00:00 2001 From: Ricky de Laveaga Date: Thu, 31 Aug 2017 16:51:26 -0700 Subject: [PATCH 0749/1016] Node - update Compiled binary addons link to https Node.gitignore build/Release Compiled binary addons: http to https https://nodejs.org/api/addons.html --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 00cbbdf53f..97e2873689 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -29,7 +29,7 @@ bower_components # node-waf configuration .lock-wscript -# Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories From d0e95a023d6a6e7217794432ec83a262045f96f4 Mon Sep 17 00:00:00 2001 From: Fabio Ricali Date: Thu, 7 Sep 2017 18:55:03 +0200 Subject: [PATCH 0750/1016] Adds some files --- ExtJs.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExtJs.gitignore b/ExtJs.gitignore index c92aea0fe0..ab97a8cc3e 100644 --- a/ExtJs.gitignore +++ b/ExtJs.gitignore @@ -10,3 +10,5 @@ ext/ modern.json modern.jsonp resources/sass/.sass-cache/ +resources/.arch-internal-preview.css +.arch-internal-preview.css From a085c7da43ca2e52e6f4b617d0096590eb5d4569 Mon Sep 17 00:00:00 2001 From: Ryan Meredith Date: Tue, 12 Sep 2017 01:29:04 -0400 Subject: [PATCH 0751/1016] Remove double-spaced lines --- Qt.gitignore | 2 -- ZendFramework.gitignore | 1 - 2 files changed, 3 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index fe67fdf1ee..037a1e7579 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -31,11 +31,9 @@ ui_*.h Makefile* *build-* - # Qt unit tests target_wrapper.* - # QtCreator *.autosave diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 80adb15490..f0b7d8585b 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -19,7 +19,6 @@ temp/ data/DoctrineORMModule/Proxy/ data/DoctrineORMModule/cache/ - # Legacy ZF1 demos/ extras/documentation From 1776050f705ebee57592d328e00a99984136b0b5 Mon Sep 17 00:00:00 2001 From: Qingyu Deng Date: Tue, 12 Sep 2017 14:59:52 +0800 Subject: [PATCH 0752/1016] Fix failure to ignore simulink autosave file `.autosave` does not match the name of autosave file generated by simulink. A leading asterisk(*) is needed to match such name. --- Global/Matlab.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 09dfde64b5..cca150a88d 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -19,4 +19,4 @@ slprj/ octave-workspace # Simulink autosave extension -.autosave +*.autosave From 14a95b9bcbeee3c9e0b33e42252128d98ee1073e Mon Sep 17 00:00:00 2001 From: KINSANG CHING Date: Fri, 15 Sep 2017 12:45:14 +0800 Subject: [PATCH 0753/1016] Update OCaml.gitignore Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common --- OCaml.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index f7817ae5c3..da0b20424a 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -18,3 +18,6 @@ _build/ # oasis generated files setup.data setup.log + +# Merlin configuring file for Vim and Emacs +.merlin From cf91e98459459f38bb8e0d46b8a87bbbfefd7dad Mon Sep 17 00:00:00 2001 From: KINSANG CHING Date: Wed, 20 Sep 2017 10:37:54 +0800 Subject: [PATCH 0754/1016] Update Autotools.gitignore add files generated by the autotool m4. --- Autotools.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index e3923f96fc..ffa6ecc3f9 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -31,3 +31,12 @@ Makefile.in # http://www.gnu.org/software/texinfo /texinfo.tex + +# http://www.gnu.org/software/m4/ + +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +autom4te.cache From 54fbcf0e8d696432f5eafcd9ecaa62a3ab520543 Mon Sep 17 00:00:00 2001 From: jimbob7198 Date: Wed, 20 Sep 2017 16:05:57 +0100 Subject: [PATCH 0755/1016] Add exclusion of Visual Studio trace files (*.e2e) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9fb31cb3c1..0867ec5a7e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -96,6 +96,9 @@ ipch/ *.vspx *.sap +# Visual Studio Trace Files +*.e2e + # TFS 2012 Local Workspace $tf/ From 77145f787f311efa66c570c5ffadea10a429bf21 Mon Sep 17 00:00:00 2001 From: Mohammad Alhobayyeb Date: Sun, 8 Oct 2017 10:52:58 +0300 Subject: [PATCH 0756/1016] Commenting out Android keystore files Android keystore files are critical and losing them is destructive. They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 520a86352f..c79ba5080a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -41,7 +41,8 @@ captures/ .idea/libraries # Keystore files -*.jks +# Uncomment the following line if you do not want to check your keystore files in. +#*.jks # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild From c4fb255a8d1415c0c3cd795d1125c8ff2d2a9b82 Mon Sep 17 00:00:00 2001 From: flowonyx Date: Mon, 16 Oct 2017 01:42:37 +0200 Subject: [PATCH 0757/1016] Fixed typos in README.md There were just a couple of typos in the README that I fixed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68afeff0ea..322a4ab359 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Global (operating system or editor specific) templates should go into the ## Contributing guidelines -We’d love you to help us improve this project. To help us keep this collection +We’d love for you to help us improve this project. To help us keep this collection high quality, we request that contributions adhere to the following guidelines. - **Provide a link to the application or project’s homepage**. Unless it’s @@ -42,7 +42,7 @@ high quality, we request that contributions adhere to the following guidelines. 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 +- **Please consider the scope of your change**. If your change is 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 editor, tool, or operating system. From 301da25ffd6f9af59de7050d01941c80e44ee154 Mon Sep 17 00:00:00 2001 From: synepis Date: Wed, 18 Oct 2017 14:38:08 +0100 Subject: [PATCH 0758/1016] Ignore Nuget package directory name casing It looks like VS2017 changed it's nuget package directory name to be capitalized. When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing. --- VisualStudio.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0867ec5a7e..509668db67 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -171,11 +171,11 @@ PublishScripts/ # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore -**/packages/* +**/[Pp]ackages/* # except build/, which is used as an MSBuild target. -!**/packages/build/ +!**/[Pp]ackages/build/ # Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config +#!**/[Pp]ackages/repositories.config # NuGet v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets From b9efdd7d9481f1d04599ab2980275798dab81ec4 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Mon, 23 Oct 2017 11:37:18 +0330 Subject: [PATCH 0759/1016] Change desktop.ini to [Dd]esktop.ini --- Global/Windows.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index dff26a9ab7..846a1db836 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -7,7 +7,7 @@ ehthumbs_vista.db *.stackdump # Folder config file -Desktop.ini +[Dd]esktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ From 3bb1ab44b38f529fc29efa40e04534eb0cf0b788 Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 23 Oct 2017 22:43:41 -0700 Subject: [PATCH 0760/1016] Remove .glide/ ignore This was a workaround for https://github.com/Masterminds/glide/issues/736 Signed-off-by: bndw --- Go.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index a1338d6851..ea58090bd2 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -9,6 +9,3 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - -# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 -.glide/ From ca57c447a31517199695aa7c0177047f43751a47 Mon Sep 17 00:00:00 2001 From: Clifford Date: Fri, 27 Oct 2017 17:55:29 -0500 Subject: [PATCH 0761/1016] Fix link to go to current anchor --- Composer.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Composer.gitignore b/Composer.gitignore index c422267842..a67d42b32f 100644 --- a/Composer.gitignore +++ b/Composer.gitignore @@ -1,6 +1,6 @@ composer.phar /vendor/ -# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file +# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # composer.lock From dca471d597d33cb100db03c586388762baabd4c7 Mon Sep 17 00:00:00 2001 From: Han Tuzun Date: Sun, 29 Oct 2017 22:26:00 +0200 Subject: [PATCH 0762/1016] Update Terraform.gitignore Improvements: * `.terraform` directories could be created in any subdirectory when user runs `terraform init`. * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern. * `*.tfvars` files often contain private data and not supposed to be committed. --- Terraform.gitignore | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b5aebb1b3..1fef4ab91e 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,10 +1,9 @@ -# Compiled files -*.tfstate -*.tfstate.*.backup -*.tfstate.backup +# Local .terraform directories +**/.terraform/* -# Module directory -.terraform/ +# .tfstate files +*.tfstate +*.tfstate.* -# Variable values for development -terraform.tfvars +# .tfvars files +*.tfvars From 887051cabf967009a7f81c0d1132a61461d0f102 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 01:16:31 +0000 Subject: [PATCH 0763/1016] spelling: intellij --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index c79ba5080a..addf405e4f 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -32,7 +32,7 @@ proguard/ # Android Studio captures folder captures/ -# Intellij +# IntelliJ *.iml .idea/workspace.xml .idea/tasks.xml From 657c2b3a1f3829c0b3eed7cd0559571765bc106b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 01:20:10 +0000 Subject: [PATCH 0764/1016] spelling: utils --- Perl.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index 9bf1537f6a..ecf66f8429 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -24,7 +24,7 @@ Build.bat # Module::Install inc/ -# ExtUitls::MakeMaker +# ExtUtils::MakeMaker /blib/ /_eumm/ /*.gz From 33f2a7108f0e49f4010c980b661f53ba8c540c19 Mon Sep 17 00:00:00 2001 From: Chris Lush Date: Thu, 9 Nov 2017 15:35:03 +0000 Subject: [PATCH 0765/1016] Revert "Remove Composer's file and directory." This reverts commit 5b83681411d95d9302a3e0414efe82c6b4549d26. --- Symfony.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 85fd714a96..d098259ffb 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,6 +25,7 @@ /bin/* !bin/console !bin/symfony_requirements +/vendor/ # Assets and user uploads /web/bundles/ @@ -37,6 +38,9 @@ # Build data /build/ +# Composer PHAR +/composer.phar + # Backup entities generated with doctrine:generate:entities command **/Entity/*~ From 238d3a6861679586dd5b0c2b1a22cc70038ecf07 Mon Sep 17 00:00:00 2001 From: Dean Butcher Date: Tue, 14 Nov 2017 21:57:28 -0400 Subject: [PATCH 0766/1016] Ignore Visual Studio 2017 generated files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db67..a5dc7cff3e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,6 +29,9 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +# Visual Studio 2017 auto generated files +Generated\ Files/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* From bc18e2f16f1575ad7d08b12cfe05a2cd40ad90cb Mon Sep 17 00:00:00 2001 From: Noctis- Date: Thu, 16 Nov 2017 09:09:25 +1000 Subject: [PATCH 0767/1016] Update comment --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db67..1dad4e1822 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -24,7 +24,7 @@ bld/ [Oo]bj/ [Ll]og/ -# Visual Studio 2015 cache/options directory +# Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ From 91c39c4151a645cd5e4e6af3aaf6b0559363c3a7 Mon Sep 17 00:00:00 2001 From: Aayush Kapoor Date: Fri, 17 Nov 2017 21:51:29 +0530 Subject: [PATCH 0768/1016] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db67..faffa6c59c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -247,7 +247,7 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# Typescript v1 declaration files +# TypeScript v1 declaration files typings/ # Visual Studio 6 build log From dc559d66a27e5fe3000cbc85b0cca8698b45a968 Mon Sep 17 00:00:00 2001 From: Pavel Halbich Date: Fri, 24 Nov 2017 00:08:29 +0100 Subject: [PATCH 0769/1016] Include Plugins folder --- UnrealEngine.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6c6e1c327f..1daca8b50d 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -50,6 +50,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* +Plugins/*/Binaries/* # Builds Build/* @@ -70,6 +71,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* +Plugins/*/Intermediate/* # Cache files for the editor to use DerivedDataCache/* From 65b8b3b6fe3adf896243da21c72d0a46dd8a76cf Mon Sep 17 00:00:00 2001 From: Denis Peshkov Date: Wed, 29 Nov 2017 02:47:25 +0200 Subject: [PATCH 0770/1016] Update VisualStudio.gitignore (#2510) * Update VisualStudio.gitignore --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bf60989375..b169d4ebcd 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -54,6 +54,10 @@ project.fragment.lock.json artifacts/ **/Properties/launchSettings.json +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio *_i.c *_p.c *_i.h From 28372f7d3b4b89f4ab1f2b12e5231c7b280e848b Mon Sep 17 00:00:00 2001 From: Chris Mower Date: Wed, 29 Nov 2017 00:51:19 +0000 Subject: [PATCH 0771/1016] TeX.gitignore modification for Emacs users (#2491) * without . the auto directory is still considered for commits * small addition that ensures all Emacs-Lisp files (.el files) are ignored --- TeX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index b6418e5176..a083b9b4b8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -215,7 +215,8 @@ TSWLatexianTemp* *~[0-9]* # auto folder when using emacs and auctex -/auto/* +./auto/* +*.el # expex forward references with \gathertags *-tags.tex From 9e0c53270ade84ca1bbd2fbdfb290ba382fa2514 Mon Sep 17 00:00:00 2001 From: Caio Proiete Date: Tue, 28 Nov 2017 20:51:55 -0400 Subject: [PATCH 0772/1016] Add sccprj/ folder to global MATLAB.gitignore (#2493) --- Global/Matlab.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index cca150a88d..7996ad5058 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -1,5 +1,5 @@ ##--------------------------------------------------- -## Remove autosaves generated by the Matlab editor +## Remove autosaves generated by the MATLAB editor ## We have git for backups! ##--------------------------------------------------- @@ -14,6 +14,7 @@ # Simulink Code Generation slprj/ +sccprj/ # Session info octave-workspace From 3650f4756957fa929511b3637cb46d3c70f64bdf Mon Sep 17 00:00:00 2001 From: Sadhan Sarma Date: Wed, 29 Nov 2017 06:22:56 +0530 Subject: [PATCH 0773/1016] added logs and devel directories to .gitignore (#2497) --- ROS.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROS.gitignore b/ROS.gitignore index f8bcd11737..425641f2c3 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -1,3 +1,5 @@ +devel/ +logs/ build/ bin/ lib/ From 825714ceda526b33f811b3bd55b2e6a86f70e6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=20Minh=20Nh=E1=BB=B1t?= Date: Wed, 29 Nov 2017 08:00:43 +0700 Subject: [PATCH 0774/1016] Add *.sta (standalone packages) for TeX (#2484) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index a083b9b4b8..9bb6336561 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -220,3 +220,6 @@ TSWLatexianTemp* # expex forward references with \gathertags *-tags.tex + +# standalone packages +*.sta From e0c2baea55e9537dbc50e834a090da34c4229841 Mon Sep 17 00:00:00 2001 From: Matthew Wallace <1502616@abertay.ac.uk> Date: Wed, 29 Nov 2017 01:01:40 +0000 Subject: [PATCH 0775/1016] Update Unity.gitignore (#2502) Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder. --- Unity.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index eb83a8f122..b9e16b5302 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,9 +1,9 @@ -/[Ll]ibrary/ -/[Tt]emp/ -/[Oo]bj/ -/[Bb]uild/ -/[Bb]uilds/ -/Assets/AssetStoreTools* +*/[Ll]ibrary/ +*/[Tt]emp/ +*/[Oo]bj/ +*/[Bb]uild/ +*/[Bb]uilds/ +*/Assets/AssetStoreTools* # Visual Studio 2015 cache directory /.vs/ From c84ba706520c6163e42177c2d493ce9b91fdd2d4 Mon Sep 17 00:00:00 2001 From: James Reed Date: Tue, 28 Nov 2017 17:03:18 -0800 Subject: [PATCH 0776/1016] Ignore Unity generated '*.pdb.meta' files for '*.pdb' files (#2486) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index b9e16b5302..143729295b 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -25,6 +25,7 @@ ExportedObj/ # Unity3D generated meta files *.pidb.meta +*.pdb.meta # Unity3D Generated File On Crash Reports sysinfo.txt From d9679b982edc23254f8e546869041a0da55125e0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 28 Nov 2017 20:04:15 -0500 Subject: [PATCH 0777/1016] Add cabal.project.local~ to Haskell.gitignore (#2479) --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index eee88b2f0f..82f3a88e17 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -17,5 +17,6 @@ cabal.sandbox.config *.eventlog .stack-work/ cabal.project.local +cabal.project.local~ .HTF/ .ghc.environment.* From 86e01548dd97d6a1b5fc9ad303f10111b17ce0a9 Mon Sep 17 00:00:00 2001 From: Tuomas-Matti Soikkeli Date: Wed, 29 Nov 2017 03:08:59 +0200 Subject: [PATCH 0778/1016] Add ignore for Azure Stream Analytics local run output folder (#2498) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b169d4ebcd..6217e6c48e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -310,3 +310,6 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ From dc0ca6d8d5e61dae1bd051f9a99c1414890069f6 Mon Sep 17 00:00:00 2001 From: Matthew Wallace <1502616@abertay.ac.uk> Date: Wed, 29 Nov 2017 21:36:52 +0000 Subject: [PATCH 0779/1016] Fixing .gitignore (#2531) * Update Unity.gitignore Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder. * removed wildcards from Unity's .gitignore --- Unity.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 143729295b..75e5b1405d 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,9 +1,9 @@ -*/[Ll]ibrary/ -*/[Tt]emp/ -*/[Oo]bj/ -*/[Bb]uild/ -*/[Bb]uilds/ -*/Assets/AssetStoreTools* +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +Assets/AssetStoreTools* # Visual Studio 2015 cache directory /.vs/ From ea2aa40cb4620e334a87e8494e03d0e7d1ec11df Mon Sep 17 00:00:00 2001 From: Augusto Daniele Date: Tue, 5 Dec 2017 17:40:27 -0300 Subject: [PATCH 0780/1016] Update Jekyll.gitignore (#2540) Add .jekyll-cache/ as per envygeeks/jekyll-assets --- Jekyll.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 5c91b60c06..2ca868298c 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -1,3 +1,4 @@ _site/ .sass-cache/ +.jekyll-cache/ .jekyll-metadata From 6fa7f9416d2c5bd0dbc651ea3f88ccd3ef91024e Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Wed, 13 Dec 2017 23:37:34 +0100 Subject: [PATCH 0781/1016] ignore MSBuild Binary and Structured Log (#2549) ref http://msbuildlog.com/ --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6217e6c48e..3ecb13b930 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -313,3 +313,7 @@ OpenCover/ # Azure Stream Analytics local run output ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + From 15d9a616ae9052559b86605f5a12f7b94bf73797 Mon Sep 17 00:00:00 2001 From: Richard Thompson Date: Fri, 15 Dec 2017 02:09:14 +0000 Subject: [PATCH 0782/1016] Ignoring the models builder out of date flag (#2543) The out of date models flag is automatically generated by the system, we don't want this in Git --- Umbraco.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index b6b0743f62..c039262671 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -21,3 +21,6 @@ # ImageProcessor DiskCache **/App_Data/cache/ + +# Ignore the Models Builder models out of date flag +**/App_Data/Models/ood.flag From 0a4fc9c0ef24efe6aa7ed6c42f4c03de938a08fa Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 14 Dec 2017 21:11:09 -0500 Subject: [PATCH 0783/1016] Ignore node_modules (#2538) Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git. --- Rails.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 42aeb55000..828ab1d556 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -42,3 +42,7 @@ bower.json # Ignore Byebug command history file. .byebug_history + +# Ignore node_modules +node_modules/ + From 33670c672dd6de056119b115123af4fd83150f57 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Fri, 15 Dec 2017 02:11:47 +0000 Subject: [PATCH 0784/1016] Update Matlab.gitignore (#2533) Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders. --- Global/Matlab.gitignore | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 7996ad5058..d87a6bdbee 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -1,8 +1,3 @@ -##--------------------------------------------------- -## Remove autosaves generated by the MATLAB editor -## We have git for backups! -##--------------------------------------------------- - # Windows default autosave extension *.asv @@ -12,12 +7,19 @@ # Compiled MEX binaries (all platforms) *.mex* -# Simulink Code Generation +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ + +# Simulink code generation folders slprj/ sccprj/ -# Session info -octave-workspace - # Simulink autosave extension *.autosave + +# Octave session info +octave-workspace From 9d51cf8de74307a34dee14d3bb9fc932e3160457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=AD=A3=E9=A3=9E=E9=BE=99?= Date: Mon, 18 Dec 2017 13:08:31 +0800 Subject: [PATCH 0785/1016] Add "cmake-build-release/" to Jetbrains.gitignore (#2552) --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 345e61ae3f..a30eacf1d9 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -21,6 +21,7 @@ # CMake cmake-build-debug/ +cmake-build-release/ # Mongo Explorer plugin: .idea/**/mongoSettings.xml From 1a9f616ce525987555d43c72d59eb830d1856bd7 Mon Sep 17 00:00:00 2001 From: Mostafa Soufi Date: Thu, 21 Dec 2017 02:00:58 +0330 Subject: [PATCH 0786/1016] Added Must Use Plugins to gotignore (#2553) https://codex.wordpress.org/Must_Use_Plugins --- WordPress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/WordPress.gitignore b/WordPress.gitignore index 97923503c4..3b181ec0cf 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -7,6 +7,7 @@ wp-content/blogs.dir/ wp-content/cache/ wp-content/upgrade/ wp-content/uploads/ +wp-content/mu-plugins/ wp-content/wp-cache-config.php wp-content/plugins/hello.php From de2539a72970d6a140850a33d59de537362da284 Mon Sep 17 00:00:00 2001 From: PTS93 Date: Tue, 26 Dec 2017 00:24:52 +0100 Subject: [PATCH 0787/1016] Added a few common CAM file extensions (#2555) --- Eagle.gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Eagle.gitignore b/Eagle.gitignore index 9ced126026..9afc324d6a 100644 --- a/Eagle.gitignore +++ b/Eagle.gitignore @@ -4,6 +4,9 @@ *.s#? *.b#? *.l#? +*.b$? +*.s$? +*.l$? # Eagle project file # It contains a serial number and references to the file structure @@ -31,14 +34,19 @@ eagle.epf *.drl *.gpi *.pls +*.ger +*.gpi +*.xln *.drd *.drd.* +*.s#* +*.b#* + *.info *.eps # file locks introduced since 7.x *.lck - From 7d42effdebb0faea3ba5871c52fd93961dcfdab1 Mon Sep 17 00:00:00 2001 From: toby Date: Tue, 26 Dec 2017 03:30:10 +0000 Subject: [PATCH 0788/1016] Add *.snk strong name key files (#2483) * Add *.snk strong name key files Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher. I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule. * Make use of *.snk optional Add note explaining use. * Reduce explanation Just use a link instead --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3ecb13b930..d3d5371b41 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -219,6 +219,10 @@ ClientBin/ *.publishsettings orleans.codegen.cs +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ From ade08baee2cf60afd794432b3e779fe5844c545d Mon Sep 17 00:00:00 2001 From: Rafi Wiener Date: Tue, 26 Dec 2017 11:34:18 +0200 Subject: [PATCH 0789/1016] Update Eclipse.gitignore (#2556) * Update Eclipse.gitignore * Update Eclipse.gitignore --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index ce1c12cdb7..0eb8a5e857 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,6 +23,9 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject +# CDT- autotools +.autotools + # Java annotation processor (APT) .factorypath From 7c0cf6d9ec0399fd9f195130c84c55f94ed6501f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=A4=A9=E7=BF=BC?= Date: Mon, 1 Jan 2018 00:35:21 +0800 Subject: [PATCH 0790/1016] Ignore parcel-bundler cache --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 97e2873689..2ceae0f2c1 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# parcel-bundler cache (https://parceljs.org/) +.cache From b25db7156bc4a76f4380c72965bdf4178a2aa920 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 1 Jan 2018 20:57:36 +0100 Subject: [PATCH 0791/1016] Go: Add '*.exe~' to .gitignore When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix. https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170 --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index ea58090bd2..f1c181ec9c 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,6 @@ # Binaries for programs and plugins *.exe +*.exe~ *.dll *.so *.dylib From 7272fe439b6b3d8f525aa5a2c5e6262899c02b78 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 1 Jan 2018 14:26:54 -0800 Subject: [PATCH 0792/1016] Update Node.gitignore --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 97e2873689..d1bed128fa 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# next.js build output +.next From 430b19e374f2cc292b962dcc63774c8ae2413bf4 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Thu, 4 Jan 2018 04:57:41 +0200 Subject: [PATCH 0793/1016] New template file for Images --- Global/Images.gitignore | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Global/Images.gitignore diff --git a/Global/Images.gitignore b/Global/Images.gitignore new file mode 100644 index 0000000000..97dcdbe6a9 --- /dev/null +++ b/Global/Images.gitignore @@ -0,0 +1,63 @@ +# JPEG +*.jpg +*.jpeg +*.jpe +*.jif +*.jfif +*.jfi + +# JPEG 2000 +*.jp2 +*.j2k +*.jpf +*.jpx +*.jpm +*.mj2 + +# JPEG XR +*.jxr +*.hdp +*.wdp + +# Graphics Interchange Format +*.gif + +# RAW +*.raw + +# Web P +*.webp + +# Portable Network Graphics +*.png + +# Animated Portable Network Graphics +*.apng + +# Multiple-image Network Graphics +*.mng + +# Tagged Image File Format +*.tiff +*.tif + +# Scalable Vector Graphics +*.svg +*.svgz + +# Portable Document Format +*.pdf + +# X BitMap +*.xbm + +# BMP +*.bmp +*.dib + +# ICO +*.ico + +# 3D Images +*.3dm +*.max From ae7feb6f26384605e911f8a037f6d42d929ac399 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Thu, 4 Jan 2018 05:07:49 +0200 Subject: [PATCH 0794/1016] New template file for Backup file formats --- Global/Backup.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/Backup.gitignore diff --git a/Global/Backup.gitignore b/Global/Backup.gitignore new file mode 100644 index 0000000000..93e47d8286 --- /dev/null +++ b/Global/Backup.gitignore @@ -0,0 +1,4 @@ +*.bak +*.gho +*.ori +*.tmp From 94f0d69b6fcced8982eb50ecec7cae5523fee095 Mon Sep 17 00:00:00 2001 From: mbukejlovic Date: Thu, 4 Jan 2018 10:26:19 +0100 Subject: [PATCH 0795/1016] Fixed the unignore of folder 'packages' Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort. --- Umbraco.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index c039262671..10fc2b4d82 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -16,8 +16,8 @@ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this -!**/App_Data/[Pp]ackages/ -!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages +!**/App_Data/[Pp]ackages/* +!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* # ImageProcessor DiskCache **/App_Data/cache/ From 31848ebd63e7091c88be039eaa9d8b8d345f85e6 Mon Sep 17 00:00:00 2001 From: jerzywie Date: Thu, 11 Jan 2018 10:23:14 +0000 Subject: [PATCH 0796/1016] Add .nvuser NVidia Nsight configuration file --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b41..1057235f13 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -321,3 +321,5 @@ ASALocalRun/ # MSBuild Binary and Structured Log *.binlog +# NVidia Nsight GPU debugger configuration file +*.nvuser From 690942a76ec0e936db58461e70836ddc8fd3495c Mon Sep 17 00:00:00 2001 From: Chih-Yung Liang Date: Fri, 12 Jan 2018 08:01:52 +0800 Subject: [PATCH 0797/1016] Remove two ignores for Python/Django Both are neither python-specific nor django-specific: - .static_storage - .media --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index af2f537516..4c31166e27 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -52,8 +52,6 @@ coverage.xml # Django stuff: *.log -.static_storage/ -.media/ local_settings.py # Flask stuff: From 27b2d19960b0a338d3f02fe1fd09470981f8acd7 Mon Sep 17 00:00:00 2001 From: Ruttanachai Auitragool Date: Fri, 12 Jan 2018 15:54:34 +0700 Subject: [PATCH 0798/1016] Update Android.gitignore Add fastlane in Android gitignore --- Android.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index addf405e4f..d57137223e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -54,3 +54,10 @@ google-services.json freeline.py freeline/ freeline_project_description.json + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/readme.md From 4cd348e3218e50f9b659af3ef00b84c9dce23dc5 Mon Sep 17 00:00:00 2001 From: Felipe Meneguzzi Date: Tue, 16 Jan 2018 09:24:56 -0200 Subject: [PATCH 0799/1016] Update TeX.gitignore Added a temporary file used in MacTeX --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 9bb6336561..5359e544bc 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -10,6 +10,7 @@ *.fot *.cb *.cb2 +.*.lb ## Intermediate documents: *.dvi From 4c35119bfb6ad19eea3af690347483e8d4590140 Mon Sep 17 00:00:00 2001 From: raterus <34514523+raterus@users.noreply.github.com> Date: Fri, 19 Jan 2018 13:01:32 -0500 Subject: [PATCH 0800/1016] Add rptproj.rptuser The VS 2017 version of the Business Intelligence project contains a user file (*.rptproj.rptuser) that should be ignored as well --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b41..3a843ad581 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -247,6 +247,7 @@ UpgradeLog*.htm *.rdl.data *.bim.layout *.bim_*.settings +*.rptproj.rsuser # Microsoft Fakes FakesAssemblies/ From 4162c93865c81164fcab83b5ea0fa0b3fd38453d Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Fri, 26 Jan 2018 11:32:59 +0100 Subject: [PATCH 0801/1016] Added ignore for files created by `catkin_make_isolated` Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well. --- ROS.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROS.gitignore b/ROS.gitignore index 425641f2c3..35d74bb771 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -13,6 +13,8 @@ msg/*Feedback.msg msg/*Goal.msg msg/*Result.msg msg/_*.py +build_isolated/ +devel_isolated/ # Generated by dynamic reconfigure *.cfgc From 415d7322307917704c865e36628973e797642a65 Mon Sep 17 00:00:00 2001 From: komaflash // ec8or Date: Tue, 30 Jan 2018 10:02:51 +0100 Subject: [PATCH 0802/1016] Added "ServiceFabricBackup/" The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b41..c49041ff7d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -237,6 +237,7 @@ _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm +ServiceFabricBackup/ # SQL Server files *.mdf From 91654d4e53a78e0b571c0ee8bca9ee93d38cde01 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 31 Jan 2018 20:26:54 -0500 Subject: [PATCH 0803/1016] Add `.dart_tool/` Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788 --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 4d2a4d6db7..58950beb4f 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,6 +1,7 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub +.dart_tool/ .packages .pub/ build/ From f651f0d3eef062a8592e017a194e703d93f3e5c9 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 4 Feb 2018 17:01:22 +0900 Subject: [PATCH 0804/1016] Add ignore '.pytest_cache' directory in Unit test section --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index af2f537516..b989be6ca1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo From ca82236eb8e6e1ba0423f33ad29b67b1cd31b74b Mon Sep 17 00:00:00 2001 From: Nathan Floris Copier Date: Mon, 5 Feb 2018 19:23:52 -0700 Subject: [PATCH 0805/1016] Fixes WebStorm capitalization in comment On line 1, WebStorm is capitalized the same way as the other IDE names. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a30eacf1d9..2e29437fd0 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: From 2170a0447b724c210960395f39d9ad76c3fd44e3 Mon Sep 17 00:00:00 2001 From: "Dmitriy \"DK\" Korobskiy" Date: Wed, 7 Feb 2018 11:05:42 -0500 Subject: [PATCH 0806/1016] .idea/**/datasources.xml is now safe to store Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in `datasources.xml` and it makes sense to version control to share project data sources among the team. `dataSources.local.xml` is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain. References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839, https://youtrack.jetbrains.com/issue/IDEA-127105 --- Global/JetBrains.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 2e29437fd0..9c01e12b05 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -9,7 +9,6 @@ # Sensitive or high-churn files: .idea/**/dataSources/ .idea/**/dataSources.ids -.idea/**/dataSources.xml .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml From 82caf7ce6700cbf2dabcdd3079432bb6ab95440c Mon Sep 17 00:00:00 2001 From: dgabbe Date: Mon, 12 Feb 2018 11:47:41 -0500 Subject: [PATCH 0807/1016] Exclude secret deployment key in rsconnect/ Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details. --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index fcff087aeb..26fad6fadf 100644 --- a/R.gitignore +++ b/R.gitignore @@ -31,3 +31,6 @@ vignettes/*.pdf # Temporary files created by R markdown *.utf8.md *.knit.md + +# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html +rsconnect/ From 6d6dce75f8ec06bcd18e6fbceb9c2278a32f23a8 Mon Sep 17 00:00:00 2001 From: davidebeatrici Date: Tue, 13 Feb 2018 00:22:21 +0100 Subject: [PATCH 0808/1016] Qt: Remove extra empty lines --- Qt.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 037a1e7579..967c468d4b 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -1,5 +1,4 @@ # C++ objects and libs - *.slo *.lo *.o @@ -11,7 +10,6 @@ *.dylib # Qt-es - object_script.*.Release object_script.*.Debug *_plugin_import.cpp @@ -35,7 +33,6 @@ Makefile* target_wrapper.* # QtCreator - *.autosave # QtCtreator Qml @@ -44,4 +41,3 @@ target_wrapper.* # QtCtreator CMake CMakeLists.txt.user* - From 2e3f1955d2c438157a024d2136895d54f91c877f Mon Sep 17 00:00:00 2001 From: davidebeatrici Date: Mon, 12 Feb 2018 03:22:09 +0100 Subject: [PATCH 0809/1016] Qt: Correct typo "QtCtreator" to "QtCreator" --- Qt.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 967c468d4b..5291a385b2 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -35,9 +35,9 @@ target_wrapper.* # QtCreator *.autosave -# QtCtreator Qml +# QtCreator Qml *.qmlproject.user *.qmlproject.user.* -# QtCtreator CMake +# QtCreator CMake CMakeLists.txt.user* From 2e7e0bb4f2681aa45b01db9b5f011cafd563a9da Mon Sep 17 00:00:00 2001 From: Quique Fdez Guerra Date: Thu, 22 Feb 2018 18:09:53 +0100 Subject: [PATCH 0810/1016] Remove typings ignore Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types. On the other hand the official Visual Studio ignore is not ignoring this folder. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c49041ff7d..8e930f59c4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -259,9 +259,6 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# TypeScript v1 declaration files -typings/ - # Visual Studio 6 build log *.plg From 8ac0a9b09afcbe4e8886164e57916aa5324b21a7 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 23 Feb 2018 08:07:25 -0800 Subject: [PATCH 0811/1016] Joomla: don't ignore .gitignore Root .gitignore files should generally be checked in. --- Joomla.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index b6bf3a9c96..378c158bdd 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,4 +1,3 @@ -/.gitignore /.htaccess /administrator/cache/* /administrator/components/com_admin/* From 4f1daa4277de48bf45db1444faefb563449ddf99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Gim=C3=A9nez?= Date: Sat, 24 Feb 2018 18:48:24 -0300 Subject: [PATCH 0812/1016] Add {prod, dev, whatever_enviroment}.secret.exs --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index b6d65867da..86e4c3f390 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -6,3 +6,4 @@ erl_crash.dump *.ez *.beam +/config/*.secret.exs From 4f7105bd6ea55fdcc1b68d9718af31cd00446959 Mon Sep 17 00:00:00 2001 From: jtogrul Date: Sun, 25 Feb 2018 14:57:08 +0100 Subject: [PATCH 0813/1016] Ignored default sqlite database of Django --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index b989be6ca1..c99120692c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,6 +56,7 @@ coverage.xml .static_storage/ .media/ local_settings.py +db.sqlite3 # Flask stuff: instance/ From feacd863f31fc6103b738a0836e5e76502a827fa Mon Sep 17 00:00:00 2001 From: alex hall Date: Sun, 25 Feb 2018 14:55:31 -0800 Subject: [PATCH 0814/1016] Create Godot.gitignore A simple .gitignore for the Godot game engine. --- Godot.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Godot.gitignore diff --git a/Godot.gitignore b/Godot.gitignore new file mode 100644 index 0000000000..14e15289b7 --- /dev/null +++ b/Godot.gitignore @@ -0,0 +1,12 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ + +# System/tool-specific ignores +.directory +*~ From c4ed4015e674101690b7274d0e5d49d1cc43475f Mon Sep 17 00:00:00 2001 From: "Wesley T. Honeycutt" Date: Thu, 1 Mar 2018 19:38:51 -0600 Subject: [PATCH 0815/1016] Added htlatex for TeX.gitignore --- TeX.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5359e544bc..78c1c5cd26 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -110,6 +110,14 @@ acs-*.bib *.gaux *.gtex +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + # hyperref *.brf From 60ad7088f7b41a53fbfd64f372a909dc3c8b1df1 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 2 Mar 2018 10:39:24 -0800 Subject: [PATCH 0816/1016] Fix URL in comments Points to valid URI --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 58950beb4f..7bf00e82cc 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,4 +1,4 @@ -# See https://www.dartlang.org/tools/private-files.html +# See https://www.dartlang.org/guides/libraries/private-files # Files and directories created by pub .dart_tool/ From 433d622b9fa01f7266e6785e6d246e4796a18658 Mon Sep 17 00:00:00 2001 From: alex hall Date: Wed, 7 Mar 2018 15:34:01 -0800 Subject: [PATCH 0817/1016] remove system specific ignores. --- Godot.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Godot.gitignore b/Godot.gitignore index 14e15289b7..ba45ca4582 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,7 +6,3 @@ export_presets.cfg # Mono-specific ignores .mono/ - -# System/tool-specific ignores -.directory -*~ From afa7cc29c6551e91cde4f18bef3a78a8c1d2ea9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 11 Mar 2018 10:21:27 -0300 Subject: [PATCH 0818/1016] KiCad: Add formar documentation link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 208bc4fc59..6b522fa8fb 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -1,4 +1,5 @@ # For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ # Temporary files *.000 From 820f5343c0455bcecff7f436a07e326f320bce30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 11 Mar 2018 10:22:05 -0300 Subject: [PATCH 0819/1016] KiCad: Add backup, cache and rascue formats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- KiCad.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 6b522fa8fb..198392e551 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,6 +9,10 @@ *~ _autosave-* *.tmp +*-cache.lib +*-rescue.lib +*-save.pro +*-save.kicad_pcb # Netlist files (exported from Eeschema) *.net From 962020b16ced04b1073e89da970bf9e29f0bc618 Mon Sep 17 00:00:00 2001 From: Jan Hacker Date: Tue, 13 Mar 2018 13:34:43 +0100 Subject: [PATCH 0820/1016] Update documentation link cargo.toml vs cargo.lock --- Rust.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rust.gitignore b/Rust.gitignore index 50281a4427..088ba6ba7d 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -3,7 +3,7 @@ /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 +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock # These are backup files generated by rustfmt From 7b6718742aea040842f651be9649414121b61f31 Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Thu, 15 Mar 2018 15:51:27 +0200 Subject: [PATCH 0821/1016] remove VS year from comments --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 75e5b1405d..a7c0c70a0b 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,7 +5,7 @@ [Bb]uilds/ Assets/AssetStoreTools* -# Visual Studio 2015 cache directory +# Visual Studio cache directory /.vs/ # Autogenerated VS/MD/Consulo solution and project files From 059d3235bac200ea0d59de9681f619a3fca26027 Mon Sep 17 00:00:00 2001 From: Xtreak Date: Sun, 18 Mar 2018 10:40:50 +0530 Subject: [PATCH 0822/1016] Update .gitignore with .cpcache The current clojure deps tool creates .cpcache directory in the project directory while using .deps.edn --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index a9fe6fba80..a4cb69a32c 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -11,3 +11,4 @@ pom.xml.asc .lein-plugins/ .lein-failures .nrepl-port +.cpcache/ From f2458c0901b21b19f0082907cc4d37ab2ad399ab Mon Sep 17 00:00:00 2001 From: Adrian Reyer Date: Mon, 19 Mar 2018 11:07:09 +0100 Subject: [PATCH 0823/1016] allow .ssh directory --- Global/Vim.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6d21783d47..f498c151a1 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,7 +1,8 @@ # Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] -[._]s[a-v][a-z] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] [._]sw[a-p] # Session From 3b68f7e5376ad0142f8508bb90cc6c618a8c8c35 Mon Sep 17 00:00:00 2001 From: gotonode <5214152+gotonode@users.noreply.github.com> Date: Sat, 24 Mar 2018 12:08:54 +0200 Subject: [PATCH 0824/1016] Update Node.gitignore --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index d1bed128fa..ad46b30886 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -36,7 +36,7 @@ build/Release node_modules/ jspm_packages/ -# Typescript v1 declaration files +# TypeScript v1 declaration files typings/ # Optional npm cache directory From 5713541b526e3bbdbfffe74c2a699b7b6c033c75 Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 22:55:39 +0200 Subject: [PATCH 0825/1016] Remove colons at the end of comments --- Global/JetBrains.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 9c01e12b05..1f12b05072 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,12 +1,12 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# User-specific stuff: +# User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries -# Sensitive or high-churn files: +# Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml @@ -14,7 +14,7 @@ .idea/**/dynamic.xml .idea/**/uiDesigner.xml -# Gradle: +# Gradle .idea/**/gradle.xml .idea/**/libraries @@ -22,13 +22,13 @@ cmake-build-debug/ cmake-build-release/ -# Mongo Explorer plugin: +# Mongo Explorer plugin .idea/**/mongoSettings.xml -## File-based project format: +## File-based project format *.iws -## Plugin-specific files: +## Plugin-specific files # IntelliJ out/ From 6648c555044a5f52dcf57703dc81f0cb53e74fe9 Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 22:59:15 +0200 Subject: [PATCH 0826/1016] Use one hashtag instead of two --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 1f12b05072..207f221db4 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -25,7 +25,7 @@ cmake-build-release/ # Mongo Explorer plugin .idea/**/mongoSettings.xml -## File-based project format +# File-based project format *.iws ## Plugin-specific files From ec80f6d1a66f1ab946ab6f0a94f75594f138d7af Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 23:00:01 +0200 Subject: [PATCH 0827/1016] Remove unnecessary comment --- Global/JetBrains.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 207f221db4..6489c4c7a0 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -28,8 +28,6 @@ cmake-build-release/ # File-based project format *.iws -## Plugin-specific files - # IntelliJ out/ From a0f645dd3390f88c6a42a627dac8f3194eb3ca63 Mon Sep 17 00:00:00 2001 From: linlux Date: Mon, 26 Mar 2018 12:43:10 +0200 Subject: [PATCH 0828/1016] added: *.iobj, *.ipdb "These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled." https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015 --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 219a825ece..4c27bdfcad 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -64,8 +64,10 @@ StyleCopReport.xml *.ilk *.meta *.obj +*.iobj *.pch *.pdb +*.ipdb *.pgc *.pgd *.rsp From 1af113752b6c0dfbfb748216d14d841f96b0a261 Mon Sep 17 00:00:00 2001 From: chimame Date: Wed, 28 Mar 2018 22:19:32 +0900 Subject: [PATCH 0829/1016] Add exclude credential master key of Rails 5.2 --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 828ab1d556..e62f78e17b 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -14,6 +14,7 @@ pickle-email-*.html # TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb +config/master.key # Only include if you have production secrets in this file, which is no longer a Rails default # config/secrets.yml From d3be917271206a3bd31c0cfb970c315129fab420 Mon Sep 17 00:00:00 2001 From: Terik23 Date: Wed, 28 Mar 2018 19:24:48 +0500 Subject: [PATCH 0830/1016] Add the idea caches to gitignore --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index d57137223e..6d3df3451a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -39,6 +39,7 @@ captures/ .idea/gradle.xml .idea/dictionaries .idea/libraries +.idea/caches # Keystore files # Uncomment the following line if you do not want to check your keystore files in. From c64252ad688d2903681d84e3e258bc7a9024b2f8 Mon Sep 17 00:00:00 2001 From: Hideki Ikemoto Date: Fri, 30 Mar 2018 22:18:55 +0900 Subject: [PATCH 0831/1016] JetBrains: add .idea/httpRequests This directory used by HTTP Client in IntelliJ IDEA (and other product). https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 6489c4c7a0..a83a428c84 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -45,3 +45,6 @@ com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties + +# Editor-based Rest Client +.idea/httpRequests From 54f6f8ebadbf0c63c8eb977aa087bece0b349a2b Mon Sep 17 00:00:00 2001 From: "Sah (esaalii)" Date: Sat, 31 Mar 2018 19:10:23 +0200 Subject: [PATCH 0832/1016] Update Android.gitignore Ignore .idea/assetWizardSettings.xml for Android Studio 3.1 --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index d57137223e..9f746c2cc2 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -37,6 +37,7 @@ captures/ .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml +.idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries From 88c8869b3186f63415f2834f427144647d67df41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=B6rfer?= Date: Mon, 2 Apr 2018 00:39:47 +0200 Subject: [PATCH 0833/1016] Added default annotation processing directory to Eclipse.gitignore --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 0eb8a5e857..040aaabe1b 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -47,6 +47,9 @@ local.properties # Code Recommenders .recommenders/ +# Annotation Processing +.apt_generated/ + # Scala IDE specific (Scala & Java development for Eclipse) .cache-main .scala_dependencies From 18bdb8848434d872279292c7e90e99fe192169bb Mon Sep 17 00:00:00 2001 From: Josh Kodroff Date: Wed, 4 Apr 2018 13:59:50 -0400 Subject: [PATCH 0834/1016] Remove tfvars files from Terraform.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `tfvars` files should not be gitignore-d as they are used to parameterize a Terraform root for multiple environments, e.g.: ```bash $ tree terraform/roots/vpc terraform/roots/vpc ├── env │   ├── production.tfvars │   ├── qa.tfvars │   └── staging.tfvars └── main.tf ``` There may be a use case where a particular `tfvars` file should be ignored, but there's no naming convention I'm aware of to easily designate such a file. --- Terraform.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 1fef4ab91e..428217ad0d 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,6 +4,3 @@ # .tfstate files *.tfstate *.tfstate.* - -# .tfvars files -*.tfvars From f76d82c82016dac06dd3c5c13db98ee9b8b9e21e Mon Sep 17 00:00:00 2001 From: Tim Whitbeck Date: Thu, 5 Apr 2018 08:44:07 -0400 Subject: [PATCH 0835/1016] Add shelf to JetBrains.gitignore --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a83a428c84..b09cb3dbc0 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,7 +4,8 @@ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml -.idea/dictionaries +.idea/**/dictionaries +.idea/**/shelf # Sensitive or high-churn files .idea/**/dataSources/ From 1f6879c2eee1e0c9ef695aa1744dc3396ab3d4e0 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Thu, 5 Apr 2018 12:23:00 -0500 Subject: [PATCH 0836/1016] Fix the anchor to ignore section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 322a4ab359..554835683e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the following resources are a great place to start: [man]: http://git-scm.com/docs/gitignore [help]: https://help.github.com/articles/ignoring-files -[chapter]: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +[chapter]: https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#_ignoring [progit]: http://git-scm.com/book ## Folder structure From c6c8b8db0b04461e0b3f4f27f8df677006b806ac Mon Sep 17 00:00:00 2001 From: Riva Junior Date: Sat, 7 Apr 2018 16:58:12 -0300 Subject: [PATCH 0837/1016] Add a new .msix extension Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files. References: https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/ https://github.com/Microsoft/msix-packaging --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 846a1db836..0251dd21ad 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -15,6 +15,7 @@ $RECYCLE.BIN/ # Windows Installer files *.cab *.msi +*.msix *.msm *.msp From 65f36cc6b6b9da50e663bd40a4255984c8db0869 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Sun, 8 Apr 2018 17:14:48 +0800 Subject: [PATCH 0838/1016] maven-wrapper.jar can be removed from the source see: https://github.com/takari/maven-wrapper#usage-without-binary-jar --- Maven.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Maven.gitignore b/Maven.gitignore index 5f2dbe11df..1cdc9f7fd4 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,6 +7,3 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar From 5cdf57adf7e545c6b137e6b13a2aaa4d8cbb96b1 Mon Sep 17 00:00:00 2001 From: Matthew Robbins Date: Mon, 9 Apr 2018 10:41:11 +1000 Subject: [PATCH 0839/1016] Added MFractor's working folder to VisualStudio.gitignore MFractor is a Xamarin/Visual Studio Mac productivity tool used by 1000's of Xamarin developers. The `.mfractor/` folder should not be included in source control (but often is). --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4c27bdfcad..29063cf607 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -324,3 +324,6 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ From 65bbc266474e435a1604ec1e8ec37562ba1db7c4 Mon Sep 17 00:00:00 2001 From: Jonas Lemke Date: Tue, 10 Apr 2018 14:55:14 +0200 Subject: [PATCH 0840/1016] Added *.nlo and *.nls extensions to TeX.gitignore --- TeX.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 78c1c5cd26..c560658e45 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -153,7 +153,9 @@ _minted* *.mw # nomencl +*.nlg *.nlo +*.nls # pax *.pax From 52d686b17f069309226a3b96a16609bead558fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Andreu?= Date: Thu, 12 Apr 2018 09:44:21 +0100 Subject: [PATCH 0841/1016] Added NiFi .nar files --- Java.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitignore b/Java.gitignore index 6143e53f9e..a1c2a238a9 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -13,6 +13,7 @@ # Package Files # *.jar *.war +*.nar *.ear *.zip *.tar.gz From 3abb3367bcd00933eebd88593b0d0fcb87b488db Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Fri, 13 Apr 2018 12:23:48 +0200 Subject: [PATCH 0842/1016] Specify screenshot files only, not whole folder The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshots. --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index 161179bff3..0df134f499 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -64,5 +64,5 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/*/*.png fastlane/test_output From def46d4fa1fa4cb784bd25e1d9043f598ddf6980 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 13 Apr 2018 16:28:46 +0200 Subject: [PATCH 0843/1016] Ignore generated *.xmpi files Source: https://texdoc.net/pkg/xmpincl -> page 3: > basically create a new file .xmpi --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index c560658e45..6f1c696055 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -198,6 +198,9 @@ pythontex-files-*/ # easy-todo *.lod +# xmpincl +*.xmpi + # xindy *.xdy From a9f6d9944e0a313549b9c415ef9e797e05dc9340 Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Sun, 15 Apr 2018 15:34:51 +0200 Subject: [PATCH 0844/1016] Double asterisk in path --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index 0df134f499..312d1f652c 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -64,5 +64,5 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots/*/*.png +fastlane/screenshots/**/*.png fastlane/test_output From 168b75d7ec6e4c0c34de4536ddff57cfd54a6776 Mon Sep 17 00:00:00 2001 From: kilian442 Date: Mon, 16 Apr 2018 09:12:00 +0200 Subject: [PATCH 0845/1016] Visual studio cache issue /.vs/ do not catch the visual studio cache folder but .vs/ do --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index a7c0c70a0b..184557c09e 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,7 +6,7 @@ Assets/AssetStoreTools* # Visual Studio cache directory -/.vs/ +.vs/ # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ From 25e7701e5fd2663a460da80d053c23c4f46c37bf Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Mon, 16 Apr 2018 19:01:55 +0200 Subject: [PATCH 0846/1016] [Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config) The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshot files. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 09dfede481..86de6aa3f5 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -52,7 +52,7 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/**/*.png fastlane/test_output # Code Injection From 48901518711de752155b2f6cf5627bcaf9caabd1 Mon Sep 17 00:00:00 2001 From: Owen Blacker Date: Sat, 28 Apr 2018 15:13:48 +0100 Subject: [PATCH 0847/1016] Added *.opendb --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 184557c09e..0210746b1a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -22,6 +22,7 @@ ExportedObj/ *.booproj *.svd *.pdb +*.opendb # Unity3D generated meta files *.pidb.meta From d878f04545852bc876c40f48e19dabbf184d052e Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Sun, 29 Apr 2018 23:13:19 -0400 Subject: [PATCH 0848/1016] adding exception for *.spl from elsarticle.cls --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6f1c696055..e6598ba172 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -237,3 +237,6 @@ TSWLatexianTemp* # standalone packages *.sta + +# generated if using elsarticle.cls +*.spl From 767c1f8a1d2b0f1f244910866c8a45ce1bdf36e0 Mon Sep 17 00:00:00 2001 From: 14roiron <14roiron@users.noreply.github.com> Date: Tue, 1 May 2018 11:39:32 -0400 Subject: [PATCH 0849/1016] Exclude coder temporary folders --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index d87a6bdbee..3168f59926 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -18,6 +18,9 @@ helpsearch*/ slprj/ sccprj/ +# Matlab code generation folders +codegen/ + # Simulink autosave extension *.autosave From 17da48e4d69abb24dae1df2132795bc905ce3a4a Mon Sep 17 00:00:00 2001 From: Igor Epstein Date: Tue, 1 May 2018 22:02:53 +0300 Subject: [PATCH 0850/1016] Add persistent undo to Vim.gitignore --- Global/Vim.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6d21783d47..19cfe22f58 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -12,3 +12,5 @@ Session.vim *~ # Auto-generated tag files tags +# Persistent undo +[._]*.un~ From b442e97798770dba98475b178be1f557c15119e8 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 2 May 2018 16:51:32 -0400 Subject: [PATCH 0851/1016] Ignore Reporting Project Upgrade backup files The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 29063cf607..3e759b75bf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -240,6 +240,7 @@ Backup*/ UpgradeLog*.XML UpgradeLog*.htm ServiceFabricBackup/ +*.rptproj.bak # SQL Server files *.mdf From d6ec68fd8d28d401dbb11c728b89703e7afd9f39 Mon Sep 17 00:00:00 2001 From: Jefry Dewangga Date: Sun, 6 May 2018 17:31:38 +0700 Subject: [PATCH 0852/1016] Add exception for nuxt.js output --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index ad46b30886..f15ee23cf1 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# nuxt.js build output +.nuxt From 24d50f85db5d1818d7f24c5278fee1d124dc1a8e Mon Sep 17 00:00:00 2001 From: Aniruddha Shastri Date: Wed, 9 May 2018 13:28:57 -0500 Subject: [PATCH 0853/1016] Ignore the .cache folder for LabVIEW projects Ignore the .cache folder for LabVIEW projects. This is a local folder with metadata used by LabVIEW NXG. --- LabVIEW.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore index 122450865c..31619f5981 100644 --- a/LabVIEW.gitignore +++ b/LabVIEW.gitignore @@ -14,3 +14,4 @@ # Metadata *.aliases *.lvlps +.cache/ From 7054f5d9b4be299a75bcc5dbb2135defe3327116 Mon Sep 17 00:00:00 2001 From: Kenji Ohtsuka Date: Thu, 10 May 2018 23:10:36 +0900 Subject: [PATCH 0854/1016] Update JetBrains.gitignore ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index b09cb3dbc0..4d5117a1d9 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -14,6 +14,7 @@ .idea/**/sqlDataSources.xml .idea/**/dynamic.xml .idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml # Gradle .idea/**/gradle.xml From 47fd5882966933641d422da97bbcae13c4933201 Mon Sep 17 00:00:00 2001 From: Yin Li Date: Mon, 2 Apr 2018 20:59:16 -0700 Subject: [PATCH 0855/1016] Add latexrun default directory for auxiliary files --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e6598ba172..3d12d3f90a 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -40,6 +40,10 @@ *.synctex.gz(busy) *.pdfsync +## Build tool directories for auxiliary files +# latexrun +latex.out/ + ## Auxiliary and intermediate files from other packages: # algorithms *.alg From da1a8284717a93b6cdeeb35a0ac5831ff7c2071e Mon Sep 17 00:00:00 2001 From: Josh Kodroff Date: Sun, 13 May 2018 17:55:40 -0400 Subject: [PATCH 0856/1016] Update Terraform.gitignore --- Terraform.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 428217ad0d..29c517460d 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,3 +4,9 @@ # .tfstate files *.tfstate *.tfstate.* + +# Ignore any .tfvars files that are generated automatically for each Terraform run. Most +# .tfvars files are managed as part of configuration and so should be included in +# version control. +# +# example.tfvars From c26008c00dac481a1f780751d6d005d52fd15b83 Mon Sep 17 00:00:00 2001 From: Giovanni Bassi Date: Sat, 19 May 2018 20:56:25 -0300 Subject: [PATCH 0857/1016] Do not ignore launchsettings.json for VS Ignoring `launchSettings.json` does not make much sense. Now .NET CLI even considers this file when running with `dotnet run`, as you can read [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x). This settings will be useful if shared among project members, so it should be commited to the repo. Also, on the default `.gitignore` file generated by Visual Studio it is not ignored, so this causes confusion, as depending on how `.gitignore` was created it could be commited in or not. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3e759b75bf..1e9abf78d6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/ project.lock.json project.fragment.lock.json artifacts/ -**/Properties/launchSettings.json # StyleCop StyleCopReport.xml From 560f235f1fc0468b2804d9035f0188149acc4252 Mon Sep 17 00:00:00 2001 From: Darryl Abbate Date: Thu, 24 May 2018 00:12:37 -0500 Subject: [PATCH 0858/1016] Add all sourcemap file formats --- Sass.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sass.gitignore b/Sass.gitignore index 486b32ce90..159f515170 100644 --- a/Sass.gitignore +++ b/Sass.gitignore @@ -1,2 +1,4 @@ .sass-cache/ *.css.map +*.sass.map +*.scss.map From e2824c0903563ca9264b67d7bd7a693a6d3a1dd8 Mon Sep 17 00:00:00 2001 From: segayuu Date: Fri, 25 May 2018 13:11:51 +0900 Subject: [PATCH 0859/1016] Add Vuepress build defalult output Directory --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index ad46b30886..47ed2ccb08 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# vuepress build output +.vuepress/dist From a58f1ab0cdb672cda0b3303413dbca962705a629 Mon Sep 17 00:00:00 2001 From: Tobi Fuhrimann Date: Fri, 25 May 2018 11:53:33 +0200 Subject: [PATCH 0860/1016] Ignore Terraform crash log files --- Terraform.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 29c517460d..d9397e2d7d 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,10 +1,13 @@ -# Local .terraform directories +# Local .terraform directories **/.terraform/* # .tfstate files *.tfstate *.tfstate.* +# Crash log files +crash.log + # Ignore any .tfvars files that are generated automatically for each Terraform run. Most # .tfvars files are managed as part of configuration and so should be included in # version control. From 7df710b0dd48ae1d2d5e6c47376de06190edad93 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Sun, 27 May 2018 14:04:07 -0700 Subject: [PATCH 0861/1016] Update Dart.gitignore updated according to https://www.dartlang.org/guides/libraries/private-files --- Dart.gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 7bf00e82cc..bd7e39fab8 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -3,7 +3,6 @@ # Files and directories created by pub .dart_tool/ .packages -.pub/ build/ # If you're building an application, you may want to check-in your pubspec.lock pubspec.lock @@ -11,3 +10,20 @@ pubspec.lock # Directory created by dartdoc # If you don't generate documentation locally you can remove this line. doc/api/ + +# Avoid committing generated Javascript files: +*.dart.js +*.info.json # Produced by the --dump-info flag. +*.js # When generated by dart2js. Don't specify *.js if your + # project includes source files written in JavaScript. +*.js_ +*.js.deps +*.js.map + + +# files and directories created by development environments +*.iml // IntelliJ +*.ipr // IntelliJ +*.iws // IntelliJ +.idea/ // IntelliJ +.DS_Store // Mac From 88e67f9931151db8f2cc102e3db2903d97ef873e Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Sun, 27 May 2018 16:58:49 -0700 Subject: [PATCH 0862/1016] Add .serverless to gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 47ed2ccb08..4454ba1b5b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -62,3 +62,6 @@ typings/ # vuepress build output .vuepress/dist + +# Serverless directories +.serverless From e144ca670f192306f1aba04bcff1f02574c99628 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Sun, 27 May 2018 17:22:53 -0700 Subject: [PATCH 0863/1016] remove Jetbrain and MacOS related values --- Dart.gitignore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index bd7e39fab8..dbef116d22 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -19,11 +19,3 @@ doc/api/ *.js_ *.js.deps *.js.map - - -# files and directories created by development environments -*.iml // IntelliJ -*.ipr // IntelliJ -*.iws // IntelliJ -.idea/ // IntelliJ -.DS_Store // Mac From a47c27d3517b7faa04e5332a37c869b2c857127b Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 5 Jun 2018 11:09:20 +0700 Subject: [PATCH 0864/1016] Trim trailing whitespace --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- CONTRIBUTING.md | 6 +++--- Delphi.gitignore | 2 +- Global/Eclipse.gitignore | 2 +- Global/Matlab.gitignore | 12 ++++++------ Global/SynopsysVCS.gitignore | 8 ++++---- Umbraco.gitignore | 2 +- VisualStudio.gitignore | 6 +++--- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 058f0144f6..247a5b56e8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,10 @@ _TODO_ -**Links to documentation supporting these rule changes:** +**Links to documentation supporting these rule changes:** _TODO_ -If this is a new template: +If this is a new template: - **Link to application or project’s homepage**: _TODO_ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b94f6cb95..c693838195 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,17 +6,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 diff --git a/Delphi.gitignore b/Delphi.gitignore index 19864c6bbe..000ee5f104 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -20,7 +20,7 @@ # 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 diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 0eb8a5e857..9eb67c9f0c 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,7 +23,7 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject -# CDT- autotools +# CDT- autotools .autotools # Java annotation processor (APT) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index d87a6bdbee..bdcfdc5108 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -7,12 +7,12 @@ # Compiled MEX binaries (all platforms) *.mex* -# Packaged app and toolbox files -*.mlappinstall -*.mltbx - -# Generated helpsearch folders -helpsearch*/ +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ # Simulink code generation folders slprj/ diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore index eed2432fb7..ad751f6bd7 100644 --- a/Global/SynopsysVCS.gitignore +++ b/Global/SynopsysVCS.gitignore @@ -4,8 +4,8 @@ *.evcd *.fsdb -# Default name of the simulation executable. A different name can be -# specified with this switch (the associated daidir database name is +# 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 @@ -13,7 +13,7 @@ simv simv.daidir/ simv.db.dir/ -# Infrastructure necessary to co-simulate SystemC models with +# Infrastructure necessary to co-simulate SystemC models with # Verilog/VHDL models. An alternate directory may be specified with this # switch: -Mdir= csrc/ @@ -22,7 +22,7 @@ csrc/ # used to write all messages from simulation: -l *.log -# Coverage results (generated with urg) and database location. The +# Coverage results (generated with urg) and database location. The # following switch can also be used: urg -dir .vdb simv.vdb/ urgReport/ diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 10fc2b4d82..cd90af3071 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,7 +19,7 @@ !**/App_Data/[Pp]ackages/* !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* -# ImageProcessor DiskCache +# ImageProcessor DiskCache **/App_Data/cache/ # Ignore the Models Builder models out of date flag diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1e9abf78d6..f431ddc7cf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -220,7 +220,7 @@ ClientBin/ *.publishsettings orleans.codegen.cs -# Including strong name files can present a security risk +# Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk @@ -316,7 +316,7 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ -# Azure Stream Analytics local run output +# Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log @@ -325,5 +325,5 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser -# MFractors (Xamarin productivity tool) working folder +# MFractors (Xamarin productivity tool) working folder .mfractor/ From 0ec6fda4f5f6ac439a0551a3ee7fd657fe99dc3b Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Mon, 11 Jun 2018 17:33:00 -0400 Subject: [PATCH 0865/1016] Ignore usage statistics file .idea/misc.xml used to contain usage statistics. This was broken out to usage.statistics.xml in the latest EAP (2018.2 EAP). It should be excluded from git. See https://youtrack.jetbrains.com/issue/IDEA-192913 --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 4d5117a1d9..e2c9c9e2c5 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,6 +4,7 @@ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml +.idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf From 4c6054fdb92c1b4d26fc264ebcfe094dd563ff53 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 14 Jun 2018 08:53:48 -0500 Subject: [PATCH 0866/1016] Updated for Codekit 3 --- Global/CodeKit.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/CodeKit.gitignore b/Global/CodeKit.gitignore index bd9e67fcca..09b84126ce 100644 --- a/Global/CodeKit.gitignore +++ b/Global/CodeKit.gitignore @@ -1,3 +1,4 @@ # General CodeKit files to ignore config.codekit +config.codekit3 /min From 5f9c70b4bf218f66762e7665a788bb32c7e4166b Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 11:20:48 +0700 Subject: [PATCH 0867/1016] Backup: Add *.orig --- Global/Backup.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Backup.gitignore b/Global/Backup.gitignore index 93e47d8286..825ce52db5 100644 --- a/Global/Backup.gitignore +++ b/Global/Backup.gitignore @@ -1,4 +1,5 @@ *.bak *.gho *.ori +*.orig *.tmp From b34c1e33e270da3196ea341cb856af6f88c4e0ca Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 11:22:44 +0700 Subject: [PATCH 0868/1016] New file for artifacts of patch --- Global/Patch.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Patch.gitignore diff --git a/Global/Patch.gitignore b/Global/Patch.gitignore new file mode 100644 index 0000000000..6ffab9ad29 --- /dev/null +++ b/Global/Patch.gitignore @@ -0,0 +1,2 @@ +*.orig +*.rej From f6fa01ee0dc4ca02db01cc730a9c798fa5dd256a Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 11:33:48 +0700 Subject: [PATCH 0869/1016] New file for diff files --- Global/Diff.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Diff.gitignore diff --git a/Global/Diff.gitignore b/Global/Diff.gitignore new file mode 100644 index 0000000000..59491b4440 --- /dev/null +++ b/Global/Diff.gitignore @@ -0,0 +1,2 @@ +*.patch +*.diff From c24cdc2175d7514d504d7f060a5d69675c8a9b50 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:19:22 +0700 Subject: [PATCH 0870/1016] Autotools: De-duplicate autom4te entry --- Autotools.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Autotools.gitignore b/Autotools.gitignore index ffa6ecc3f9..96d6ed2cfe 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -9,7 +9,7 @@ Makefile.in # http://www.gnu.org/software/autoconf -/autom4te.cache +autom4te.cache /autoscan.log /autoscan-*.log /aclocal.m4 @@ -39,4 +39,3 @@ m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 -autom4te.cache From 0a79a25cc5e39ffc510a817c5e57ffd91dff7103 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:30:52 +0700 Subject: [PATCH 0871/1016] Revert "adding exception for *.spl from elsarticle.cls" This reverts commit d878f04545852bc876c40f48e19dabbf184d052e. --- TeX.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 3d12d3f90a..af8474d036 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -241,6 +241,3 @@ TSWLatexianTemp* # standalone packages *.sta - -# generated if using elsarticle.cls -*.spl From fcb1dbf35d1876936e3a7dbb631feeb9f40404c9 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:32:46 +0700 Subject: [PATCH 0872/1016] Revert "add the *.VC.db to unreal engine ignore" This reverts commit 548fb984f7173dea0fbd572ef0ef3784019100c0. --- UnrealEngine.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 1daca8b50d..6582eaf9a1 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,9 +1,6 @@ # Visual Studio 2015 user specific files .vs/ -# Visual Studio 2015 database file -*.VC.db - # Compiled Object files *.slo *.lo From 7c7821d4e8c7a870aad0dbe6b49729e4ed222b97 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:34:08 +0700 Subject: [PATCH 0873/1016] Eagle: Remove duplicate entry Duplicate added amongst additions in de2539a72 --- Eagle.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Eagle.gitignore b/Eagle.gitignore index 9afc324d6a..28f0b9715e 100644 --- a/Eagle.gitignore +++ b/Eagle.gitignore @@ -35,7 +35,6 @@ eagle.epf *.gpi *.pls *.ger -*.gpi *.xln *.drd From f1b9dc3b5924912c1683075885614de51a3bcb75 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:33:58 +0700 Subject: [PATCH 0874/1016] GWT: Remove duplicate entry Duplicate added amongst additions in e2caec17 --- GWT.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/GWT.gitignore b/GWT.gitignore index 07704e54bb..a01e7fcd92 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -18,9 +18,6 @@ war/WEB-INF/classes/ #compilation logs .gwt/ -#caching for already compiled files -gwt-unitCache/ - #gwt junit compilation files www-test/ From f6af2a38885ba26bae2ad4517da0ede3e3544370 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 18 Jun 2018 07:48:14 -0300 Subject: [PATCH 0875/1016] stub a placeholder Travis config --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..f362d6fe32 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: ruby + +sudo: false + +branches: + only: + - master + +script: + - ruby -e "puts 'Hello world!'" From d8234bb84b99302d43ff2eee5838ce00571cb2e0 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Tue, 19 Jun 2018 10:03:07 +0800 Subject: [PATCH 0876/1016] maven-wrapper.jar should be ignored --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index 1cdc9f7fd4..e8d57d0808 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,3 +7,4 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties +.mvn/wrapper/maven-wrapper.jar From d4ed02174d34307dee25d09af21f9c91b4a812a9 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Thu, 21 Jun 2018 22:25:43 -0400 Subject: [PATCH 0877/1016] Craft: update to follow official recs; add 'not necessary in v3' note --- CraftCMS.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore index a70d4772c4..0d81b397e3 100644 --- a/CraftCMS.gitignore +++ b/CraftCMS.gitignore @@ -1,3 +1,4 @@ -# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] +# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore) +# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26) /craft/storage/* -!/craft/storage/logo/* \ No newline at end of file +!/craft/storage/rebrand From 468a00afc9f8b06dae64a5e290be10034d9b8dcd Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Fri, 29 Jun 2018 08:50:57 -0400 Subject: [PATCH 0878/1016] JetBrains: Optional excludes for auto-import Add extra commented section to use when using Gradle or Maven auto-import. These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). If this would be better as a separate, non-commented ignore file, let me know and I will resubmit. --- Global/JetBrains.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 02d16aae38..9cd884a29a 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -21,6 +21,14 @@ .idea/**/gradle.xml .idea/**/libraries +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/**/*.iml +# .idea/libraries/**/*.xml + # CMake cmake-build-*/ From 84557f4423a4898ee7bcc9dd5c1f677b2527f1f1 Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Fri, 29 Jun 2018 14:54:03 -0400 Subject: [PATCH 0879/1016] Remove duplicate libraries entry --- Global/JetBrains.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 9cd884a29a..543449276b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -27,7 +27,6 @@ # auto-import. # .idea/modules.xml # .idea/**/*.iml -# .idea/libraries/**/*.xml # CMake cmake-build-*/ From 0b4386a2fa33009511c10b9c73a35701751578b2 Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Fri, 29 Jun 2018 17:02:16 -0600 Subject: [PATCH 0880/1016] Update Swift.gitignore Adding a comment in case one wants to ignore .xcworkspace --- Swift.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 312d1f652c..b8e04d98e3 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -47,6 +47,9 @@ playground.xcworkspace # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace # Carthage # From a03e8ef72326086c1171251b2ccc931aae6c4abf Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Fri, 29 Jun 2018 17:15:06 -0600 Subject: [PATCH 0881/1016] Update Objective-C.gitignore Adding a comment in case one wants to ignore .xcworkspace --- Objective-C.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 86de6aa3f5..a0bd6b453a 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -35,6 +35,9 @@ xcuserdata/ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace # Carthage # From 12f63fc752a858627485f2d1483ad310c9826d51 Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Sat, 30 Jun 2018 20:18:50 -0600 Subject: [PATCH 0882/1016] Update Swift.gitignore Adding Code Injection --- Swift.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index b8e04d98e3..7b0d62bc23 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -69,3 +69,10 @@ fastlane/report.xml fastlane/Preview.html fastlane/screenshots/**/*.png fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ From f19d2a5171c0a7573d3d00e6ca91c8bc0a18e77e Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Sat, 30 Jun 2018 20:19:22 -0600 Subject: [PATCH 0883/1016] Update Xcode.gitignore Updating file to match the one for swift and objective c. --- Global/Xcode.gitignore | 74 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 9 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index cd0c7d3e45..b01314d3a6 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -2,17 +2,11 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -## User settings -xcuserdata/ - -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) +## Build generated build/ DerivedData/ -*.moved-aside + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -21,3 +15,65 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 +xcuserdata/ + +## Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa +*.dSYM.zip +*.dSYM + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +.build/ + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# 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. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ + From bb1c447d54a470c6110a78f6b05d0fbdb56c8fe0 Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Mon, 2 Jul 2018 13:50:02 -0400 Subject: [PATCH 0884/1016] Separate module directory from project iml exclude --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 543449276b..0d95b087f1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -26,7 +26,8 @@ # since they will be recreated, and may cause churn. Uncomment if using # auto-import. # .idea/modules.xml -# .idea/**/*.iml +# .idea/*.iml +# .idea/modules # CMake cmake-build-*/ From e9abf595a3f0a1c8cf00cadcb223f037a73273a0 Mon Sep 17 00:00:00 2001 From: "Muhannad Ajjan (INACTIVE)" Date: Wed, 4 Jul 2018 15:11:37 +0200 Subject: [PATCH 0885/1016] updated jetbrains gitignore to ignore contentModel contentModel.xml is automatically generated and can be safely ignored. Source: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000661950-A-lot-of-files-in-contentModel-xml?page=1#community_comment_115000538984 --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0d95b087f1..343be1a3b8 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -8,6 +8,9 @@ .idea/**/dictionaries .idea/**/shelf +# Generated files +.idea/**/contentModel.xml + # Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids From 197804c87e8cb14e4b8f5d1659cfe19d8f88e565 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Thu, 5 Jul 2018 11:36:02 +0700 Subject: [PATCH 0886/1016] Update TeX.gitignore Added LyX editor backup file extension: i,e .lyx~ --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index af8474d036..29c13ae746 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -226,6 +226,9 @@ TSWLatexianTemp* # Texpad .texpadtmp +#LyX +*.lyx~ + # Kile *.backup From 5cd48ab642ff6ea00add844236f3a6dc6fda3904 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Thu, 5 Jul 2018 11:37:53 +0700 Subject: [PATCH 0887/1016] Update TeX.gitignore --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 29c13ae746..79a66f9ebf 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -226,7 +226,7 @@ TSWLatexianTemp* # Texpad .texpadtmp -#LyX +# LyX *.lyx~ # Kile From 789c4cca6d4f705777a35607d285e425bdf687f5 Mon Sep 17 00:00:00 2001 From: Emre Ates Date: Tue, 10 Jul 2018 11:11:29 -0400 Subject: [PATCH 0888/1016] Add configure logs These files are created when running `autoreconf`; however they don't need to be added to version control. --- Autotools.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 96d6ed2cfe..f4f545c9ca 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -16,6 +16,8 @@ autom4te.cache /compile /config.guess /config.h.in +/config.log +/config.status /config.sub /configure /configure.scan From 3674716af1220173e97ccc674a98675c2f5b8f21 Mon Sep 17 00:00:00 2001 From: ofthelit Date: Wed, 1 Aug 2018 12:29:58 +0200 Subject: [PATCH 0889/1016] Ignore files from Local History plug-ins Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs. https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f431ddc7cf..ba2d39afd9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -327,3 +327,6 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ + +# Local History for Visual Studio +.localhistory/ From a3b7954a0259f27d5136fa24c2a2981eb8e4b628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Sch=C3=A4fer?= Date: Fri, 3 Aug 2018 12:49:28 +0200 Subject: [PATCH 0890/1016] Fixing MIDL header file pattern for Visual Studio _i.h given in 799ee6b79e1d32f49ded6683b5364017fd4ee0a5#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ba2d39afd9..94b41b913f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -59,7 +59,7 @@ StyleCopReport.xml # Files built by Visual Studio *_i.c *_p.c -*_i.h +*_h.h *.ilk *.meta *.obj From 394704b6a75db08c70e050217f5b54e44cb0fdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= <8303937+fabiofdsantos@users.noreply.github.com> Date: Mon, 6 Aug 2018 14:51:56 +0100 Subject: [PATCH 0891/1016] Update Laravel.gitignore --- Laravel.gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index a4854bef53..67e2146f2b 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,6 +1,7 @@ vendor/ node_modules/ npm-debug.log +yarn-error.log # Laravel 4 specific bootstrap/compiled.php @@ -10,11 +11,7 @@ app/storage/ public/storage public/hot storage/*.key -.env.*.php -.env.php .env Homestead.yaml Homestead.json - -# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer -.rocketeer/ +/.vagrant From 4274a6d32dd5451b3cbe835e37004d2eb351682b Mon Sep 17 00:00:00 2001 From: Stefan Krnajski Date: Wed, 8 Aug 2018 22:39:04 +0200 Subject: [PATCH 0892/1016] Ignore logs for Symfony4 Source: https://symfony.com/doc/master/logging.html Under Where Logs are Stored, added since Symfony 4.0 --- Symfony.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index d098259ffb..3dab634c18 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -15,6 +15,10 @@ !var/logs/.gitkeep !var/sessions/.gitkeep +# Logs (Symfony4) +/var/log/* +!var/log/.gitkeep + # Parameters /app/config/parameters.yml /app/config/parameters.ini From cbdbe97c965e6447d8ac5d1ed5f4591e3d413890 Mon Sep 17 00:00:00 2001 From: YCH Date: Tue, 14 Aug 2018 12:50:32 +0800 Subject: [PATCH 0893/1016] Removed Microsoft Word 2016 Auto Backuped File on macOS If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx". --- Global/MicrosoftOffice.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index 0c203662d3..ddcc9cf6e3 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -3,6 +3,9 @@ # Word temporary ~$*.doc* +# Word Auto Backup File +Backup of *.doc* + # Excel temporary ~$*.xls* From b7477e9c1b403686c7f55b66ad7cade1eab33d17 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 16 Aug 2018 04:25:13 +0200 Subject: [PATCH 0894/1016] KiCad .gitignore library fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We shouldn't ignore -cache.lib files, because it causes missing components in your schema http://kicad-pcb.org/help/file-formats/ specifically mentions this: > `-cache.lib`: …​ a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different). --- KiCad.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index 198392e551..15fdf72ed4 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,7 +9,6 @@ *~ _autosave-* *.tmp -*-cache.lib *-rescue.lib *-save.pro *-save.kicad_pcb From 07a1dd6b99fa52b43811fa1447ecc83cb1a4bee4 Mon Sep 17 00:00:00 2001 From: Gabriel Curio Date: Sat, 18 Aug 2018 12:08:55 -0500 Subject: [PATCH 0895/1016] add .dmypy.json to Python.gitignore. MyPy includes a daemon server that creates a file named .dmypy.json to manage socket connection data. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 894a44cc06..8cd91f3c60 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -102,3 +102,4 @@ venv.bak/ # mypy .mypy_cache/ +.dmypy.json From eb4ff424fdcc78b4f431745aa1417a0d265e301f Mon Sep 17 00:00:00 2001 From: Gabriel Curio Date: Sat, 18 Aug 2018 12:21:30 -0500 Subject: [PATCH 0896/1016] add dmypy.json - without initial '.', to Python.gitignore. Older versions of dmypy used 'dmypy.json' without the initial '.'. This should be added to Python.gitignore for those using older versions of MyPy. --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 8cd91f3c60..87b0d98351 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -103,3 +103,5 @@ venv.bak/ # mypy .mypy_cache/ .dmypy.json +dmypy.json + From 7bc8780913997b713469898b31b247acc69e26c4 Mon Sep 17 00:00:00 2001 From: Gabriel Curio Date: Sat, 18 Aug 2018 12:25:43 -0500 Subject: [PATCH 0897/1016] Remove newline at end of Python.gitignore. My preference is for files to have a terminal newline, however that doesn't seem to be how this repo is doing things. --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 87b0d98351..ce9487fccc 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -104,4 +104,3 @@ venv.bak/ .mypy_cache/ .dmypy.json dmypy.json - From 70be586ce09cbdecee734d018803b4b52b3f1c3d Mon Sep 17 00:00:00 2001 From: Oussama BOUNAIM Date: Sun, 19 Aug 2018 09:55:53 +0200 Subject: [PATCH 0898/1016] Update Terraform.gitignore Ignore override files as they are usually used locally to override resources or variables without changing the code More info: https://www.terraform.io/docs/configuration/override.html --- Terraform.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index d9397e2d7d..e699fc278d 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -13,3 +13,9 @@ crash.log # version control. # # example.tfvars + +# Ignore override files as they are usually used to override ressources locally +override.tf +override.tf.json +*_override.tf +*_override.tf.json From e98611a3446267684f36327d045ef0f7481b08db Mon Sep 17 00:00:00 2001 From: muzimuzhi Date: Wed, 22 Aug 2018 01:26:44 +0800 Subject: [PATCH 0899/1016] Added *.listing extension to TeX.gitignore This is the default extension the package "tcolorbox" may generate. The actual extension may be changed by key "listing file" provided by "tcolorbox". --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 79a66f9ebf..ff87d48364 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -188,6 +188,9 @@ sympy-plots-for-*.tex/ *.pytxcode pythontex-files-*/ +# tcolorbox +*.listing + # thmtools *.loe From c04384de495ee11fe16e091a447cd0e04182da29 Mon Sep 17 00:00:00 2001 From: amigcamel Date: Wed, 22 Aug 2018 17:33:41 +0800 Subject: [PATCH 0900/1016] ignore ipython profile --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 894a44cc06..796d7df035 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -72,6 +72,10 @@ target/ # Jupyter Notebook .ipynb_checkpoints +# IPython +default_profile/ +ipython_config.py + # pyenv .python-version From a92d6088abb7b2be6b05aaf75122288fb5e33fc7 Mon Sep 17 00:00:00 2001 From: Niels NTG Poldervaart Date: Sat, 25 Aug 2018 14:46:05 +0200 Subject: [PATCH 0901/1016] Add ignore rules for Linux ARM exports Since Processing version 3.0.1 you can compile Linux ARM versions of your Processing sketch, distinct from the regular 32 and 64 bit Linux exports. --- Processing.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Processing.gitignore b/Processing.gitignore index 85f269a89f..333c0e0890 100644 --- a/Processing.gitignore +++ b/Processing.gitignore @@ -1,5 +1,7 @@ .DS_Store applet +application.linux-arm64 +application.linux-armv6hf application.linux32 application.linux64 application.windows32 From e675c00b8cbfa6121001a8c76309adb6326c62d8 Mon Sep 17 00:00:00 2001 From: amigcamel Date: Mon, 27 Aug 2018 00:35:37 +0800 Subject: [PATCH 0902/1016] fix typo: should be profile_default instead of default_profile --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 796d7df035..a16ece1f4a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,7 +73,7 @@ target/ .ipynb_checkpoints # IPython -default_profile/ +profile_default/ ipython_config.py # pyenv From 3db98a37a4af86709683c2039d672721499b69c1 Mon Sep 17 00:00:00 2001 From: Gurvir Cheema Date: Sun, 2 Sep 2018 23:24:10 -0700 Subject: [PATCH 0903/1016] Add storage and yarn related entries for rails 5.2 --- Rails.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index e62f78e17b..78eb74fdc2 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -47,3 +47,15 @@ bower.json # Ignore node_modules node_modules/ +# Ignore precompiled javascript packs +/public/packs +/public/packs-test + +# Ignore yarn files +/yarn-error.log +yarn-debug.log* +.yarn-integrity + +# Ignore uploaded files in development +/storage/* +!/storage/.keep \ No newline at end of file From a06382dcf8f15076b5f329ac4170189556c994b6 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Tue, 4 Sep 2018 12:19:32 +0100 Subject: [PATCH 0904/1016] Minor imporvements to terraform ignore file * Fix Typo * Add example to include overrides --- Terraform.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index e699fc278d..a893580346 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -14,8 +14,13 @@ crash.log # # example.tfvars -# Ignore override files as they are usually used to override ressources locally +# Ignore override files as they are usually used to override resources locally and so +# are not checked in override.tf override.tf.json *_override.tf *_override.tf.json + +# Include override files you do wish to add to version control using negated pattern +# +# !example_override.tf From 34e8d3e204d057b01b660ca449c9d213bface678 Mon Sep 17 00:00:00 2001 From: "Seth M. Larson" Date: Sun, 9 Sep 2018 15:39:02 -0500 Subject: [PATCH 0905/1016] Add .nox directory for the nox testing tool See: https://github.com/theacodes/nox --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 0d6cd81af1..6f7a6d9c3d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -38,6 +38,7 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ +.nox/ .coverage .coverage.* .cache From ab098d26951ebffbd5faaa41c168e2349ff363cd Mon Sep 17 00:00:00 2001 From: Adam Gauthier Date: Tue, 11 Sep 2018 23:54:41 -0400 Subject: [PATCH 0906/1016] Use https for gruntjs link in Node gitignore --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 3a4c8581b3..c221276eba 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,7 +20,7 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) From 67aa0dca06ecfda4aa760003c92d551231d0fcb8 Mon Sep 17 00:00:00 2001 From: Lake Robin <42895793+lakerobin@users.noreply.github.com> Date: Wed, 12 Sep 2018 15:16:16 +0530 Subject: [PATCH 0907/1016] Only ignore root vendor directory In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in /vendor/ directory. When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views. The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git. --- Laravel.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index 67e2146f2b..6552ddf8a0 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,4 +1,4 @@ -vendor/ +/vendor/ node_modules/ npm-debug.log yarn-error.log From 8025c331fdf741d8bd4c640231f1ac55ae80b2f9 Mon Sep 17 00:00:00 2001 From: Caleb Chiesa Date: Wed, 12 Sep 2018 10:40:54 -0700 Subject: [PATCH 0908/1016] Added wildcard ignore for .keystore files Keystore files with an extension of `.keystore` are also valid and commonly used. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 39b6783cef..dc90319769 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -43,8 +43,9 @@ captures/ .idea/caches # Keystore files -# Uncomment the following line if you do not want to check your keystore files in. +# Uncomment the following lines if you do not want to check your keystore files in. #*.jks +#*.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild From 8e9a976642709c516fbf5dae2eba14dfd78ed0d0 Mon Sep 17 00:00:00 2001 From: Jonathan Stucklen Date: Fri, 14 Sep 2018 15:46:02 -0400 Subject: [PATCH 0909/1016] Ignore build cache file for Android Studio 3.1+ See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553 for justification. --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 343be1a3b8..72f4d988a1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -61,3 +61,6 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser From a89e5e146498f85d6ec34e7c89632f48e9049d5f Mon Sep 17 00:00:00 2001 From: Jeff Cyr Date: Fri, 14 Sep 2018 16:10:52 -0400 Subject: [PATCH 0910/1016] Added *_wpftmp.csproj ignore --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 94b41b913f..d7a6ca2a4d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -76,6 +76,7 @@ StyleCopReport.xml *.tlh *.tmp *.tmp_proj +*_wpftmp.csproj *.log *.vspscc *.vssscc From b0b1b525438283e714e12e01bbc83b3236df06d7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 18 Sep 2018 10:10:17 +0300 Subject: [PATCH 0911/1016] No need to fully exclude CodeRush settings Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings. --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d7a6ca2a4d..18dd5113e1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -291,8 +291,8 @@ paket-files/ .idea/ *.sln.iml -# CodeRush -.cr/ +# CodeRush personal settings +.cr/personal # Python Tools for Visual Studio (PTVS) __pycache__/ From 7ffe05303d632f226d091f46079f1aa9cff933e9 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 18 Sep 2018 16:07:13 +0200 Subject: [PATCH 0912/1016] Add .log and .zip to ignores, Thanks Alex Bustos --- Global/PSoCCreator.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/PSoCCreator.gitignore b/Global/PSoCCreator.gitignore index 84f0236e4f..15ae040bcd 100644 --- a/Global/PSoCCreator.gitignore +++ b/Global/PSoCCreator.gitignore @@ -14,3 +14,5 @@ Export/ *.cyfit *.rpt *.svd +*.log +*.zip From a77aaae89d62bc31a8b9d19c34d2626080471896 Mon Sep 17 00:00:00 2001 From: Whisperity Date: Fri, 21 Sep 2018 14:39:06 +0200 Subject: [PATCH 0913/1016] [TeX] Ignore generated files by 'comment' and 'xcolor' package --- TeX.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index ff87d48364..753f2b954f 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -64,6 +64,9 @@ acs-*.bib # changes *.soc +# comment +*.cut + # cprotect *.cpt @@ -205,6 +208,9 @@ pythontex-files-*/ # easy-todo *.lod +# xcolor +*.xcp + # xmpincl *.xmpi From d6af9594d8657ea1ffba32ac911fce6a878a1678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lavorel?= Date: Tue, 25 Sep 2018 16:26:00 +0200 Subject: [PATCH 0914/1016] Remove patch files from repo --- Magento.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index 6f1fa22399..abe6d79fed 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -2,6 +2,8 @@ # Magento Default Files # #--------------------------# +/PATCH_*.sh + /app/etc/local.xml /media/* From 3f0a607c118994652b3e1d26791a75817cda6205 Mon Sep 17 00:00:00 2001 From: "Kevin R. Raney" Date: Thu, 27 Sep 2018 11:27:56 -0600 Subject: [PATCH 0915/1016] Update VisualStudio.gitignore This will ignore SQL Server Reporting Services user files --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 18dd5113e1..4d13c54854 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -4,6 +4,7 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files +*.rsuser *.suo *.user *.userosscache From 5002becff2cd4cd0b327f1944a9f78b758a45df4 Mon Sep 17 00:00:00 2001 From: Rodrigo Bernardi Date: Tue, 2 Oct 2018 17:03:59 -0300 Subject: [PATCH 0916/1016] New dependency manager delphi for delphi [boss](https://github.com/HashLoad/boss) use the module folder for the download dependencies and it is not necessary --- Delphi.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 000ee5f104..9967302f38 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -64,3 +64,6 @@ __recovery/ # Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat + +#Boss dependency manager vendor folder +modules/ From 4fff0ee8bdb5a67f50b8ea03f745b21932d67710 Mon Sep 17 00:00:00 2001 From: Rodrigo Bernardi Date: Tue, 2 Oct 2018 23:16:08 -0300 Subject: [PATCH 0917/1016] Update Delphi.gitignore --- Delphi.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 9967302f38..976cee44a5 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -65,5 +65,5 @@ __recovery/ # Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat -#Boss dependency manager vendor folder +#Boss dependency manager vendor folder https://github.com/HashLoad/boss modules/ From 86fdc7009664aac293291e3191eee4f2c16b8098 Mon Sep 17 00:00:00 2001 From: Valentine C Date: Sat, 6 Oct 2018 13:28:22 +0800 Subject: [PATCH 0918/1016] Ignore public/assets in Rails .gitignore --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 78eb74fdc2..38ba1b5b38 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -50,6 +50,7 @@ node_modules/ # Ignore precompiled javascript packs /public/packs /public/packs-test +/public/assets # Ignore yarn files /yarn-error.log From 372d6fd79b62d0d0bc66116672523a7c8849933f Mon Sep 17 00:00:00 2001 From: Kevin Ruscoe Date: Sun, 7 Oct 2018 14:26:19 +0100 Subject: [PATCH 0919/1016] Update README.md 'project specific' should really be hyphenated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 554835683e..adb59664d4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ the following resources are a great place to start: ## Folder structure The files in the root directory are for `.gitignore` templates that are -project specific, such as language or framework specific templates. +project-specific, such as language or framework specific templates. Global (operating system or editor specific) templates should go into the [`Global/`](./Global) directory. From 95ba18cee67e196c5c4e02a1e94f3d22167570f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Durey=20Ingenier=C3=ADa?= Date: Fri, 12 Oct 2018 00:14:12 +0100 Subject: [PATCH 0920/1016] Ignore the new Android Bundle generated files --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 39b6783cef..9ecbc40720 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,6 +1,7 @@ # Built application files *.apk *.ap_ +*.aab # Files for the ART/Dalvik VM *.dex From 46f20037c251cebead04c53ff6f6fd09d2cea5a8 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 12 Oct 2018 10:12:55 -0300 Subject: [PATCH 0921/1016] Update Delphi.gitignore --- Delphi.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 976cee44a5..9532800ba2 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -65,5 +65,5 @@ __recovery/ # Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat -#Boss dependency manager vendor folder https://github.com/HashLoad/boss +# Boss dependency manager vendor folder https://github.com/HashLoad/boss modules/ From 6af983185a8ecfb5d1c220edba10dcb60923414c Mon Sep 17 00:00:00 2001 From: Dmitry Avtonomov Date: Sat, 13 Oct 2018 13:00:04 -0700 Subject: [PATCH 0922/1016] Ignoring multi-directory a path without ** is not enough for nested projects --- Global/NetBeans.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 254108cd23..863bc7fa66 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -1,4 +1,4 @@ -nbproject/private/ +**/nbproject/private/ build/ nbbuild/ dist/ From a2e5aea9171bda7cc8efdfcd1623b907504c6528 Mon Sep 17 00:00:00 2001 From: Clemens Scharfen Date: Thu, 18 Oct 2018 11:54:13 +0200 Subject: [PATCH 0923/1016] Added *.VC.db to Unity.gitignore, which is an auto generated IntelliSense file from VS2015 Update 2 (replacing the .sdf file). --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 0210746b1a..833e6d4291 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -23,6 +23,7 @@ ExportedObj/ *.svd *.pdb *.opendb +*.VC.db # Unity3D generated meta files *.pidb.meta From 5e89a9825ff7290ef5bdf561d06eab4bab499a4f Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 20 Oct 2018 01:09:08 -0400 Subject: [PATCH 0924/1016] Add support for FuseBox Project site: [link](https://fuse-box.org/) Corroboration: [link](https://fuse-box.org/docs/development/configuration#cache) Reason: Don't VC cache Hopefully, I did this correctly! --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c221276eba..e1da6ae8ea 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -71,3 +71,6 @@ typings/ # Serverless directories .serverless + +# FuseBox cache +.fusebox/ From b75ca869f060669b2827883b4104c54855e395e1 Mon Sep 17 00:00:00 2001 From: Houssem Hajlaoui Date: Tue, 23 Oct 2018 00:54:09 +0100 Subject: [PATCH 0925/1016] vscode, dynamodb, serverless folders --- Node.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index e1da6ae8ea..96a1fce4ca 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -70,7 +70,13 @@ typings/ .vuepress/dist # Serverless directories -.serverless +.serverless/ # FuseBox cache .fusebox/ + +#DynamoDB Local files +.dynamodb/ + +#VS Code editor files +.vscode/ From e970e56c9f2fa22f14d608686b3db18d31587b09 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Tue, 23 Oct 2018 22:25:12 +0900 Subject: [PATCH 0926/1016] Add .pyre directory for Pyre type checker Pyre is a new type-checker for Python developed by facebook in May 2018. https://pyre-check.org/ It makes .pyre directory for storing result or cache for type checking. This directory is environment dependent. So it should be ignored from Git. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 6f7a6d9c3d..510c73d0fd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -109,3 +109,6 @@ venv.bak/ .mypy_cache/ .dmypy.json dmypy.json + +# Pyre type checker +.pyre/ From ee2ae04a57415709061ae5e343521104e6dbafcd Mon Sep 17 00:00:00 2001 From: Houssem Hajlaoui Date: Sat, 27 Oct 2018 13:32:15 +0100 Subject: [PATCH 0927/1016] No need for .vscode line --- Node.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 96a1fce4ca..ebfe43954d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -77,6 +77,3 @@ typings/ #DynamoDB Local files .dynamodb/ - -#VS Code editor files -.vscode/ From db1d52b2dd1ed897408eb7ac856418743891b507 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:08:57 -0300 Subject: [PATCH 0928/1016] Move current Drupal into ecosystem directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Luís Pedro Algarvio --- ecosystem/Python/Drupal7.gitignore | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ecosystem/Python/Drupal7.gitignore diff --git a/ecosystem/Python/Drupal7.gitignore b/ecosystem/Python/Drupal7.gitignore new file mode 100644 index 0000000000..072b683190 --- /dev/null +++ b/ecosystem/Python/Drupal7.gitignore @@ -0,0 +1,39 @@ +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php +sites/example.sites.php + +# Ignore paths that contain generated content. +files/ +sites/*/files +sites/*/private +sites/*/translations + +# Ignore default text files +robots.txt +/CHANGELOG.txt +/COPYRIGHT.txt +/INSTALL*.txt +/LICENSE.txt +/MAINTAINERS.txt +/UPGRADE.txt +/README.txt +sites/README.txt +sites/all/libraries/README.txt +sites/all/modules/README.txt +sites/all/themes/README.txt + +# Ignore everything but the "sites" folder ( for non core developer ) +.htaccess +web.config +authorize.php +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes From 344e52b5efed9aa725a14b79fdc4e768c4239564 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:09:11 -0300 Subject: [PATCH 0929/1016] Update default template to Drupal 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Luís Pedro Algarvio --- Drupal.gitignore | 77 ++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 35 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 072b683190..5e90707261 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,39 +1,46 @@ -# Ignore configuration files that may contain sensitive information. -sites/*/*settings*.php -sites/example.sites.php +# gitignore template for Drupal 8 projects +# +# earlier versions of Drupal are tracked in `ecosystem/Python/` -# Ignore paths that contain generated content. -files/ -sites/*/files -sites/*/private -sites/*/translations +# Ignore configuration files that may contain sensitive information +/sites/*/*settings*.php +/sites/*/*services*.yml -# Ignore default text files -robots.txt -/CHANGELOG.txt -/COPYRIGHT.txt -/INSTALL*.txt +# Ignore paths that may contain user-generated content +/sites/*/files +/sites/*/public +/sites/*/private +/sites/*/files-public +/sites/*/files-private + +# Ignore paths that may contain temporary files +/sites/*/translations +/sites/*/tmp +/sites/*/cache + +# Ignore drupal core (if not versioning drupal sources) +/core +/modules/README.txt +/profiles/README.txt +/sites/README.txt +/sites/example.sites.php +/sites/example.settings.local.php +/sites/development.services.yml +/themes/README.txt +/vendor +/.csslintrc +/.editorconfig +/.eslintignore +/.eslintrc.json +/.gitattributes +/.htaccess +/autoload.php +/composer.json +/composer.lock +/example.gitignore +/index.php /LICENSE.txt -/MAINTAINERS.txt -/UPGRADE.txt /README.txt -sites/README.txt -sites/all/libraries/README.txt -sites/all/modules/README.txt -sites/all/themes/README.txt - -# Ignore everything but the "sites" folder ( for non core developer ) -.htaccess -web.config -authorize.php -cron.php -index.php -install.php -update.php -xmlrpc.php -/includes -/misc -/modules -/profiles -/scripts -/themes +/robots.txt +/update.php +/web.config \ No newline at end of file From 7af655e423f88737e67cb99f0674aa36ab59041b Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:26:24 -0300 Subject: [PATCH 0930/1016] add a better header to the old template --- ecosystem/Python/Drupal7.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ecosystem/Python/Drupal7.gitignore b/ecosystem/Python/Drupal7.gitignore index 072b683190..da61e4a591 100644 --- a/ecosystem/Python/Drupal7.gitignore +++ b/ecosystem/Python/Drupal7.gitignore @@ -1,3 +1,7 @@ +# gitignore template for Drupal 7 projects +# +# It is recommended that you use `Drupal.gitignore` as this is the latest version + # Ignore configuration files that may contain sensitive information. sites/*/*settings*.php sites/example.sites.php From 663ff83ba7ad73d631bcca79918a8491398db165 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:27:38 -0300 Subject: [PATCH 0931/1016] Move Magento v1 into ecosystem Co-Authored-By: Nolwennig --- ecosystem/PHP/Magento1.gitignore | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ecosystem/PHP/Magento1.gitignore diff --git a/ecosystem/PHP/Magento1.gitignore b/ecosystem/PHP/Magento1.gitignore new file mode 100644 index 0000000000..aac92ca7ad --- /dev/null +++ b/ecosystem/PHP/Magento1.gitignore @@ -0,0 +1,45 @@ +# gitignore template for Magento v1 projects +# +# It is recommended that you use `Magento.gitignore` as this is the latest version + +/PATCH_*.sh + +/app/etc/local.xml + +/media/* +!/media/.htaccess + +!/media/customer +/media/customer/* +!/media/customer/.htaccess + +!/media/dhl +/media/dhl/* +!/media/dhl/logo.jpg + +!/media/downloadable +/media/downloadable/* +!/media/downloadable/.htaccess + +!/media/xmlconnect +/media/xmlconnect/* + +!/media/xmlconnect/custom +/media/xmlconnect/custom/* +!/media/xmlconnect/custom/ok.gif + +!/media/xmlconnect/original +/media/xmlconnect/original/* +!/media/xmlconnect/original/ok.gif + +!/media/xmlconnect/system +/media/xmlconnect/system/* +!/media/xmlconnect/system/ok.gif + +/var/* +!/var/.htaccess + +!/var/package +/var/package/* +!/var/package/*.xml + From 37ec8ba529097314ea1707b36317c6f71fc98dea Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:41:57 -0300 Subject: [PATCH 0932/1016] add section about updated folder structure --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adb59664d4..770181981d 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,17 @@ the following resources are a great place to start: ## Folder structure -The files in the root directory are for `.gitignore` templates that are -project-specific, such as language or framework specific templates. -Global (operating system or editor specific) templates should go into the -[`Global/`](./Global) directory. +We support a collection of templates, organized in this way: + +- [`Global`](./Global) contains templates for various editors, tools and + operating systems that can be used in different situations. It is recommended + that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore) + or merge these rules into your project-specific templates if you want to use + them permanently. +- [`ecosystem`](./ecosystem) contains specialized templates coalescing around + popular programming languages, but don't make sense to live in the mainstream + templates. These should be added to your project-specific templates when you + decide to adopt the framework or tool. ## Contributing guidelines From 1980e4f1ea31f79378eb4c955675ffb1be9c6da6 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:42:08 -0300 Subject: [PATCH 0933/1016] prettify things --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 770181981d..5a136de0b8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ high quality, we request that contributions adhere to the following guidelines. - **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* + 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 is specific to a @@ -54,7 +54,7 @@ high quality, we request that contributions adhere to the following guidelines. template for that language or framework, rather than to the template for an editor, tool, or operating system. -- **Please only modify *one template* per pull request**. This helps keep pull +- **Please only modify _one template_ per pull request**. This helps keep pull requests and feedback focused on a specific project or technology. In general, the more you can do to help us understand the change you’re making, @@ -66,7 +66,7 @@ helpful than a simple `ls`. If it's not possible to curate a small set of useful rules, then the template might not be a good fit for this collection. Please also understand that we can’t list every tool that ever existed. -Our aim is to curate a collection of the *most common and helpful* templates, +Our aim is to curate a collection of the _most common and helpful_ templates, not to make sure we cover every project possible. If we choose not to include your language, tool, or project, it’s not because it’s not awesome. From 1abbddba2100fdf50ac742d0b2875d6be3018a86 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 11:02:38 -0300 Subject: [PATCH 0934/1016] expanded new sections --- README.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 63 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5a136de0b8..31f13a7b22 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ the following resources are a great place to start: We support a collection of templates, organized in this way: +- the root folder contains templates in common use, to help people get started + with popular programming languages and technologies. These define a meaningful + set of rules to help get started, and ensure you are not committing + unimportant files into your repository - [`Global`](./Global) contains templates for various editors, tools and operating systems that can be used in different situations. It is recommended that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore) @@ -30,6 +34,23 @@ We support a collection of templates, organized in this way: templates. These should be added to your project-specific templates when you decide to adopt the framework or tool. +## What makes a good template? + +A template should contain a set of rules to help Git repositories work with a +specific programming language, framework, tool or environment. + +If it's not possible to curate a small set of useful rules for this situation, +then the template is not a good fit for this collection. + +If a template is mostly a list of files installed by a particular version of +some software (e.g. a PHP framework), it should live under the `ecosystem` +directory. See [versioned templates]() for a guide to this setup. + +Please also understand that we can’t list every tool that ever existed. +Our aim is to curate a collection of the _most common and helpful_ templates, +not to make sure we cover every project possible. If we choose not to +include your language, tool, or project, it’s not because it’s not awesome. + ## Contributing guidelines We’d love for you to help us improve this project. To help us keep this collection @@ -60,15 +81,49 @@ high quality, we request that contributions adhere to the following guidelines. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. -If a template is mostly a list of files installed by a particular version of -some software (e.g. a PHP framework) then it's brittle and probably no more -helpful than a simple `ls`. If it's not possible to curate a small set of -useful rules, then the template might not be a good fit for this collection. +## Versioned templates -Please also understand that we can’t list every tool that ever existed. -Our aim is to curate a collection of the _most common and helpful_ templates, -not to make sure we cover every project possible. If we choose not to -include your language, tool, or project, it’s not because it’s not awesome. +Some templates can change greatly between versions, and if you wish to contribute +to this repository we need to follow this specific flow: + +- the template at the root should be the current supported version +- the template at the root should not have a version in the filename (i.e. + "evergreen") +- previous versions of templates should live under `ecosystem` +- previous versions of the template should embed the version in the filename, + for readability + +This helps ensure users get the latest version (because they'll use whatever is +at the root) but helps maintainers support older versions still in the wild. + +## Specialized templates + +If you have a template that you would like to contribute, but it isn't quite +mainstream, please consider adding this to the `ecosystem` directory under a +folder that best suits where it belongs. + +The rules in your specialized template should be specific to the framework or +tool, and any additional templates should be mentioned in a comment in the +header of the template + +For example + +``` +# gitignore template for InforCRM (formerly SalesLogix) +# +# Recommended: VisualStudio.gitignore + +# Ignore model files that are auto-generated +ModelIndex.xml +ExportedFiles.xml + +# Ignore deployment files +[Mm]odel/[Dd]eployment + +# Force include portal SupportFiles +!Model/Portal/*/SupportFiles/[Bb]in/ +!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in +``` ## Contributing workflow From ded1daba15e8a62c4abf6f915c1ea46b4fff1d3f Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 11:07:36 -0300 Subject: [PATCH 0935/1016] a bit more edits --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f13a7b22..0da2680598 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,16 @@ then the template is not a good fit for this collection. If a template is mostly a list of files installed by a particular version of some software (e.g. a PHP framework), it should live under the `ecosystem` -directory. See [versioned templates]() for a guide to this setup. +directory. See [versioned templates](#versioned-templates) for more details. + +If you have a small set of rules, or want to support a technology that is not +widely in use, and still believe this will be helpful to others, please read the +section about [specialized templates](#specialized-templates) for more details. + +If you believe your template is important and should be highly visible, please +add details about the impact of the technology when you open a pull request. We +may not accept it immediately, but we can promote it to the root at a later date +based on demand. Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the _most common and helpful_ templates, From 3641b16bef48964f4613f9f9b2f073027a890aa2 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 11:13:16 -0300 Subject: [PATCH 0936/1016] tweaks to example template --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0da2680598..c3f62cf76b 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,11 @@ The rules in your specialized template should be specific to the framework or tool, and any additional templates should be mentioned in a comment in the header of the template -For example +For example, this template might live at `ecosystem/DotNet/InforCRM.gitignore`: ``` # gitignore template for InforCRM (formerly SalesLogix) +# website: https://www.infor.com/product-summary/cx/infor-crm/ # # Recommended: VisualStudio.gitignore From c440ae4d9c9171e04cedc41043353217bacabaa0 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 12:07:44 -0300 Subject: [PATCH 0937/1016] stub an example Vue gitignore template --- ecosystem/JavaScript/Vue.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ecosystem/JavaScript/Vue.gitignore diff --git a/ecosystem/JavaScript/Vue.gitignore b/ecosystem/JavaScript/Vue.gitignore new file mode 100644 index 0000000000..4538951c4b --- /dev/null +++ b/ecosystem/JavaScript/Vue.gitignore @@ -0,0 +1,9 @@ +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ From eda6ba515be0ec77f462953d125cc197724d639e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 08:58:24 -0300 Subject: [PATCH 0938/1016] rename ecosystem to community --- README.md | 10 +++++----- {ecosystem => community}/JavaScript/Vue.gitignore | 0 {ecosystem => community}/PHP/Magento1.gitignore | 0 {ecosystem => community}/Python/Drupal7.gitignore | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename {ecosystem => community}/JavaScript/Vue.gitignore (100%) rename {ecosystem => community}/PHP/Magento1.gitignore (100%) rename {ecosystem => community}/Python/Drupal7.gitignore (100%) diff --git a/README.md b/README.md index c3f62cf76b..422056e56c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation, then the template is not a good fit for this collection. If a template is mostly a list of files installed by a particular version of -some software (e.g. a PHP framework), it should live under the `ecosystem` +some software (e.g. a PHP framework), it should live under the `community` directory. See [versioned templates](#versioned-templates) for more details. If you have a small set of rules, or want to support a technology that is not @@ -53,7 +53,7 @@ section about [specialized templates](#specialized-templates) for more details. If you believe your template is important and should be highly visible, please add details about the impact of the technology when you open a pull request. We may not accept it immediately, but we can promote it to the root at a later date -based on demand. +based on interest. Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the _most common and helpful_ templates, @@ -98,7 +98,7 @@ to this repository we need to follow this specific flow: - the template at the root should be the current supported version - the template at the root should not have a version in the filename (i.e. "evergreen") -- previous versions of templates should live under `ecosystem` +- previous versions of templates should live under `community` - previous versions of the template should embed the version in the filename, for readability @@ -108,14 +108,14 @@ at the root) but helps maintainers support older versions still in the wild. ## Specialized templates If you have a template that you would like to contribute, but it isn't quite -mainstream, please consider adding this to the `ecosystem` directory under a +mainstream, please consider adding this to the `community` directory under a folder that best suits where it belongs. The rules in your specialized template should be specific to the framework or tool, and any additional templates should be mentioned in a comment in the header of the template -For example, this template might live at `ecosystem/DotNet/InforCRM.gitignore`: +For example, this template might live at `community/DotNet/InforCRM.gitignore`: ``` # gitignore template for InforCRM (formerly SalesLogix) diff --git a/ecosystem/JavaScript/Vue.gitignore b/community/JavaScript/Vue.gitignore similarity index 100% rename from ecosystem/JavaScript/Vue.gitignore rename to community/JavaScript/Vue.gitignore diff --git a/ecosystem/PHP/Magento1.gitignore b/community/PHP/Magento1.gitignore similarity index 100% rename from ecosystem/PHP/Magento1.gitignore rename to community/PHP/Magento1.gitignore diff --git a/ecosystem/Python/Drupal7.gitignore b/community/Python/Drupal7.gitignore similarity index 100% rename from ecosystem/Python/Drupal7.gitignore rename to community/Python/Drupal7.gitignore From 1ab24a3be37e96e8019ac213e3d76eb203ebf253 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:08:04 -0300 Subject: [PATCH 0939/1016] add support for Nuxt.js Co-Authored-By: FURUKAWA,Daisuke --- community/JavaScript/Nuxt.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/JavaScript/Nuxt.gitignore diff --git a/community/JavaScript/Nuxt.gitignore b/community/JavaScript/Nuxt.gitignore new file mode 100644 index 0000000000..cd6c77a374 --- /dev/null +++ b/community/JavaScript/Nuxt.gitignore @@ -0,0 +1,9 @@ +# gitignore template for Nuxt.js projects +# +# Recommended template: Node.gitignore + +# Nuxt build +.nuxt + + # Nuxt generate +dist From 05c5eacc7a4e62cacc1197e3506431a811a4edbb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:11:02 -0300 Subject: [PATCH 0940/1016] add a template for Phoenix projects Co-Authored-By: JuanPablo Co-Authored-By: Sean Callan --- community/Elixir/Phoenix.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/Elixir/Phoenix.gitignore diff --git a/community/Elixir/Phoenix.gitignore b/community/Elixir/Phoenix.gitignore new file mode 100644 index 0000000000..522c8d56c2 --- /dev/null +++ b/community/Elixir/Phoenix.gitignore @@ -0,0 +1,22 @@ +# gitignore template for Phoenix projects +# website: http://www.phoenixframework.org/ +# +# Recommended template: Elixir.gitignore + +# Temporary files +/tmp + +# Static artifacts +/node_modules +/assets/node_modules + +# Since we are building assets from web/static, +# we ignore priv/static. You may want to comment +# this depending on your deployment strategy. +/priv/static/ + +# Installer-related files +/installer/_build +/installer/tmp +/installer/doc +/installer/deps From bd97b795f158f5ef9cee4e7d8549a7a1bbea1124 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:28:30 -0300 Subject: [PATCH 0941/1016] added community Pimcore template Co-Authored-By: Martin Kuric --- community/PHP/Pimcore.gitignore | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 community/PHP/Pimcore.gitignore diff --git a/community/PHP/Pimcore.gitignore b/community/PHP/Pimcore.gitignore new file mode 100644 index 0000000000..549e7a8fd8 --- /dev/null +++ b/community/PHP/Pimcore.gitignore @@ -0,0 +1,53 @@ +# gitignore template for Pimcore CMS + +# pimcore source files +/pimcore + +# asset files +/website/var/assets/* + +# backups +/website/var/backup/* + +# file cache +/website/var/cache/* + +# generated PHP classes, keep definition files (.psf) +/website/var/classes/Object* +!/website/var/classes/objectbricks + +# various configuration files +/website/var/config/system.xml +/website/var/config/cache.xml +/website/var/config/robots.txt +/website/var/config/Geo* +/website/var/config/object/* +/website/var/config/portal/* +/website/var/config/sqlreport/* + +# sent e-mail log files +/website/var/email/* + +# log files +/website/var/log/*.log + +# serialized recyclebin files +/website/var/recyclebin/* + +# search plugin +/website/var/search/* + +# various temp files +/website/var/system/* +/website/var/tmp/* + +# serialized version files +/website/var/versions/asset/* +/website/var/versions/document/* +/website/var/versions/object/* + +# user profile images +/website/var/user-image/* + +# keep .dummy files +!.dummy \ No newline at end of file From 2055dc101026b338cec2922ff41e1e6ae0054ba0 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:29:06 -0300 Subject: [PATCH 0942/1016] Added community template for ThinkPHP Co-Authored-By: Parallel --- community/PHP/ThinkPHP.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/PHP/ThinkPHP.gitignore diff --git a/community/PHP/ThinkPHP.gitignore b/community/PHP/ThinkPHP.gitignore new file mode 100644 index 0000000000..348ebf0577 --- /dev/null +++ b/community/PHP/ThinkPHP.gitignore @@ -0,0 +1,8 @@ +# gitignore template for ThinkPHP v3.2.3 +# website: http://www.thinkphp.cn/ + +# Logs and Cache files +/Application/Runtime/ + +# Common configure file +/Application/Common/Conf/config.php \ No newline at end of file From bbd34a4472535e7d00f050879fc1768781c8e788 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:55:44 -0300 Subject: [PATCH 0943/1016] add community Snap template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: 林博仁(Buo-ren Lin) Co-Authored-By: Marius Gripsgard --- community/Linux/Snap.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/Linux/Snap.gitignore diff --git a/community/Linux/Snap.gitignore b/community/Linux/Snap.gitignore new file mode 100644 index 0000000000..ea38c6dd42 --- /dev/null +++ b/community/Linux/Snap.gitignore @@ -0,0 +1,14 @@ +# gitginore template for creating Snap packages +# website: https://snapcraft.io/ + +parts/ +prime/ +stage/ +*.snap + +# Snapcraft global state tracking data(automatically generated) +# https://forum.snapcraft.io/t/location-to-save-global-state/768 +/snap/.snapcraft/ + +# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container +/*_source.tar.bz2 From d298644fc3026a4c16db211e6bd9d4b13d14d9eb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 10:00:39 -0300 Subject: [PATCH 0944/1016] added Hugo community template Co-Authored-By: Julien Liabeuf Co-Authored-By: Ricardo N Feliciano --- community/Golang/Hugo.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/Golang/Hugo.gitignore diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore new file mode 100644 index 0000000000..23f43cbe9a --- /dev/null +++ b/community/Golang/Hugo.gitignore @@ -0,0 +1,8 @@ +# gitginore template for Hugo projects +# website: https://gohugo.io + +# generated files by hugo +/public/ + +# executable may be added to repository +hugo.exe \ No newline at end of file From e67a985416e4c516b4134d721966e2ec469e7441 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 10:06:42 -0300 Subject: [PATCH 0945/1016] Add community template for Red language Co-Authored-By: SouthWolf Co-Authored-By: Trent Patterson Co-Authored-By: PeterWAWood --- community/Red.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/Red.gitignore diff --git a/community/Red.gitignore b/community/Red.gitignore new file mode 100644 index 0000000000..b78a06fc37 --- /dev/null +++ b/community/Red.gitignore @@ -0,0 +1,16 @@ +# gitignore template for Red programming language +# website: http://www.red-lang.org/ + +# Red Compiled code +*.red + +# Libraries +crush.dll +crush.dylib +crush.so + +# Files generated during test +quick-test/quick-test.log +quick-test/runnable/ +system/tests/source/units/auto-tests/ +tests/source/units/auto-tests/ From 8a2fae7d6cb2882630b7878063c8b685375cc8ea Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 10:55:32 -0300 Subject: [PATCH 0946/1016] add templates for older JBoss versions Co-Authored-By: Marcos Estevam --- community/Java/JBoss4.gitignore | 19 +++++++++++++++++++ community/Java/JBoss6.gitignore | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 community/Java/JBoss4.gitignore create mode 100644 community/Java/JBoss6.gitignore diff --git a/community/Java/JBoss4.gitignore b/community/Java/JBoss4.gitignore new file mode 100644 index 0000000000..d416538cc7 --- /dev/null +++ b/community/Java/JBoss4.gitignore @@ -0,0 +1,19 @@ +# gitignore for JBoss v4 projects + +/server/all/data +/server/all/log +/server/all/tmp +/server/all/work +/server/default/data +/server/default/log +/server/default/tmp +/server/default/work +/server/minimal/data +/server/minimal/log +/server/minimal/tmp +/server/minimal/work + +# Note: +# there may be other directories that contain *.xml.failed or *.war.failed files +/server/default/deploy/*.xml.failed +/server/default/deploy/*.war.failed diff --git a/community/Java/JBoss6.gitignore b/community/Java/JBoss6.gitignore new file mode 100644 index 0000000000..dc7dce7699 --- /dev/null +++ b/community/Java/JBoss6.gitignore @@ -0,0 +1,33 @@ +# gitignore for JBoss v6 projects +# +# Note: to ensure empty directories remain part of the repository, like +# `/server/minimal/lib`, you should add an empty `.gitignore` or `.gitkeep` file +# to the directory - otherwise you may have issues when starting the service. + +/server/all/data +/server/all/log +/server/all/tmp +/server/all/work +/server/default/data +/server/default/log +/server/default/tmp +/server/default/work +/server/minimal/data +/server/minimal/log +/server/minimal/tmp +/server/minimal/work +/server/jbossweb-standalone/data +/server/jbossweb-standalone/log +/server/jbossweb-standalone/tmp +/server/jbossweb-standalone/work +/server/standard/data +/server/standard/log +/server/standard/tmp +/server/standard/work +/server/default/deploy/*.jar.failed +/server/default/deploy/*.jar.dodeploy +/server/default/deploy/*.xml.failed +/server/default/deploy/*.xml.dodeploy +/server/default/deploy/*.war.failed +/server/default/deploy/*.war.dodeploy + From 991accab3f0ed16a51397a280fbe372e93c2b543 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 11:39:03 -0300 Subject: [PATCH 0947/1016] add community template for KenticoCMS Co-Authored-By: Christopher Jennings --- community/DotNet/Kentico.gitignore | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 community/DotNet/Kentico.gitignore diff --git a/community/DotNet/Kentico.gitignore b/community/DotNet/Kentico.gitignore new file mode 100644 index 0000000000..6c6d8d631e --- /dev/null +++ b/community/DotNet/Kentico.gitignore @@ -0,0 +1,64 @@ +# gitignore template for using Kentico CMS +# website: http://www.kentico.com/ +# +# Recommended template: VisualStudio.gitignore + +# Include some Kentico folders excluded by Visual Studio rules +!CMS/CMSAdminControls/*/ +!CMS/CMSModules/System/*/ +!CMS/App_Data/CIRepository/** + +# Kentico temporary/environment files +CMS/App_Data/AzureCache +CMS/App_Data/AzureTemp +CMS/App_Data/CMSModules/DeviceProfile/logFiftyOne.txt +CMS/App_Data/CMSModules/DeviceProfiles/logFiftyOne.txt +CMS/App_Data/CMSModules/WebFarm/webfarm.sync +CMS/App_Data/CMSTemp +CMS/App_Data/Persistent +CMS/CMSSiteUtils/Export +CMS/CMSSiteUtils/Import + +# Ignore all smart search indexes, but not the other system folder contents +CMS/App_Data/CMSModules/SmartSearch/** +!CMS/App_Data/CMSModules/SmartSearch/*/ +!CMS/App_Data/CMSModules/SmartSearch/_StopWords/** +!CMS/App_Data/CMSModules/SmartSearch/_Synonyms/** + +## Kentico Starter Sites +# Starter site resource Files +CMS/App_Data/DancingGoat + +# Starter site web templates +CMS/App_Data/Templates/CommunitySite +CMS/App_Data/Templates/CorporateSite +CMS/App_Data/Templates/DancingGoat +CMS/App_Data/Templates/EcommerceSite +CMS/App_Data/Templates/IntranetPortal +CMS/App_Data/Templates/PersonalSite + +# Starter site app themes +CMS/App_Themes/CommunitySite +CMS/App_Themes/CorporateSite +CMS/App_Themes/EcommerceSite +CMS/App_Themes/IntranetPortal* +CMS/App_Themes/PersonalSite + +# Starter site ASPX templates +CMS/CMSTemplates/CorporateSite + +# Starter site media libraries +CMS/CommunitySite +CMS/CorporateSite +CMS/DancingGoat +CMS/EcommerceSite +CMS/IntranetPortal +CMS/PersonalSite + +## Project specific ignores +# Sensitive settings +AppSettings.config +ConnectionStrings.config + +# Project media libraries (recommend shared file storage) +# e.g. CMS/{SiteCodeName} \ No newline at end of file From eff87b9c8bc028de8b85b2afe8b00d8862cd7f3f Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 11:39:57 -0300 Subject: [PATCH 0948/1016] added community template for InforCRM Co-Authored-By: Customer FX Development --- community/DotNet/InforCMS.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/DotNet/InforCMS.gitignore diff --git a/community/DotNet/InforCMS.gitignore b/community/DotNet/InforCMS.gitignore new file mode 100644 index 0000000000..6f4d951ec7 --- /dev/null +++ b/community/DotNet/InforCMS.gitignore @@ -0,0 +1,15 @@ +# gitignore template for InforCRM (formerly SalesLogix) +# website: https://www.infor.com/product-summary/cx/infor-crm/ +# +# Recommended: VisualStudio.gitignore + +# Ignore model files that are auto-generated +ModelIndex.xml +ExportedFiles.xml + +# Ignore deployment files +[Mm]odel/[Dd]eployment + +# Force include portal SupportFiles +!Model/Portal/*/SupportFiles/[Bb]in/ +!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in \ No newline at end of file From 7637178dd21c8a903b2eefcc5dfec7208a061a20 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:07:39 -0300 Subject: [PATCH 0949/1016] add community template for Meteor Co-Authored-By: CodeHunter --- community/JavaScript/Meteor.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/JavaScript/Meteor.gitignore diff --git a/community/JavaScript/Meteor.gitignore b/community/JavaScript/Meteor.gitignore new file mode 100644 index 0000000000..7194fd0e17 --- /dev/null +++ b/community/JavaScript/Meteor.gitignore @@ -0,0 +1,12 @@ +# gitignore template for the Meteor framework +# website: https://www.meteor.com/ +# +# Recommended template: Node.gitignore + +# protect api keys in setting json +settings-production.json +settings.json + +# protect your mup.json settings +mup.json +mup.js From 213a053ce7bec535974598c2f5699050ee6a2953 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:16:14 -0300 Subject: [PATCH 0950/1016] added community template for PHP CodeSniffer Co-Authored-By: moltra --- community/PHP/CodeSniffer.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/PHP/CodeSniffer.gitignore diff --git a/community/PHP/CodeSniffer.gitignore b/community/PHP/CodeSniffer.gitignore new file mode 100644 index 0000000000..e2d9e306e2 --- /dev/null +++ b/community/PHP/CodeSniffer.gitignore @@ -0,0 +1,7 @@ +# gitignore for the PHP Codesniffer framework +# website: https://github.com/squizlabs/PHP_CodeSniffer +# +# Recommended template: PHP.gitignore + +/vendor/* +/wpcs/* \ No newline at end of file From e5c5a2bb9c96a86e75c9543ceedd466fae1f27a8 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:16:51 -0300 Subject: [PATCH 0951/1016] add community template for Racket Co-Authored-By: Will Price Co-Authored-By: Stefan --- community/Racket.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/Racket.gitignore diff --git a/community/Racket.gitignore b/community/Racket.gitignore new file mode 100644 index 0000000000..c97e089948 --- /dev/null +++ b/community/Racket.gitignore @@ -0,0 +1,15 @@ +# gitignore template for the Racket language +# website: http://www.racket-lang.org/ + +# DrRacket autosave files +*.rkt~ +*.rkt.bak +\#*.rkt# +\#*.rkt#*# + +# Compiled racket bytecode +compiled/ +*.zo + +# Dependency tracking files +*.dep \ No newline at end of file From f29f4047a03c0981706d92f5458aa73499e1ce47 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:24:05 -0300 Subject: [PATCH 0952/1016] add community template for LogTalk Co-Authored-By: Paulo Moura --- community/Logtalk.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 community/Logtalk.gitignore diff --git a/community/Logtalk.gitignore b/community/Logtalk.gitignore new file mode 100644 index 0000000000..d02dd2e14d --- /dev/null +++ b/community/Logtalk.gitignore @@ -0,0 +1,19 @@ +# gitignore template for LogTalk, a programming language that builds upon Prolog +# website: https://logtalk.org/ + +# Logtalk temporary file directories +.lgt_tmp/ +lgt_tmp/ + +# Logtalk default unit testing and doclet results and logs directories +logtalk_tester_logs/ +logtalk_doclet_logs/ + +# backend Prolog compiler temporary files +.pl-history +*.out +*.xwam +*.qo +*.ql +*.itf +*.po \ No newline at end of file From d9977d1bdffaacb697f8e3db5094f5bb8c79c8e7 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:28:43 -0300 Subject: [PATCH 0953/1016] add community template for Cordova Co-Authored-By: Andre Christoga S Co-Authored-By: Chaoyi Zha --- community/JavaScript/Cordova.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/JavaScript/Cordova.gitignore diff --git a/community/JavaScript/Cordova.gitignore b/community/JavaScript/Cordova.gitignore new file mode 100644 index 0000000000..4bd87859e1 --- /dev/null +++ b/community/JavaScript/Cordova.gitignore @@ -0,0 +1,10 @@ +# gitignore template for the Cordova framework +# website: https://cordova.apache.org/ +# +# Recommended template: Node.gitignore + +# App platform binaries and built files +/platforms + +# Optional to ignore plugin Git clones +#/plugins From 227764535c0404960e6b6f20d8abff74fc4bf5b5 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:30:27 -0300 Subject: [PATCH 0954/1016] add community template for NW.js Co-Authored-By: Josh Plant --- community/JavaScript/NWjs.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/JavaScript/NWjs.gitignore diff --git a/community/JavaScript/NWjs.gitignore b/community/JavaScript/NWjs.gitignore new file mode 100644 index 0000000000..f006b08b54 --- /dev/null +++ b/community/JavaScript/NWjs.gitignore @@ -0,0 +1,29 @@ +# gitignore template for NW.js projects +# website: https://nwjs.io/ + +# Seen in standard and sdk versions +credits.html +locales/ +libEGL.dll +libGLEv2.dll +node.dll +nw.dll +nw.exe +natives_blob.bin +nw_100_percent.pak +nw_200_percent.pak +nw_elf.dll +snapshot_blob.bin +resources.pak + +# Seen only in standard +d3dcompiler_47.dll +ffmpeg.dll +icudtl.dat + +# Seen only in sdk +pnacl/ +chromedriver.exe +nacl_irt_x86_64.nexe +nwjc.exe +payload.exe From 0a23ed588dd0d59dbc2b356133fe87364265b45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 29 Oct 2018 13:56:28 +0800 Subject: [PATCH 0955/1016] Revert "Update Xcode.gitignore" --- Global/Xcode.gitignore | 74 +++++------------------------------------- 1 file changed, 9 insertions(+), 65 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index b01314d3a6..cd0c7d3e45 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -2,11 +2,17 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -## Build generated +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) build/ DerivedData/ - -## Various settings +*.moved-aside *.pbxuser !default.pbxuser *.mode1v3 @@ -15,65 +21,3 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint - -## Obj-C/Swift specific -*.hmap -*.ipa -*.dSYM.zip -*.dSYM - -## Playgrounds -timeline.xctimeline -playground.xcworkspace - -# Swift Package Manager -# -# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. -# Packages/ -# Package.pins -# Package.resolved -.build/ - -# CocoaPods -# -# We recommend against adding the Pods directory to your .gitignore. However -# you should judge for yourself, the pros and cons are mentioned at: -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# -# Pods/ -# -# Add this line if you want to avoid checking in source code from the Xcode workspace -# *.xcworkspace - -# Carthage -# -# Add this line if you want to avoid checking in source code from Carthage dependencies. -# 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. -# For more information about the recommended setup visit: -# https://docs.fastlane.tools/best-practices/source-control/#source-control - -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots/**/*.png -fastlane/test_output - -# Code Injection -# -# After new code Injection tools there's a generated folder /iOSInjectionProject -# https://github.com/johnno1962/injectionforxcode - -iOSInjectionProject/ - From b3d1e72efb400157927b0f7c419f1a09b01e0f3e Mon Sep 17 00:00:00 2001 From: Chris Gunn Date: Fri, 2 Nov 2018 14:17:40 -0700 Subject: [PATCH 0956/1016] Add `ARM` and `ARM64` to Visual Studio's ignore file. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4d13c54854..b8f4cbca21 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -20,6 +20,8 @@ [Rr]eleases/ x64/ x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ bld/ [Bb]in/ [Oo]bj/ From 1cdba03c57380285fdbdb424b925be7a6f842254 Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Tue, 6 Nov 2018 11:28:54 +1100 Subject: [PATCH 0957/1016] ignore files generated by ElixirLS --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index 86e4c3f390..b263cd10f3 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -7,3 +7,4 @@ erl_crash.dump *.ez *.beam /config/*.secret.exs +.elixir_ls/ From 58f322cfbc0aefc3026310e39eaed742ecdb61ec Mon Sep 17 00:00:00 2001 From: 1nfinite9 Date: Wed, 7 Nov 2018 10:15:02 +0900 Subject: [PATCH 0958/1016] Update Unity.gitignore Add ignore for Crashlytics generated file --- Unity.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 833e6d4291..93c9ce5219 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -35,3 +35,7 @@ sysinfo.txt # Builds *.apk *.unitypackage + +# Crashlytics generated file +Assets/StreamingAssets/crashlytics-build.properties + From 87ec1bd86480dcc618291b2271fe365880915ce2 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Thu, 8 Nov 2018 10:59:36 +0900 Subject: [PATCH 0959/1016] Add "network-security.data" Refs: http://network-security.data --- Global/Emacs.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 3ac7904dcd..d40e86599b 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -43,3 +43,7 @@ flycheck_*.el # directory configuration .dir-locals.el + +# network security +/network-security.data + From 36ea81b07f6b95c0767a74cce5b7b0c82d040e55 Mon Sep 17 00:00:00 2001 From: Skident Date: Thu, 8 Nov 2018 12:09:18 +0200 Subject: [PATCH 0960/1016] Added CMakeLists.txt.user file to a CMake .gitignore --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 9ea395f15e..7e25564f9e 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -1,3 +1,4 @@ +CMakeLists.txt.user CMakeCache.txt CMakeFiles CMakeScripts From da37cecbd45e101d311229946f4cb02c659cb70a Mon Sep 17 00:00:00 2001 From: Arnaud Rocher Date: Fri, 9 Nov 2018 10:42:08 +0100 Subject: [PATCH 0961/1016] [TeX] Ignore generated files by 'vhistory' package The `vhistory` package generates two files, with `.hst` and `.ver` extensions. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 753f2b954f..edd1f60b72 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -205,6 +205,10 @@ pythontex-files-*/ # todonotes *.tdo +# vhistory +*.hst +*.ver + # easy-todo *.lod From 926a6cba3d7bb626143e6caf0b06d47033c4b569 Mon Sep 17 00:00:00 2001 From: "J. Kevin Bay" Date: Fri, 9 Nov 2018 19:59:44 -0700 Subject: [PATCH 0962/1016] Hide wheels directory used on Debian-like systems (Ubuntu) See https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html tl;dr Debian Policy requires wheels to be installed here and thus issuing python3 -m venv . on a Debian-like system creates this directory --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 510c73d0fd..11614af287 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ parts/ sdist/ var/ wheels/ +share/python-wheels/ *.egg-info/ .installed.cfg *.egg From 9c477781eba9d571c11c002fdec00d2943e7400d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:17:51 -0400 Subject: [PATCH 0963/1016] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 422056e56c..db17134760 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ We support a collection of templates, organized in this way: that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore) or merge these rules into your project-specific templates if you want to use them permanently. -- [`ecosystem`](./ecosystem) contains specialized templates coalescing around - popular programming languages, but don't make sense to live in the mainstream +- [`community`](./community) contains specialized templates for other popular + languages, tools and project, which don't currently belong in the mainstream templates. These should be added to your project-specific templates when you decide to adopt the framework or tool. @@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation, then the template is not a good fit for this collection. If a template is mostly a list of files installed by a particular version of -some software (e.g. a PHP framework), it should live under the `community` +some software (e.g. a PHP framework), it could live under the `community` directory. See [versioned templates](#versioned-templates) for more details. If you have a small set of rules, or want to support a technology that is not @@ -98,7 +98,7 @@ to this repository we need to follow this specific flow: - the template at the root should be the current supported version - the template at the root should not have a version in the filename (i.e. "evergreen") -- previous versions of templates should live under `community` +- previous versions of templates should live under `community/` - previous versions of the template should embed the version in the filename, for readability From b7dc63aa1bb2536dd7f316eada0efd9e92f26b98 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:33:56 -0400 Subject: [PATCH 0964/1016] added bitrix community template --- community/PHP/Bitrix.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/PHP/Bitrix.gitignore diff --git a/community/PHP/Bitrix.gitignore b/community/PHP/Bitrix.gitignore new file mode 100644 index 0000000000..d288916f36 --- /dev/null +++ b/community/PHP/Bitrix.gitignore @@ -0,0 +1,23 @@ +# gitignore template for 1C-Bitrix, a PHP-based CMS +# website: https://www.1c-bitrix.ru + +#Exclude all of core files +/bitrix/* + +#But not the templates and non bitrix components +!/bitrix/templates +!/bitrix/components +/bitrix/components/bitrix + +#Exclude bitrix gadgets +!/bitrix/gadgets +/bitrix/gadgets/bitrix + +#User can use that directory to store some stuff, but it's not really recommended, just use /local instead of this +!/bitrix/php_interface/ + +#Exclude database configs +/bitrix/php_interface/dbconn.php + +#Exclude default file storage directory +/upload/ From e9883e5f27a5e38b452675efacbe4b0176532c18 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:34:14 -0400 Subject: [PATCH 0965/1016] update header for Drupal template --- Drupal.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 5e90707261..50d3eef8a3 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,6 +1,6 @@ # gitignore template for Drupal 8 projects # -# earlier versions of Drupal are tracked in `ecosystem/Python/` +# earlier versions of Drupal are tracked in `community/Python/` # Ignore configuration files that may contain sensitive information /sites/*/*settings*.php @@ -43,4 +43,4 @@ /README.txt /robots.txt /update.php -/web.config \ No newline at end of file +/web.config From f7c4f2e4e95460cfc93384dc66155bcaf8c3d930 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:38:46 -0400 Subject: [PATCH 0966/1016] line endings --- community/DotNet/InforCMS.gitignore | 2 +- community/DotNet/Kentico.gitignore | 2 +- community/Golang/Hugo.gitignore | 2 +- community/Logtalk.gitignore | 2 +- community/PHP/CodeSniffer.gitignore | 2 +- community/PHP/Pimcore.gitignore | 2 +- community/Racket.gitignore | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/community/DotNet/InforCMS.gitignore b/community/DotNet/InforCMS.gitignore index 6f4d951ec7..29c7d8e52a 100644 --- a/community/DotNet/InforCMS.gitignore +++ b/community/DotNet/InforCMS.gitignore @@ -12,4 +12,4 @@ ExportedFiles.xml # Force include portal SupportFiles !Model/Portal/*/SupportFiles/[Bb]in/ -!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in \ No newline at end of file +!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in diff --git a/community/DotNet/Kentico.gitignore b/community/DotNet/Kentico.gitignore index 6c6d8d631e..3b278b6aed 100644 --- a/community/DotNet/Kentico.gitignore +++ b/community/DotNet/Kentico.gitignore @@ -61,4 +61,4 @@ AppSettings.config ConnectionStrings.config # Project media libraries (recommend shared file storage) -# e.g. CMS/{SiteCodeName} \ No newline at end of file +# e.g. CMS/{SiteCodeName} diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 23f43cbe9a..acccf884a2 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -5,4 +5,4 @@ /public/ # executable may be added to repository -hugo.exe \ No newline at end of file +hugo.exe diff --git a/community/Logtalk.gitignore b/community/Logtalk.gitignore index d02dd2e14d..c680e647b3 100644 --- a/community/Logtalk.gitignore +++ b/community/Logtalk.gitignore @@ -16,4 +16,4 @@ logtalk_doclet_logs/ *.qo *.ql *.itf -*.po \ No newline at end of file +*.po diff --git a/community/PHP/CodeSniffer.gitignore b/community/PHP/CodeSniffer.gitignore index e2d9e306e2..d4b376846b 100644 --- a/community/PHP/CodeSniffer.gitignore +++ b/community/PHP/CodeSniffer.gitignore @@ -4,4 +4,4 @@ # Recommended template: PHP.gitignore /vendor/* -/wpcs/* \ No newline at end of file +/wpcs/* diff --git a/community/PHP/Pimcore.gitignore b/community/PHP/Pimcore.gitignore index 549e7a8fd8..4090b4ad78 100644 --- a/community/PHP/Pimcore.gitignore +++ b/community/PHP/Pimcore.gitignore @@ -50,4 +50,4 @@ /website/var/user-image/* # keep .dummy files -!.dummy \ No newline at end of file +!.dummy diff --git a/community/Racket.gitignore b/community/Racket.gitignore index c97e089948..962478a15e 100644 --- a/community/Racket.gitignore +++ b/community/Racket.gitignore @@ -12,4 +12,4 @@ compiled/ *.zo # Dependency tracking files -*.dep \ No newline at end of file +*.dep From d6d2a41fdfb9f309cdcb267c829ebf92e41c6a44 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:11:28 -0400 Subject: [PATCH 0967/1016] added template for Bazel Co-Authored-By: Carmi Grushko --- community/Bazel.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/Bazel.gitignore diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore new file mode 100644 index 0000000000..a08ff4860c --- /dev/null +++ b/community/Bazel.gitignore @@ -0,0 +1,6 @@ +# gitignore template for Bazel build system +# website: https://bazel.build/ + +# Ignore all bazel-* symlinks. There is no full list since this can change +# based on the name of the directory bazel is cloned into. +/bazel-* From 2ee0576b39a8b50d459cbeea1e902d5eb4e5ba4d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:12:56 -0400 Subject: [PATCH 0968/1016] added template for Exercism project Co-Authored-By: Yosef Benny Widyokarsono --- community/Exercism.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/Exercism.gitignore diff --git a/community/Exercism.gitignore b/community/Exercism.gitignore new file mode 100644 index 0000000000..b74882c8e5 --- /dev/null +++ b/community/Exercism.gitignore @@ -0,0 +1,5 @@ +# gitignore template for Exercism project +# website: https://exercism.io/ + +# Ignore .exercism folder which contain sensitive data +.exercism From db803b4c8755e219c3e5568b5afce6c5573fce8d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:14:54 -0400 Subject: [PATCH 0969/1016] add template for Jupyter Notebooks Co-Authored-By: Lin Kao-Yuan --- community/Python/JupyterNotebooks.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/Python/JupyterNotebooks.gitignore diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore new file mode 100644 index 0000000000..7727feac78 --- /dev/null +++ b/community/Python/JupyterNotebooks.gitignore @@ -0,0 +1,9 @@ +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ +# From 45aaaf2b739579d9906bb5b8618b4c9fa5117de0 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:16:22 -0400 Subject: [PATCH 0970/1016] added template for Nikola framework Co-Authored-By: Lenz Grimmer --- community/Python/Nikola.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/Python/Nikola.gitignore diff --git a/community/Python/Nikola.gitignore b/community/Python/Nikola.gitignore new file mode 100644 index 0000000000..dac64b4125 --- /dev/null +++ b/community/Python/Nikola.gitignore @@ -0,0 +1,7 @@ +# gitignore template for Nikola static site generator +# website: https://getnikola.com/ + +.doit.db +*.py[cod] +cache/ +output/ From 40522d5bf730c47f3449577c80d1820dcc2e4d47 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 19:30:25 -0400 Subject: [PATCH 0971/1016] added template for Puppet modules Co-Authored-By: Mario Finelli --- community/Puppet.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/Puppet.gitignore diff --git a/community/Puppet.gitignore b/community/Puppet.gitignore new file mode 100644 index 0000000000..4fcdca7dc9 --- /dev/null +++ b/community/Puppet.gitignore @@ -0,0 +1,16 @@ +# gitignore template for Puppet modules +# website: https://forge.puppet.com/ + +# Built packages +pkg/* + +# Should run on multiple platforms so don't check in +Gemfile.lock + +# Tests +spec/fixtures/* +coverage/* + +# Third-party +vendor/* +.bundle/* From 056eea8e97bfb9057bf912788c243fc9ec390912 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 19:30:49 -0400 Subject: [PATCH 0972/1016] added template for Splunk apps Co-Authored-By: Edward Courtemanche --- community/Splunk.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/Splunk.gitignore diff --git a/community/Splunk.gitignore b/community/Splunk.gitignore new file mode 100644 index 0000000000..d063da0ea7 --- /dev/null +++ b/community/Splunk.gitignore @@ -0,0 +1,8 @@ +# gitignore template for Splunk apps +# documentation: http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Defaultmetaconf + +# Splunk local meta file +local.meta + +# Splunk local folder +local From 541a7aec34f3414cb4bc5f07345c60f84a448f30 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 23 Nov 2018 15:46:33 -0400 Subject: [PATCH 0973/1016] added template for Xilinx Co-Authored-By: lkxajd Co-Authored-By: Shamim Keshani Co-Authored-By: Stephen --- community/Xilinx.gitignore | 105 +++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 community/Xilinx.gitignore diff --git a/community/Xilinx.gitignore b/community/Xilinx.gitignore new file mode 100644 index 0000000000..afe5e8214f --- /dev/null +++ b/community/Xilinx.gitignore @@ -0,0 +1,105 @@ +# gitignore template for Xilinx Vivado Design Suite +# website: https://www.xilinx.com/support/download.html + +# [home] +*.jou +*.log +*.debug +*.str +*.zip +*.tmp +*.rst +*.os +*.js +*.pb +*.dcp +*.hwdef +*.vds +*.veo +*.wdf +*.vdi +*.dmp +*.rpx +*.rpt +*_stub.v +*_stub.vhdl +*_funcsim.v +*_funcsim.vhdl +.project + +# [dir] +*.cache +.metadata +*.data +*.ipdefs +.Xil +*.sdk +*.hw +*.ip_user_files + +### IP synth +*_synth_* + +.jobs + +### project synth +*/*.runs/synth*/*.xml +*/*.runs/synth*/*.txt +*/*.runs/synth*/*.sh +*/*.runs/synth*/*.tcl +*/*.runs/synth*/*.bat +*/*.runs/synth*/*.xdc +!*/*.runs/synth*/*utilization*.rpt + +*.runs/synth*/*.xml +*.runs/synth*/*.txt +*.runs/synth*/*.sh +*.runs/synth*/*.tcl +*.runs/synth*/*.bat +*.runs/synth*/*.xdc +!*.runs/synth*/*utilization*.rpt + +### project impl +*/*.runs/impl*/*.xml +*/*.runs/impl*/*.html +*/*.runs/impl*/*.txt +*/*.runs/impl*/*.sh +*/*.runs/impl*/*.tcl +*/*.runs/impl*/*.bat +!*/*.runs/impl*/*utilization*.rpt + +*.runs/impl*/*.xml +*.runs/impl*/*.html +*.runs/impl*/*.txt +*.runs/impl*/*.sh +*.runs/impl*/*.tcl +*.runs/impl*/*.bat +!*.runs/impl*/*utilization*.rpt + +### block design +*/*/bd/*/hdl +*/*/*/bd/*/hdl + +*/*/bd/*/*.xdc +*/*/*/bd/*/*.xdc + +*/*/bd/*/ip/*/*.xdc +*/*/*/bd/*/ip/*/*.xdc + +*/*/bd/*/ip/*/*/ +*/*/*/bd/*/ip/*/*/ + +*/*/bd/*/ip/*/*.vhd +*/*/*/bd/*/ip/*/*.vhd + +*/*/bd/*/ip/*/*.xml +*/*/*/bd/*/ip/*/*.xml + +*.c +*.h +*.vho +*.html +*/*/bd/*/ip/*/*.tcl +*/*/*/bd/*/ip/*/*.tcl +hw_handoff +ipshared From 8b335ee4099333b11fa02170f23998996dba899e Mon Sep 17 00:00:00 2001 From: Christopher McClellan Date: Sat, 8 Aug 2015 09:34:42 -0400 Subject: [PATCH 0974/1016] Create AtmelStudio.gitignore Added a new .gitignore for Atmel Studio. https://www.microchip.com/mplab/avr-support/atmel-studio-7 --- community/embedded/AtmelStudio.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/embedded/AtmelStudio.gitignore diff --git a/community/embedded/AtmelStudio.gitignore b/community/embedded/AtmelStudio.gitignore new file mode 100644 index 0000000000..5dfc469653 --- /dev/null +++ b/community/embedded/AtmelStudio.gitignore @@ -0,0 +1,22 @@ +## Ignore Atmel Studio temporary files and build results +# https://www.microchip.com/mplab/avr-support/atmel-studio-7 + +# Atmel Studio is powered by an older version of Visual Studio, +# so most of the project and solution files are the same as VS files, +# only prefixed by an `at`. + +#Build Directories +[Dd]ebug/ +[Rr]elease/ + +#Build Results +*.o +*.d +*.eep +*.elf +*.hex +*.map +*.srec + +#User Specific Files +*.atsuo From 941ea22c96ad34a981bed6c13c1239649cfbd78e Mon Sep 17 00:00:00 2001 From: Steven Lee Date: Mon, 26 Nov 2018 22:02:40 +1100 Subject: [PATCH 0975/1016] correct capitalization problems and add Octave which link to MATLAB --- Global/{Matlab.gitignore => MATLAB.gitignore} | 0 Global/{macOS.gitignore => MacOS.gitignore} | 0 Global/Octave.gitignore | 1 + Jboss.gitignore => JBoss.gitignore | 0 4 files changed, 1 insertion(+) rename Global/{Matlab.gitignore => MATLAB.gitignore} (100%) rename Global/{macOS.gitignore => MacOS.gitignore} (100%) create mode 120000 Global/Octave.gitignore rename Jboss.gitignore => JBoss.gitignore (100%) diff --git a/Global/Matlab.gitignore b/Global/MATLAB.gitignore similarity index 100% rename from Global/Matlab.gitignore rename to Global/MATLAB.gitignore diff --git a/Global/macOS.gitignore b/Global/MacOS.gitignore similarity index 100% rename from Global/macOS.gitignore rename to Global/MacOS.gitignore diff --git a/Global/Octave.gitignore b/Global/Octave.gitignore new file mode 120000 index 0000000000..b1d60544df --- /dev/null +++ b/Global/Octave.gitignore @@ -0,0 +1 @@ +MATLAB.gitignore \ No newline at end of file diff --git a/Jboss.gitignore b/JBoss.gitignore similarity index 100% rename from Jboss.gitignore rename to JBoss.gitignore From 9771d5c8d1788702c3ec5c33941c2508a99d7446 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Tue, 27 Nov 2018 14:33:43 -0500 Subject: [PATCH 0976/1016] remove rsconnect folder from R.gitignore --- R.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/R.gitignore b/R.gitignore index 26fad6fadf..fcff087aeb 100644 --- a/R.gitignore +++ b/R.gitignore @@ -31,6 +31,3 @@ vignettes/*.pdf # Temporary files created by R markdown *.utf8.md *.knit.md - -# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html -rsconnect/ From 512393f97db9216f57c319859ffbd961876113cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Tue, 27 Nov 2018 15:51:23 -0500 Subject: [PATCH 0977/1016] Create Magento2.gitignore --- community/PHP/Magento2.gitignore | 54 ++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 community/PHP/Magento2.gitignore diff --git a/community/PHP/Magento2.gitignore b/community/PHP/Magento2.gitignore new file mode 100644 index 0000000000..b6b7860a84 --- /dev/null +++ b/community/PHP/Magento2.gitignore @@ -0,0 +1,54 @@ +/sitemap +/sitemap.xml +/pub/sitemap +/pub/sitemap.xml +/app/config_sandbox +/app/etc/config.php +/app/etc/env.php +/app/code/Magento/TestModule* +/lib/internal/flex/uploader/.actionScriptProperties +/lib/internal/flex/uploader/.flexProperties +/lib/internal/flex/uploader/.project +/lib/internal/flex/uploader/.settings +/lib/internal/flex/varien/.actionScriptProperties +/lib/internal/flex/varien/.flexLibProperties +/lib/internal/flex/varien/.project +/lib/internal/flex/varien/.settings +/.grunt +/.php_cs.cache +/grunt-config.json +/dev/tools/grunt/configs/local-themes.js + +/pub/media/*.* +!/pub/media/.htaccess +/pub/media/attribute/* +!/pub/media/attribute/.htaccess +/pub/media/analytics/* +/pub/media/catalog/* +!/pub/media/catalog/.htaccess +/pub/media/customer/* +!/pub/media/customer/.htaccess +/pub/media/downloadable/* +!/pub/media/downloadable/.htaccess +/pub/media/favicon/* +/pub/media/import/* +!/pub/media/import/.htaccess +/pub/media/logo/* +/pub/media/theme/* +/pub/media/theme_customization/* +!/pub/media/theme_customization/.htaccess +/pub/media/wysiwyg/* +!/pub/media/wysiwyg/.htaccess +/pub/media/tmp/* +!/pub/media/tmp/.htaccess +/pub/media/captcha/* +!/pub/media/captcha/.htaccess +/pub/static/* +!/pub/static/.htaccess + +/var/* +!/var/.htaccess +/vendor/* +!/vendor/.htaccess +/generated/* +!/generated/.htaccess From 15736d477bd0c6e893f623407f8d58900f97ece2 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Thu, 29 Nov 2018 07:58:06 -0500 Subject: [PATCH 0978/1016] [Go] Fix typo in comment --- Go.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index f1c181ec9c..f2dd9554a1 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -5,7 +5,7 @@ *.so *.dylib -# Test binary, build with `go test -c` +# Test binary, built with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE From fd3fe5838a68a8d9518ae498604045584f9b8634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdal=20TA=C5=9EKESEN?= Date: Thu, 29 Nov 2018 18:26:50 +0300 Subject: [PATCH 0979/1016] feat: Add missing executables and generated --- community/Golang/Hugo.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index acccf884a2..3718de7bf3 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,8 +1,12 @@ +### Hugo ### # gitginore template for Hugo projects # website: https://gohugo.io # generated files by hugo /public/ +/resources/_gen/ # executable may be added to repository hugo.exe +hugo.darwin +hugo.linux From 8e6fda27d1e635d49b300defce46b522f7ecc1a4 Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Sun, 2 Dec 2018 00:18:35 +0800 Subject: [PATCH 0980/1016] Ignore Logs/Packages-Update.log --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 93c9ce5219..b1d1a9a75c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -3,6 +3,7 @@ [Oo]bj/ [Bb]uild/ [Bb]uilds/ +[Ll]ogs/ Assets/AssetStoreTools* # Visual Studio cache directory From 47d29f35dceaf6ebd456c78772b0ead100fa6e9c Mon Sep 17 00:00:00 2001 From: "David C. Drake" Date: Sat, 1 Dec 2018 16:36:06 -0800 Subject: [PATCH 0981/1016] Improve comment capitalization consistency --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 93c9ce5219..f4945c1ad6 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -29,7 +29,7 @@ ExportedObj/ *.pidb.meta *.pdb.meta -# Unity3D Generated File On Crash Reports +# Unity3D generated file on crash reports sysinfo.txt # Builds From 38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c Mon Sep 17 00:00:00 2001 From: Wouter de Vries Date: Thu, 6 Dec 2018 10:17:16 +0100 Subject: [PATCH 0982/1016] Only unignore directories that have at least a character ending with .cache --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4ba92b04af..d1fc54de7a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -211,7 +211,7 @@ _pkginfo.txt # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache -!*.[Cc]ache/ +!?*.[Cc]ache/ # Others ClientBin/ From 2731b70f4f07cf30fbc62c3a6b67f0c935887df0 Mon Sep 17 00:00:00 2001 From: Mark Nicolini <36858276+marcusolini@users.noreply.github.com> Date: Thu, 6 Dec 2018 09:19:35 -0500 Subject: [PATCH 0983/1016] Ignore Generated Files Netbeans Linux and Windows Makefile-*.mk and Package-*.bash files in nbproject directories are automatically generated during compile. These files are continually updated, which can cause a long list of unnecessary files to add, commit, and push (or that are Untracked). This has been experienced for Linux and Windows C++ projects. Helpful supporting link: https://stackoverflow.com/questions/27490608/netbeans-c-and-git --- Global/NetBeans.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 863bc7fa66..45112875da 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -1,4 +1,6 @@ **/nbproject/private/ +**/nbproject/Makefile-*.mk +**/nbproject/Package-*.bash build/ nbbuild/ dist/ From 2e5099d72ff367116141f2131369863e34fa3140 Mon Sep 17 00:00:00 2001 From: Steven Lee Date: Mon, 10 Dec 2018 23:01:10 +1100 Subject: [PATCH 0984/1016] macOS low cap m --- Global/{MacOS.gitignore => macOS.gitignore} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/{MacOS.gitignore => macOS.gitignore} (100%) diff --git a/Global/MacOS.gitignore b/Global/macOS.gitignore similarity index 100% rename from Global/MacOS.gitignore rename to Global/macOS.gitignore From 32fa57bc6122a4e33e037e9fd8fe69b58eb0c9e1 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Wed, 12 Dec 2018 19:47:32 +1000 Subject: [PATCH 0985/1016] [Unity] Ignore .gradle/ build cache --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 93c9ce5219..6c45d9ee13 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,6 +8,9 @@ Assets/AssetStoreTools* # Visual Studio cache directory .vs/ +# Gradle cache directory +.gradle/ + # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ From b2310e0ddc9ad688445e28d72f11c7c85f8776f5 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Thu, 13 Dec 2018 06:53:53 -0800 Subject: [PATCH 0986/1016] Ignore health check temp database Ignore liveness db which belongs to: https://github.com/Xabaril/BeatPulse --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4ba92b04af..9711d5dc3f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -223,6 +223,7 @@ ClientBin/ *.pfx *.publishsettings orleans.codegen.cs +livenessdb # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) From f966096f4072f73dcc8f7004062176e7954dffed Mon Sep 17 00:00:00 2001 From: lmedson Date: Thu, 13 Dec 2018 21:32:38 -0300 Subject: [PATCH 0987/1016] Add ignorer to .env.test variable --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index ebfe43954d..cf36b87a70 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -56,6 +56,7 @@ typings/ # dotenv environment variables file .env +.env.test # parcel-bundler cache (https://parceljs.org/) .cache From c2d0605e69b1d2bf541ca8f86cccd3b9d10379a8 Mon Sep 17 00:00:00 2001 From: Kenji Sakurada Date: Sun, 16 Dec 2018 14:50:40 +0900 Subject: [PATCH 0988/1016] fix wsp --- Node.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index ebfe43954d..c5f3e449e1 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,5 +75,5 @@ typings/ # FuseBox cache .fusebox/ -#DynamoDB Local files -.dynamodb/ +# DynamoDB Local files +.dynamodb/ From 2861abc28c5206c0304fc762cc6e59b89023f631 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Sun, 16 Dec 2018 09:51:36 -0800 Subject: [PATCH 0989/1016] Add BeatPulse specific section --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9711d5dc3f..581c7af681 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -223,7 +223,7 @@ ClientBin/ *.pfx *.publishsettings orleans.codegen.cs -livenessdb + # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) @@ -337,3 +337,6 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ + +#BeatPulse healthcheck temp database +livenessdb From 5abe1395f1357054f9b69d420cdb20960b88eba9 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Sun, 16 Dec 2018 09:52:34 -0800 Subject: [PATCH 0990/1016] Remove empty line --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 581c7af681..5acd18b8cf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -224,7 +224,6 @@ ClientBin/ *.publishsettings orleans.codegen.cs - # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk From f3d0de03518f2fa35c0d35bf5e416236e6a1309a Mon Sep 17 00:00:00 2001 From: Clemens Scharfen Date: Tue, 18 Dec 2018 15:59:59 +0100 Subject: [PATCH 0991/1016] Added Logs to Unity.gitignore, which is automatically generated in Unity 2018.3 to log package updates. --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index b22564d10d..7f48d9acb3 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -3,6 +3,7 @@ [Oo]bj/ [Bb]uild/ [Bb]uilds/ +[Ll]ogs/ Assets/AssetStoreTools* # Visual Studio cache directory From 6cc207982edea1c93121e32b2d4654fd63e2d391 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Tue, 18 Dec 2018 11:27:45 -0800 Subject: [PATCH 0992/1016] Add * wildcard --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5acd18b8cf..42811060c4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -338,4 +338,4 @@ ASALocalRun/ .localhistory/ #BeatPulse healthcheck temp database -livenessdb +*livenessdb From ade77e5dffd6109896712ac7b89a3fa07cde31d9 Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Mon, 2 May 2016 09:14:13 +0200 Subject: [PATCH 0993/1016] Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/) --- IAR_EWARM.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 IAR_EWARM.gitignore diff --git a/IAR_EWARM.gitignore b/IAR_EWARM.gitignore new file mode 100644 index 0000000000..f3ad7324ff --- /dev/null +++ b/IAR_EWARM.gitignore @@ -0,0 +1,16 @@ +# All build-directories inside an EWARM subdirectory +# EWARM will put its build files under a subdirectory +# with the same name as the configuration. +# Example +# EWARM/Config1/Obj /List /Exe +# EWARM/Config2/Obj /List /Exe +EWARM/**/Obj +EWARM/**/List +EWARM/**/Exe + +# Autogenerated project files +*.dep +*.ewt + +# Autogenerated folder for debugger +EWARM/settings From c5557ee1104864f67de85b2528abe963b1ae683e Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:32:40 +0100 Subject: [PATCH 0994/1016] Move to the community directory --- IAR_EWARM.gitignore => community/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename IAR_EWARM.gitignore => community/IAR_EWARM.gitignore (100%) diff --git a/IAR_EWARM.gitignore b/community/IAR_EWARM.gitignore similarity index 100% rename from IAR_EWARM.gitignore rename to community/IAR_EWARM.gitignore From 718f4f53733d2144868a745b3da4c9ce910d8c1c Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:38:17 +0100 Subject: [PATCH 0995/1016] Move IAR_EWARM to a new directory Embedded --- community/{ => Embedded}/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{ => Embedded}/IAR_EWARM.gitignore (100%) diff --git a/community/IAR_EWARM.gitignore b/community/Embedded/IAR_EWARM.gitignore similarity index 100% rename from community/IAR_EWARM.gitignore rename to community/Embedded/IAR_EWARM.gitignore From c7d07188d6be8433c5879869397222572d76369c Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:42:29 +0100 Subject: [PATCH 0996/1016] Update info for IAR EWARM --- community/Embedded/IAR_EWARM.gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/Embedded/IAR_EWARM.gitignore b/community/Embedded/IAR_EWARM.gitignore index f3ad7324ff..13ed9a0b19 100644 --- a/community/Embedded/IAR_EWARM.gitignore +++ b/community/Embedded/IAR_EWARM.gitignore @@ -1,6 +1,9 @@ -# All build-directories inside an EWARM subdirectory -# EWARM will put its build files under a subdirectory -# with the same name as the configuration. +# gitignore template for the IAR EWARM +# website: https://www.iar.com/ + +# Some tools will put the EWARM files +# under a subdirectory with the same name +# as the configuration. # Example # EWARM/Config1/Obj /List /Exe # EWARM/Config2/Obj /List /Exe From 1afdbc0a13d62402d75b1cb3a5b85dfc6283cf74 Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Tue, 18 Dec 2018 22:50:39 +0100 Subject: [PATCH 0997/1016] Move to community/embedded --- community/{Embedded => embedded}/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{Embedded => embedded}/IAR_EWARM.gitignore (100%) diff --git a/community/Embedded/IAR_EWARM.gitignore b/community/embedded/IAR_EWARM.gitignore similarity index 100% rename from community/Embedded/IAR_EWARM.gitignore rename to community/embedded/IAR_EWARM.gitignore From db53e8cfc93eba718edecbc75cb5fd8d1344462b Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Wed, 19 Dec 2018 09:52:00 +0330 Subject: [PATCH 0998/1016] Changed the rule to healthchecksdb --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 42811060c4..03ca7797e1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -338,4 +338,4 @@ ASALocalRun/ .localhistory/ #BeatPulse healthcheck temp database -*livenessdb +*healthchecksdb From 5bbde8f927722951caf5bba95c5ae5d121a47150 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Wed, 19 Dec 2018 09:52:27 +0330 Subject: [PATCH 0999/1016] Update the rule --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 03ca7797e1..06cd266981 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -338,4 +338,4 @@ ASALocalRun/ .localhistory/ #BeatPulse healthcheck temp database -*healthchecksdb +healthchecksdb From 98a3e85f01ed46b2371f26a87c582a7a6d2d4d41 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Wed, 19 Dec 2018 08:56:20 -0800 Subject: [PATCH 1000/1016] cleanup --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 06cd266981..edfa9040f9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -337,5 +337,5 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ -#BeatPulse healthcheck temp database +# BeatPulse healthcheck temp database healthchecksdb From 81923b128e5a534085c3a1fd70d59c4be6dab346 Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Mon, 31 Dec 2018 17:39:27 +0800 Subject: [PATCH 1001/1016] Unified base folder name format --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 7f48d9acb3..e59f3c271c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -4,7 +4,7 @@ [Bb]uild/ [Bb]uilds/ [Ll]ogs/ -Assets/AssetStoreTools* +[Aa]ssets/AssetStoreTools* # Visual Studio cache directory .vs/ From 584dd34b9d96f2fb847103ea8c355169212b6442 Mon Sep 17 00:00:00 2001 From: Aslam Anver Date: Thu, 3 Jan 2019 14:27:44 +0530 Subject: [PATCH 1002/1016] google-services.json google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 69eda01429..33838ea51c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -52,7 +52,7 @@ captures/ .externalNativeBuild # Google Services (e.g. APIs or Firebase) -google-services.json +# google-services.json # Freeline freeline.py From 2b2b61395f368ffa47cbf5acb08d23a65887f916 Mon Sep 17 00:00:00 2001 From: Nicholas <39665412+wRorsjakz@users.noreply.github.com> Date: Sat, 5 Jan 2019 17:24:13 +0800 Subject: [PATCH 1003/1016] Add version control ignore vcs.xml can be considered for gitignore as per this [stackoverflow discussion](https://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project/18454251#18454251) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 69eda01429..f7d1ba4b0c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -65,3 +65,6 @@ fastlane/Preview.html fastlane/screenshots fastlane/test_output fastlane/readme.md + +# Version control +vcs.xml From 240dd3f3213b53f96932a8d92dfb523ccb51c099 Mon Sep 17 00:00:00 2001 From: jiakaiyang Date: Tue, 8 Jan 2019 14:53:04 +0800 Subject: [PATCH 1004/1016] add android lint files --- Android.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d24356d858..f0c20a1ca3 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -68,3 +68,10 @@ fastlane/readme.md # Version control vcs.xml + +# lint +lint/intermediates/ +lint/generated/ +lint/outputs/ +lint/tmp/ +# lint/reports/ From 24f6734840548fb0b7bbc23b617941f452cc28a6 Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 8 Jan 2019 15:00:46 +0000 Subject: [PATCH 1005/1016] Unity: ignore mdb files and fix path to crashlytics file (it can be in other places) Unity projects targeting the 2.0/3.5 runtime or built with mono < v5.0 generate `mdb` files, not `pdb` files. Looks like the `crashlytics-build.properties` gets around in more than just the `StreamingAssets` folder, looking at [examples around the internets](https://github.com/auth0/sharelock-android/blob/master/app/src/main/assets/crashlytics-build.properties), so it should probably just be ignored as a filename. --- Unity.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index e59f3c271c..2959acb61c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -26,12 +26,14 @@ ExportedObj/ *.booproj *.svd *.pdb +*.mdb *.opendb *.VC.db # Unity3D generated meta files *.pidb.meta *.pdb.meta +*.mdb.meta # Unity3D generated file on crash reports sysinfo.txt @@ -41,5 +43,5 @@ sysinfo.txt *.unitypackage # Crashlytics generated file -Assets/StreamingAssets/crashlytics-build.properties +crashlytics-build.properties From 152f419973461706e30f4f7701baf7434da95a9b Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 8 Jan 2019 15:12:43 +0000 Subject: [PATCH 1006/1016] Unity: Do not blanket-ignore specific plugins, that's a user choice Only people building Unity plugins will need to import the asset store tools plugin into their project, and it's a toss up whether they want to commit the tooling into their repo (they might or they might not want to, it highly depends on their workflow). The default .gitignore shouldn't be making this choice for these users. --- Unity.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 2959acb61c..595803613f 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -4,7 +4,9 @@ [Bb]uild/ [Bb]uilds/ [Ll]ogs/ -[Aa]ssets/AssetStoreTools* + +# Uncomment this line if you wish to ignore the asset store tools plugin +# [Aa]ssets/AssetStoreTools* # Visual Studio cache directory .vs/ From ec37913b19c9f1589faddf875e050d704350e90c Mon Sep 17 00:00:00 2001 From: Yousha Date: Tue, 8 Jan 2019 20:13:56 +0330 Subject: [PATCH 1007/1016] Add build_file_checksums.ser and modules.xml files. Signed-off-by: Yousha --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d24356d858..daffeda85b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -42,6 +42,9 @@ captures/ .idea/dictionaries .idea/libraries .idea/caches +# Android Studio 3 in .gitignore file. +.idea/caches/build_file_checksums.ser +.idea/modules.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. From 1c1744ab6dfa2642136bcec18f9af17a8a5d3255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 17 Jan 2019 17:39:58 +0100 Subject: [PATCH 1008/1016] Added compile_commands.json to Qt.gitignore QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information. --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5291a385b2..7bc58fb799 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -41,3 +41,6 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* + +# QtCreator 4.8< compilation database +compile_commands.json From dfce3fda4361c7cacdf4596562d7f5acff10998a Mon Sep 17 00:00:00 2001 From: Patrick Boatner Date: Tue, 22 Jan 2019 13:20:47 -0600 Subject: [PATCH 1009/1016] Update Ruby.ignore to ignore .byebug_history file The file `.byebug_history` is generated when using the popular https://github.com/deivid-rodriguez/byebug gem for debugging in Ruby. It contains a list of commands the user has run while debugging, which should not be committed to the repository. The author of the gem agrees with this here: https://github.com/deivid-rodriguez/byebug/issues/204#issuecomment-178238302 I have copied this from the Rails gitignore here: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45 --- Ruby.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index 5e1422c9c3..9696696585 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -13,6 +13,9 @@ # Used by dotenv library to load environment variables. # .env +# Ignore Byebug command history file. +.byebug_history + ## Specific to RubyMotion: .dat* .repl_history From 28ae73efa6c4c5d97819e756ce43f7dc74befac7 Mon Sep 17 00:00:00 2001 From: Jannes Date: Tue, 22 Jan 2019 20:56:13 +0100 Subject: [PATCH 1010/1016] Unity: Never ignore asset meta data --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 595803613f..6245af922f 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,6 +5,9 @@ [Bb]uilds/ [Ll]ogs/ +# Never ignore Asset meta data +![Aa]ssets/**/*.meta + # Uncomment this line if you wish to ignore the asset store tools plugin # [Aa]ssets/AssetStoreTools* From f273474b975f0f2888750a854572562db6de318e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neto?= Date: Wed, 23 Jan 2019 20:11:58 +0000 Subject: [PATCH 1011/1016] Ignore CMake FetchContent directory CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`) --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 7e25564f9e..46f42f8f3c 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -8,3 +8,4 @@ cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake +_deps From 866572d481b1a2d3dfa11fe423c0ae3ed735d3ed Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Fri, 25 Jan 2019 14:23:05 -0500 Subject: [PATCH 1012/1016] Add pip-wheel-metadata to Python.gitignore PEP-517 has resulted in some updates to the Python build process. As a result, a new directory called pip-wheel-metadata is created on fresh builds. This PR adds this directory into the Python default gitignore. See https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568 --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 11614af287..0447b8bdc9 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ parts/ sdist/ var/ wheels/ +pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg From c2a98e4f8b91d25b2edabb79ace620b94271a1f9 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Sun, 27 Jan 2019 17:33:50 +0330 Subject: [PATCH 1013/1016] Update CodeSniffer.gitignore --- community/PHP/CodeSniffer.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/community/PHP/CodeSniffer.gitignore b/community/PHP/CodeSniffer.gitignore index d4b376846b..cf8b8a922b 100644 --- a/community/PHP/CodeSniffer.gitignore +++ b/community/PHP/CodeSniffer.gitignore @@ -3,5 +3,4 @@ # # Recommended template: PHP.gitignore -/vendor/* /wpcs/* From 4e9a58b9afb0cb0fa8e8cbf13fb357a2b3637e7b Mon Sep 17 00:00:00 2001 From: Kexy Biscuit Date: Tue, 29 Jan 2019 23:09:28 +0800 Subject: [PATCH 1014/1016] Remove trailing whitespace added last commit. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3e8a1553fc..e57e4229eb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -337,5 +337,5 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ -# BeatPulse healthcheck temp database +# BeatPulse healthcheck temp database healthchecksdb From 1ee3d754b3b294a4e3b6a03d034eb3cc26ab9f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 31 Jan 2019 21:22:18 +0100 Subject: [PATCH 1015/1016] Add *.creator.user* files to the Qt .gitignore --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 7bc58fb799..15361cf5aa 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -44,3 +44,6 @@ CMakeLists.txt.user* # QtCreator 4.8< compilation database compile_commands.json + +# QtCreator local machine specific files for imported projects +*creator.user* From d72f17f13e25df2a7acba946abc9dd9754907040 Mon Sep 17 00:00:00 2001 From: Jason Davis <8051493+happydude@users.noreply.github.com> Date: Thu, 7 Feb 2019 16:20:14 -0700 Subject: [PATCH 1016/1016] Update VisualStudio.gitignore Ignore backup files from editing reports --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e57e4229eb..953996b95a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -257,6 +257,7 @@ ServiceFabricBackup/ *.bim.layout *.bim_*.settings *.rptproj.rsuser +*- Backup*.rdl # Microsoft Fakes FakesAssemblies/