From bf8796aecedfc5f9b84d59f0a2d41d1d68232f53 Mon Sep 17 00:00:00 2001 From: Julian Gehring Date: Sat, 8 Oct 2011 09:23:47 +0200 Subject: [PATCH 0001/2185] add 'R.gitignore' for R --- R.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 R.gitignore diff --git a/R.gitignore b/R.gitignore new file mode 100644 index 0000000000..42effd3f93 --- /dev/null +++ b/R.gitignore @@ -0,0 +1,5 @@ +# History files +.Rhistory + +# Example code in package build process +*-Ex.R \ No newline at end of file From 8a47a81dde462de1852f1f0550710afade29983c Mon Sep 17 00:00:00 2001 From: ikeike443 Date: Thu, 27 Oct 2011 11:04:05 +0900 Subject: [PATCH 0002/2185] Delete duplicated "eclipse" and support ignoring IDEA's metafile such as *.iml, *.eml --- PlayFramework.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c8a..6366fda1b4 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -12,5 +12,6 @@ logs precompiled tmp test-result -eclipse server.pid +*.iml +*.eml From 38c6af6a76a8bcea65cb1ecff8fac6b431d62e54 Mon Sep 17 00:00:00 2001 From: Jon Whitcraft Date: Thu, 27 Oct 2011 11:05:08 -0300 Subject: [PATCH 0003/2185] Update SugarCRM.gitignore --- SugarCRM.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 833485e343..daee6a35e6 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -29,3 +29,6 @@ custom/working/* silentUpgrade*.php # Logs files can safely be ignored. *.log +# Ignore Files Built By Other Files +custom/modules/*/Ext/ +custom/application/Ext/* From 24372f9c4a15aa39143f32c1e9da4288d33f7840 Mon Sep 17 00:00:00 2001 From: Daniel Trebbien Date: Sun, 6 Nov 2011 09:16:21 -0500 Subject: [PATCH 0004/2185] =?UTF-8?q?VisualStudio.gitignore:=20Ignore=20th?= =?UTF-8?q?e=20=E2=80=98x64=E2=80=99=20directories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Global/VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index b6dc22138b..310dd69dcc 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -9,6 +9,7 @@ # Build results [Dd]ebug/ [Rr]elease/ +x64/ *_i.c *_p.c *.ilk From 7ce12c766a28512aaf710b95a31dcb92a57efbc4 Mon Sep 17 00:00:00 2001 From: Nadim Khemir Date: Wed, 9 Nov 2011 00:41:11 +0100 Subject: [PATCH 0005/2185] Do not ignore directory matching /Build/ --- Perl.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Perl.gitignore b/Perl.gitignore index d3e79f92d9..c15b52a992 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -4,6 +4,7 @@ _build/ cover_db/ inc/ Build +!Build/ Build.bat .last_cover_stats Makefile From 435bd7227cd48bbb1374f22f1097b824843a105f Mon Sep 17 00:00:00 2001 From: pmeissner Date: Sun, 13 Nov 2011 13:24:49 -0500 Subject: [PATCH 0006/2185] added content_*.php with a suggestion --- LemonStand.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LemonStand.gitignore b/LemonStand.gitignore index d015eb3864..bc59f9c781 100644 --- a/LemonStand.gitignore +++ b/LemonStand.gitignore @@ -17,4 +17,5 @@ install.php /modules/session/* /modules/shop/* /modules/system/* -/modules/users/* \ No newline at end of file +/modules/users/* +# add content_*.php if you don't want erase client changes to content \ No newline at end of file From b0594af16d3e95bfb67ee79cbbc2cc3f05ef39a8 Mon Sep 17 00:00:00 2001 From: "Ivan Valdes (@ivanvc)" Date: Wed, 30 Nov 2011 11:59:19 -0600 Subject: [PATCH 0007/2185] Remove trailing spaces from Drupal file --- Drupal.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 0c653f29bc..753eaedc63 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -25,7 +25,7 @@ update.php xmlrpc.php /includes /misc -/modules +/modules /profiles /scripts /themes From 8ad25f7730bd8ff2974bd3cdeac1d358d6548702 Mon Sep 17 00:00:00 2001 From: Thiago Caiubi Date: Sun, 11 Dec 2011 01:58:58 -0200 Subject: [PATCH 0008/2185] Adds modules. It is used to keep the full path of each module required by the application. It can be generated using: '$ play dependencies --sync' --- PlayFramework.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c8a..1e2add1974 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -14,3 +14,4 @@ tmp test-result eclipse server.pid +modules From cc88ce875786678f967959380e3fa3aa2a0309da Mon Sep 17 00:00:00 2001 From: tomparle Date: Thu, 29 Dec 2011 05:42:39 +0100 Subject: [PATCH 0009/2185] Added 'lib' and 'modules' folders which should also be excluded, since libs are automatically fetched from dependencies.yml. Also removed duplicate 'elicpse' entry. --- PlayFramework.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c8a..107e6774cc 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -7,10 +7,11 @@ # Ignore Play! working directory # db eclipse +lib log logs +modules precompiled tmp test-result -eclipse server.pid From 541e85287f1f6077581271e1de6ca1160dcf6968 Mon Sep 17 00:00:00 2001 From: Ankur Oberoi Date: Fri, 6 Jan 2012 00:30:03 -0500 Subject: [PATCH 0010/2185] checking in the node_modules dir is best practice for app developers according to the community since recent changes. see: http://www.mikealrogers.com/posts/nodemodules-in-git.html by @mikeal (cherry picked from commit 44b47ec5bd0222ccf55efe5bcdb8bd3c55271803) --- Node.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 7dccd97076..f356293eee 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -11,5 +11,4 @@ pids logs results -node_modules -npm-debug.log \ No newline at end of file +npm-debug.log From 97dd10e872fd882f2551b53c1d7eaaa258d8f8ce Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 12 Jan 2012 00:16:04 -0200 Subject: [PATCH 0011/2185] added GWT project git ignore related paths. --- GWT.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 GWT.gitignore diff --git a/GWT.gitignore b/GWT.gitignore new file mode 100644 index 0000000000..f75c329597 --- /dev/null +++ b/GWT.gitignore @@ -0,0 +1,17 @@ +*.class + +# Package Files # +*.jar +*.war + +# gwt caches and compiled units # +war/gwt_bree/* +gwt-unitCache/* + +# boilerplate generated classes # +.apt_generated/* + +# more caches and things from deploy # +war/WEB-INF/deploy/* +war/WEB-INF/classes/* + From 1c6ecb30dc9737fed5fdc386b3f3b96c86ca1393 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 12 Jan 2012 16:37:34 -0200 Subject: [PATCH 0012/2185] better now. --- GWT.gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GWT.gitignore b/GWT.gitignore index f75c329597..63e3e9c5ac 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -5,13 +5,13 @@ *.war # gwt caches and compiled units # -war/gwt_bree/* -gwt-unitCache/* +war/gwt_bree/ +gwt-unitCache/ # boilerplate generated classes # -.apt_generated/* +.apt_generated/ # more caches and things from deploy # -war/WEB-INF/deploy/* -war/WEB-INF/classes/* +war/WEB-INF/deploy/ +war/WEB-INF/classes/ From 5a7f2910eb0f25ef6784de3e42a62346e6dcf9e9 Mon Sep 17 00:00:00 2001 From: Ramiro Rikkert Date: Fri, 13 Jan 2012 09:28:28 +0100 Subject: [PATCH 0013/2185] Add lib/ and modules/. --- PlayFramework.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c8a..af88135b3d 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -7,8 +7,10 @@ # Ignore Play! working directory # db eclipse +lib log logs +modules precompiled tmp test-result From e8752f766b7e18dfa9c35d2384b7689cf55cef1e Mon Sep 17 00:00:00 2001 From: Phil Wareham Date: Tue, 17 Jan 2012 11:04:16 +0000 Subject: [PATCH 0014/2185] Added Textpattern gitignore --- Textpattern.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Textpattern.gitignore diff --git a/Textpattern.gitignore b/Textpattern.gitignore new file mode 100644 index 0000000000..3805636d62 --- /dev/null +++ b/Textpattern.gitignore @@ -0,0 +1,11 @@ +.htaccess +css.php +rpc/ +sites/site*/admin/ +sites/site*/private/ +sites/site*/public/admin/ +sites/site*/public/setup/ +sites/site*/public/theme/ +textpattern/ +HISTORY.txt +README.txt From 23673d6c99eb725c2142e9fface78d92651d9cae Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 18 Jan 2012 17:33:11 -0600 Subject: [PATCH 0015/2185] Add gitignore for sketchup backup files. --- SketchUp.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 SketchUp.gitignore diff --git a/SketchUp.gitignore b/SketchUp.gitignore new file mode 100644 index 0000000000..5160df3c6b --- /dev/null +++ b/SketchUp.gitignore @@ -0,0 +1 @@ +*.skb From 9a2901c3efabc8b29f3afe4658f19b63973c083f Mon Sep 17 00:00:00 2001 From: Andreas Renberg Date: Mon, 23 Jan 2012 15:47:18 +0100 Subject: [PATCH 0016/2185] By default, FDT5 just uses a "bin" folder (rather than the common "bin-debug" and "bin-release") --- Actionscript.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index 1ed654d68e..d64cf3cd67 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -1,4 +1,5 @@ # Build and Release Folders +bin/ bin-debug/ bin-release/ From f06364113fdcbccb8bb818fafd7749fc42b1f106 Mon Sep 17 00:00:00 2001 From: StuFF mc Date: Sat, 28 Jan 2012 12:42:12 +0100 Subject: [PATCH 0017/2185] DerivedData is the "build/" Folder that *might* be in your Project's folder if you use the default Xcode 4 settings. --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index edc082c163..5ba3b592ba 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -13,3 +13,4 @@ build/* xcuserdata profile *.moved-aside +DerivedData \ No newline at end of file From f55e013690f3b891065b761082a9d1159d11f341 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Thu, 2 Feb 2012 09:58:20 -0600 Subject: [PATCH 0018/2185] symfony creates symlinks to plugins in the web folder --- Symfony.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index 0fa00420a6..ac10ca8091 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -11,4 +11,5 @@ lib/form/doctrine/*Plugin/base/Base* lib/model/doctrine/base/Base* lib/model/doctrine/*Plugin/base/Base* lib/model/om/* -lib/model/map/* \ No newline at end of file +lib/model/map/* +web/*Plugin/* \ No newline at end of file From 3aa2b49364d8510824ea7f109dbcdd31e80f704b Mon Sep 17 00:00:00 2001 From: "Eugene E. Kashpureff Jr" Date: Thu, 2 Feb 2012 11:39:55 -0600 Subject: [PATCH 0019/2185] Add Recycle Bin on file shares --- Global/Windows.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 022a4c3ccc..9f54263d4b 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -3,3 +3,6 @@ Thumbs.db # Folder config file Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ From cbf52e39a4ed150c365baff38cc5f49a5f6340d8 Mon Sep 17 00:00:00 2001 From: "John J. Allison" Date: Mon, 6 Feb 2012 12:47:44 -0700 Subject: [PATCH 0020/2185] a more complete .gitignore for Grails 1.2 and 1.3 --- Grails.gitignore | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index a9b997da50..96f72ec855 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -1,10 +1,44 @@ -*.iws +# .gitignore for Grails 1.2 and 1.3 + +# web application files +/web-app/WEB-INF + +# IDE support files +/.classpath +/.launch +/.project +/.settings +/*.launch +/*.tmproj +/ivy* +/eclipse + +# default HSQL database files for production mode +/prodDb.* + +# general HSQL database files *Db.properties *Db.script -.settings -eclipse -stacktrace.log -target + +# logs +/stacktrace.log +/test/reports +/logs + +# project release file +/*.war + +# plugin release file +/*.zip + +# older plugin install locations /plugins /web-app/plugins /web-app/WEB-INF/classes + +# "temporary" build files +/target + +# other +*.iws + From bd20a55b30888672b89c832f76a263c4a2423607 Mon Sep 17 00:00:00 2001 From: GneatGeek Date: Mon, 20 Feb 2012 15:56:24 -0800 Subject: [PATCH 0021/2185] Added SASS ignore file. --- Global/SASS.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/SASS.gitignore diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore new file mode 100644 index 0000000000..6769a15676 --- /dev/null +++ b/Global/SASS.gitignore @@ -0,0 +1,2 @@ +### SASS Ignores - "Sassy CSS" http://sass-lang.com/ +.sass-cache From 5fb6627cd42b3d0156e606b36a3a32b9544d63a2 Mon Sep 17 00:00:00 2001 From: hjF Date: Thu, 8 Mar 2012 20:45:16 +0900 Subject: [PATCH 0022/2185] Delphi gitignore --- Delphi.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Delphi.gitignore diff --git a/Delphi.gitignore b/Delphi.gitignore new file mode 100644 index 0000000000..38b6bd0c8f --- /dev/null +++ b/Delphi.gitignore @@ -0,0 +1,10 @@ +*.dcu +*.~*~ +*.local +*.identcache +__history +*.drc +*.map +*.exe +*.dll +bin/* \ No newline at end of file From 5b2876071dc87f9156786c2f2e8390389ca634a9 Mon Sep 17 00:00:00 2001 From: Joshua Minnie Date: Thu, 8 Mar 2012 15:53:34 -0500 Subject: [PATCH 0023/2185] StyleCop file was sometimes bumpy case --- Global/VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index b6dc22138b..b76b7c79e8 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -64,7 +64,7 @@ sql TestResults *.Cache ClientBin -stylecop.* +[Ss]tyle[Cc]op.* ~$* *.dbmdl Generated_Code #added for RIA/Silverlight projects From c0d30d58697fe36bfc7f812a779fedeaf0b49413 Mon Sep 17 00:00:00 2001 From: Jeffrey Horn Date: Thu, 8 Mar 2012 19:12:55 -0500 Subject: [PATCH 0024/2185] Added Org-mode section to Emacs ignore file Org-mode stores archived TODOs from todo.org into todo.org_archive. It also creates .org-id-locations in some cases. --- Global/Emacs.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 03f1bf3b51..8c99610665 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -6,3 +6,7 @@ auto-save-list tramp .\#* + +# Org-mode +.org-id-locations +*_archive From c6a23ad6d5e2748fe9f9c5b0e4447fd377351f82 Mon Sep 17 00:00:00 2001 From: Tharsan Bhuvanendran Date: Fri, 16 Mar 2012 18:47:11 -0300 Subject: [PATCH 0025/2185] Updated Magento.gitignore for the latest Enterprise edition. --- Magento.gitignore | 47 +++++++++-------------------------------------- 1 file changed, 9 insertions(+), 38 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index b32a91d2c7..cbdc765059 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,3 +1,4 @@ +.modgit/ app/code/community/Find/ app/code/community/Phoenix/ app/code/core/ @@ -8,7 +9,9 @@ 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/Find_Feed.xml app/etc/modules/Mage_All.xml app/etc/modules/Mage_Api.xml @@ -19,6 +22,7 @@ app/etc/modules/Mage_Compiler.xml app/etc/modules/Mage_Connect.xml app/etc/modules/Mage_Downloadable.xml app/etc/modules/Mage_ImportExport.xml +app/etc/modules/Mage_LoadTest.xml app/etc/modules/Mage_PageCache.xml app/etc/modules/Mage_Persistent.xml app/etc/modules/Mage_Weee.xml @@ -26,10 +30,11 @@ app/etc/modules/Mage_Widget.xml app/etc/modules/Mage_XmlConnect.xml app/etc/modules/Phoenix_Moneybookers.xml app/etc/config.xml +app/etc/enterprise.xml app/etc/local.xml.additional app/etc/local.xml.template app/.htaccess -app/locale/en_US/ +app/locale/ app/Mage.php cron.php cron.sh @@ -43,7 +48,9 @@ index.php.sample install.php js/blank.html js/calendar/ +js/enterprise/ js/extjs/ +js/firebug/ js/flash/ js/index.php js/jscolor/ @@ -55,42 +62,6 @@ 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/phpseclib/ -lib/Varien/ -lib/Zend/ -LICENSE_AFL.txt -LICENSE.html -LICENSE.txt -mage -media/customer/ -media/downloadable/ -media/.htaccess -media/import/ -media/xmlconnect/ -nbproject/ -pear -pear/ -php.ini.sample -pkginfo/ -RELEASE_NOTES.txt -shell/abstract.php -shell/compiler.php -shell/indexer.php -shell/log.php -skin/adminhtml/default/default/ -skin/frontend/base/ -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/install/ -var/ \ No newline at end of file From 49977476d3de60f00206326a72acbbf12be3ef22 Mon Sep 17 00:00:00 2001 From: Tharsan Bhuvanendran Date: Fri, 16 Mar 2012 18:49:26 -0300 Subject: [PATCH 0026/2185] Restored missing lines. --- Magento.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index cbdc765059..52e8bb2576 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -65,3 +65,43 @@ lib/3Dsecure/ lib/Apache/ lib/flex/ lib/googlecheckout/ +lib/.htaccess +lib/LinLibertineFont/ +lib/Mage/ +lib/PEAR/ +lib/phpseclib/ +lib/Varien/ +lib/Zend/ +LICENSE_AFL.txt +LICENSE.html +LICENSE.txt +LICENSE_EE* +mage +media/customer/ +media/downloadable/ +media/.htaccess +media/import/ +media/xmlconnect/ +nbproject/ +pear +pear/ +php.ini.sample +pkginfo/ +RELEASE_NOTES.txt +shell/abstract.php +shell/compiler.php +shell/indexer.php +shell/log.php +skin/adminhtml/default/default/ +skin/adminhtml/default/enterprise +skin/frontend/base/ +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/ From f0d9ce471af3a283731738800c72a230be394348 Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Wed, 19 Oct 2011 01:34:22 +0200 Subject: [PATCH 0027/2185] Added parameters.yml to list for Symfony2. Symfony 2.0.4 changed standard to using a parameters.yml file, so this change allows for both variants. --- Symfony2.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index ca99e24e88..0b2956f97c 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -10,3 +10,4 @@ web/bundles/* # Configuration files app/config/parameters.ini +app/config/parameters.yml From ed7b451e45298e38196a7bae24934625778032a6 Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Mon, 19 Mar 2012 16:39:16 -0400 Subject: [PATCH 0028/2185] added gitignore for Oracle Forms development --- OracleForms.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 OracleForms.gitignore diff --git a/OracleForms.gitignore b/OracleForms.gitignore new file mode 100644 index 0000000000..699a494011 --- /dev/null +++ b/OracleForms.gitignore @@ -0,0 +1,8 @@ +# Compiled Form Modules +*.fmx + +# Compiled Menu Modules +*.mmx + +# Compiled Pre-Linked Libraries +*.plx From e131e0a68f99aa03433acac6b30fa5418e9270ed Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Sat, 24 Mar 2012 23:22:27 +1100 Subject: [PATCH 0029/2185] Add Unity gitignore --- Unity.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Unity.gitignore diff --git a/Unity.gitignore b/Unity.gitignore new file mode 100644 index 0000000000..6425e29126 --- /dev/null +++ b/Unity.gitignore @@ -0,0 +1,8 @@ +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ + +# Autogenerated VS/MD solution and project files +*.csproj +*.unityproj +*.sln From f71524c5bd3279c93ed4cb2525fd8978bf4e4461 Mon Sep 17 00:00:00 2001 From: Clint Moore Date: Sun, 1 Apr 2012 00:28:35 -0700 Subject: [PATCH 0030/2185] Added .virthualenv directory. --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index b6837ebd58..477a3533dd 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -4,3 +4,4 @@ cabal-dev *.hi *.chi *.chs.h +.virthualenv From 5872a725794e137a33b4d2b522b6234a50c84e5b Mon Sep 17 00:00:00 2001 From: Philip Proplesch Date: Tue, 3 Apr 2012 12:38:46 +0200 Subject: [PATCH 0031/2185] Added NuGet and NCrunch to VisualStudio.gitignore --- Global/VisualStudio.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index b6dc22138b..e5d5b6b93d 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -25,6 +25,7 @@ *.tlh *.tmp *.vspscc +*.vssscc .builds # Visual C++ cache files @@ -41,6 +42,10 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper* +# NCrunch +*.ncrunch* +.*crunch*.local.xml + # Installshield output folder [Ee]xpress @@ -57,11 +62,15 @@ DocProject/Help/html # Click-Once directory publish +# Publish Web Output +*.Publish.xml + # Others [Bb]in [Oo]bj sql TestResults +[Tt]est[Rr]esult* *.Cache ClientBin stylecop.* @@ -74,3 +83,6 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML + +# NuGet +packages/ \ No newline at end of file From 26921c039a459aa91c27076359eb2d9284f92cd9 Mon Sep 17 00:00:00 2001 From: Alex Ogier Date: Mon, 9 Apr 2012 21:21:28 -0400 Subject: [PATCH 0032/2185] Added Xilinx ISE gitignore --- Global/XilinxISE.gitignore | 57 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Global/XilinxISE.gitignore diff --git a/Global/XilinxISE.gitignore b/Global/XilinxISE.gitignore new file mode 100644 index 0000000000..e041f51b2d --- /dev/null +++ b/Global/XilinxISE.gitignore @@ -0,0 +1,57 @@ +# intermediate build files +*.bgn +*.bit +*.bld +*.cmd_log +*.drc +*.ll +*.lso +*.msd +*.msk +*.ncd +*.ngc +*.ngd +*.ngr +*.pad +*.par +*.pcf +*.prj +*.ptwx +*.rbb +*.rbd +*.stx +*.syr +*.twr +*.twx +*.unroutes +*.ut +*.xpi +*.xst +*_bitgen.xwbt +*_envsettings.html +*_map.map +*_map.mrp +*_map.ngm +*_map.xrpt +*_ngdbuild.xrpt +*_pad.csv +*_pad.txt +*_par.xrpt +*_summary.html +*_summary.xml +*_usage.xml +*_xst.xrpt + +# project-wide generated files +*.gise +par_usage_statistics.html +usage_statistics_webtalk.html +webtalk.log +webtalk_pn.xml + +# generated folders +iseconfig/ +xlnx_auto_0_xdb/ +xst/ +_ngo/ +_xmsgs/ From c7ff9c5c75db4ddeb4d83a92f457df8bcac09b58 Mon Sep 17 00:00:00 2001 From: Adil Mughal Date: Tue, 10 Apr 2012 23:01:00 +0600 Subject: [PATCH 0033/2185] Update Global/VisualStudio.gitignore --- Global/VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index b6dc22138b..e5eb7d9691 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -38,6 +38,9 @@ ipch/ *.psess *.vsp +# Guidance Automation Toolkit +*.gpState + # ReSharper is a .NET coding add-in _ReSharper* From 3ad9edaa260b62de4177dae060bda0ecfcbc3ff0 Mon Sep 17 00:00:00 2001 From: Allon Hadaya Date: Tue, 10 Apr 2012 22:07:22 -0300 Subject: [PATCH 0034/2185] Ignore '.project' and '.classpath' to avoid conflict between development environments. --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d3f5d3e188..fb8e9e091f 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -14,3 +14,7 @@ gen/ # Local configuration file (sdk path, etc) local.properties + +# Eclipse project files +.classpath +.project From bf51b786a396e4102e8a810184c93763e1ecfb58 Mon Sep 17 00:00:00 2001 From: Giel Berkers Date: Wed, 11 Apr 2012 11:39:01 +0300 Subject: [PATCH 0035/2185] added symphony and workspace/uploads dir --- SymphonyCMS.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SymphonyCMS.gitignore b/SymphonyCMS.gitignore index 8c5bc6a6f0..671c7ff9e3 100644 --- a/SymphonyCMS.gitignore +++ b/SymphonyCMS.gitignore @@ -1,4 +1,6 @@ manifest/cache/ manifest/logs/ manifest/tmp/ +symphony/ +workspace/uploads/ install-log.txt From 933578cbb128f520c5bd378d8cf43b684a087428 Mon Sep 17 00:00:00 2001 From: Matheus dos Santos Lima Date: Thu, 12 Apr 2012 16:11:18 -0300 Subject: [PATCH 0036/2185] add 'lib' and 'lib64' to Python gitignore. --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a6cc625e44..9b3f7e1356 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -12,6 +12,8 @@ var sdist develop-eggs .installed.cfg +lib +lib64 # Installer logs pip-log.txt From 39dbe57df7d9d08dc396e78a586a413205f1383c Mon Sep 17 00:00:00 2001 From: Matheus dos Santos Lima Date: Thu, 12 Apr 2012 16:21:38 -0300 Subject: [PATCH 0037/2185] add '.pyd' and '.so' (C extensions) in Python.gitignore --- Python.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 9b3f7e1356..f76ed7405c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,4 +1,7 @@ -*.py[co] +*.py[cod] + +# C extensions +*.so # Packages *.egg @@ -28,3 +31,4 @@ nosetests.xml #Mr Developer .mr.developer.cfg + From 67d649e1531636fd747daae6830a6fb104bb8804 Mon Sep 17 00:00:00 2001 From: Matheus dos Santos Lima Date: Thu, 12 Apr 2012 17:48:45 -0300 Subject: [PATCH 0038/2185] add '.sublime-workspace' in Global/SublimeText.gitignore --- Global/SublimeText.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 6c615f811a..bb05773db6 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,3 @@ - # SublimeText project files /*.sublime-project +*.sublime-workspace From 2f4a4b22ad21af1795cec742b13bc225ffaf6423 Mon Sep 17 00:00:00 2001 From: Alban Date: Sun, 15 Apr 2012 17:16:03 +0200 Subject: [PATCH 0039/2185] Gitignore file for C. --- C.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 C.gitignore diff --git a/C.gitignore b/C.gitignore new file mode 100644 index 0000000000..6ca7021a46 --- /dev/null +++ b/C.gitignore @@ -0,0 +1,14 @@ +# Object files +*.o + +# Libraries +*.lib + +# Shared objects (inc. Windows DLLs) +*.dll +*.so + +# Executables +*.exe +*.out + From 45b39fabf7ff4d28af4a546b47135ee457659fa4 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 18 Apr 2012 11:38:58 -0700 Subject: [PATCH 0040/2185] Group custom/ dirs in SugarCRM ignore --- SugarCRM.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 8374eb69a4..c2d893a9ff 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -23,6 +23,7 @@ custom/history/* custom/modulebuilder/* custom/working/* custom/modules/*/Ext/ +custom/application/Ext/* # Custom configuration should also be ignored. /config.php /config_override.php @@ -30,6 +31,3 @@ custom/modules/*/Ext/ silentUpgrade*.php # Logs files can safely be ignored. *.log -# Ignore Files Built By Other Files -custom/modules/*/Ext/ -custom/application/Ext/* From c594ee4c231611c5702f364f98e56859b94313e1 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 18 Apr 2012 14:45:09 -0700 Subject: [PATCH 0041/2185] Copy/paste Global/VisualStudio.gitignore into here for now --- CSharp.gitignore | 92 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/CSharp.gitignore b/CSharp.gitignore index 044ecea882..adaf4ecc9c 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -3,4 +3,94 @@ [Oo]bj/ # mstest test results -TestResults \ No newline at end of file +TestResults + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +x64/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +*.vssscc +.builds + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper* + +# NCrunch +*.ncrunch* +.*crunch*.local.xml + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Publish Web Output +*.Publish.xml + +# Others +[Bb]in +[Oo]bj +sql +TestResults +[Tt]est[Rr]esult* +*.Cache +ClientBin +[Ss]tyle[Cc]op.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML From e1c4a4872986de590e1bfacfc5a1ad93c356a898 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Wed, 18 Apr 2012 14:46:06 -0700 Subject: [PATCH 0042/2185] priv is a legitimate part of an OTP application --- Erlang.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index 6423164859..b89b9a284b 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -1,6 +1,5 @@ .eunit deps -priv *.o *.beam *.plt \ No newline at end of file From a66b53a87da869a24ddc3ca6bcac3034121752e6 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Wed, 18 Apr 2012 14:47:31 -0700 Subject: [PATCH 0043/2185] Same deal as the C# file, merge in the VS.gitignore for now --- VB.Net.gitignore | 92 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 3 deletions(-) diff --git a/VB.Net.gitignore b/VB.Net.gitignore index 28c9092e86..5a4f80c0d3 100644 --- a/VB.Net.gitignore +++ b/VB.Net.gitignore @@ -6,6 +6,92 @@ obj/ *.user *.suo -#Resource Caches -_ReSharper.* -*.sln.cache \ No newline at end of file +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +x64/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +*.vssscc +.builds + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper* + +# NCrunch +*.ncrunch* +.*crunch*.local.xml + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Publish Web Output +*.Publish.xml + +# Others +[Bb]in +[Oo]bj +sql +TestResults +[Tt]est[Rr]esult* +*.Cache +ClientBin +[Ss]tyle[Cc]op.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML \ No newline at end of file From 4ef43d6b402b6c2033d592f8d0605b219d9c8364 Mon Sep 17 00:00:00 2001 From: pangratz Date: Thu, 19 Apr 2012 02:50:18 +0200 Subject: [PATCH 0044/2185] Add .texlipse for the TeXlipse Latex plugin for Eclipse This addresses #229 --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 7b3ad03cac..c71e82be02 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -24,3 +24,6 @@ local.properties # PDT-specific .buildpath + +# TeXlipse plugin +.texlipse \ No newline at end of file From 3c6349ddf70bb8db81ffde9a654bd08fd9bf3635 Mon Sep 17 00:00:00 2001 From: Christopher Bertels Date: Thu, 19 Apr 2012 04:39:58 +0200 Subject: [PATCH 0045/2185] Added Fancy.gitignore --- Fancy.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Fancy.gitignore diff --git a/Fancy.gitignore b/Fancy.gitignore new file mode 100644 index 0000000000..6b3450749d --- /dev/null +++ b/Fancy.gitignore @@ -0,0 +1,2 @@ +*.rbc +*.fyc \ No newline at end of file From dfb30c64093aa7033755bc4f472e194886630b1e Mon Sep 17 00:00:00 2001 From: Safwan Choudhury Date: Wed, 18 Apr 2012 23:15:10 -0400 Subject: [PATCH 0046/2185] Ignoring compiled MEX binaries for all platforms Including mexglx, mexa64, mexmaci64, mexw32 & mex64 (see http://sfwn.in/FxbE for official list from Mathworks). --- Global/Matlab.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index bbc35d7e2e..20843f219c 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -9,3 +9,5 @@ # OSX / *nix default autosave extension *.m~ +# Compiled MEX binaries (all platforms) +*.mex* From 5bb2255b691cbf2375eef1117093a683f8d4fa8c Mon Sep 17 00:00:00 2001 From: Max Goldstein Date: Thu, 19 Apr 2012 00:46:16 -0300 Subject: [PATCH 0047/2185] Include .netrwhist, the user's history and potential privacy concern. See: http://stackoverflow.com/questions/9850360/ --- Global/vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index dfaefc75b3..5a2155bce2 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,3 +1,4 @@ .*.sw[a-z] *.un~ Session.vim +.netrwhist \ No newline at end of file From 1bd40f51eee156e0883358ad5bfde4900b095e74 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 19 Apr 2012 02:50:54 -0300 Subject: [PATCH 0048/2185] Add versioned so, .a, .dylib, .app --- C.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C.gitignore b/C.gitignore index 6ca7021a46..0331bbbddb 100644 --- a/C.gitignore +++ b/C.gitignore @@ -3,12 +3,15 @@ # Libraries *.lib +*.a # Shared objects (inc. Windows DLLs) *.dll *.so +*.so.* +*.dylib # Executables *.exe *.out - +*.app From 0537b8dc3462cd9d7e0486dc30bba129ba8311e5 Mon Sep 17 00:00:00 2001 From: Nicholas Valbusa Date: Fri, 20 Apr 2012 10:12:43 +0200 Subject: [PATCH 0049/2185] bancha-cms gitignore --- Bancha.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Bancha.gitignore diff --git a/Bancha.gitignore b/Bancha.gitignore new file mode 100644 index 0000000000..2cf7d4fa40 --- /dev/null +++ b/Bancha.gitignore @@ -0,0 +1,16 @@ +#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 e6aa7144b2f533321c1247d85cc1cb88e6f60edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Klatt?= Date: Fri, 20 Apr 2012 10:12:43 +0200 Subject: [PATCH 0050/2185] adding global gitignore for KDevelop4 KDevelop4 is the C/C++-IDE from the KDE desktop. It creates a directory '.kdev4' and a hidden file .kdev4 in the project's root directory. --- Global/KDevelop4.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/KDevelop4.gitignore diff --git a/Global/KDevelop4.gitignore b/Global/KDevelop4.gitignore new file mode 100644 index 0000000000..7ac57b1add --- /dev/null +++ b/Global/KDevelop4.gitignore @@ -0,0 +1,2 @@ +*.kdev4 +.kdev4/ From 9a2661f88048a8ab815ea7dcf4d85adc6423e353 Mon Sep 17 00:00:00 2001 From: "Leonardo J .Caballero G" Date: Fri, 20 Apr 2012 14:22:30 -0430 Subject: [PATCH 0051/2185] Add Plone CMS git .ignore file --- Plone.gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Plone.gitignore diff --git a/Plone.gitignore b/Plone.gitignore new file mode 100644 index 0000000000..13edefa578 --- /dev/null +++ b/Plone.gitignore @@ -0,0 +1,34 @@ +*~ +*.pyc +*.pyo +*.tmp* +*.mo +*.egg +*.EGG +*.egg-info +*.EGG-INFO +*.kpf +*.swp +*.wpr +.*.cfg +.installed.cfg +.mr.developer.cfg +.hg/ +.bzr/ +.svn/ +.project +.pydevproject +bin/ +build/ +develop-eggs/ +downloads/ +eggs/ +fake-eggs/ +parts/ +dist/ +var/ + + + +# OSX +.DS_Store From 0a9d0c31e874488cf058c6aa55e85b45bc57c6d7 Mon Sep 17 00:00:00 2001 From: Oliver Letterer Date: Sat, 21 Apr 2012 09:59:57 +0300 Subject: [PATCH 0052/2185] Now ignoring full build directory. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5ba3b592ba..f036e3fc20 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,5 +1,5 @@ # Xcode -build/* +build/ *.pbxuser !default.pbxuser *.mode1v3 From a3e7652a23edfb180e6682bc0e4ff952dd742c53 Mon Sep 17 00:00:00 2001 From: Rifat Nabi Date: Sun, 22 Apr 2012 02:15:07 +0600 Subject: [PATCH 0053/2185] duplicate entry for modules removed --- PlayFramework.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 75d8811dd5..107e6774cc 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -15,4 +15,3 @@ precompiled tmp test-result server.pid -modules From d8fd6790011d5fa69988f47a7beec89dcc1fbf8d Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sat, 28 Apr 2012 15:55:20 +0300 Subject: [PATCH 0054/2185] Added __pycache__ --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index f76ed7405c..869a3cf095 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -18,6 +18,9 @@ develop-eggs lib lib64 +# The new '__pycache__' in Python 3 +__pycache__ + # Installer logs pip-log.txt From 4b6bf65bdf0d52a58cb8f28964b6327c26fbf171 Mon Sep 17 00:00:00 2001 From: Dana Date: Fri, 13 Apr 2012 15:17:09 -0700 Subject: [PATCH 0055/2185] Updated Global/VisualStudio.gitignore --- Global/VisualStudio.gitignore | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 0980a2677c..9d4784c80c 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -7,9 +7,16 @@ *.sln.docstates # Build results -[Dd]ebug/ + +[Dd]ebug*/ [Rr]elease/ -x64/ + +build/ + + +[Tt]est[Rr]esult +[Bb]uild[Ll]og.* + *_i.c *_p.c *.ilk @@ -29,6 +36,10 @@ x64/ *.vssscc .builds +*.pidb + +*.log +*.scc # Visual C++ cache files ipch/ *.aps @@ -44,13 +55,15 @@ ipch/ *.gpState # ReSharper is a .NET coding add-in -_ReSharper* +_ReSharper*/ + +*.[Rr]e[Ss]harper # NCrunch *.ncrunch* .*crunch*.local.xml -# Installshield output folder +# Installshield output folder [Ee]xpress # DocProject is a documentation generator add-in @@ -80,6 +93,9 @@ ClientBin [Ss]tyle[Cc]op.* ~$* *.dbmdl + +*.[Pp]ublish.xml + Generated_Code #added for RIA/Silverlight projects # Backup & report files from converting an old project file to a newer From 6670a4c42336cf227406a3de7090220e76b918b6 Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Tue, 1 May 2012 22:11:46 +0200 Subject: [PATCH 0056/2185] Ignore .idea/ folder for AppCode users. --- Objective-C.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5ba3b592ba..2697808d82 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -13,4 +13,5 @@ build/* xcuserdata profile *.moved-aside -DerivedData \ No newline at end of file +DerivedData +.idea/ \ No newline at end of file From 720975f849ce5424393b6bbb92b038da78d50c57 Mon Sep 17 00:00:00 2001 From: Mike Kenyon Date: Tue, 1 May 2012 15:02:46 -0700 Subject: [PATCH 0057/2185] Add OSX-specific Icon\r rule --- Global/OSX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5ad43cc445..f9516c09f3 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,4 +1,5 @@ .DS_Store +Icon # Thumbnails ._* From 44fda6f85e63ce7164c0f916df8577aca0f24f5f Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Sun, 6 May 2012 17:46:46 -0500 Subject: [PATCH 0058/2185] Added ColdFusion ColdBox Platform Framework --- ColdBox.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ColdBox.gitignore diff --git a/ColdBox.gitignore b/ColdBox.gitignore new file mode 100644 index 0000000000..8acdf7a52b --- /dev/null +++ b/ColdBox.gitignore @@ -0,0 +1,4 @@ +*/config/development +*/logs/ +*/includes/cache/* +tmp/* From d19a70e2c87dc3af893bc55743e9a61af41244a5 Mon Sep 17 00:00:00 2001 From: Andy Dawson Date: Tue, 8 May 2012 13:01:41 +0300 Subject: [PATCH 0059/2185] the current version of Cakephp (2.x) renamed the config folder to Config. adding core to the list of files to ignore as this contains security salts. --- CakePHP.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 8438a62f1b..9fbdf358a8 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,5 +1,7 @@ tmp/* -config/database.php +Config/core.php +Config/database.php app/tmp/* -app/config/database.php +app/Config/core.php +app/Config/database.php !empty \ No newline at end of file From 21f9741a1f439514ea4c7a55ee35bffde8a1cf7a Mon Sep 17 00:00:00 2001 From: Lucas Jenss Date: Thu, 10 May 2012 15:25:42 +0200 Subject: [PATCH 0060/2185] The sublime-project file should be checked into version control It contains project specific configuration, and should therefore by checked into version control (as documented on http://www.sublimetext.com/docs/2/projects.html) --- Global/SublimeText.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index bb05773db6..aea37e0a33 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,2 @@ # SublimeText project files -/*.sublime-project *.sublime-workspace From 799ee6b79e1d32f49ded6683b5364017fd4ee0a5 Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Sun, 13 May 2012 16:02:33 +0100 Subject: [PATCH 0061/2185] Added MIDL headers (_i.h) to Visual Studio gitignore --- CSharp.gitignore | 1 + Global/VisualStudio.gitignore | 1 + VB.Net.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index adaf4ecc9c..d9a827e1b5 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -19,6 +19,7 @@ TestResults x64/ *_i.c *_p.c +*_i.h *.ilk *.meta *.obj diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 9d4784c80c..0e3166c2ac 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -19,6 +19,7 @@ build/ *_i.c *_p.c +*_i.h *.ilk *.meta *.obj diff --git a/VB.Net.gitignore b/VB.Net.gitignore index 5a4f80c0d3..af16cf727d 100644 --- a/VB.Net.gitignore +++ b/VB.Net.gitignore @@ -20,6 +20,7 @@ obj/ x64/ *_i.c *_p.c +*_i.h *.ilk *.meta *.obj From bc8965410186db5221af29247ec7e8edc357e875 Mon Sep 17 00:00:00 2001 From: Ben Ripkens Date: Wed, 16 May 2012 17:17:08 +0300 Subject: [PATCH 0062/2185] Ignore information for lein plugin directory. The directory is similar to the lib/ directory as it also contains downloaded dependencies (or in this case plugins). --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8c1b2189a..35e62d3cf8 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -3,3 +3,4 @@ pom.xml /lib/ /classes/ .lein-deps-sum +.lein-plugins/ \ No newline at end of file From 4eebde9c47a14b65f3678aac1e578e48c34827e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 19 May 2012 12:02:40 +0200 Subject: [PATCH 0063/2185] added rule for .bz2 --> bzip2 --- Global/Archives.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 386c333053..82d3b10f0c 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -6,6 +6,7 @@ *.zip *.gz *.bzip +*.bz2 *.xz *.lzma @@ -19,4 +20,4 @@ *.gem *.egg *.deb -*.rpm \ No newline at end of file +*.rpm From 65343523f4bd54085f0da92782c51c5d3bf5cf49 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 19 May 2012 21:48:06 +0300 Subject: [PATCH 0064/2185] gitignore for Qt-project --- Qt.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Qt.gitignore diff --git a/Qt.gitignore b/Qt.gitignore new file mode 100644 index 0000000000..e69de29bb2 From bacececa746442f4b29a22b9d856e7f03b3dd1c8 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 19 May 2012 21:51:19 +0300 Subject: [PATCH 0065/2185] Qt-project gitignore added for Qt core developers --- Qt.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index e69de29bb2..d1aec9eca0 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -0,0 +1,14 @@ +# C++ objects and libs + +*.o +*.a +*.so +*.dll +*.dynlib + +# Qt-es + +*.pro.user +*.pro.user.* +moc_*.cpp +qrc_*.cpp From 74174a83c662bf67dc3148f752f18da6983da001 Mon Sep 17 00:00:00 2001 From: Attila Bukor Date: Tue, 22 May 2012 11:50:51 +0300 Subject: [PATCH 0066/2185] added composer.phar to Symfony2 gitignore --- Symfony2.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 0b2956f97c..f4a95cb473 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -11,3 +11,6 @@ web/bundles/* # Configuration files app/config/parameters.ini app/config/parameters.yml + +# Composer +composer.phar \ No newline at end of file From e53ae992044dcfd51246642d45cb6a790846b347 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Tue, 22 May 2012 21:50:21 +0300 Subject: [PATCH 0067/2185] added some templates --- Qt.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index d1aec9eca0..2ca752a74d 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -1,7 +1,11 @@ # C++ objects and libs +*.slo +*.lo *.o *.a +*.la +*.lai *.so *.dll *.dynlib @@ -12,3 +16,5 @@ *.pro.user.* moc_*.cpp qrc_*.cpp +Makefile +*-build-* From 603a1f268131382750f386b6f602578948c34810 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Tue, 22 May 2012 22:00:28 +0300 Subject: [PATCH 0068/2185] now it support *.desktop files --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 2ca752a74d..3fc031248e 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -18,3 +18,4 @@ moc_*.cpp qrc_*.cpp Makefile *-build-* +*.desktop From 73d14793f606ba9fdc5812e78cd6c40bd6722eb3 Mon Sep 17 00:00:00 2001 From: Daniel Craig Jallits Date: Thu, 24 May 2012 09:59:18 -0500 Subject: [PATCH 0069/2185] Updated for Magento 1.7.0.0 --- Magento.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index 52e8bb2576..99f3332ab3 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -15,14 +15,18 @@ app/etc/modules/Enterprise_* app/etc/modules/Find_Feed.xml 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_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 @@ -78,6 +82,7 @@ LICENSE.txt LICENSE_EE* mage media/customer/ +media/dhl/ media/downloadable/ media/.htaccess media/import/ From f4530cfa0bf60fb8cfc946a76c7fd4b73085eeea Mon Sep 17 00:00:00 2001 From: Misha Manulis Date: Mon, 28 May 2012 21:51:25 -0700 Subject: [PATCH 0070/2185] Adding support for SDCC compiler files --- Sdcc.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Sdcc.gitignore diff --git a/Sdcc.gitignore b/Sdcc.gitignore new file mode 100644 index 0000000000..a4cb9fcd18 --- /dev/null +++ b/Sdcc.gitignore @@ -0,0 +1,9 @@ +# SDCC stuff +*.lnk +*.lst +*.map +*.mem +*.rel +*.rst +*.sym + From c27430e74c0339a3d582d9117cb5d007597835da Mon Sep 17 00:00:00 2001 From: Sven Schultschik Date: Mon, 4 Jun 2012 22:59:05 +0200 Subject: [PATCH 0071/2185] PhPStorm gitignore --- Global/PhPStorm.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Global/PhPStorm.gitignore diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore new file mode 100644 index 0000000000..62c893550a --- /dev/null +++ b/Global/PhPStorm.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file From 91a1756d29131c38599af43e417b15a2340f7d6e Mon Sep 17 00:00:00 2001 From: Max Nanasy Date: Mon, 4 Jun 2012 14:51:20 -0700 Subject: [PATCH 0072/2185] Removed redundant ".directory" that was already covered by ".*". --- Global/Linux.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 38ad907e96..151e299744 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1,3 @@ .* !.gitignore *~ - -# KDE -.directory From cae4051346b390791380714ea79945fc2a6c0b6f Mon Sep 17 00:00:00 2001 From: Bastien Colmard Date: Tue, 5 Jun 2012 12:38:20 +0300 Subject: [PATCH 0073/2185] Added Play 2.0 working directories as stated in the official documentation http://www.playframework.org/documentation/2.0/Anatomy --- PlayFramework.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 75d8811dd5..8df96af928 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -12,6 +12,9 @@ log logs modules precompiled +project/project +project/target +target tmp test-result server.pid From 93c4f1b610cb0325358d03f9102c84457154dd39 Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 9 Jun 2012 08:30:06 +0300 Subject: [PATCH 0074/2185] *.desktop removed from the list --- Qt.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 3fc031248e..2ca752a74d 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -18,4 +18,3 @@ moc_*.cpp qrc_*.cpp Makefile *-build-* -*.desktop From d49148e2bdfa6d2f95ee835f68b70f3bb099cdfb Mon Sep 17 00:00:00 2001 From: Illya Kovalevskyy Date: Sat, 9 Jun 2012 16:36:58 +0300 Subject: [PATCH 0075/2185] dynlib => dylib (msspl) --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 2ca752a74d..16b4ee5878 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -8,7 +8,7 @@ *.lai *.so *.dll -*.dynlib +*.dylib # Qt-es From e741ca37c8906a5aa86cbc06286e615e18e72b39 Mon Sep 17 00:00:00 2001 From: Satish BD Date: Sun, 10 Jun 2012 01:32:00 +0300 Subject: [PATCH 0076/2185] Ignores for gtags and cscope added. --- Global/Tags.gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index cc28fefaea..45922ec1cb 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,5 +1,14 @@ -# Ignore tags created by etags and ctags +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope TAGS !TAGS/ tags !tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out + From b341772f93d198647754a86f4655bc65b343280e Mon Sep 17 00:00:00 2001 From: Gant Date: Fri, 22 Jun 2012 12:38:36 -0500 Subject: [PATCH 0077/2185] Added RubyMotion gitignore --- RubyMotion.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RubyMotion.gitignore diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore new file mode 100644 index 0000000000..ef5d7194ce --- /dev/null +++ b/RubyMotion.gitignore @@ -0,0 +1,13 @@ +.repl_history +build +tags + +# common annoyance editors +.DS_Store +nbproject +.redcar +*.swp +*.swo +~ +.eprj + From dc623d479db9ce6c67ad5bf565b80d1adef6ee90 Mon Sep 17 00:00:00 2001 From: sciencebrainrs Date: Sat, 23 Jun 2012 17:19:47 -0500 Subject: [PATCH 0078/2185] Add out folder to gitignore --- Global/IntelliJ.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/IntelliJ.gitignore b/Global/IntelliJ.gitignore index 7d89b9c0af..7576fded49 100644 --- a/Global/IntelliJ.gitignore +++ b/Global/IntelliJ.gitignore @@ -2,3 +2,4 @@ *.ipr *.iws .idea/ +out/ From 0f0936c7ac5f797dd0ee9aed03662ec3854f6bcb Mon Sep 17 00:00:00 2001 From: Ove Andersen Date: Mon, 25 Jun 2012 13:38:38 +0200 Subject: [PATCH 0079/2185] EPiServer licenses are tied to a machine, so should be ignored --- EPiServer.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 EPiServer.gitignore diff --git a/EPiServer.gitignore b/EPiServer.gitignore new file mode 100644 index 0000000000..ca7a7862ed --- /dev/null +++ b/EPiServer.gitignore @@ -0,0 +1,4 @@ +###################### +## EPiServer Files +###################### +*License.config \ No newline at end of file From 818ed295cf3f68e77e003f8a1f101074f6bddca6 Mon Sep 17 00:00:00 2001 From: borekb Date: Tue, 26 Jun 2012 10:42:51 +0300 Subject: [PATCH 0080/2185] Project files (`.project`, `.actionScriptProperties` and `.flexProperties`) removed from .gitignore as they should be version-controlled. --- Actionscript.gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index d64cf3cd67..fa65f0bdb9 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -3,8 +3,9 @@ bin/ bin-debug/ bin-release/ -# Project property files -.actionScriptProperties -.flexProperties +# Other files and folders .settings/ -.project \ No newline at end of file + +# 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. \ No newline at end of file From 9865ef35a9307dc7e83ce8c2919ad2a87f01042d Mon Sep 17 00:00:00 2001 From: Lucas Jenss Date: Fri, 29 Jun 2012 14:52:34 +0200 Subject: [PATCH 0081/2185] Ignore *.tdo files generated by the todonotes package The [todonotes package](http://www.tex.ac.uk/tex-archive/macros/latex/contrib/todonotes/todonotes.pdf) generates "tdo" files when you use the \listoftodos command. --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index c88e8b81cc..bbaaa01b83 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -29,3 +29,4 @@ *.toc *.vrb *.xdy +*.tdo From 3e98f923210d41d51b53b34c408d1a7ec633cd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Barthez?= Date: Mon, 2 Jul 2012 10:53:25 +0300 Subject: [PATCH 0082/2185] add *.log (wp-content/debug.log) --- Wordpress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index a5fde5b07d..22ec8d2efc 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -15,3 +15,4 @@ sitemap.xml sitemap.xml.gz readme.html license.txt +*.log \ No newline at end of file From 027e0338365182a90da0adc28a8a01b7d21e5b8c Mon Sep 17 00:00:00 2001 From: GneatGeek Date: Tue, 3 Jul 2012 13:54:50 -0700 Subject: [PATCH 0083/2185] Updated SASS gitignore --- Global/SASS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore index 6769a15676..2c306072c3 100644 --- a/Global/SASS.gitignore +++ b/Global/SASS.gitignore @@ -1,2 +1,2 @@ ### SASS Ignores - "Sassy CSS" http://sass-lang.com/ -.sass-cache +*.sass-cache From 6e3af78e049324afab824b7b899c182f3b0fdebd Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 7 Jul 2012 06:11:09 +0900 Subject: [PATCH 0084/2185] ignoring dynamic link library in MacOS X *.dylib is an extension for dynamic link library in MacOS X. --- C++.gitignore | 1 + C.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 8df9393e28..620d3dc8a4 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -5,6 +5,7 @@ # Compiled Dynamic libraries *.so +*.dylib # Compiled Static libraries *.lai diff --git a/C.gitignore b/C.gitignore index 6ca7021a46..4d113a7a6c 100644 --- a/C.gitignore +++ b/C.gitignore @@ -7,6 +7,7 @@ # Shared objects (inc. Windows DLLs) *.dll *.so +*.dylib # Executables *.exe From 1365cd43f75ff2d6470254ec139f3e6f8b8bf653 Mon Sep 17 00:00:00 2001 From: Joachim Bondo Date: Wed, 11 Jul 2012 15:19:29 +0300 Subject: [PATCH 0085/2185] Update to also ignore .DS_Store files --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5ba3b592ba..014ad17815 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,4 +1,5 @@ # Xcode +.DS_Store build/* *.pbxuser !default.pbxuser From 329376b2efe8dce85a8535102ee94cd8023961de Mon Sep 17 00:00:00 2001 From: mastacheata Date: Fri, 13 Jul 2012 17:52:09 +0300 Subject: [PATCH 0086/2185] Add Exception for htaccess file denying access to the cache folder --- CodeIgniter.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index e84c64179c..ca0e37ee2d 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -3,3 +3,4 @@ */logs/!index.html */cache/* */cache/!index.html +*/cache/!.htaccess \ No newline at end of file From 3bdb155bd2ed3e83152694e783bf1d2b955f03a1 Mon Sep 17 00:00:00 2001 From: Luis Abreu Date: Sun, 15 Jul 2012 18:53:32 +0200 Subject: [PATCH 0087/2185] * Updated comments * added web.config and authorize.php * tweaked settings.php path to also ignore stock example.settings.php file * tweaked files and private folders paths to include all sites --- Drupal.gitignore | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 753eaedc63..73677d291f 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,23 +1,29 @@ -sites/default/files -sites/default/private -sites/default/settings.php +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php + +# Ignore paths that contain generated content. cache/ files/ -/README.txt +sites/*/files +sites/*/private + +# Ignore default text files +.htaccess +robots.txt /CHANGELOG.txt /COPYRIGHT.txt /INSTALL*.txt /LICENSE.txt /MAINTAINERS.txt /UPGRADE.txt -robots.txt +/README.txt sites/all/README.txt sites/all/modules/README.txt sites/all/themes/README.txt -.htaccess -#for non core developer -#only include "sites" folder without exclusions before +# Ignore everything but the "sites" folder ( for non core developer ) +web.config +authorize.php cron.php index.php install.php @@ -28,5 +34,4 @@ xmlrpc.php /modules /profiles /scripts -/themes - +/themes \ No newline at end of file From 0be0dd05f7411065ae13d4919c4a6397cfe01744 Mon Sep 17 00:00:00 2001 From: Hugo Ferreira Date: Tue, 17 Jul 2012 01:17:08 +0200 Subject: [PATCH 0088/2185] Windows XP Media Center Edition also creates ehthumbs.db which holds previews of video files. See http://en.wikipedia.org/wiki/Windows_thumbnail_cache#Thumbs.db --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 9f54263d4b..55f332cf12 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,6 @@ # Windows image file caches Thumbs.db +ehthumbs.db # Folder config file Desktop.ini From c92d58adf56caa2b8f2f64d0dfd5d62b529fa6db Mon Sep 17 00:00:00 2001 From: huxuan Date: Mon, 23 Jul 2012 13:31:11 +0800 Subject: [PATCH 0089/2185] Add *.thm for LaTeX --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index c88e8b81cc..e7bb4ab3bf 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -26,6 +26,7 @@ *.ps *.snm *.synctex.gz +*.thm *.toc *.vrb *.xdy From 9da936706cd06cb00c01843181c08456071e5d12 Mon Sep 17 00:00:00 2001 From: bfuk Date: Tue, 24 Jul 2012 11:41:47 +0200 Subject: [PATCH 0090/2185] Added ignore of W3TC cache folder (for users that might be using W3TC cache plugin) --- Wordpress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index a5fde5b07d..a90a049efb 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -11,6 +11,7 @@ wp-content/advanced-cache.php wp-content/wp-cache-config.php wp-content/cache/* wp-content/cache/supercache/* +wp-content/w3tc/* sitemap.xml sitemap.xml.gz readme.html From e2c0408fb6687ce2d8fdd8d918beec75429af1a0 Mon Sep 17 00:00:00 2001 From: Filip Spiridonov Date: Tue, 31 Jul 2012 11:57:21 +0800 Subject: [PATCH 0091/2185] Update SeamGen.gitignore --- SeamGen.gitignore | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/SeamGen.gitignore b/SeamGen.gitignore index 50ec0ffcec..a418cf376c 100644 --- a/SeamGen.gitignore +++ b/SeamGen.gitignore @@ -1,13 +1,24 @@ /bootstrap/data /bootstrap/tmp -/classes/ # all class files -/dist/ # contains generated war files for deployment -/exploded-archives/ # war content generation during deploy (or explode) -/test-build/ # test compilation (ant target for Seam) -/test-output/ # test results -/test-report/ # test report generation for, e.g., Hudson -/target/ # maven output folder -temp-testng-customsuite.xml # generated when running test cases under Eclipse +/classes/ +/dist/ +/exploded-archives/ +/test-build/ +/test-output/ +/test-report/ +/target/ +temp-testng-customsuite.xml + +# based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments + +#/classes/ all class files +#/dist/ contains generated war files for deployment +#/exploded-archives/ war content generation during deploy (or explode) +#/test-build/ test compilation (ant target for Seam) +#/test-output/ test results +#/test-report/ test report generation for, e.g., Hudson +#/target/ maven output folder +#temp-testng-customsuite.xml generated when running test cases under Eclipse # Thanks to @VonC and @kraftan for their helpful answers on a related question # on StackOverflow.com: From ac71c8886dcc91493349845ee4e5e4efdd28f60f Mon Sep 17 00:00:00 2001 From: Ruslan Brest Date: Wed, 1 Aug 2012 10:53:36 +0300 Subject: [PATCH 0092/2185] fix Opencart gitignore --- opencart.gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/opencart.gitignore b/opencart.gitignore index de4a407631..c673f1f8c0 100644 --- a/opencart.gitignore +++ b/opencart.gitignore @@ -1,10 +1,10 @@ -image/cache -system/cache -system/database -system/engine -system/logs -system/library -system/helper -download/ config.php admin/config.php + +!index.html + +download +image/cache/*.jpg +image/cache/data/* +system/cache +system/logs From d9d85d8a247ffd80ac4cc7733f5adb99dd28c4fd Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Thu, 2 Aug 2012 14:37:34 -0700 Subject: [PATCH 0093/2185] Added Windows Azure build output files --- CSharp.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index adaf4ecc9c..b1e742ff7a 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -76,6 +76,10 @@ publish # Publish Web Output *.Publish.xml +# Windows Azure Build Output +csx +*.build.csdef + # Others [Bb]in [Oo]bj From 1a2c40923c4ee272980bbacc2f5194cd49a84a64 Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Thu, 2 Aug 2012 14:40:30 -0700 Subject: [PATCH 0094/2185] Added NuGet packages directory --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index b1e742ff7a..d00f96916a 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -76,6 +76,9 @@ publish # Publish Web Output *.Publish.xml +# NuGet Packages Directory +packages + # Windows Azure Build Output csx *.build.csdef From 67083ce70d41bf4004c7a8326953bab8a94cc986 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Fri, 3 Aug 2012 12:18:45 +1000 Subject: [PATCH 0095/2185] Make CakePHP ignore config folder of either case This takes the change from #339 and makes it case insensitive so that CakePHP projects from both before and after the rename ignore the appropriate files. --- CakePHP.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 9fbdf358a8..61d344670a 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,7 +1,7 @@ tmp/* -Config/core.php -Config/database.php +[Cc]onfig/core.php +[Cc]onfig/database.php app/tmp/* -app/Config/core.php -app/Config/database.php +app/[Cc]onfig/core.php +app/[Cc]onfig/database.php !empty \ No newline at end of file From 6f6c2eac58900f76673bce7ad75d171c24fee27d Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Fri, 3 Aug 2012 12:41:27 +0200 Subject: [PATCH 0096/2185] Add .LSOverride --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 9207892aa7..ed5ea9040d 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,3 +15,4 @@ xcuserdata profile *.moved-aside DerivedData +.LSOverride From 4db1b0429f567381cd3e9688e9e10bf730955760 Mon Sep 17 00:00:00 2001 From: Jonas Schmid Date: Mon, 6 Aug 2012 09:09:09 +0300 Subject: [PATCH 0097/2185] Android: Ignore the proguard folder When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index fb8e9e091f..cd49c694c9 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -18,3 +18,6 @@ local.properties # Eclipse project files .classpath .project + +# Proguard folder generated by Eclipse +proguard/ \ No newline at end of file From 5a860949c0858da5fe6b2ff0e64bd9256c845614 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Wed, 8 Aug 2012 17:37:15 +1000 Subject: [PATCH 0098/2185] =?UTF-8?q?Remove=20space=20after=20Thumbs.db=20?= =?UTF-8?q?=E2=80=94=20fixes=20#355?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Global/Windows.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 55f332cf12..351ec9d1e0 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,5 @@ # Windows image file caches -Thumbs.db +Thumbs.db ehthumbs.db # Folder config file From 5ccc2ed67a6383f7b7c46cdfe500da3fc9ef627e Mon Sep 17 00:00:00 2001 From: Janusz Lenar Date: Wed, 8 Aug 2012 10:52:23 +0300 Subject: [PATCH 0099/2185] Add objects and libraries on Windows --- C++.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 620d3dc8a4..5d178a26aa 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -2,12 +2,15 @@ *.slo *.lo *.o +*.obj # Compiled Dynamic libraries *.so *.dylib +*.dll # Compiled Static libraries *.lai *.la *.a +*.lib From 53adf394a068bdcce636317ab66e1f1010e0d030 Mon Sep 17 00:00:00 2001 From: Janusz Lenar Date: Wed, 8 Aug 2012 11:36:30 +0300 Subject: [PATCH 0100/2185] Add executables for C++ --- C++.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 5d178a26aa..0def2755df 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -14,3 +14,8 @@ *.la *.a *.lib + +# Executables +*.exe +*.out +*.app From 2661a8201010647327a8d41d34545da8d17a158e Mon Sep 17 00:00:00 2001 From: Eduard Carreras Date: Wed, 8 Aug 2012 19:57:13 +0300 Subject: [PATCH 0101/2185] Adding pydev files --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f76ed7405c..df497ce8ea 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -31,4 +31,5 @@ nosetests.xml #Mr Developer .mr.developer.cfg - +.project +.pydevproject From 6073319fb14c6de42712a21bc1aab27af2d5f580 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 8 Aug 2012 16:33:51 -0700 Subject: [PATCH 0102/2185] Added .gitignore entries for .vspx and .log --- CSharp.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index d00f96916a..991208520a 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -32,6 +32,7 @@ x64/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds @@ -46,6 +47,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState From de7a7117c71bb4a9ff2ac4ddbe346e2c0da85e0d Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 8 Aug 2012 16:34:59 -0700 Subject: [PATCH 0103/2185] Added .vspx and .log to .gitignore for VB --- VB.Net.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VB.Net.gitignore b/VB.Net.gitignore index 5a4f80c0d3..a5d3ad35ed 100644 --- a/VB.Net.gitignore +++ b/VB.Net.gitignore @@ -33,6 +33,7 @@ x64/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds @@ -47,6 +48,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState From 0b64d5e93d28922f27e10f8ea864de2c334e43ac Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 15 Aug 2012 01:43:20 +0200 Subject: [PATCH 0104/2185] .gitignore file for Eagle --- Eagle.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Eagle.gitignore diff --git a/Eagle.gitignore b/Eagle.gitignore new file mode 100644 index 0000000000..a5410348a2 --- /dev/null +++ b/Eagle.gitignore @@ -0,0 +1,36 @@ +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls + +*.drd +*.drd.* + +*.info + +*.eps From 2f7bc6bab32f82fd01a623b35f5135345a4735c0 Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Sat, 18 Aug 2012 19:55:23 +0300 Subject: [PATCH 0105/2185] added missing whitespaces in comments --- Python.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index df497ce8ea..d2d6f360b5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -26,10 +26,10 @@ pip-log.txt .tox nosetests.xml -#Translations +# Translations *.mo -#Mr Developer +# Mr Developer .mr.developer.cfg .project .pydevproject From 174c45e796b57d79ac1b8a400559d6b7a272a4a5 Mon Sep 17 00:00:00 2001 From: Jonas Trevisan Date: Wed, 22 Aug 2012 13:38:50 -0300 Subject: [PATCH 0106/2185] Added .AppleDouble to OSX --- Global/OSX.gitignore | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index f9516c09f3..bdc304216d 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,9 +1,11 @@ -.DS_Store -Icon - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes +.DS_Store +.AppleDouble +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes From a1ef23350d062b9da07e7d9e5f0652b9e1e55ea2 Mon Sep 17 00:00:00 2001 From: Mike Nikles Date: Wed, 22 Aug 2012 18:06:15 -0700 Subject: [PATCH 0107/2185] Added Appcelerator Titanium .gitignore file. --- AppceleratorTitanium.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 AppceleratorTitanium.gitignore diff --git a/AppceleratorTitanium.gitignore b/AppceleratorTitanium.gitignore new file mode 100644 index 0000000000..3abea55976 --- /dev/null +++ b/AppceleratorTitanium.gitignore @@ -0,0 +1,3 @@ +# Build folder and log file +build/ +build.log From 4ff163b0cf41393307d70887b91b56748bbec25d Mon Sep 17 00:00:00 2001 From: Matheus Date: Thu, 23 Aug 2012 15:40:36 -0300 Subject: [PATCH 0108/2185] add ignore "pip-delete-this-directory.txt" --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index d2d6f360b5..b0b43ea724 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ lib64 # Installer logs pip-log.txt +pip-delete-this-directory.txt # Unit test / coverage reports .coverage From f78c09ffd22421ba6de22975140934a07e2d9a48 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Fri, 24 Aug 2012 16:43:07 +1000 Subject: [PATCH 0109/2185] Manual merge to close #305 --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 20843f219c..f52813b677 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -11,3 +11,6 @@ # Compiled MEX binaries (all platforms) *.mex* + +# Simulink Code Generation +slprj/ From 54928f53d7d058f3b96a5a812e49184f2e9ee48b Mon Sep 17 00:00:00 2001 From: Ali Servet Donmez Date: Mon, 27 Aug 2012 12:38:11 +0200 Subject: [PATCH 0110/2185] Seems like this should go into OSX.gitignore instead. --- Global/OSX.gitignore | 3 ++- Objective-C.gitignore | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index f9516c09f3..ef10493ff6 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,5 +1,6 @@ .DS_Store -Icon +.LSOverride +Icon # Thumbnails ._* diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ed5ea9040d..9207892aa7 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,4 +15,3 @@ xcuserdata profile *.moved-aside DerivedData -.LSOverride From 392a91e792dbfcbf87fafa0dd0bc4c641771d12f Mon Sep 17 00:00:00 2001 From: Vasyl Liutikov Date: Mon, 27 Aug 2012 14:00:59 +0300 Subject: [PATCH 0111/2185] add *.hmap --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 89c499e451..ff37636bea 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -16,3 +16,4 @@ profile *.moved-aside DerivedData .idea/ +*.hmap From 74e12d9cb7cb1045f3ea4916a3cc1c4f98f7c33f Mon Sep 17 00:00:00 2001 From: Vasyl Liutikov Date: Mon, 27 Aug 2012 14:01:57 +0300 Subject: [PATCH 0112/2185] ignore all build directories in subdirectories --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ff37636bea..7697b30cde 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -build/ +*/build/* *.pbxuser !default.pbxuser *.mode1v3 From 33567b03747e6c6a2df01a903dce733a1ae205c3 Mon Sep 17 00:00:00 2001 From: Michael Metcalf Bishop Date: Fri, 31 Aug 2012 17:52:51 -0500 Subject: [PATCH 0113/2185] Added NotepadPP.gitignore for Notepad++ .bak extension for backup files --- Global/NotepadPP.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/NotepadPP.gitignore diff --git a/Global/NotepadPP.gitignore b/Global/NotepadPP.gitignore new file mode 100644 index 0000000000..9ec9df158b --- /dev/null +++ b/Global/NotepadPP.gitignore @@ -0,0 +1,2 @@ +# Notepad++ backups # +*.bak \ No newline at end of file From a5d6516f13097dc93cab4116bcc95ab7f03eca26 Mon Sep 17 00:00:00 2001 From: Nate Abele Date: Sat, 1 Sep 2012 19:10:36 -0300 Subject: [PATCH 0114/2185] The Lithium app should be the root repo folder --- Lithium.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lithium.gitignore b/Lithium.gitignore index e4e1532e43..7b22568ea8 100644 --- a/Lithium.gitignore +++ b/Lithium.gitignore @@ -1,2 +1,2 @@ -app/libraries/* -app/resources/tmp/* +libraries/* +resources/tmp/* From c1cac76c736201f5180484eebdcc9c7eb3a6c71b Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sun, 23 Sep 2012 14:31:30 -0700 Subject: [PATCH 0115/2185] Update README to detail best pull request style --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 45da9e3a42..66c163ad53 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ For more information on gitignore: [gitignore(5)][g5] [pr]: http://help.github.com/pull-requests/ [g5]: http://man.cx/gitignore +## Pull Requests + +Since this repo includes a large and diverse +number of programming languages, frameworks, editors, +and ecosystems, it's **very helpful** if you can provide +a link to information supporting your pull request. +Up-to-date, canonical documentation that mentions the files +to be ignored is best. + +This ensures we can efficiently go through pull requests +and keep quality high. + ## Global Ignores git has a global configuration that applies rules to all of From 5bb902ab460d4f474ebc5687840e932f1329fd48 Mon Sep 17 00:00:00 2001 From: Christian Boehlke Date: Sat, 29 Sep 2012 14:13:12 +0200 Subject: [PATCH 0116/2185] Add an extension to LaTeX.gitignore generated by listings: *.lol See: http://tex.stackexchange.com/a/17846 --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index c88e8b81cc..13a3377bf5 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -14,6 +14,7 @@ *.ind *.ist *.lof +*.lol *.log *.lot *.maf From e295e20fa2a31d0826a24d1009428788fc330b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Bernard=20Ratt=C3=A9?= Date: Sun, 30 Sep 2012 11:47:35 -0400 Subject: [PATCH 0117/2185] PyCharm IDE project specific files --- Global/PyCharm.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/PyCharm.gitignore diff --git a/Global/PyCharm.gitignore b/Global/PyCharm.gitignore new file mode 100644 index 0000000000..572728102b --- /dev/null +++ b/Global/PyCharm.gitignore @@ -0,0 +1,4 @@ +# PyCharm +# http://www.jetbrains.com/pycharm/webhelp/project.html +.idea +.iml From 187c9cd39900d78b01e7aad782ae71044818930d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Bernard=20Ratt=C3=A9?= Date: Sun, 30 Sep 2012 11:51:29 -0400 Subject: [PATCH 0118/2185] VritualEnv specific files generated automaticaly when a new Env is created --- Global/VirtualEnv.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Global/VirtualEnv.gitignore diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore new file mode 100644 index 0000000000..fb4f44eba4 --- /dev/null +++ b/Global/VirtualEnv.gitignore @@ -0,0 +1,7 @@ +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ss]cripts From 0bcb4f258c0696e7ac2246c16200b8e7fbc9015b Mon Sep 17 00:00:00 2001 From: Stanislaw Swierc Date: Mon, 1 Oct 2012 10:05:17 +0100 Subject: [PATCH 0119/2185] Added Windows Store app package directory --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 991208520a..bdc3535f74 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -85,6 +85,9 @@ packages csx *.build.csdef +# Windows Store app package directory +AppPackages/ + # Others [Bb]in [Oo]bj From 2671086d638aa2c51feb71100901c43d02be82aa Mon Sep 17 00:00:00 2001 From: "Jared Koumentis (ShepBook)" Date: Thu, 4 Oct 2012 20:30:20 -0400 Subject: [PATCH 0120/2185] attempting to merge https://github.com/github/gitignore/pull/310 --- Wordpress.gitignore | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index f40d4fd4df..ffc365243a 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -1,19 +1,14 @@ .htaccess -wp-*.php -xmlrpc.php -wp-admin/ -wp-includes/ +wp-config.php wp-content/uploads/ wp-content/blogs.dir/ -wp-content/upgrade/* -wp-content/backup-db/* +wp-content/upgrade/ +wp-content/backup-db/ wp-content/advanced-cache.php wp-content/wp-cache-config.php -wp-content/cache/* -wp-content/cache/supercache/* -wp-content/w3tc/* sitemap.xml -sitemap.xml.gz -readme.html -license.txt *.log +wp-content/cache/ +wp-content/backups/ +sitemap.xml +sitemap.xml.gz \ No newline at end of file From cdb12b37545c566f41787e067d11680458dad02c Mon Sep 17 00:00:00 2001 From: Robert Pitts Date: Thu, 11 Oct 2012 16:59:14 -0700 Subject: [PATCH 0121/2185] Update Leiningen.gitignore /targets/ should be ignored as well --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8c1b2189a..40fbb28912 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -2,4 +2,5 @@ pom.xml *jar /lib/ /classes/ +/targets/ .lein-deps-sum From cccee442fd3fc8f5f98a525eed2e37ad8c81c5ff Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Mon, 15 Oct 2012 14:01:08 -0500 Subject: [PATCH 0122/2185] Adding wp-config.php Back Into Version Control --- Wordpress.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index ffc365243a..3dbb0b35b7 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -1,5 +1,4 @@ .htaccess -wp-config.php wp-content/uploads/ wp-content/blogs.dir/ wp-content/upgrade/ From 0141c63f2bea70f4eb638c84daca6e754936181c Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Tue, 16 Oct 2012 00:44:38 +0300 Subject: [PATCH 0123/2185] Ignore *.loa generated by algorithm package to list algorithms --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b83..82f019b775 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -13,6 +13,7 @@ *.ilg *.ind *.ist +*.loa *.lof *.log *.lot From d3dba5beb988b73ba7fee299131cc7f0a9c3c6a3 Mon Sep 17 00:00:00 2001 From: Adrie den Hartog Date: Tue, 16 Oct 2012 16:21:31 +0300 Subject: [PATCH 0124/2185] Concrete5: Also ignore /tmp files Concrete5: Also ignore /tmp files --- Concrete5.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Concrete5.gitignore b/Concrete5.gitignore index 647a7614b0..cfe1cabd04 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,2 +1,3 @@ config/site.php files/cache/* +files/tmp/* \ No newline at end of file From 0fc164e94ee77c8e8b3ffe78e614bf7ce7699eb7 Mon Sep 17 00:00:00 2001 From: Jens Jahnke Date: Wed, 17 Oct 2012 12:05:58 +0200 Subject: [PATCH 0125/2185] Added gitignore file for Typo3. To make it easier to handle typo3 under git. There is a related entry at stackoverflow: http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git --- Typo3.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Typo3.gitignore diff --git a/Typo3.gitignore b/Typo3.gitignore new file mode 100644 index 0000000000..0ee23cbf9c --- /dev/null +++ b/Typo3.gitignore @@ -0,0 +1,18 @@ +## Typo3 +# Ignore serveral upload and file directories. +/fileadmin/user_upload/ +/fileadmin/_temp_/ +/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 +# Ignore system folders, you should have them symlinked. +# If not comment out the following two entries. +/typo3/ +/t3lib/ +# Ignore temp directory. +/typo3temp/ From 694eb80d7bcbf1d42d09151d71c62c69c3dcfa2e Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Fri, 26 Oct 2012 17:58:35 -0700 Subject: [PATCH 0126/2185] Add Dart language support --- Dart.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Dart.gitignore diff --git a/Dart.gitignore b/Dart.gitignore new file mode 100644 index 0000000000..46f5762805 --- /dev/null +++ b/Dart.gitignore @@ -0,0 +1,4 @@ +.DS_Store +packages +.project +pubspec.lock From c9397c586be3e252fd2a479b6e7b037c150aaff1 Mon Sep 17 00:00:00 2001 From: mwitek Date: Sun, 28 Oct 2012 20:49:30 -0400 Subject: [PATCH 0127/2185] added .rvmrc to the list of ignored extentions --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 54cb8bbbc8..7be93a18d5 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,6 +3,7 @@ .sass-cache capybara-*.html .rspec +.rvmrc /.bundle /vendor/bundle /log/* From a698a92747b9f0fe332b2136e17664cea3a2d634 Mon Sep 17 00:00:00 2001 From: Michael Minter Date: Tue, 30 Oct 2012 12:05:22 -0500 Subject: [PATCH 0128/2185] add .project files to .gitignore .project files come from Aptana Studio, a Rails IDE. --- Rails.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 54cb8bbbc8..d8b22bb2c0 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -13,4 +13,5 @@ capybara-*.html /spec/tmp/* **.orig rerun.txt -pickle-email-*.html \ No newline at end of file +pickle-email-*.html +.project \ No newline at end of file From 3df67a965101828dc87f6c0248030d7efe5d6252 Mon Sep 17 00:00:00 2001 From: Andrej Mihajlov Date: Thu, 8 Nov 2012 14:07:25 +0100 Subject: [PATCH 0129/2185] Update Node.gitignore --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index f356293eee..4d063b5c63 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -12,3 +12,4 @@ logs results npm-debug.log +node_modules \ No newline at end of file From 0d1ef635cc7e394ab60d44291cd629a1d2639124 Mon Sep 17 00:00:00 2001 From: Visgean Skeloru Date: Mon, 12 Nov 2012 17:54:20 +0100 Subject: [PATCH 0130/2185] Django is python Django should have same ignores as python because it is python --- Django.gitignore | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/Django.gitignore b/Django.gitignore index d9437c313b..3416fbb33f 100644 --- a/Django.gitignore +++ b/Django.gitignore @@ -1,4 +1,40 @@ +# Django stuff: *.log *.pot -*.pyc -local_settings.py + +# Python stuff: +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject \ No newline at end of file From 3c54c0d7aa915ab2c39c03ed70cefcce4d6054e4 Mon Sep 17 00:00:00 2001 From: zhaojunmeng Date: Wed, 14 Nov 2012 22:24:17 +0800 Subject: [PATCH 0131/2185] Add *~ to ignore vim temp file. --- Global/vim.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 5a2155bce2..8e9089f517 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,5 @@ .*.sw[a-z] *.un~ Session.vim -.netrwhist \ No newline at end of file +.netrwhist +*~ From b184145693fcc07d0f40cc47ce3a62c6b5879918 Mon Sep 17 00:00:00 2001 From: duncandee Date: Fri, 16 Nov 2012 09:06:57 +0200 Subject: [PATCH 0132/2185] Update Wordpress.gitignore Duplicate sitemap.xml --- Wordpress.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index ffc365243a..6ff1e08d0a 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -10,5 +10,4 @@ sitemap.xml *.log wp-content/cache/ wp-content/backups/ -sitemap.xml sitemap.xml.gz \ No newline at end of file From 60f6855ce9d31d11173441e75daa4e262ea102b4 Mon Sep 17 00:00:00 2001 From: Neil Kelty Date: Sat, 17 Nov 2012 12:12:19 -0500 Subject: [PATCH 0133/2185] Update nanoc.gitignore to include crash.log file --- nanoc.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nanoc.gitignore b/nanoc.gitignore index ddc964bc66..4a2728c0a3 100644 --- a/nanoc.gitignore +++ b/nanoc.gitignore @@ -5,3 +5,6 @@ output/ # Temporary file directory tmp/ + +# Crash Log +crash.log From b33818a4288ad18247dc777f3b155ec51fe23853 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 20 Nov 2012 11:02:21 +0000 Subject: [PATCH 0134/2185] Removed duplication of bin on obj folders These two lines look like a duplicate of what we already have at the top of the file and if we want to keep it should probably go under # Build results --- CSharp.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CSharp.gitignore b/CSharp.gitignore index bdc3535f74..9df045b607 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -89,8 +89,6 @@ csx AppPackages/ # Others -[Bb]in -[Oo]bj sql TestResults [Tt]est[Rr]esult* From 62ca79528e33b187fed975ebd876f63d070a2a45 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 20 Nov 2012 11:06:33 +0000 Subject: [PATCH 0135/2185] Ignore SASS cache Adds ignore for a sass cache used by Mindscape Web Workbench (generatings css from .scss files). --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9df045b607..2ff39fbff8 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -55,6 +55,9 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper* +# Mindbench SASS cache +.sass-cache/ + # NCrunch *.ncrunch* .*crunch*.local.xml From 74310b68b14aceaba10336a70f7fedc3b3728774 Mon Sep 17 00:00:00 2001 From: Lars Wilhelmsen Date: Thu, 22 Nov 2012 13:30:04 +0100 Subject: [PATCH 0136/2185] Added section for SQL Server files Ignore SQL Server Database and log files in App_Data. --- CSharp.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index bdc3535f74..389262bc1d 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -106,3 +106,7 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML + +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf From 044043f5590e8018d0f51e668bfd7fbac30b57f6 Mon Sep 17 00:00:00 2001 From: amalrik Date: Thu, 22 Nov 2012 21:33:12 -0200 Subject: [PATCH 0137/2185] change the line endings of Global/OSX from dos to unix format --- Global/OSX.gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index fb44efc6b1..cf8db5d98b 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,12 +1,12 @@ -.DS_Store -.AppleDouble -.LSOverride -Icon - - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes +.DS_Store +.AppleDouble +.LSOverride +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes From 1fbbb01eb3d040fa79c30e3b08ffccf78a43ee3f Mon Sep 17 00:00:00 2001 From: Greg Whitworth Date: Thu, 13 Dec 2012 10:07:44 -0900 Subject: [PATCH 0138/2185] Added config files that should not be placed into repos by default as they contain database information and URL's that will vary between local and other servers and can cause conflicts. --- ExpressionEngine.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ExpressionEngine.gitignore b/ExpressionEngine.gitignore index c56e7abcb6..b7d8527353 100644 --- a/ExpressionEngine.gitignore +++ b/ExpressionEngine.gitignore @@ -8,6 +8,10 @@ images/member_photos/ images/signature_attachments/ images/pm_attachments/ +# For security do not publish the following files +system/expressionengine/config/database.php +system/expressionengine/config/config.php + # Caches sized/ thumbs/ From 3ce543bc4d181b62906112f1d84b5531e81e87e7 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Mon, 17 Dec 2012 11:21:18 -0800 Subject: [PATCH 0139/2185] Adding an MIT license Want to make it clear that anybody can use these files in any way they need to. --- LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..0f05796d15 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2012 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. From aec35399986a290636040a0875771dbccbe08d26 Mon Sep 17 00:00:00 2001 From: Joshua Hou Date: Wed, 18 Apr 2012 18:42:13 -0700 Subject: [PATCH 0140/2185] add intellij files to Android.gitignore --- Android.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index cd49c694c9..87a44e0e81 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -20,4 +20,11 @@ local.properties .project # Proguard folder generated by Eclipse -proguard/ \ No newline at end of file +proguard/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ + From ec5009e954d78b23dfa52e80e26c8dd25822b9e4 Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 19 Dec 2012 15:28:41 -0800 Subject: [PATCH 0141/2185] Move VisualStudio file from Global to main list --- Global/VisualStudio.gitignore => VisualStudio.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/VisualStudio.gitignore => VisualStudio.gitignore (100%) diff --git a/Global/VisualStudio.gitignore b/VisualStudio.gitignore similarity index 100% rename from Global/VisualStudio.gitignore rename to VisualStudio.gitignore From 947f5d13abd1e35a2ce103e7add12417f4f27b53 Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 19 Dec 2012 15:46:33 -0800 Subject: [PATCH 0142/2185] Merge missing CSharp/VB settinsg into VisualStudio The VisualStudio gitignore file was missing a few useful settings contained in the CSharp and VB.NET gitignore files. --- VisualStudio.gitignore | 47 +++++++++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9d4784c80c..47e8c38ae0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -8,13 +8,15 @@ # Build results -[Dd]ebug*/ +[Dd]ebug/ [Rr]elease/ - +x64/ build/ +[Bb]in/ +[Oo]bj/ - -[Tt]est[Rr]esult +# MSTest test Results +[Tt]est[Rr]esults/ [Bb]uild[Ll]og.* *_i.c @@ -32,14 +34,14 @@ build/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds - *.pidb - *.log *.scc + # Visual C++ cache files ipch/ *.aps @@ -50,6 +52,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState @@ -82,9 +85,18 @@ publish # Publish Web Output *.Publish.xml +# NuGet Packages Directory +## TODO: If you have NuGet Package Restore enabled, uncomment the next line +#packages/ + +# Windows Azure Build Output +csx +*.build.csdef + +# Windows Store app package directory +AppPackages/ + # Others -[Bb]in -[Oo]bj sql TestResults [Tt]est[Rr]esult* @@ -104,5 +116,20 @@ _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML -# NuGet -packages/ +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf + +# ========================= +# Windows detritus +# ========================= + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ From f06c0504ac984ee44ddc820c609a4e9490ec7d19 Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 19 Dec 2012 15:49:20 -0800 Subject: [PATCH 0143/2185] Remove CSharp and VB.NET ignore files These files were redundant. They had almost exactly the same settings. They are being replaced by the VisualStudio file. --- CSharp.gitignore | 113 ----------------------------------------------- VB.Net.gitignore | 99 ----------------------------------------- 2 files changed, 212 deletions(-) delete mode 100644 CSharp.gitignore delete mode 100644 VB.Net.gitignore diff --git a/CSharp.gitignore b/CSharp.gitignore deleted file mode 100644 index d82323e232..0000000000 --- a/CSharp.gitignore +++ /dev/null @@ -1,113 +0,0 @@ -# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) -[Bb]in/ -[Oo]bj/ - -# mstest test results -TestResults - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ -x64/ -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.log -*.vspscc -*.vssscc -.builds - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper* - -# Mindbench SASS cache -.sass-cache/ - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Publish Web Output -*.Publish.xml - -# NuGet Packages Directory -packages - -# Windows Azure Build Output -csx -*.build.csdef - -# Windows Store app package directory -AppPackages/ - -# Others -sql -TestResults -[Tt]est[Rr]esult* -*.Cache -ClientBin -[Ss]tyle[Cc]op.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML - -# SQL Server files -App_Data/*.mdf -App_Data/*.ldf diff --git a/VB.Net.gitignore b/VB.Net.gitignore deleted file mode 100644 index a5d3ad35ed..0000000000 --- a/VB.Net.gitignore +++ /dev/null @@ -1,99 +0,0 @@ -# Build and Object Folders -bin/ -obj/ - -#User Specific Files -*.user -*.suo - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ -x64/ -*_i.c -*_p.c -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.log -*.vspscc -*.vssscc -.builds - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper* - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Publish Web Output -*.Publish.xml - -# Others -[Bb]in -[Oo]bj -sql -TestResults -[Tt]est[Rr]esult* -*.Cache -ClientBin -[Ss]tyle[Cc]op.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML \ No newline at end of file From f4511ad9b62a7d4f56d30ee2f4fb8890d8932fc2 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Sat, 22 Dec 2012 22:49:43 -0800 Subject: [PATCH 0144/2185] add a CONTRIBUTING.md file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add a CONTRIBUTING.md file, copied verbatim from the "Pull Requests" section in README.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..918dd5e36b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Since this repo includes a large and diverse number of programming languages, frameworks, editors, and ecosystems, it's *very helpful* if you can provide a link to information supporting your pull request. Up-to-date, canonical documentation that mentions the files to be ignored is best. + +This ensures we can efficiently go through pull requests and keep quality high. From c1b030ddb11d1b410eebe5016779232d705d44e7 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Mon, 7 Jan 2013 21:17:00 -0800 Subject: [PATCH 0145/2185] tighten up perl ignores - these files should only exist in the repository root --- Perl.gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Perl.gitignore b/Perl.gitignore index c15b52a992..9128dc7946 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -1,5 +1,5 @@ -blib/ -.build/ +/blib/ +/.build/ _build/ cover_db/ inc/ @@ -7,10 +7,10 @@ Build !Build/ Build.bat .last_cover_stats -Makefile -Makefile.old -MANIFEST.bak -META.yml -MYMETA.yml +/Makefile +/Makefile.old +/MANIFEST.bak +/META.yml +/MYMETA.yml nytprof.out -pm_to_blib +/pm_to_blib From 97e343570e7c30cc3ef265f501115b1e472a7fec Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Mon, 7 Jan 2013 21:18:27 -0800 Subject: [PATCH 0146/2185] ignore more perl outputs - metaspec v2.0 now creates json files - some artifacts of XS builds --- Perl.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index 9128dc7946..eaca02ed3b 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -11,6 +11,9 @@ Build.bat /Makefile.old /MANIFEST.bak /META.yml -/MYMETA.yml +/META.json +/MYMETA.* nytprof.out /pm_to_blib +*.o +*.bs From 6e9d58f5145474d58de43df6177b5978d860f9c5 Mon Sep 17 00:00:00 2001 From: Simon Schick Date: Wed, 9 Jan 2013 13:25:51 +0100 Subject: [PATCH 0147/2185] Update Typo3.gitignore - ignore symlinks, not directories for core-files --- Typo3.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 0ee23cbf9c..16bec1a285 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -12,7 +12,7 @@ /typo3conf/localconf_local.php # Ignore system folders, you should have them symlinked. # If not comment out the following two entries. -/typo3/ -/t3lib/ +/typo3 +/t3lib # Ignore temp directory. /typo3temp/ From 361027493692b1ce646922dce738e0f5b98b25f0 Mon Sep 17 00:00:00 2001 From: Simon Schick Date: Wed, 9 Jan 2013 13:37:51 +0100 Subject: [PATCH 0148/2185] Update Typo3.gitignore - added version number as TYPO3 CMS v6 needs different .gitignore file --- Typo3.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 16bec1a285..d1593b1655 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -1,4 +1,4 @@ -## Typo3 +## TYPO3 v4 # Ignore serveral upload and file directories. /fileadmin/user_upload/ /fileadmin/_temp_/ From 32cba5a6d7332c851d0339d6fdd05fd18978b97d Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 10 Jan 2013 20:16:36 +0400 Subject: [PATCH 0149/2185] Add wild-card suffix for Makefile With "CONFIG=debug_and_release" qmake generates both Makefile.Debug and Makefile.Release. And I assume it is useful to have all types Makefiles ignored. Signed-off-by: Alexey Brodkin --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index 16b4ee5878..79f807d9bf 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -16,5 +16,5 @@ *.pro.user.* moc_*.cpp qrc_*.cpp -Makefile +Makefile* *-build-* From f1d654c1b5135aef2339c1533eeaa32d618aa0a0 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Thu, 10 Jan 2013 20:18:50 +0400 Subject: [PATCH 0150/2185] Add "ui_*.h" pattern to block auto-generated headers moc automatically generates "ui_*.h" files for each *.ui file. Since they are auto-generated I assume they should be ignored. Signed-off-by: Alexey Brodkin --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 79f807d9bf..fd2c573c76 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -16,5 +16,6 @@ *.pro.user.* moc_*.cpp qrc_*.cpp +ui_*.h Makefile* *-build-* From 407664cbb5c69f8719cb7f4a7c75461c8f5607bd Mon Sep 17 00:00:00 2001 From: Mani Date: Sun, 13 Jan 2013 10:33:20 +0530 Subject: [PATCH 0151/2185] Added changes for Yii framework See http://www.yiiframework.com/wiki/307/startin-your-yii-project-reference-guide-with-git-vcs-in-linux/#hh6 --- Yii.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Yii.gitignore b/Yii.gitignore index 45a9a9314f..834eb17c2e 100644 --- a/Yii.gitignore +++ b/Yii.gitignore @@ -1,3 +1,6 @@ -assets/ -protected/runtime/ +assets/* +!assets/.gitignore +protected/runtime/* +!protected/runtime/.gitignore +protected/data/*.db themes/classic/views/ \ No newline at end of file From 6c95cdd9b9ba695185b6cd8af767ff12338b31ec Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sun, 13 Jan 2013 17:41:18 +0100 Subject: [PATCH 0152/2185] Removed comment. --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 869a3cf095..13fe292724 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -17,8 +17,6 @@ develop-eggs .installed.cfg lib lib64 - -# The new '__pycache__' in Python 3 __pycache__ # Installer logs From 9d8b60e91d53f81ee0e924413a1419557bf0cb4e Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@gmail.com> Date: Mon, 14 Jan 2013 15:01:00 +0600 Subject: [PATCH 0153/2185] Erlang.gitignore erlang.crash.dump added --- Erlang.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index b89b9a284b..0c20ff0d12 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -2,4 +2,5 @@ deps *.o *.beam -*.plt \ No newline at end of file +*.plt +erl_crash.dump From e54e1b752be884da98f05ab970ae26c9775f8b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Tue, 15 Jan 2013 11:33:57 +0100 Subject: [PATCH 0154/2185] [Objective-C] No longer ignore `xcworkspace` documents. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workspaces are real documents that can be opened, just like `xcodeproj` documents. These documents are also generated/used by CocoaPods to configure a project’s dependencies. For these reasons, there does not seem a good reason to ignore these any longer. --- Objective-C.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7697b30cde..31e6fd9aaf 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -9,8 +9,6 @@ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -*.xcworkspace -!default.xcworkspace xcuserdata profile *.moved-aside From 5fe13b7e6f89be9d064a0af6c4f1a4efc32930fd Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 19 Jan 2013 17:02:34 +1100 Subject: [PATCH 0155/2185] Added Bricx Command Center gitignore --- BricxCC.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 BricxCC.gitignore diff --git a/BricxCC.gitignore b/BricxCC.gitignore new file mode 100644 index 0000000000..9a2fdfae05 --- /dev/null +++ b/BricxCC.gitignore @@ -0,0 +1,2 @@ +*.bak +*.sym \ No newline at end of file From ac43133993d8d39bbe3a7cfa8db1942993bcb763 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 19 Jan 2013 17:03:03 +1100 Subject: [PATCH 0156/2185] Removed Wordpress.gitignore for renaming --- Wordpress.gitignore | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Wordpress.gitignore diff --git a/Wordpress.gitignore b/Wordpress.gitignore deleted file mode 100644 index 6ff1e08d0a..0000000000 --- a/Wordpress.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -.htaccess -wp-config.php -wp-content/uploads/ -wp-content/blogs.dir/ -wp-content/upgrade/ -wp-content/backup-db/ -wp-content/advanced-cache.php -wp-content/wp-cache-config.php -sitemap.xml -*.log -wp-content/cache/ -wp-content/backups/ -sitemap.xml.gz \ No newline at end of file From ef9e85b4780de3d69911076fe57449093e9186a7 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 19 Jan 2013 17:03:36 +1100 Subject: [PATCH 0157/2185] Renamed Wordpress.gitignore to WordPress.gitignore WordPress should *always* have a capital P! --- WordPress.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WordPress.gitignore diff --git a/WordPress.gitignore b/WordPress.gitignore new file mode 100644 index 0000000000..6ff1e08d0a --- /dev/null +++ b/WordPress.gitignore @@ -0,0 +1,13 @@ +.htaccess +wp-config.php +wp-content/uploads/ +wp-content/blogs.dir/ +wp-content/upgrade/ +wp-content/backup-db/ +wp-content/advanced-cache.php +wp-content/wp-cache-config.php +sitemap.xml +*.log +wp-content/cache/ +wp-content/backups/ +sitemap.xml.gz \ No newline at end of file From c6bcfb1bd4342446879aacba8e8d04972c1a2f87 Mon Sep 17 00:00:00 2001 From: andy bristol Date: Mon, 21 Jan 2013 20:10:16 -0500 Subject: [PATCH 0158/2185] Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326 --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 5a2155bce2..4ac7c20237 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -.*.sw[a-z] +.*.s[a-w][a-z] *.un~ Session.vim .netrwhist \ No newline at end of file From 79a7a1d9c5c1c389a6eb1de2411c1c2c1ba755d2 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Tue, 22 Jan 2013 10:30:18 -0800 Subject: [PATCH 0159/2185] Ignore .pfx files such as Windows Store Key --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 47e8c38ae0..9088e6b2aa 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -105,8 +105,8 @@ ClientBin [Ss]tyle[Cc]op.* ~$* *.dbmdl - *.[Pp]ublish.xml +*.pfx Generated_Code #added for RIA/Silverlight projects From f5d67199f7c58f9f10af46b05869eb973661deae Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Tue, 22 Jan 2013 10:35:42 -0800 Subject: [PATCH 0160/2185] Ignore crap from Macs Cross platform .NET Dev FTW! --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9088e6b2aa..07c4255dc6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -133,3 +133,6 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ + +# Mac crap +.DS_Store From 77ef0922f2ec4fca7bda3cd7630455e8b9c1bb1e Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Jan 2013 12:33:24 -0700 Subject: [PATCH 0161/2185] Update VisualStudio.gitignore New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 07c4255dc6..c9dfad6cc4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -84,6 +84,7 @@ publish # Publish Web Output *.Publish.xml +*.pubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line From e12c304ebd9d72d3bf168d56cf6de813b934f13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20D=C3=B6bler?= Date: Sat, 19 Jan 2013 17:25:10 +0100 Subject: [PATCH 0162/2185] VisualStudio: Ignore update log HTML file VS2012 creates UpdateLog2.htm - not needed in git repository --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 07c4255dc6..f6162967dc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -115,6 +115,7 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML +UpgradeLog*.htm # SQL Server files App_Data/*.mdf From 2ed26ea654df110f66d9d2740e67287054712c5f Mon Sep 17 00:00:00 2001 From: sgm Date: Wed, 9 Jan 2013 21:35:20 +0900 Subject: [PATCH 0163/2185] VisualStudio: Ignore *.tmp_proj This might be created temporarily during a build. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f6162967dc..5fa5bfd5b9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -34,6 +34,7 @@ build/ *.tli *.tlh *.tmp +*.tmp_proj *.log *.vspscc *.vssscc From ed056fdb8e8dc799cbc03f6a5f90b0bdbf20d416 Mon Sep 17 00:00:00 2001 From: neogic Date: Tue, 11 Dec 2012 02:28:04 +0000 Subject: [PATCH 0164/2185] VisualStudio: Remove dupes, add trailing slashes, etc. Add trailing slashes to folders, RS rule comment, remove dupes. --- VisualStudio.gitignore | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5fa5bfd5b9..786f3b3fae 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -16,7 +16,7 @@ build/ [Oo]bj/ # MSTest test Results -[Tt]est[Rr]esults/ +[Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* *_i.c @@ -60,7 +60,7 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper*/ - +# Some recommend against the RS rule below - excludes useful info? *.[Rr]e[Ss]harper # NCrunch @@ -68,7 +68,7 @@ _ReSharper*/ .*crunch*.local.xml # Installshield output folder -[Ee]xpress +[Ee]xpress/ # DocProject is a documentation generator add-in DocProject/buildhelp/ @@ -81,7 +81,7 @@ DocProject/Help/Html2 DocProject/Help/html # Click-Once directory -publish +publish/ # Publish Web Output *.Publish.xml @@ -98,18 +98,17 @@ csx AppPackages/ # Others -sql -TestResults -[Tt]est[Rr]esult* +sql/ *.Cache -ClientBin +ClientBin/ [Ss]tyle[Cc]op.* ~$* *.dbmdl *.[Pp]ublish.xml *.pfx -Generated_Code #added for RIA/Silverlight projects +# RIA/Silverlight projects +Generated_Code/ # Backup & report files from converting an old project file to a newer # Visual Studio version. Backup files are not needed, because we have git ;-) From 78b77feb29cb0e8e5b3e984743f6f4855961006b Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sat, 11 Aug 2012 15:33:32 -0700 Subject: [PATCH 0165/2185] VisualStudio: Ignore vi's *~ temp files --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 786f3b3fae..4ccc1cb60a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -103,6 +103,7 @@ sql/ ClientBin/ [Ss]tyle[Cc]op.* ~$* +*~ *.dbmdl *.[Pp]ublish.xml *.pfx From 5f950e0aeccbdb3450114587047c653bf53150bd Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Wed, 15 Aug 2012 10:54:17 +0300 Subject: [PATCH 0166/2185] VisualStudio: Include the packages/repositories.config file. I agree to ignore the NuGet packages folder, but I really think you should check in the repositories.config so NuGet PackageRestore can do it's magic when someone pulls the code and tries to build it... --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4ccc1cb60a..70537cc65a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -89,6 +89,7 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ +!packages/repositories.config # Windows Azure Build Output csx From 5684f73b9844eba53642c41b3e742e4d13960e24 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 19 Apr 2012 11:17:30 +0200 Subject: [PATCH 0167/2185] VisualStudio: ignore .dotcover files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 70537cc65a..81c058f335 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -63,6 +63,9 @@ _ReSharper*/ # Some recommend against the RS rule below - excludes useful info? *.[Rr]e[Ss]harper +# DotCover is a Code Coverage Tool +*.dotCover + # NCrunch *.ncrunch* .*crunch*.local.xml From cf4bb0cf464b1fb7b2dee93ec8f2f5d2aa88193c Mon Sep 17 00:00:00 2001 From: Haacked Date: Tue, 22 Jan 2013 11:51:46 -0800 Subject: [PATCH 0168/2185] Remove inclusion of repositories.config If you use package restore, you actually don't want this file included. It's not needed. It's only needed if you version packages. AKA, you only need this file if you are not ignoring the "packages" folder. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 81c058f335..0eed40d759 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -92,7 +92,6 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ -!packages/repositories.config # Windows Azure Build Output csx From 8f47a43cee3ca215361f797583b663eb61143b1a Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Mon, 10 Sep 2012 06:49:43 -0700 Subject: [PATCH 0169/2185] Update Global/VisualStudio.gitignore Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0eed40d759..42b2c115d7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -49,6 +49,7 @@ ipch/ *.ncb *.opensdf *.sdf +*.cachefile # Visual Studio profiler *.psess From cb8a50ae284b84439ca2885ab2faf03b17097ee9 Mon Sep 17 00:00:00 2001 From: Snakiej Date: Fri, 19 Oct 2012 15:32:36 +0300 Subject: [PATCH 0170/2185] VisualStudio: Add TeamCity exclusion Exclude folders created by the TeamCity VS plugin. --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 15db880562..5fcf35fc82 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -61,9 +61,11 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper*/ -# Some recommend against the RS rule below - excludes useful info? *.[Rr]e[Ss]harper +# TeamCity is a build add-in +_TeamCity* + # DotCover is a Code Coverage Tool *.dotCover From ab68187ab99063aa48610ddefafb849c657b6c93 Mon Sep 17 00:00:00 2001 From: Yuanxuan Wang Date: Thu, 24 Jan 2013 16:47:17 +0800 Subject: [PATCH 0171/2185] Ignore Rails directories instead of their files --- Rails.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index bf692e1534..9fcfcdec51 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -6,12 +6,12 @@ capybara-*.html .rvmrc /.bundle /vendor/bundle -/log/* -/tmp/* +/log +/tmp /db/*.sqlite3 -/public/system/* +/public/system /coverage/ -/spec/tmp/* +/spec/tmp **.orig rerun.txt pickle-email-*.html From a6dd83c18d0beb8e36c091fd33b64ca45a3a0f3a Mon Sep 17 00:00:00 2001 From: Scott Hanselman Date: Thu, 24 Jan 2013 12:24:17 -0800 Subject: [PATCH 0172/2185] Updated to exclude *.publishsettings Updated to exclude *.publishsettings --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5fcf35fc82..99456160bf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -114,6 +114,7 @@ ClientBin/ *.dbmdl *.[Pp]ublish.xml *.pfx +*.publishsettings # RIA/Silverlight projects Generated_Code/ From 69c77aadd1a350c19d4ad69bb04fc75c2432b840 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 25 Jan 2013 13:35:41 -0600 Subject: [PATCH 0173/2185] Add $tf folder to VisualStudio.gitignore TFS 2012 creates a $tf folder for local workspaces --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..8dbff00b8e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -56,6 +56,9 @@ ipch/ *.vsp *.vspx +# TFS 2012 Local Workspace +$tf/ + # Guidance Automation Toolkit *.gpState From b838118689c9bb8337987021851c68d223bd2b2f Mon Sep 17 00:00:00 2001 From: Thomas Einwaller Date: Tue, 29 Jan 2013 14:18:02 +0100 Subject: [PATCH 0174/2185] Gradle build system ignore --- Gradle.gignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Gradle.gignore diff --git a/Gradle.gignore b/Gradle.gignore new file mode 100644 index 0000000000..7f6823bcc0 --- /dev/null +++ b/Gradle.gignore @@ -0,0 +1,2 @@ +.gradle +build/ From 2183a6c531d7085e2d6f26cb59cc1a25f4b21c18 Mon Sep 17 00:00:00 2001 From: hallco978 Date: Tue, 29 Jan 2013 22:47:17 +0000 Subject: [PATCH 0175/2185] Update VisualStudio.gitignore Added exclusions for mightymoose testing plugin www.continuoustests.com --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..c3d72a73dc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -73,6 +73,10 @@ _TeamCity* *.ncrunch* .*crunch*.local.xml +# MightyMoose +*.mm.* +AutoTest.Net/ + # Installshield output folder [Ee]xpress/ From 14b2e56833648717fd38dec6ea80ce59d79e600a Mon Sep 17 00:00:00 2001 From: Thomas Einwaller Date: Fri, 1 Feb 2013 13:25:01 +0100 Subject: [PATCH 0176/2185] fixed type in filename --- Gradle.gignore => Gradle.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Gradle.gignore => Gradle.gitignore (100%) diff --git a/Gradle.gignore b/Gradle.gitignore similarity index 100% rename from Gradle.gignore rename to Gradle.gitignore From 39d25ad962325adb364e4f467a8b9dc16f48e0e6 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Sun, 17 Feb 2013 21:28:52 -0800 Subject: [PATCH 0177/2185] Add Cloud9 gitignore --- Global/Cloud9.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Cloud9.gitignore diff --git a/Global/Cloud9.gitignore b/Global/Cloud9.gitignore new file mode 100644 index 0000000000..b9f8a369f6 --- /dev/null +++ b/Global/Cloud9.gitignore @@ -0,0 +1,2 @@ +# Cloud9 IDE - http://c9.io +.c9revisions From 7c8d67051b133a7b36e76c899b51b2ec7edc22e3 Mon Sep 17 00:00:00 2001 From: fibo Date: Thu, 21 Feb 2013 18:10:24 +0100 Subject: [PATCH 0178/2185] added VVVV gitignore file --- VVVV.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 VVVV.gitignore diff --git a/VVVV.gitignore b/VVVV.gitignore new file mode 100644 index 0000000000..41c2ce5040 --- /dev/null +++ b/VVVV.gitignore @@ -0,0 +1,2 @@ +*~.xml +*/bin/ From 854654057fbb7659a799450a7917f14c0cb0ac61 Mon Sep 17 00:00:00 2001 From: fibo Date: Thu, 21 Feb 2013 18:22:43 +0100 Subject: [PATCH 0179/2185] added comments --- VVVV.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/VVVV.gitignore b/VVVV.gitignore index 41c2ce5040..55a6a4b7c0 100644 --- a/VVVV.gitignore +++ b/VVVV.gitignore @@ -1,2 +1,7 @@ + +# .v4p backup files *~.xml -*/bin/ + +# Dynamic plugins .dll +bin/ + From da6354d54e0f622519075b0b480512dad246af1c Mon Sep 17 00:00:00 2001 From: David Daniel Date: Mon, 25 Feb 2013 20:36:52 +0100 Subject: [PATCH 0180/2185] Add stamp-h1 to ignored files The file stamp-h1 only contains a timestamp for config.h - actually the files timestamp itself serves with this information. Therefore it actually cannot be of interest not to ignore it. --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index fc5e847d8b..053ff52ff3 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -11,3 +11,4 @@ Makefile.in /depcomp /install-sh /missing +/stamp-h1 From 9c1c48d04bda96def27e6ef81f66dace88fc2ee7 Mon Sep 17 00:00:00 2001 From: "CONSULT-ALTIUS\\k_s" Date: Tue, 26 Feb 2013 23:23:49 +0000 Subject: [PATCH 0181/2185] VisualStudio: Add Business Intelligence projects --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..45df55e4de 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -130,6 +130,11 @@ UpgradeLog*.htm App_Data/*.mdf App_Data/*.ldf +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + # ========================= # Windows detritus # ========================= From aafb20d9e71443324a4fb73e81051b9821c09b4a Mon Sep 17 00:00:00 2001 From: Alain Folletete Date: Fri, 1 Mar 2013 23:51:52 +0100 Subject: [PATCH 0182/2185] Add Prestashop gitignore file --- Prestashop.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Prestashop.gitignore diff --git a/Prestashop.gitignore b/Prestashop.gitignore new file mode 100644 index 0000000000..e957df9484 --- /dev/null +++ b/Prestashop.gitignore @@ -0,0 +1,29 @@ +# 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 + +config/xml/*.xml +config/settings.inc.php + +log/*.log + +img/* +!img/index.php +!img/*/index.php + +tools/smarty*/cache/*.php +!tools/smarty*/cache/index.php +tools/smarty*/compile/*.php +!tools/smarty*/compile/index.php + +themes/default/cache/*.js +themes/default/cache/*.css + +# Ignore files on root directory +robots.txt +sitemap.xml \ No newline at end of file From acce99efeed28e57bab6a740bf30ac6b47202731 Mon Sep 17 00:00:00 2001 From: Nysa Date: Wed, 6 Mar 2013 11:02:36 -0600 Subject: [PATCH 0183/2185] Ignore Vim untitled and unsaved buffer swapfiles Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved. --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 51514eb271..eadcec7a9e 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -.*.s[a-w][a-z] +*.s[a-w][a-z] *.un~ Session.vim .netrwhist From 0b0b6745632c4cb3c2384082cb112638c2d6f9bb Mon Sep 17 00:00:00 2001 From: Vicente Plata Date: Wed, 13 Mar 2013 01:12:33 -0700 Subject: [PATCH 0184/2185] Ignoring "bld" directory Store apps (or at least the Javascript ones) build to a "bld" directory. Although "debug" and "release" are ignored, any custom build Configuration (created through configuration manager) will be added, unless we ignore the whole bld dir. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..adc37e04b9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -12,6 +12,7 @@ [Rr]elease/ x64/ build/ +bld/ [Bb]in/ [Oo]bj/ From b02ddf29fd83e27887d0d5e29560b2d5d6d56388 Mon Sep 17 00:00:00 2001 From: zafarella-Linux Date: Thu, 14 Mar 2013 21:27:07 +0100 Subject: [PATCH 0185/2185] -- added ignorance of temprorarely release properties files --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index 2f7896d1d1..6ca4036fc3 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -1 +1,2 @@ target/ + *.releaseBackup From a860132221f37bf71411fcedec7b4bcf09fee668 Mon Sep 17 00:00:00 2001 From: simonbuehler Date: Fri, 15 Mar 2013 16:59:40 +0100 Subject: [PATCH 0186/2185] Update VisualStudio.gitignore Added DebugPublic of Matrox DSK --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..244e0b45c0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -9,6 +9,7 @@ # Build results [Dd]ebug/ +[Dd]ebugPublic/ [Rr]elease/ x64/ build/ From 2d8461d42c104bf8e62af9034916353a52ef2ad7 Mon Sep 17 00:00:00 2001 From: Mark Gardner Date: Tue, 19 Mar 2013 16:17:11 -0400 Subject: [PATCH 0187/2185] actually ignore compiled elisp with pattern --- Global/Emacs.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 8c99610665..c2205c0641 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -2,7 +2,7 @@ \#*\# /.emacs.desktop /.emacs.desktop.lock -.elc +*.elc auto-save-list tramp .\#* From cd5b0112a4a9f5b701c8f08724988ff639f6f1cf Mon Sep 17 00:00:00 2001 From: Mark Gardner Date: Tue, 19 Mar 2013 16:43:04 -0400 Subject: [PATCH 0188/2185] Emacs gitignore gitignore mode because recursion --- Global/Emacs.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index c2205c0641..7d3aad7ffb 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -1,3 +1,4 @@ +# -*- mode: gitignore; -*- *~ \#*\# /.emacs.desktop From 14cebd60c54f1394e6642cca7ff8c2aceb9d3c83 Mon Sep 17 00:00:00 2001 From: TomLiu Date: Mon, 25 Mar 2013 00:37:40 +0800 Subject: [PATCH 0189/2185] add media/catalog/product/cache/ to magento ignore --- Magento.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index 52e8bb2576..c87215ed01 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -82,6 +82,8 @@ media/downloadable/ media/.htaccess media/import/ media/xmlconnect/ +media/catalog/product/cache/ + nbproject/ pear pear/ From ff345b0fac0b05c404b9dfaffc59c1a58bbcd233 Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 2 Apr 2013 13:59:05 -0700 Subject: [PATCH 0190/2185] adding ignore for Telerik JustCode files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..76e8c6fb8e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -63,6 +63,9 @@ ipch/ _ReSharper*/ *.[Rr]e[Ss]harper +# JustCode is a .NET coding addin-in +.JustCode + # TeamCity is a build add-in _TeamCity* From 2ee0c56f17f221150b14165cbbc9abe96bce682e Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Wed, 10 Apr 2013 21:24:28 -0500 Subject: [PATCH 0191/2185] Ignore user-specific ReSharper settings --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..152f9d0057 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -62,6 +62,7 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper +*.DotSettings.user # TeamCity is a build add-in _TeamCity* From f41aaad6f9e8eaad13b59d23d5bdfe6e724e0b86 Mon Sep 17 00:00:00 2001 From: Kristen Date: Thu, 11 Apr 2013 22:46:03 +0100 Subject: [PATCH 0192/2185] Added nunit result and state file --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..343acb29ab 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -19,6 +19,10 @@ build/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +#NUNIT +*.VisualState.xml +TestResult.xml + *_i.c *_p.c *.ilk From 143f7bc97ff8577eda6e9fe6bbeba5f54a288f79 Mon Sep 17 00:00:00 2001 From: Erran Carey Date: Fri, 12 Apr 2013 01:23:09 -0500 Subject: [PATCH 0193/2185] Update RubyMotion.gitignore --- RubyMotion.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore index ef5d7194ce..e6b56b0df5 100644 --- a/RubyMotion.gitignore +++ b/RubyMotion.gitignore @@ -2,7 +2,7 @@ build tags -# common annoyance editors +# Editor files .DS_Store nbproject .redcar @@ -10,4 +10,10 @@ nbproject *.swo ~ .eprj +vendor/Pods +*.nib +# YARD artifacts +.yardoc +_yardoc +doc/ From 0314124986763c6260305c0af52ce51831bf8bd0 Mon Sep 17 00:00:00 2001 From: Erran Carey Date: Fri, 12 Apr 2013 01:26:02 -0500 Subject: [PATCH 0194/2185] Ignore those pesky .dat* files --- RubyMotion.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore index e6b56b0df5..7e39517988 100644 --- a/RubyMotion.gitignore +++ b/RubyMotion.gitignore @@ -1,5 +1,6 @@ +.dat* .repl_history -build +build/ tags # Editor files From 9428df834f107815caab2598ec8bfcc980347a6a Mon Sep 17 00:00:00 2001 From: Ray Shan Date: Sat, 13 Apr 2013 23:46:22 -0500 Subject: [PATCH 0195/2185] Comment for .py[cod] files Commenting the only ignore that isn't commented. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ded6067880..9ab94bd9d3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,3 +1,4 @@ +# Byte-compiled / optimized / DLL files *.py[cod] # C extensions From 00db51bba6cd155e19124b0941eec6f617872859 Mon Sep 17 00:00:00 2001 From: Sean Brewer Date: Sun, 21 Apr 2013 02:48:48 -0300 Subject: [PATCH 0196/2185] Ignore Leiningen REPL history If you open an REPL within your project with `lein repl`, your REPL history gets saved in .lein-repl-history. This file does not need to be committed to a repository --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 40fbb28912..62e8546680 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -4,3 +4,4 @@ pom.xml /classes/ /targets/ .lein-deps-sum +.lein-repl-history From f62c01b155bf12d5d5e8b4d7172562d1dab3c722 Mon Sep 17 00:00:00 2001 From: Finn Johnsen Date: Mon, 22 Apr 2013 10:53:25 +0300 Subject: [PATCH 0197/2185] removed implicit ignore /web-app/WEB-INF is already ignored, no need to specify sub-directories --- Grails.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Grails.gitignore b/Grails.gitignore index 96f72ec855..dd4ee2f71f 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -34,7 +34,6 @@ # older plugin install locations /plugins /web-app/plugins -/web-app/WEB-INF/classes # "temporary" build files /target From 40dc966e271d46660d948be4be4075ee68863cf8 Mon Sep 17 00:00:00 2001 From: Andrzej Borucki Date: Wed, 24 Apr 2013 20:51:16 +0300 Subject: [PATCH 0198/2185] File are for example parse.~pas *.~*~ not match backup files --- Delphi.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 38b6bd0c8f..7f331f158f 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,5 +1,5 @@ *.dcu -*.~*~ +*.~* *.local *.identcache __history @@ -7,4 +7,4 @@ __history *.map *.exe *.dll -bin/* \ No newline at end of file +bin/* From 5e49936959761c28f52c479a8de42624cf53889f Mon Sep 17 00:00:00 2001 From: Ian Carrico Date: Fri, 26 Apr 2013 16:06:04 -0500 Subject: [PATCH 0199/2185] Move .htaccess to its place under core files, not text files --- Drupal.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 73677d291f..70ad567618 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -8,7 +8,6 @@ sites/*/files sites/*/private # Ignore default text files -.htaccess robots.txt /CHANGELOG.txt /COPYRIGHT.txt @@ -22,6 +21,7 @@ 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 From 182aeb220dc2ebffc4e22936b19deb50b071d4a2 Mon Sep 17 00:00:00 2001 From: Michael Gerbush Date: Thu, 2 May 2013 23:04:52 -0500 Subject: [PATCH 0200/2185] Reverting change to ignore build subdirectories Reverted a change that was causing build directories at the root folder to show up in git. If you need to ignore subdirectories the leading slash needs to be omitted. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 31e6fd9aaf..6a32919883 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,6 @@ # Xcode .DS_Store -*/build/* +build/ *.pbxuser !default.pbxuser *.mode1v3 From 1d045d58b829c82980141a0e3346b6f2f9ee0e05 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 8 May 2013 13:06:10 +1000 Subject: [PATCH 0201/2185] Ignore .fls files in LaTeX projects From the man page for latexmk (http://manpages.ubuntu.com/manpages/raring/man1/latexmk.1L.html): [...] the -recorder option with latex and pdflatex. In (most) modern versions of these programs, this results in a file of extension .fls containing a list of the files that these programs have read and written. Latexmk specifies this option in its latex commands and so produces temporary files with this extension in latex projects. --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b83..dc2f7e8488 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls From 923acecd295f11a3bdb6661af9fabfe97123bb23 Mon Sep 17 00:00:00 2001 From: stationkeeping Date: Thu, 9 May 2013 09:50:44 +0200 Subject: [PATCH 0202/2185] Fixed SASS case (It's Sass, not SASS) --- Global/SASS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore index 2c306072c3..c1df001e7c 100644 --- a/Global/SASS.gitignore +++ b/Global/SASS.gitignore @@ -1,2 +1,2 @@ -### SASS Ignores - "Sassy CSS" http://sass-lang.com/ +### Sass Ignores - "Sassy CSS" http://sass-lang.com/ *.sass-cache From ae0d13d31c7e5164705fde2585885e345fa641f5 Mon Sep 17 00:00:00 2001 From: Sam T Date: Fri, 10 May 2013 01:35:12 +0400 Subject: [PATCH 0203/2185] Ignore emacs flymake-mode temp files. --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 8c99610665..4c485c89e7 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -10,3 +10,6 @@ tramp # Org-mode .org-id-locations *_archive + +# flymake-mode +*_flymake.* From 3aefe6505f87102d8e686dca1e96e767994f46cc Mon Sep 17 00:00:00 2001 From: Manoj Date: Fri, 10 May 2013 09:28:56 +0530 Subject: [PATCH 0204/2185] Option to unignore repositories.config Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..b07f3be143 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -96,6 +96,8 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ +## TODO: If the tool you use requires repositories.config, also uncomment the next line +#!packages/repositories.config # Windows Azure Build Output csx From 4624470231a1211b7522e43ec9747267c045e95e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 10 May 2013 17:15:48 +1000 Subject: [PATCH 0205/2185] Also ignore additional tempfiles created by the biblatex package. Refer to the biblatex manual at http://ctan.unsw.edu.au/macros/latex/contrib/biblatex/doc/biblatex.pdf: (p.106): The name of the additional aux files is the base name of the main input file with the string -blx and a running number appended at the end. [...] Apart from these aux files, biblatex uses an additional bib file with the same suffix to pass certain control parameters to BibTeX. [...] When using Biber, biblatex writes a control file named example.bcf and ignores \blxauxsuffix. Note: the running number mentioned in the documentation is not always added to the suffix. --- LaTeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index dc2f7e8488..975dbfb58c 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -3,7 +3,10 @@ *.alg *.aux *.bbl +*.bcf *.blg +*-blx.aux +*-blx.bib *.dvi *.fdb_latexmk *.fls From cd8663d95d824a6700bc768184e486d97bf8433c Mon Sep 17 00:00:00 2001 From: conradolega Date: Tue, 21 May 2013 21:36:05 +0800 Subject: [PATCH 0206/2185] Add Meteor.gitignore --- Meteor.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Meteor.gitignore diff --git a/Meteor.gitignore b/Meteor.gitignore new file mode 100644 index 0000000000..6a6ea0e50a --- /dev/null +++ b/Meteor.gitignore @@ -0,0 +1,2 @@ +.meteor/local +.meteor/meteorite \ No newline at end of file From 700e582aca907c723d1035a472433dcf629635ab Mon Sep 17 00:00:00 2001 From: Giovanni Costagliola Date: Thu, 23 May 2013 01:37:46 +0300 Subject: [PATCH 0207/2185] Exclude bin/* assets generated by the compiler --- PlayFramework.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 663eb67794..53e2a9492e 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -5,6 +5,7 @@ !.gitignore # Ignore Play! working directory # +bin db eclipse lib From 78c94f84f3e66411c7e5efcba66070c6afccc509 Mon Sep 17 00:00:00 2001 From: Daniel Bailey Date: Thu, 23 May 2013 17:05:28 +0100 Subject: [PATCH 0208/2185] added lazarus gitignore file --- Lazarus.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Lazarus.gitignore diff --git a/Lazarus.gitignore b/Lazarus.gitignore new file mode 100644 index 0000000000..e714935480 --- /dev/null +++ b/Lazarus.gitignore @@ -0,0 +1,12 @@ +#ignore backup files +backup/ + +#ignore files generated by the compiler +lib/ +*.compiled +*.o +*.or +*.ppu + +#exclude executable output in windows +*.exe \ No newline at end of file From 098aee26a1c69b0bf9e5723ee6db9589d21e74b0 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 25 May 2013 23:56:08 -0600 Subject: [PATCH 0209/2185] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 0f05796d15..f247e598a1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012 GitHub, Inc. +Copyright (c) 2013 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 961e9b31a4fd7d3933278310ffbeb6efc03ab620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Wed, 29 May 2013 10:14:45 +0200 Subject: [PATCH 0210/2185] Visual Studio: Ignore Chutzpah testrunnerfiles Ignores the compiled typescript files that chutzpah creates. Alot of files are created, so ignoring them have an high impact on repository health. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..0f43999410 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,6 +43,9 @@ build/ *.log *.scc +# Chutzpah Test files +_Chutzpah* + # Visual C++ cache files ipch/ *.aps From 178d2632d809a67a06624cbb3774980ff5f7335d Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Fri, 7 Jun 2013 10:32:41 -0700 Subject: [PATCH 0211/2185] .pubxml file should not be excluded by default --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..70d76fbff9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -91,7 +91,6 @@ publish/ # Publish Web Output *.Publish.xml -*.pubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line From c173b00b32fe89a642d888776a301895b1f9260f Mon Sep 17 00:00:00 2001 From: Filipe Pais Lenfers Date: Thu, 13 Jun 2013 16:35:13 -0300 Subject: [PATCH 0212/2185] Add Ensime specific ignores --- Global/Ensime.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Ensime.gitignore diff --git a/Global/Ensime.gitignore b/Global/Ensime.gitignore new file mode 100644 index 0000000000..6d8c2b09f6 --- /dev/null +++ b/Global/Ensime.gitignore @@ -0,0 +1,3 @@ +# Ensime specific +.ensime +.ensime_lucene/ \ No newline at end of file From dc413f0637e8cba9ea9e01fd7194a5f987019da0 Mon Sep 17 00:00:00 2001 From: Franciszek Szczepan Wawrzak Date: Fri, 14 Jun 2013 18:51:59 +0200 Subject: [PATCH 0213/2185] ignoring *.autosave files generated by QtCreator --- Qt.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 16b4ee5878..934a0704c7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -18,3 +18,7 @@ moc_*.cpp qrc_*.cpp Makefile *-build-* + +# QtCreator + +*.autosave From 4a71b5bbb9f05ae7ab9472d9935d5cab8862b94d Mon Sep 17 00:00:00 2001 From: John Kodumal Date: Sun, 16 Jun 2013 12:34:33 -0600 Subject: [PATCH 0214/2185] Add .hsenv to .gitignore --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 477a3533dd..33ab4f681c 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -5,3 +5,4 @@ cabal-dev *.chi *.chs.h .virthualenv +.hsenv From c8ec69639c2b4af309d86b1c58cd38afadb390d6 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 25 Jun 2013 17:08:09 -0400 Subject: [PATCH 0215/2185] Update Magento.gitignore The line for `install.php` blocks adding *any* file with that name. In this instance, it caused Git to ignore a file for the Aitoc_Aitsys module located at: `app/code/local/Aitoc/Aitsys/Model/Module/Install.php` --- Magento.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magento.gitignore b/Magento.gitignore index 52e8bb2576..fc17a9598b 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -45,7 +45,7 @@ get.php includes/ index.php index.php.sample -install.php +/install.php js/blank.html js/calendar/ js/enterprise/ From 513cd784cfb83d63bc5a723a6e052bc8f07cd74f Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Fri, 28 Jun 2013 09:01:17 +0200 Subject: [PATCH 0216/2185] Added .bcf extension created by BibLaTeX --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b83..9707df5766 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -3,6 +3,7 @@ *.alg *.aux *.bbl +*.bcf *.blg *.dvi *.fdb_latexmk From 349dbcf24ad6cdaeb9ec6203cc2a659279e8df8e Mon Sep 17 00:00:00 2001 From: Jakob Voss Date: Fri, 28 Jun 2013 14:14:34 +0200 Subject: [PATCH 0217/2185] Added *.run.xml created by logreq package, also used by biblatex --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 9707df5766..ee3d677c2b 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -25,6 +25,7 @@ *.out *.pdfsync *.ps +*.run.xml *.snm *.synctex.gz *.toc From f2ab73150aa718b78e3d83e8897da05f33ad93a9 Mon Sep 17 00:00:00 2001 From: Andrew Nurse Date: Fri, 28 Jun 2013 16:44:00 -0700 Subject: [PATCH 0218/2185] Unignore "packages/*/build" in VisualStudio.gitignore. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160bf..0881b8de93 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -15,6 +15,9 @@ build/ [Bb]in/ [Oo]bj/ +# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets +!packages/*/build/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* From 0acbcf4bfd827df09c9e1f97c2b9073d4a07a7df Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Tue, 2 Jul 2013 21:25:38 +0200 Subject: [PATCH 0219/2185] Adding CocoaPods to gitignore --- Objective-C.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 31e6fd9aaf..5c579a7602 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,3 +15,7 @@ profile DerivedData .idea/ *.hmap + +#CocoaPods +Podfile.lock +Pods From 444416f0678d0114b6901e69b6302d7db48ef04c Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 3 Jul 2013 08:28:28 -0700 Subject: [PATCH 0220/2185] Remove Podfile.lock from Objective-C ignores Per discussion in #148. --- Objective-C.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5c579a7602..ebbef4bd8e 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -17,5 +17,4 @@ DerivedData *.hmap #CocoaPods -Podfile.lock Pods From ad1289f0d9b023f69f4712d97c8f5ad311181bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Wed, 3 Jul 2013 23:19:10 +0200 Subject: [PATCH 0221/2185] Files and directories starting with a `.` should not be ignored in general. --- Global/Linux.gitignore | 1 - PlayFramework.gitignore | 3 --- 2 files changed, 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 151e299744..7c2f400fae 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,3 +1,2 @@ -.* !.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 663eb67794..a4a0cf3a2c 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,8 +1,5 @@ -# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore # Ignore all dotfiles... .* -# except for .gitignore -!.gitignore # Ignore Play! working directory # db From a6c76a5308207f9caa294a6ee7514157eeee9f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Thu, 4 Jul 2013 00:06:48 +0200 Subject: [PATCH 0222/2185] There is no need to unignore `.gitignore`. Because files and directories starting with a `.` are not ignored in general. --- Global/Linux.gitignore | 1 - PlayFramework.gitignore | 3 --- 2 files changed, 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 7c2f400fae..b25c15b81f 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,2 +1 @@ -!.gitignore *~ diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index a4a0cf3a2c..b43233e1b3 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,6 +1,3 @@ -# Ignore all dotfiles... -.* - # Ignore Play! working directory # db eclipse From 35a4fcf967cf72a50437aa037dab05da8f274e88 Mon Sep 17 00:00:00 2001 From: Matt Quigley Date: Sat, 6 Jul 2013 19:06:59 -0700 Subject: [PATCH 0223/2185] Don't ignore essential Eclipse project files. The .project and important .classpath files are a part of an Android Eclipse project, and their changes should be stored in the repository. Although there may be a case for ignoring these files in very rare situations, they don't justify belonging in a generic template. The .project file is generally recreatable with a new import without difficulty, but it still may have important configuration such as extra build steps. More importantly, .classpath is absolutely essential for a project to build correctly and cannot be automatically generated unless there is nothing extra on the classpath. Reverts commit 3ad9edaa2. --- Android.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e81..d1b2a3bed6 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -15,10 +15,6 @@ gen/ # Local configuration file (sdk path, etc) local.properties -# Eclipse project files -.classpath -.project - # Proguard folder generated by Eclipse proguard/ From 846f1ecbb2cfa1ac7bfb22330bacd62f28b312ff Mon Sep 17 00:00:00 2001 From: modocache Date: Wed, 10 Jul 2013 15:05:43 -0400 Subject: [PATCH 0224/2185] Ignore source control plist files generated by Xcode. --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ebbef4bd8e..92a63cae75 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -10,6 +10,7 @@ *.perspectivev3 !default.perspectivev3 xcuserdata +*.xccheckout profile *.moved-aside DerivedData From da7ce3135d5378e30e50de21ac6ed320b1fd9b70 Mon Sep 17 00:00:00 2001 From: Caique Rodrigues Date: Thu, 11 Jul 2013 15:27:02 -0300 Subject: [PATCH 0225/2185] Dart.gitignore updated to reflect instructions provided by authors --- Dart.gitignore | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 46f5762805..db4229d46e 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,4 +1,16 @@ -.DS_Store -packages +// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js +packages/ .project -pubspec.lock +.buildlog +*.js_ +*.js.deps +*.js.map + +// Include when developing application packages +pubspec.lock + +// Avoid committing generated JavaScript files +*.dart.js + +// Check for any other incovenient files generated by OS +// and other tools such as Eclipse, IntelliJ, etc. From be2ecada635379dd94411327c09eb81da58cf948 Mon Sep 17 00:00:00 2001 From: Jonathan Windle Date: Tue, 16 Jul 2013 15:09:34 -0700 Subject: [PATCH 0226/2185] Add schemaview extension to VisualStudio.gitignore Files ending in .dbproj.schemaview contain state persistence settings for the Schema View utility within Visual Studio. http://stackoverflow.com/questions/3937160/in-the-new-visual-studio-2010-sql-server-project-type-what-is-the-dbproj-schem http://foocompelsyou.wordpress.com/2012/05/06/visual-studio-2010-database-projects-why-use-them/ --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de93..ac22c4169f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -115,6 +115,7 @@ ClientBin/ ~$* *~ *.dbmdl +*.dbproj.schemaview *.[Pp]ublish.xml *.pfx *.publishsettings From 4500b29b314df8f44f0ffa4a6c8adca920ae9adb Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Fri, 19 Jul 2013 11:44:46 -0400 Subject: [PATCH 0227/2185] Ignore Go test files --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 00268614f0..836562412f 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -20,3 +20,4 @@ _cgo_export.* _testmain.go *.exe +*.test From d292bd8207a3aceb7e97a2517cc95cfec26aec66 Mon Sep 17 00:00:00 2001 From: Matt Jeffery Date: Fri, 19 Jul 2013 18:05:04 +0100 Subject: [PATCH 0228/2185] ignore kernel object files --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 0331bbbddb..9fa3b1bf7d 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,5 +1,6 @@ # Object files *.o +*.ko # Libraries *.lib From 1cd6195f8318aef000dfd1e921f1b5344a515606 Mon Sep 17 00:00:00 2001 From: Shivam Bansal Date: Thu, 25 Jul 2013 06:18:55 -0700 Subject: [PATCH 0229/2185] Deployed file ignore --- Jboss.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jboss.gitignore b/Jboss.gitignore index 5d7167f559..75d1731ed9 100644 --- a/Jboss.gitignore +++ b/Jboss.gitignore @@ -13,3 +13,7 @@ jboss/server/minimal/log/*.log jboss/server/minimal/tmp/**/* jboss/server/minimal/data/**/* jboss/server/minimal/work/**/* + +# deployed package files # + +*.DEPLOYED From 022572a0d0178160a8fe93f2fd0f3ded5b1c71fc Mon Sep 17 00:00:00 2001 From: jtimberman Date: Mon, 29 Jul 2013 17:05:12 -0600 Subject: [PATCH 0230/2185] Add ignore file for Chef cookbooks These ignores are generated by berkshelf, a tool commonly used in the Chef community for managing cookbooks. This .gitignore is used by Opscode across publicly available cookbooks. --- ChefCookbook.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ChefCookbook.gitignore diff --git a/ChefCookbook.gitignore b/ChefCookbook.gitignore new file mode 100644 index 0000000000..351201e005 --- /dev/null +++ b/ChefCookbook.gitignore @@ -0,0 +1,17 @@ +.vagrant +Berksfile.lock +*~ +*# +.#* +\#*# +.*.sw[a-z] +*.un~ +/cookbooks + +# Bundler +Gemfile.lock +bin/* +.bundle/* + +.kitchen/ +.kitchen.local.yml From c83782755fa5ac1f0b4f54f58a24a62988d0a788 Mon Sep 17 00:00:00 2001 From: "Lech H. Conde" Date: Wed, 31 Jul 2013 12:56:24 -0500 Subject: [PATCH 0231/2185] DW Dreamweaver added files A lot of web designers still uses DW, thats why its necessary. --- Global/Dreamweaver.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Dreamweaver.gitignore diff --git a/Global/Dreamweaver.gitignore b/Global/Dreamweaver.gitignore new file mode 100644 index 0000000000..6a33373bdd --- /dev/null +++ b/Global/Dreamweaver.gitignore @@ -0,0 +1,3 @@ +# DW Dreamweaver added files +_notes +dwsync.xml From 5f35f30b0490bcf5f018451af1e99be3b1478278 Mon Sep 17 00:00:00 2001 From: Sam Quinn Date: Sun, 4 Aug 2013 22:25:21 -0500 Subject: [PATCH 0232/2185] Added Kate ignore file ignores ..kate-swp and (older version?) .swp. see http://bit.ly/14XyBgW and http://bit.ly/chKUoZ --- Global/Kate.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Kate.gitignore diff --git a/Global/Kate.gitignore b/Global/Kate.gitignore new file mode 100644 index 0000000000..7ff06ce539 --- /dev/null +++ b/Global/Kate.gitignore @@ -0,0 +1,3 @@ +# Swap Files # +.*.kate-swp +.swp.* From 0bad6cf48beabb5b257e953cdcab3a2fd610f404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aldo=20Rom=C3=A1n=20Nure=C3=B1a?= Date: Mon, 12 Aug 2013 12:40:19 -0500 Subject: [PATCH 0233/2185] added secret_token.rb I added secret_token.rb file to the gitignore as there are public repos sharing it. --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index bf692e1534..470ad2fcf1 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -16,3 +16,4 @@ capybara-*.html rerun.txt pickle-email-*.html .project +config/initializers/secret_token.rb From c56761e8330fae5a6ac049dfdb179aae7f7b9036 Mon Sep 17 00:00:00 2001 From: "Paolo G. Giarrusso" Date: Thu, 15 Aug 2013 03:18:55 +0200 Subject: [PATCH 0234/2185] Create Agda.gitignore Ignore .agdai files, they're binary files generated by typechecking .agda files. Agda is an interactive proof assistant, home page here: http://wiki.portal.chalmers.se/agda/pmwiki.php `.agdai` files seem to be only documented here (and indirectly by googling): http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.PerformanceTips A prominent repository using Agda on github: https://github.com/HoTT/HoTT-Agda/ Their gitignore files: https://github.com/HoTT/HoTT-Agda/blob/master/.gitignore --- Agda.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Agda.gitignore diff --git a/Agda.gitignore b/Agda.gitignore new file mode 100644 index 0000000000..171a38976c --- /dev/null +++ b/Agda.gitignore @@ -0,0 +1 @@ +*.agdai From 1d68d1ee81d06025f7e8516971a2493b86fb490d Mon Sep 17 00:00:00 2001 From: Tony Owen Date: Wed, 21 Aug 2013 09:43:55 +0100 Subject: [PATCH 0235/2185] Added gradle files to Android gitignore --- Android.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e81..1b3c66e76e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -12,6 +12,10 @@ bin/ gen/ +# Ignore gradle files +.gradle/ +build/ + # Local configuration file (sdk path, etc) local.properties From 0030e9df601b932c61ccc19f456c72f27efb883c Mon Sep 17 00:00:00 2001 From: Nysa Date: Tue, 27 Aug 2013 20:51:55 -0500 Subject: [PATCH 0236/2185] Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files .*.s[a-w][a-z] matches named swap files. .s[a-w][a-z] matches unnamed swap files. --- Global/vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index eadcec7a9e..427779d58d 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,5 @@ *.s[a-w][a-z] +.s[a-w][a-z] *.un~ Session.vim .netrwhist From c98c138ee1714c6245d38b31208cb474e1f83ef6 Mon Sep 17 00:00:00 2001 From: Nysa Date: Tue, 27 Aug 2013 21:04:19 -0500 Subject: [PATCH 0237/2185] Vim: Forgot to change *.s[a-w][a-z] to .*.s[a-w][a-z] --- Global/vim.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 427779d58d..56ecb404eb 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,4 +1,4 @@ -*.s[a-w][a-z] +.*.s[a-w][a-z] .s[a-w][a-z] *.un~ Session.vim From d9fd3eaa17eeaddaa5d4341f70ffb4854ce30575 Mon Sep 17 00:00:00 2001 From: Mike Manger Date: Fri, 30 Aug 2013 15:49:12 +0100 Subject: [PATCH 0238/2185] Ignore local.xml as this contains database credentials. --- Magento.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Magento.gitignore b/Magento.gitignore index 52e8bb2576..dd683a2dfb 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -33,6 +33,7 @@ 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/locale/ app/Mage.php From c7659fc44d85fd4c44c39c50682fd6143e9d5df5 Mon Sep 17 00:00:00 2001 From: Chirag Sanghavi Date: Tue, 3 Sep 2013 23:29:45 -0400 Subject: [PATCH 0239/2185] added webmethods related gitignore file --- webMethods.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 webMethods.gitignore diff --git a/webMethods.gitignore b/webMethods.gitignore new file mode 100644 index 0000000000..1e4b0caa8b --- /dev/null +++ b/webMethods.gitignore @@ -0,0 +1,22 @@ +#files +*.bak +*.class + +#licensefile +Apache_License.txt + +#folders +IntegrationServer/lib/ +IntegrationServer/datastore/ +IntegrationServer/db/ +IntegrationServer/DocumentStore/ +IntegrationServer/lib/ +IntegrationServer/logs/ +IntegrationServer/replicate/ +IntegrationServer/sdk/ +IntegrationServer/support/ +IntegrationServer/update/ +IntegrationServer/userFtpRoot/ +IntegrationServer/web/ +IntegrationServer/WmRepository4/ +IntegrationServer/XAStore/ From 13b6b17ff1dfc1fbf669d4d99ebe43647227261b Mon Sep 17 00:00:00 2001 From: Chirag Sanghavi Date: Tue, 3 Sep 2013 23:48:08 -0400 Subject: [PATCH 0240/2185] added wildcards and ignored packages named with Wm. if you have a custom page named Wm, you will need to use force to check in. --- webMethods.gitignore | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/webMethods.gitignore b/webMethods.gitignore index 1e4b0caa8b..42b792b46a 100644 --- a/webMethods.gitignore +++ b/webMethods.gitignore @@ -6,17 +6,18 @@ Apache_License.txt #folders -IntegrationServer/lib/ -IntegrationServer/datastore/ -IntegrationServer/db/ -IntegrationServer/DocumentStore/ -IntegrationServer/lib/ -IntegrationServer/logs/ -IntegrationServer/replicate/ -IntegrationServer/sdk/ -IntegrationServer/support/ -IntegrationServer/update/ -IntegrationServer/userFtpRoot/ -IntegrationServer/web/ -IntegrationServer/WmRepository4/ -IntegrationServer/XAStore/ +**/IntegrationServer/lib/ +**/IntegrationServer/datastore/ +**/IntegrationServer/db/ +**/IntegrationServer/DocumentStore/ +**/IntegrationServer/lib/ +**/IntegrationServer/logs/ +**/IntegrationServer/replicate/ +**/IntegrationServer/sdk/ +**/IntegrationServer/support/ +**/IntegrationServer/update/ +**/IntegrationServer/userFtpRoot/ +**/IntegrationServer/web/ +**/IntegrationServer/WmRepository4/ +**/IntegrationServer/XAStore/ +**/IntegrationServer/packages/Wm*/ \ No newline at end of file From 1d8470b186ec7375e1c6eb1b2c10e614db5dbccc Mon Sep 17 00:00:00 2001 From: Chirag Sanghavi Date: Tue, 3 Sep 2013 23:53:56 -0400 Subject: [PATCH 0241/2185] adding - due to sourcetree --- webMethods.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webMethods.gitignore b/webMethods.gitignore index 42b792b46a..937861ef9c 100644 --- a/webMethods.gitignore +++ b/webMethods.gitignore @@ -20,4 +20,4 @@ Apache_License.txt **/IntegrationServer/web/ **/IntegrationServer/WmRepository4/ **/IntegrationServer/XAStore/ -**/IntegrationServer/packages/Wm*/ \ No newline at end of file +**/IntegrationServer/packages/Wm*/ From 85562c2572bfcb22cc8e6ebb97a175efb2af56a7 Mon Sep 17 00:00:00 2001 From: Pedro Nascimento Date: Mon, 9 Sep 2013 01:14:44 -0300 Subject: [PATCH 0242/2185] Remove .project from Rails.gitignore. --- Rails.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 470ad2fcf1..c37e414306 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -15,5 +15,4 @@ capybara-*.html **.orig rerun.txt pickle-email-*.html -.project config/initializers/secret_token.rb From 56dbce3df3b19eb61563d56ce13b01e0fcbf7ae8 Mon Sep 17 00:00:00 2001 From: Bart Date: Tue, 17 Sep 2013 12:42:12 +0200 Subject: [PATCH 0243/2185] add .xccheckout to Objective-C gitignore This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078 --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ebbef4bd8e..6e137049a0 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,7 @@ profile DerivedData .idea/ *.hmap +*.xccheckout #CocoaPods Pods From 39f563b627c03ca66815f6f00f9b7a59d3e9dd92 Mon Sep 17 00:00:00 2001 From: fivef Date: Wed, 18 Sep 2013 10:20:26 +0200 Subject: [PATCH 0244/2185] Create ROS.gitignore A ROS gitignore copied form moveit_ros. https://github.com/ros-planning/moveit_ros/blob/hydro-devel/.gitignore --- ROS.gitignore | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 ROS.gitignore diff --git a/ROS.gitignore b/ROS.gitignore new file mode 100644 index 0000000000..7b171072a4 --- /dev/null +++ b/ROS.gitignore @@ -0,0 +1,52 @@ +~$ +.swp$ +build/ +bin/ +lib/ +msg_gen/ +srv_gen/ +msg/.*Action\.msg$ +msg/.*ActionFeedback\.msg$ +msg/.*ActionGoal\.msg$ +msg/.*ActionResult\.msg$ +msg/.*Feedback\.msg$ +msg/.*Goal\.msg$ +msg/.*Result\.msg$ +msg/_.*\.py$ + +\.pcd$ +.pyc$ + +# Generated by dynamic reconfigure +\.cfgc$ +/cfg/cpp/ +/cfg/.*\.py$ + +# Ignore generated docs +.dox$ +.wikidoc$ + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_.*\.py$ +\.pcd$ +.pyc$ +qtcreator-* +*.user + +/planning/cfg +/planning/docs +/planning/src + +*~$ + +# Emacs +.#* + +# Catkin custom files +CATKIN_IGNORE From 77f8351ec73c0b43eed751ccdd6a2dd6fbef0243 Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Mon, 23 Sep 2013 12:04:38 +0200 Subject: [PATCH 0245/2185] adds ignore for NCrunch cache folder --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de93..a209ed8728 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -74,6 +74,7 @@ _TeamCity* # NCrunch *.ncrunch* +_NCrunch_* .*crunch*.local.xml # Installshield output folder From 85a512a7ee97e7f2dc32a90c4a85a4c151083849 Mon Sep 17 00:00:00 2001 From: Ivan Yatskevich Date: Wed, 25 Sep 2013 12:04:55 +0300 Subject: [PATCH 0246/2185] add .idea_modules/ https://github.com/mpeltonen/sbt-idea generates this folder --- Global/IntelliJ.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/IntelliJ.gitignore b/Global/IntelliJ.gitignore index 7d89b9c0af..fadcf7f5c1 100644 --- a/Global/IntelliJ.gitignore +++ b/Global/IntelliJ.gitignore @@ -2,3 +2,4 @@ *.ipr *.iws .idea/ +.idea_modules/ From 6ae5f35a5eb6419f153437a0f4a7752d05ae341d Mon Sep 17 00:00:00 2001 From: Nick Hodges Date: Wed, 25 Sep 2013 12:27:20 -0400 Subject: [PATCH 0247/2185] Update Delphi to include new extensions --- Delphi.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 38b6bd0c8f..94a0bc450b 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -7,4 +7,8 @@ __history *.map *.exe *.dll +*.bpl +*.dcp +*.so +*.apk bin/* \ No newline at end of file From 1e9ec334cd2e0085a63af3408899c24797858854 Mon Sep 17 00:00:00 2001 From: micole Date: Thu, 26 Sep 2013 16:19:15 -0400 Subject: [PATCH 0248/2185] Added the processing project --- Processing.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Processing.gitignore diff --git a/Processing.gitignore b/Processing.gitignore new file mode 100644 index 0000000000..85f269a89f --- /dev/null +++ b/Processing.gitignore @@ -0,0 +1,7 @@ +.DS_Store +applet +application.linux32 +application.linux64 +application.windows32 +application.windows64 +application.macosx From c4fb9994baa2e87bdbd58d95c26b5c4b7499230a Mon Sep 17 00:00:00 2001 From: Steve Woodruff Date: Fri, 27 Sep 2013 12:13:07 -0400 Subject: [PATCH 0249/2185] Update Java to exclude J2ME Mobile Tools for Java --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index 0f182a0349..c27228f819 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,5 +1,8 @@ *.class +# Mobile Tools for Java (J2ME) +.mtj-tmp + # Package Files # *.jar *.war From b3fd9b493f6c16355867be62fe86e93719c60a80 Mon Sep 17 00:00:00 2001 From: Lance Chen Date: Sat, 28 Sep 2013 01:57:16 +0800 Subject: [PATCH 0250/2185] Add .gitignore for Arch Linux Packages Mandatory files for a Arch Linux package are * PKGBUILD * install scripts, if any * user defined configs/patches, if any This .gitignore ignores files that are generated/downloaded by makepkg automatically. Refs: * https://wiki.archlinux.org/index.php/Creating_Packages * https://wiki.archlinux.org/index.php/Makepkg Signed-off-by: Lance Chen --- ArchLinuxPackages.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ArchLinuxPackages.gitignore diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore new file mode 100644 index 0000000000..77aed91ace --- /dev/null +++ b/ArchLinuxPackages.gitignore @@ -0,0 +1,7 @@ +*.tar +*.tar.* +*.log +*.log.* +*.sig +pkg/ +src/ From 02bbff98dfeac36091de21bdfd3ea1a06c18d511 Mon Sep 17 00:00:00 2001 From: Kristofer Rye Date: Thu, 3 Oct 2013 17:02:19 -0400 Subject: [PATCH 0251/2185] C: Ignore Some Common File Extensions for Binaries on Linux I use this system in a few of the projects I've contributed to, to ignore architecture-specific linux binaries. --- C.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C.gitignore b/C.gitignore index 9fa3b1bf7d..8b0e5b0b17 100644 --- a/C.gitignore +++ b/C.gitignore @@ -16,3 +16,5 @@ *.exe *.out *.app +*.i*86 +*.x86_64 From 58d60fb8a4a5cab7a69fda666861569e44cfd58b Mon Sep 17 00:00:00 2001 From: John Harvey Date: Fri, 4 Oct 2013 13:02:43 -0400 Subject: [PATCH 0252/2185] Add file for Atari 2600 / Atari 7800 assemblers --- stella.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 stella.gitignore diff --git a/stella.gitignore b/stella.gitignore new file mode 100644 index 0000000000..402a543837 --- /dev/null +++ b/stella.gitignore @@ -0,0 +1,12 @@ +# Atari 2600 (Stella) support for multiple assemblers +# - DASM +# - CC65 + +# Assembled binaries and object directories +obj/ +a.out +*.bin +*.a26 + +# Add in special Atari 7800-based binaries for good measure +*.a78 From f0dde55c6bd9e152a02e0a993a4ae14d9f666a34 Mon Sep 17 00:00:00 2001 From: Ivan Zuzak Date: Sun, 6 Oct 2013 14:40:01 +0200 Subject: [PATCH 0253/2185] ensure single trailing newline --- Actionscript.gitignore | 2 +- Android.gitignore | 1 - CakePHP.gitignore | 2 +- Concrete5.gitignore | 2 +- Coq.gitignore | 1 - Delphi.gitignore | 2 +- Drupal.gitignore | 2 +- ExpressionEngine.gitignore | 2 +- Finale.gitignore | 1 - ForceDotCom.gitignore | 2 +- GWT.gitignore | 1 - Global/CVS.gitignore | 2 +- Global/Espresso.gitignore | 2 +- Global/FlexBuilder.gitignore | 2 +- Global/Matlab.gitignore | 2 +- Global/PhPStorm.gitignore | 2 +- Global/SBT.gitignore | 2 +- Grails.gitignore | 1 - Joomla.gitignore | 2 +- Kohana.gitignore | 2 +- LemonStand.gitignore | 2 +- Node.gitignore | 2 +- R.gitignore | 2 +- README.md | 6 +++--- Scala.gitignore | 2 +- Sdcc.gitignore | 1 - Symfony.gitignore | 2 +- WordPress.gitignore | 2 +- Yii.gitignore | 2 +- ZendFramework.gitignore | 1 - 30 files changed, 25 insertions(+), 32 deletions(-) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index fa65f0bdb9..f112f7fb78 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -8,4 +8,4 @@ bin-release/ # 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. \ No newline at end of file +# information for Eclipse / Flash Builder. diff --git a/Android.gitignore b/Android.gitignore index 87a44e0e81..648a292a73 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -27,4 +27,3 @@ proguard/ *.ipr *.iws .idea/ - diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 61d344670a..bd743c4df6 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -4,4 +4,4 @@ tmp/* app/tmp/* app/[Cc]onfig/core.php app/[Cc]onfig/database.php -!empty \ No newline at end of file +!empty diff --git a/Concrete5.gitignore b/Concrete5.gitignore index cfe1cabd04..9aa215ad62 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,3 +1,3 @@ config/site.php files/cache/* -files/tmp/* \ No newline at end of file +files/tmp/* diff --git a/Coq.gitignore b/Coq.gitignore index 769bc36c31..d3083b3a60 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,4 +1,3 @@ *.vo *.glob *.v.d - diff --git a/Delphi.gitignore b/Delphi.gitignore index 38b6bd0c8f..ff61420c9f 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -7,4 +7,4 @@ __history *.map *.exe *.dll -bin/* \ No newline at end of file +bin/* diff --git a/Drupal.gitignore b/Drupal.gitignore index 73677d291f..0a6c20bd93 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -34,4 +34,4 @@ xmlrpc.php /modules /profiles /scripts -/themes \ No newline at end of file +/themes diff --git a/ExpressionEngine.gitignore b/ExpressionEngine.gitignore index c56e7abcb6..75c9aa4979 100644 --- a/ExpressionEngine.gitignore +++ b/ExpressionEngine.gitignore @@ -12,4 +12,4 @@ images/pm_attachments/ sized/ thumbs/ _thumbs/ -*/expressionengine/cache/* \ No newline at end of file +*/expressionengine/cache/* diff --git a/Finale.gitignore b/Finale.gitignore index c8ac293b91..7ef08e0c34 100644 --- a/Finale.gitignore +++ b/Finale.gitignore @@ -11,4 +11,3 @@ # Some versions of Finale have a bug and randomly save extra copies of # the music source as " copy.mus" *copy.mus - diff --git a/ForceDotCom.gitignore b/ForceDotCom.gitignore index ee95ec3dfe..3933cd4dd5 100644 --- a/ForceDotCom.gitignore +++ b/ForceDotCom.gitignore @@ -1,4 +1,4 @@ .project .settings salesforce.schema -Referenced Packages \ No newline at end of file +Referenced Packages diff --git a/GWT.gitignore b/GWT.gitignore index 63e3e9c5ac..c558713f24 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -14,4 +14,3 @@ gwt-unitCache/ # more caches and things from deploy # war/WEB-INF/deploy/ war/WEB-INF/classes/ - diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore index 0f0f06eda9..01ba863484 100644 --- a/Global/CVS.gitignore +++ b/Global/CVS.gitignore @@ -1,4 +1,4 @@ /CVS/* */CVS/* .cvsignore -*/.cvsignore \ No newline at end of file +*/.cvsignore diff --git a/Global/Espresso.gitignore b/Global/Espresso.gitignore index 1aaec9c42e..1234530b5b 100644 --- a/Global/Espresso.gitignore +++ b/Global/Espresso.gitignore @@ -1 +1 @@ -*.esproj \ No newline at end of file +*.esproj diff --git a/Global/FlexBuilder.gitignore b/Global/FlexBuilder.gitignore index 865439493f..b6ce3f1eb5 100644 --- a/Global/FlexBuilder.gitignore +++ b/Global/FlexBuilder.gitignore @@ -1,2 +1,2 @@ bin/ -bin-debug/ \ No newline at end of file +bin-debug/ diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index f52813b677..79bc56cddd 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -12,5 +12,5 @@ # Compiled MEX binaries (all platforms) *.mex* -# Simulink Code Generation +# Simulink Code Generation slprj/ diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore index 62c893550a..9f11b755a1 100644 --- a/Global/PhPStorm.gitignore +++ b/Global/PhPStorm.gitignore @@ -1 +1 @@ -.idea/ \ No newline at end of file +.idea/ diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 3dfc9d7cba..af2427d55e 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -4,4 +4,4 @@ target/ lib_managed/ src_managed/ -project/boot/ \ No newline at end of file +project/boot/ diff --git a/Grails.gitignore b/Grails.gitignore index 96f72ec855..605132cf48 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -41,4 +41,3 @@ # other *.iws - diff --git a/Joomla.gitignore b/Joomla.gitignore index bcd6feb9cc..54825f4e52 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -393,4 +393,4 @@ tmp/* configuration.php index.php joomla.xml -*.txt \ No newline at end of file +*.txt diff --git a/Kohana.gitignore b/Kohana.gitignore index 42d7030f05..8b2ab01a80 100644 --- a/Kohana.gitignore +++ b/Kohana.gitignore @@ -1,2 +1,2 @@ application/cache/* -application/logs/* \ No newline at end of file +application/logs/* diff --git a/LemonStand.gitignore b/LemonStand.gitignore index bc59f9c781..c7d94ad34b 100644 --- a/LemonStand.gitignore +++ b/LemonStand.gitignore @@ -18,4 +18,4 @@ install.php /modules/shop/* /modules/system/* /modules/users/* -# add content_*.php if you don't want erase client changes to content \ No newline at end of file +# add content_*.php if you don't want erase client changes to content diff --git a/Node.gitignore b/Node.gitignore index 4d063b5c63..a72b52ebe8 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -12,4 +12,4 @@ logs results npm-debug.log -node_modules \ No newline at end of file +node_modules diff --git a/R.gitignore b/R.gitignore index 42effd3f93..a0fd3b34de 100644 --- a/R.gitignore +++ b/R.gitignore @@ -2,4 +2,4 @@ .Rhistory # Example code in package build process -*-Ex.R \ No newline at end of file +*-Ex.R diff --git a/README.md b/README.md index 66c163ad53..42f2caa942 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ For more information on gitignore: [gitignore(5)][g5] Since this repo includes a large and diverse number of programming languages, frameworks, editors, -and ecosystems, it's **very helpful** if you can provide -a link to information supporting your pull request. -Up-to-date, canonical documentation that mentions the files +and ecosystems, it's **very helpful** if you can provide +a link to information supporting your pull request. +Up-to-date, canonical documentation that mentions the files to be ignored is best. This ensures we can efficiently go through pull requests diff --git a/Scala.gitignore b/Scala.gitignore index f5b7d72a1f..4abe769204 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -10,4 +10,4 @@ project/boot/ project/plugins/project/ # Scala-IDE specific -.scala_dependencies \ No newline at end of file +.scala_dependencies diff --git a/Sdcc.gitignore b/Sdcc.gitignore index a4cb9fcd18..07ee7d59ab 100644 --- a/Sdcc.gitignore +++ b/Sdcc.gitignore @@ -6,4 +6,3 @@ *.rel *.rst *.sym - diff --git a/Symfony.gitignore b/Symfony.gitignore index ac10ca8091..e5d08cbe0c 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -12,4 +12,4 @@ lib/model/doctrine/base/Base* lib/model/doctrine/*Plugin/base/Base* lib/model/om/* lib/model/map/* -web/*Plugin/* \ No newline at end of file +web/*Plugin/* diff --git a/WordPress.gitignore b/WordPress.gitignore index 6ff1e08d0a..7194a5b969 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -10,4 +10,4 @@ sitemap.xml *.log wp-content/cache/ wp-content/backups/ -sitemap.xml.gz \ No newline at end of file +sitemap.xml.gz diff --git a/Yii.gitignore b/Yii.gitignore index 45a9a9314f..33a5154d68 100644 --- a/Yii.gitignore +++ b/Yii.gitignore @@ -1,3 +1,3 @@ assets/ protected/runtime/ -themes/classic/views/ \ No newline at end of file +themes/classic/views/ diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 0b8e59519c..014f93f620 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -3,4 +3,3 @@ LICENSE.txt README.txt demos/ extras/documentation - From da36175ff6de9673ad54959fc5d66835755093e8 Mon Sep 17 00:00:00 2001 From: Daisuke Goto Date: Sat, 12 Oct 2013 19:14:17 +0900 Subject: [PATCH 0254/2185] Fix OSX-specific Icon\r rule --- Global/OSX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index cf8db5d98b..65b9423231 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,8 +1,9 @@ .DS_Store .AppleDouble .LSOverride -Icon +# Icon must ends with two \r. +Icon # Thumbnails ._* From 5627d20401a51497fa1661af7428116012f4a8de Mon Sep 17 00:00:00 2001 From: Utumno Date: Sat, 12 Oct 2013 22:28:01 +0300 Subject: [PATCH 0255/2185] .classpath and .project files are *meant to be versioned* As is clearly stated in the [eclipse documentation](http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F). This gitignore has lead to much confusion in SO - please ammend I would guess the same is true for .pydevproject and .cproject but can't be sure/do not have any references on those Also .launch configurations are generally meant to be versioned when saved under project location. See for instance : http://stackoverflow.com/a/337317/281545 --- Global/Eclipse.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 7b3ad03cac..251dad1726 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,5 +1,4 @@ *.pydevproject -.project .metadata bin/** tmp/** @@ -9,7 +8,6 @@ tmp/**/* *.swp *~.nib local.properties -.classpath .settings/ .loadpath From 600983cd4e0c91fc04029b05a6341ded4fcf337f Mon Sep 17 00:00:00 2001 From: torokmark Date: Sun, 13 Oct 2013 20:30:13 +0200 Subject: [PATCH 0256/2185] Added: ignore Ada object and ali files --- Ada.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Ada.gitignore diff --git a/Ada.gitignore b/Ada.gitignore new file mode 100644 index 0000000000..af635597a8 --- /dev/null +++ b/Ada.gitignore @@ -0,0 +1,5 @@ +# Object file +*.o + +# Ada Library Information +*.ali \ No newline at end of file From d15f0b17fcdfd99613946e05ba6e165f7af41c07 Mon Sep 17 00:00:00 2001 From: mildis Date: Wed, 16 Oct 2013 18:39:24 +0200 Subject: [PATCH 0257/2185] add Windows Installer files --- Global/Windows.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 351ec9d1e0..41968b0761 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -7,3 +7,9 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp From 59c668120f4bb3ebe68eae62f75819645b4c4d27 Mon Sep 17 00:00:00 2001 From: mildis Date: Wed, 16 Oct 2013 18:45:13 +0200 Subject: [PATCH 0258/2185] add Windows Installer files --- Global/Archives.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 82d3b10f0c..e9eda68baf 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -9,6 +9,7 @@ *.bz2 *.xz *.lzma +*.cab #packing-only formats *.iso @@ -21,3 +22,6 @@ *.egg *.deb *.rpm +*.msi +*.msm +*.msp From eb708a6a041b310dd95e5fea4730478a41c81911 Mon Sep 17 00:00:00 2001 From: eddiegroves Date: Mon, 21 Oct 2013 12:40:53 +1100 Subject: [PATCH 0259/2185] Add WCF tracing file, replace duplicate .log entry WCF tracing files (.svclog) are used by the Service Trace Viewer Tool. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de93..6dd03a72eb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,7 +43,7 @@ build/ *.vssscc .builds *.pidb -*.log +*.svclog *.scc # Visual C++ cache files From 1c5f81d9540bd061ede8ea7f6a90949066ccf991 Mon Sep 17 00:00:00 2001 From: Josh Burns Date: Mon, 21 Oct 2013 16:20:37 +1100 Subject: [PATCH 0260/2185] Create Yeoman.gitignore --- Yeoman.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Yeoman.gitignore diff --git a/Yeoman.gitignore b/Yeoman.gitignore new file mode 100644 index 0000000000..7170d72018 --- /dev/null +++ b/Yeoman.gitignore @@ -0,0 +1,6 @@ +node_modules/ +bower_components/ +*.log + +build/ +dist/ From a3878fe7b94cc71fa65b0528bb5feb6f7e9837ea Mon Sep 17 00:00:00 2001 From: Changjian Gao Date: Tue, 22 Oct 2013 18:17:22 +0800 Subject: [PATCH 0261/2185] Python.gitignore add coverage.xml --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ded6067880..6c82d84337 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -26,6 +26,7 @@ pip-log.txt .coverage .tox nosetests.xml +coverage.xml # Translations *.mo From a643bbe364dda703f8ff57003104d9b030f95778 Mon Sep 17 00:00:00 2001 From: Paulo Jimmy Andrade Date: Fri, 25 Oct 2013 12:28:32 -0200 Subject: [PATCH 0262/2185] Update Joomla.gitignore to ignore J2.5 files --- Joomla.gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/Joomla.gitignore b/Joomla.gitignore index 54825f4e52..2a9b0117ea 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -10,6 +10,7 @@ administrator/components/com_config/* administrator/components/com_contact/* administrator/components/com_content/* administrator/components/com_cpanel/* +administrator/components/com_finder/* administrator/components/com_installer/* administrator/components/com_languages/* administrator/components/com_login/* @@ -46,6 +47,8 @@ administrator/language/en-GB/en-GB.com_content.ini administrator/language/en-GB/en-GB.com_content.sys.ini administrator/language/en-GB/en-GB.com_cpanel.ini administrator/language/en-GB/en-GB.com_cpanel.sys.ini +administrator/language/en-GB/en-GB.com_finder.ini +administrator/language/en-GB/en-GB.com_finder.sys.ini administrator/language/en-GB/en-GB.com_installer.ini administrator/language/en-GB/en-GB.com_installer.sys.ini administrator/language/en-GB/en-GB.com_languages.ini @@ -92,6 +95,8 @@ administrator/language/en-GB/en-GB.mod_login.ini administrator/language/en-GB/en-GB.mod_login.sys.ini administrator/language/en-GB/en-GB.mod_menu.ini administrator/language/en-GB/en-GB.mod_menu.sys.ini +administrator/language/en-GB/en-GB.mod_multilangstatus.ini +administrator/language/en-GB/en-GB.mod_multilangstatus.sys.ini administrator/language/en-GB/en-GB.mod_online.ini administrator/language/en-GB/en-GB.mod_online.sys.ini administrator/language/en-GB/en-GB.mod_popular.ini @@ -108,6 +113,8 @@ administrator/language/en-GB/en-GB.mod_toolbar.ini administrator/language/en-GB/en-GB.mod_toolbar.sys.ini administrator/language/en-GB/en-GB.mod_unread.ini administrator/language/en-GB/en-GB.mod_unread.sys.ini +administrator/language/en-GB/en-GB.mod_version.ini +administrator/language/en-GB/en-GB.mod_version.sys.ini administrator/language/en-GB/en-GB.plg_authentication_example.ini administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini administrator/language/en-GB/en-GB.plg_authentication_gmail.ini @@ -116,6 +123,8 @@ administrator/language/en-GB/en-GB.plg_authentication_joomla.ini administrator/language/en-GB/en-GB.plg_authentication_joomla.sys.ini administrator/language/en-GB/en-GB.plg_authentication_ldap.ini administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini +administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini +administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini administrator/language/en-GB/en-GB.plg_content_emailcloak.ini administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini administrator/language/en-GB/en-GB.plg_content_geshi.ini @@ -146,6 +155,8 @@ administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini administrator/language/en-GB/en-GB.plg_extension_joomla.ini administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini +administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini +administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini administrator/language/en-GB/en-GB.plg_search_categories.ini administrator/language/en-GB/en-GB.plg_search_categories.sys.ini administrator/language/en-GB/en-GB.plg_search_contacts.ini @@ -160,6 +171,8 @@ administrator/language/en-GB/en-GB.plg_system_cache.ini administrator/language/en-GB/en-GB.plg_system_cache.sys.ini administrator/language/en-GB/en-GB.plg_system_debug.ini administrator/language/en-GB/en-GB.plg_system_debug.sys.ini +administrator/language/en-GB/en-GB.plg_system_highlight.ini +administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini administrator/language/en-GB/en-GB.plg_system_languagefilter.ini administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini administrator/language/en-GB/en-GB.plg_system_log.ini @@ -195,6 +208,7 @@ administrator/modules/mod_latest/* administrator/modules/mod_logged/* administrator/modules/mod_login/* administrator/modules/mod_menu/* +administrator/modules/mod_multilangstatus/* administrator/modules/mod_online/* administrator/modules/mod_popular/* administrator/modules/mod_quickicon/* @@ -203,6 +217,7 @@ administrator/modules/mod_submenu/* administrator/modules/mod_title/* administrator/modules/mod_toolbar/* administrator/modules/mod_unread/* +administrator/modules/mod_version/* administrator/modules/index.html administrator/templates/bluestork/* administrator/templates/hathor/* @@ -210,9 +225,11 @@ administrator/templates/system/* administrator/templates/index.html administrator/index.php cache/* +cli/* components/com_banners/* components/com_contact/* components/com_content/* +components/com_finder/* components/com_mailto/* components/com_media/* components/com_newsfeeds/* @@ -296,20 +313,31 @@ 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 +libraries/cms.php +libraries/cms/* libraries/joomla/* libraries/phpmailer/* libraries/phputf8/* libraries/simplepie/* libraries/index.html +libraries/import.php libraries/loader.php +libraries/platform.php logs/* +media/cms/* +media/com_finder/* media/contacts/* media/editors/* media/mailto/* media/media/* media/mod_languages/* +media/overrider/* +media/plg_quickicon_extensionupdate/* +media/plg_quickicon_joomlaupdate/* +media/plg_system_highlight/* media/system/* media/index.html modules/mod_articles_archive/* @@ -322,6 +350,7 @@ modules/mod_banners/* modules/mod_breadcrumbs/* modules/mod_custom/* modules/mod_feed/* +modules/mod_finder/* modules/mod_footer/* modules/mod_languages/* modules/mod_login/* @@ -341,8 +370,10 @@ plugins/authentication/gmail/* plugins/authentication/joomla/* plugins/authentication/ldap/* plugins/authentication/index.html +plugins/captcha/recaptcha/* plugins/content/emailcloak/* plugins/content/example/* +plugins/content/finder/* plugins/content/geshi/* plugins/content/joomla/* plugins/content/loadmodule/* @@ -362,6 +393,14 @@ 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/weblinks/* +plugins/quickicon/extensionupdate/* +plugins/quickicon/joomlaupdate/* plugins/search/categories/* plugins/search/contacts/* plugins/search/content/* @@ -370,6 +409,8 @@ plugins/search/weblinks/* plugins/search/index.html plugins/system/cache/* plugins/system/debug/* +plugins/system/highlight/* +plugins/system/languagecode/* plugins/system/languagefilter/* plugins/system/log/* plugins/system/logout/* From 4454b1a933771ce6a9fad1499f6ef60d9f4efd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Normen=20Mu=CC=88ller?= Date: Tue, 29 Oct 2013 20:40:20 +0100 Subject: [PATCH 0263/2185] add `*.fls` to list of LaTeX ignores --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bbaaa01b83..dc2f7e8488 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -6,6 +6,7 @@ *.blg *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls From 5e2de71777e7a5b54aa803d05ecc69eecb6b7037 Mon Sep 17 00:00:00 2001 From: Harshad Sabne Date: Thu, 31 Oct 2013 01:03:56 +0530 Subject: [PATCH 0264/2185] Add .gradle --- Global/Eclipse.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 7b3ad03cac..1775ca2c45 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,6 +1,7 @@ *.pydevproject .project .metadata +.gradle bin/** tmp/** tmp/**/* From bfbd2f9f73b58d867f3292d6e3a7b7f8e002cd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Normen=20Mu=CC=88ller?= Date: Fri, 1 Nov 2013 16:20:41 +0100 Subject: [PATCH 0265/2185] add `.lib/` to list of Scala ignores This directory is motivated by the `sbt.g8` template. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index 4abe769204..b78b64aaac 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.lib/ dist/* target/ lib_managed/ From 5343cb30b2bc251fa889bc37364cdec139516ec4 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 3 Nov 2013 00:43:07 -0400 Subject: [PATCH 0266/2185] Create an ignore file for Vagrant's configuration and internal files. Documented at http://docs.vagrantup.com/v2/getting-started/project_setup.html These files are created automatically the first time a vagrant box is started. --- Global/Vagrant.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Vagrant.gitignore diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore new file mode 100644 index 0000000000..3ccb406079 --- /dev/null +++ b/Global/Vagrant.gitignore @@ -0,0 +1,2 @@ +.vagrant/ +Vagrantfile From 830889620e8ede4a1e74009c03e5985580607540 Mon Sep 17 00:00:00 2001 From: Nisarg Shah Date: Mon, 4 Nov 2013 19:21:39 +0530 Subject: [PATCH 0267/2185] Added Windows specific .obj for objects to ignore. --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 9fa3b1bf7d..13d11603ad 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,6 +1,7 @@ # Object files *.o *.ko +*.obj # Libraries *.lib From 464ae2642b5fbee2528c24daa922e5ebef7c3c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Blech?= Date: Sat, 7 Sep 2013 23:12:37 -0300 Subject: [PATCH 0268/2185] Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z] The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _. --- Global/vim.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 56ecb404eb..6c5ee8df16 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,5 +1,5 @@ -.*.s[a-w][a-z] -.s[a-w][a-z] +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] *.un~ Session.vim .netrwhist From 364479bc2a62d8bd33582760457c3a868168c233 Mon Sep 17 00:00:00 2001 From: Jamie Humphries Date: Mon, 4 Nov 2013 14:36:51 +0000 Subject: [PATCH 0269/2185] Add Visual Studio ignore rule for files generated by Microsoft Fakes. Ignores generated Fakes assemblies and related files placed under the FakesAssemblies directory. These files are generated at build time from the *.fakes configuration files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f11eea9f53..c993bf0bfe 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -139,6 +139,9 @@ App_Data/*.ldf *.bim.layout *.bim_*.settings +# Microsoft Fakes +FakesAssemblies/ + # ========================= # Windows detritus # ========================= From 505a14fbf1d3e2d187fa009462844e4a9d380d44 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Mon, 4 Nov 2013 17:36:23 +0000 Subject: [PATCH 0270/2185] start reworking README to better articulate some contributing guidelines --- README.md | 89 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 61 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 42f2caa942..2e9087ed49 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,74 @@ -# A Collection of Useful .gitignore Templates +# A collection of `.gitignore` templates -That's what we're trying to build. Please contribute -by [forking][fk] and sending a [pull request][pr]. +This is GitHub’s collection of [`.gitignore`][man] file templates. +We use this list to populate the `.gitignore` template choosers available +in the GitHub.com interface when creating new repositories and files. -Also **please** only modify **one file** per commit. This'll -make merging easier for everyone. +For more information about how `.gitignore` files work, and how to use them, +the following resources are a great place to start: -Global gitignores (OS-specific, editor-specific) should go into the -`Global/` directory. +- The [Ignoring Files chapter][chapter] of the [Pro Git][progit] book. +- The [Ignoring Files article][help] on the GitHub Help site. +- The [gitignore(5)][man] manual page. -For more information on gitignore: [gitignore(5)][g5] +[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 +[progit]: http://git-scm.com/book -[fk]: http://help.github.com/forking/ -[pr]: http://help.github.com/pull-requests/ -[g5]: http://man.cx/gitignore +## 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. + +## Contributing guidelines -## Pull Requests +We’d love you to help us improve this project. To help us keep this collection +high quality, we request that contributions adhere to the following guidelines. -Since this repo includes a large and diverse -number of programming languages, frameworks, editors, -and ecosystems, it's **very helpful** if you can provide -a link to information supporting your pull request. -Up-to-date, canonical documentation that mentions the files -to be ignored is best. +- **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 + editor, tool, or operating system. -This ensures we can efficiently go through pull requests -and keep quality high. +- **Please only modify *one file* per commit**. This will make merging and + conflict resolution easier for everyone. -## Global Ignores +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. + +## Contributing workflow -git has a global configuration that applies rules to all of -your projects. For example: +Here’s how we suggest you go about proposing a change to this project: - git config --global core.excludesfile ~/.global_ignore +1. [Fork this project][fork] to your account. +2. [Create a branch][branch] for the change you intend to make. +3. Make your changes to your fork. +4. [Send a pull request][pr] from your fork’s branch to our `master` branch. + +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/ +[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository +[pr]: http://help.github.com/pull-requests/ -... will apply the rules in ~/.global_ignore for all of your repos. +## License -This is useful if you use an editor (like Emacs) that drops backup files, -or if you work in an environment that generates binary or intermediate -files that are always ignored. +[MIT](./LICENSE). From 26367930799f4e3a919e907a4503fd821f77e1ea Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Mon, 4 Nov 2013 11:36:31 -0800 Subject: [PATCH 0271/2185] Update Scala.gitignore sbt now creates .cache and .history --- Scala.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index b78b64aaac..28adf319fb 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,8 @@ *.log # sbt specific +.cache/ +.history/ .lib/ dist/* target/ From ebe2e3e57034541eb60360af2c1b40e1d67f874f Mon Sep 17 00:00:00 2001 From: Trevor Sheridan Date: Mon, 4 Nov 2013 15:33:14 -0700 Subject: [PATCH 0272/2185] Cleaning up Objective-C .gitignore and adding OS X section --- Objective-C.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 6e137049a0..7e875451c4 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,5 +1,7 @@ -# Xcode +# OS X .DS_Store + +# Xcode */build/* *.pbxuser !default.pbxuser @@ -17,5 +19,5 @@ DerivedData *.hmap *.xccheckout -#CocoaPods +# CocoaPods Pods From ede3453e149374104b8a4d8d882720a6899c6020 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Tue, 5 Nov 2013 00:01:34 +0000 Subject: [PATCH 0273/2185] reword one-file-per-commit guideline to be about keeping PRs atomic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e9087ed49..4e950dc569 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ 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 file* per commit**. This will make merging and - conflict resolution easier for everyone. +- **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, the more likely we’ll be to accept your contribution quickly. From ad1a26d50df7298b2ee50f465e3c765e39c14a3c Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Tue, 5 Nov 2013 00:26:19 +0000 Subject: [PATCH 0274/2185] add a section about not including every template under the sun --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e950dc569..14042e94fa 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,12 @@ 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. - + +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 workflow Here’s how we suggest you go about proposing a change to this project: From 02aa9eb7a8b23cd8b239557f7aa6fcd61c9007ff Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Thu, 20 Sep 2012 12:00:12 +0200 Subject: [PATCH 0275/2185] Ignore cache and history (created by SBT >=0.12) --- Global/SBT.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index af2427d55e..1f4d73bcaf 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -5,3 +5,5 @@ target/ lib_managed/ src_managed/ project/boot/ +.history +.cache From 7375f82fac9811ab1ac21e295e2513173814e053 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Tue, 5 Nov 2013 16:58:09 +0000 Subject: [PATCH 0276/2185] extract out new contributing guidelines to CONTRIBUTING.md --- CONTRIBUTING.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 918dd5e36b..91543ab443 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,34 @@ -Since this repo includes a large and diverse number of programming languages, frameworks, editors, and ecosystems, it's *very helpful* if you can provide a link to information supporting your pull request. Up-to-date, canonical documentation that mentions the files to be ignored is best. +# Contributing guidelines -This ensures we can efficiently go through pull requests and keep quality high. +We’d love 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 + 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 + editor, tool, or operating system. + +- **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, +the more likely we’ll be to accept your contribution quickly. + +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. From c1af2ae829188b71f71adaf4146d4083ecbcdda4 Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Tue, 5 Nov 2013 22:41:37 -0500 Subject: [PATCH 0277/2185] Allow the Vagrantfile to be tracked as that's the intended purpose. From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html "The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work." --- Global/Vagrant.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index 3ccb406079..a977916f65 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -1,2 +1 @@ .vagrant/ -Vagrantfile From f0036b5a401a5d977136308caa0a1810ca15489b Mon Sep 17 00:00:00 2001 From: Niklas Rehfeld Date: Wed, 1 May 2013 16:55:44 +1200 Subject: [PATCH 0278/2185] add .brf for files generated by hyperref .brf files are generated if the 'backref' or 'pagebackref' options of the hyperref package are enabled. These are intermediate files, so shouldn't be tracked. --- LaTeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index bc7c7927c9..a0dd1c35c0 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -7,6 +7,7 @@ *.blg *-blx.aux *-blx.bib +*.brf *.dvi *.fdb_latexmk *.fls From 502cb31439a7ac06413500e164d492172cb76e65 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 7 Oct 2013 20:16:11 +0000 Subject: [PATCH 0279/2185] Ignore elf and hex in C.gitignore --- C.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C.gitignore b/C.gitignore index 13d11603ad..6a2f800af4 100644 --- a/C.gitignore +++ b/C.gitignore @@ -2,6 +2,7 @@ *.o *.ko *.obj +*.elf # Libraries *.lib @@ -17,3 +18,4 @@ *.exe *.out *.app +*.hex From 6b707950983920ac442f66212a89ff50324e1d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Fri, 8 Nov 2013 01:59:29 +0000 Subject: [PATCH 0280/2185] Added Visual Studio .suo files *.suo files are binary, user specific files generated by Visual Studio with some user configuration information, thus, don't need to be versioned. --- Unity.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6425e29126..123c99282f 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,3 +6,5 @@ *.csproj *.unityproj *.sln +*.suo +*.user From c038e773de3379f2ee3828228bb9f2f6e9a0906a Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Wed, 16 Jan 2013 18:37:11 -0800 Subject: [PATCH 0281/2185] Make Python .gitignore directory entries match only directories. This commit also alphabetizes the distribution/packaging section after separating the directory entries from the file entries. I left alone a few entries that I'm not sure about (i.e. *.egg and the "Mr Developer" section). --- Python.gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 9ab94bd9d3..221be09f2e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,31 +1,31 @@ # Byte-compiled / optimized / DLL files +__pycache__/ *.py[cod] # C extensions *.so -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ .installed.cfg -lib -lib64 -__pycache__ +*.egg # Installer logs pip-log.txt # Unit test / coverage reports +.tox/ .coverage -.tox nosetests.xml # Translations From fa1ea3d7f2fcebb65669575b6058a269fd6ad7a6 Mon Sep 17 00:00:00 2001 From: Dan Kerimdzhanov Date: Fri, 8 Nov 2013 18:34:28 +0600 Subject: [PATCH 0282/2185] remove `npm-debug.log` entry --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index a72b52ebe8..cfdef68007 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -11,5 +11,4 @@ pids logs results -npm-debug.log node_modules From 024d6e83fcd030396e5ad528bc54641ab9f4954f Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 8 Nov 2013 14:47:51 +1100 Subject: [PATCH 0283/2185] Add comment to prevent *.sublime-project being ignored. Based on advice in the documentation at http://www.sublimetext.com/docs/2/projects.html --- Global/SublimeText.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index aea37e0a33..07951f76fb 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,2 +1,4 @@ # SublimeText project files *.sublime-workspace + +# *.sublime-project should be checked into the repository as a general rule From 3dadf4e9b3fe20b95e7527219683e14017745d26 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 06:37:30 +1100 Subject: [PATCH 0284/2185] Make sublime-project rule off by default --- Global/SublimeText.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 07951f76fb..e5bfb72356 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,4 +1,6 @@ -# SublimeText project files +# workspace files are user-specific *.sublime-workspace -# *.sublime-project should be checked into the repository as a general rule +# project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using SublimeText +# *.sublime-project From aa00e7f210e4d4637efeaae6f3699c767ddbd72b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 07:20:56 +1100 Subject: [PATCH 0285/2185] Add an IDEA template to cover all related IDEs --- Global/IDEA.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Global/IDEA.gitignore diff --git a/Global/IDEA.gitignore b/Global/IDEA.gitignore new file mode 100644 index 0000000000..47dc3447c6 --- /dev/null +++ b/Global/IDEA.gitignore @@ -0,0 +1,15 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode + +## Directory-based project format +.idea/ +# if you remove the above rule, at least ignore user-specific stuff: +# .idea/workspace.xml +# .idea/dataSources.ids +# .idea/dataSources.xml +# .idea/sqlDataSources.xml +# .idea/dynamic.xml + +## File-based project format +*.ipr +*.iws +*.iml From fcf0a9ccab203f2657f70489eff476c6f4556926 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 07:22:55 +1100 Subject: [PATCH 0286/2185] Remove individual JetBrains IDE templates in favour of IDEA template --- Global/IntelliJ.gitignore | 5 ----- Global/PhPStorm.gitignore | 1 - Global/PyCharm.gitignore | 4 ---- Global/RubyMine.gitignore | 1 - 4 files changed, 11 deletions(-) delete mode 100644 Global/IntelliJ.gitignore delete mode 100644 Global/PhPStorm.gitignore delete mode 100644 Global/PyCharm.gitignore delete mode 100644 Global/RubyMine.gitignore diff --git a/Global/IntelliJ.gitignore b/Global/IntelliJ.gitignore deleted file mode 100644 index 7576fded49..0000000000 --- a/Global/IntelliJ.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -*.iml -*.ipr -*.iws -.idea/ -out/ diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore deleted file mode 100644 index 9f11b755a1..0000000000 --- a/Global/PhPStorm.gitignore +++ /dev/null @@ -1 +0,0 @@ -.idea/ diff --git a/Global/PyCharm.gitignore b/Global/PyCharm.gitignore deleted file mode 100644 index 572728102b..0000000000 --- a/Global/PyCharm.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# PyCharm -# http://www.jetbrains.com/pycharm/webhelp/project.html -.idea -.iml diff --git a/Global/RubyMine.gitignore b/Global/RubyMine.gitignore deleted file mode 100644 index 1cc4572e1c..0000000000 --- a/Global/RubyMine.gitignore +++ /dev/null @@ -1 +0,0 @@ -.idea/workspace.xml From af9ec6115c8d6bdaa6f64c69764d9c2259361950 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 07:36:40 +1100 Subject: [PATCH 0287/2185] Add .idea/tasks.xmk to IDEA ignore suggections --- Global/IDEA.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/IDEA.gitignore b/Global/IDEA.gitignore index 47dc3447c6..490d877ea5 100644 --- a/Global/IDEA.gitignore +++ b/Global/IDEA.gitignore @@ -4,6 +4,8 @@ .idea/ # if you remove the above rule, at least ignore user-specific stuff: # .idea/workspace.xml +# .idea/tasks.xml +# and these sensitive or high-churn files: # .idea/dataSources.ids # .idea/dataSources.xml # .idea/sqlDataSources.xml From 1ef80036f0f77ea92daa5e941d4bcf8722eb414b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 07:37:49 +1100 Subject: [PATCH 0288/2185] Remove .idea/ from ObjectiveC in favour of Global/IDEA --- Objective-C.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 8dcee63eff..af228cde3d 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -16,7 +16,6 @@ xcuserdata profile *.moved-aside DerivedData -.idea/ *.hmap *.xccheckout From af886f72c89463389b476ef4c94f9c0d847be217 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 08:04:35 +1100 Subject: [PATCH 0289/2185] Add back out/ for IntelliJ under IDEA --- Global/IDEA.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/IDEA.gitignore b/Global/IDEA.gitignore index 490d877ea5..9f20c505f7 100644 --- a/Global/IDEA.gitignore +++ b/Global/IDEA.gitignore @@ -15,3 +15,6 @@ *.ipr *.iws *.iml + +## Additional for IntelliJ +out/ From 9ae01d0b642e9513bd8995baf7ab6753a86d064b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 08:14:41 +1100 Subject: [PATCH 0290/2185] Rename template IDEA->JetBrains --- Global/{IDEA.gitignore => JetBrains.gitignore} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/{IDEA.gitignore => JetBrains.gitignore} (100%) diff --git a/Global/IDEA.gitignore b/Global/JetBrains.gitignore similarity index 100% rename from Global/IDEA.gitignore rename to Global/JetBrains.gitignore From 70fd1fd45cd624d2b92891b75d5f96e61db0161b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 09:15:39 +1100 Subject: [PATCH 0291/2185] Sort LaTeX auxiliary files by package --- LaTeX.gitignore | 78 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 22 deletions(-) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index a0dd1c35c0..801ff8e2c8 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -1,41 +1,75 @@ -*.acn -*.acr -*.alg +## Core latex/pdflatex auxiliary files: *.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc + +## Intermediate documents: +*.dvi +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl *.bcf *.blg *-blx.aux *-blx.bib -*.brf -*.dvi +*.run.xml + +## Build tool auxiliary files: *.fdb_latexmk -*.fls +*.synctex.gz +*.pdfsync + +## Auxiliary and intermediate files from other packages: + +# algorithms +*.alg +*.loa + +# amsthm +*.thm + +# beamer +*.nav +*.snm +*.vrb + +# glossaries +*.acn +*.acr *.glg *.glo *.gls + +# hyperref +*.brf + +# listings +*.lol + +# makeidx *.idx *.ilg *.ind *.ist -*.loa -*.lof -*.lol -*.log -*.lot + +# minitoc *.maf *.mtc *.mtc0 -*.nav + +# nomencl *.nlo -*.out -*.pdfsync -*.ps -*.run.xml -*.snm -*.synctex.gz -*.thm -*.toc -*.vrb -*.xdy + +# todonotes *.tdo + +# xindy +*.xdy From ce47378cc6993a7bbf8a0bb9ae9832c72fb61d24 Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Sat, 9 Nov 2013 09:17:17 +1100 Subject: [PATCH 0292/2185] Ignore .pyg files from LaTeX's minted package --- LaTeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 801ff8e2c8..b0a911e069 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -65,6 +65,9 @@ *.mtc *.mtc0 +# minted +*.pyg + # nomencl *.nlo From 81f8222e7fb5b1174b6c83016f0d6c5f28d6abea Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 09:34:27 +1100 Subject: [PATCH 0293/2185] Rename LaTeX->TeX --- LaTeX.gitignore => TeX.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LaTeX.gitignore => TeX.gitignore (100%) diff --git a/LaTeX.gitignore b/TeX.gitignore similarity index 100% rename from LaTeX.gitignore rename to TeX.gitignore From 4f659df36e638125a11e47573ad714f8fe75ff6b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 9 Nov 2013 13:02:44 +1100 Subject: [PATCH 0294/2185] Remove IntelliJ rules from Android -> Global/JetBrains --- Android.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 648a292a73..0f757f48aa 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -21,9 +21,3 @@ local.properties # Proguard folder generated by Eclipse proguard/ - -# Intellij project files -*.iml -*.ipr -*.iws -.idea/ From 3932f1f0ce7a687f3df4ac376aa3561c28dd98c5 Mon Sep 17 00:00:00 2001 From: Haralan Dobrev Date: Mon, 19 Aug 2013 17:38:52 +0300 Subject: [PATCH 0295/2185] Add Composer.gitignore for composer packages Libraries/Projects using [Composer](http://getcomposer.org) for dependency management should include a `.gitignore` file like this. It ignores the vendor folder which Composer uses for dependencies, classmaps and others. Composer keeps git repositories in this folder so it is cleaner if it is ignored. [`composer.lock` should not be ignored.](http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file) > Commit your application's composer.lock (along with composer.json) into version control. > For your library you may commit the composer.lock file if you want to. This can help your team to always test against the same dependency versions. However, this lock file will not have any effect on other projects that depend on it. It only has an effect on the main project. --- Composer.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Composer.gitignore diff --git a/Composer.gitignore b/Composer.gitignore new file mode 100644 index 0000000000..aa5997f4c9 --- /dev/null +++ b/Composer.gitignore @@ -0,0 +1,6 @@ +composer.phar +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 +# composer.lock \ No newline at end of file From f4e8e686d6a0d00adbde49e6e3dce91daf265682 Mon Sep 17 00:00:00 2001 From: Ben Moss Date: Sat, 9 Nov 2013 11:32:03 -0500 Subject: [PATCH 0296/2185] Leiningen by default creates a 'target' directory, not 'targets' --- Leiningen.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8740f70e8..b8d3245385 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -2,7 +2,7 @@ pom.xml *jar /lib/ /classes/ -/targets/ +/target/ .lein-deps-sum .lein-repl-history .lein-plugins/ From 0ac2f7cb820bf31e15e174d4061a8792686e629e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 10 Nov 2013 21:12:01 +1100 Subject: [PATCH 0297/2185] Optionally ignore ruby env normalisation files, with comments --- Rails.gitignore | 15 ++++++++++++--- Ruby.gitignore | 15 +++++++++++++-- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 2c74f70fef..2debe99732 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,9 +3,6 @@ .sass-cache capybara-*.html .rspec -.rvmrc -/.bundle -/vendor/bundle /log /tmp /db/*.sqlite3 @@ -16,3 +13,15 @@ capybara-*.html rerun.txt pickle-email-*.html config/initializers/secret_token.rb + +## Environment normalisation: +/.bundle +/vendor/bundle + +# these should be checked in to normalise the environment: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc diff --git a/Ruby.gitignore b/Ruby.gitignore index 560d1a6a30..a0914d3627 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -1,10 +1,8 @@ *.gem *.rbc -.bundle .config coverage InstalledFiles -lib/bundler/man pkg rdoc spec/reports @@ -16,3 +14,16 @@ tmp .yardoc _yardoc doc/ + +## Environment normalisation: +.bundle +lib/bundler/man + +# for a library or gem, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc From efd3490a54ae595bc9fa0444922a4b3c1b83a153 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 10 Nov 2013 21:13:54 +1100 Subject: [PATCH 0298/2185] Tighten some ruby ignore patterns --- Ruby.gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index a0914d3627..b20c5ce662 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -3,21 +3,21 @@ .config coverage InstalledFiles -pkg -rdoc -spec/reports -test/tmp -test/version_tmp -tmp +/pkg/ +/spec/reports +/test/tmp +/test/version_tmp +/tmp/ -# YARD artifacts -.yardoc -_yardoc -doc/ +## Documentation cache and generated files: +/.yardoc +/_yardoc +/doc/ +/rdoc ## Environment normalisation: -.bundle -lib/bundler/man +/.bundle +/lib/bundler/man # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: From 669668fb14bebf2231b7bbd531c76cd52ba9d29d Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 10 Nov 2013 21:39:33 +1100 Subject: [PATCH 0299/2185] Join comments in rails template --- Rails.gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 2debe99732..b4be5c7bbd 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -18,10 +18,8 @@ config/initializers/secret_token.rb /.bundle /vendor/bundle -# these should be checked in to normalise the environment: -# Gemfile.lock -# .ruby-version -# .ruby-gemset +# these should all be checked in to normalise the environment: +# Gemfile.lock, .ruby-version, .ruby-gemset # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc From 12d95d1ff8094a0a35741cfc3f6a383b43fd871e Mon Sep 17 00:00:00 2001 From: Guillaume Girou Date: Sun, 10 Nov 2013 17:13:30 +0100 Subject: [PATCH 0300/2185] Move editor specific files into a new DartEditor.gitignore --- Dart.gitignore | 7 +------ Global/DartEditor.gitignore | 2 ++ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 Global/DartEditor.gitignore diff --git a/Dart.gitignore b/Dart.gitignore index db4229d46e..f336509f6e 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,7 +1,5 @@ -// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js +// Don’t commit the following files and directories created by pub and dart2js packages/ -.project -.buildlog *.js_ *.js.deps *.js.map @@ -11,6 +9,3 @@ pubspec.lock // Avoid committing generated JavaScript files *.dart.js - -// Check for any other incovenient files generated by OS -// and other tools such as Eclipse, IntelliJ, etc. diff --git a/Global/DartEditor.gitignore b/Global/DartEditor.gitignore new file mode 100644 index 0000000000..948920b420 --- /dev/null +++ b/Global/DartEditor.gitignore @@ -0,0 +1,2 @@ +.project +.buildlog From e342a8e7db50c5f910f40e7fb82acde4fabe2fd8 Mon Sep 17 00:00:00 2001 From: Stefan Vatov Date: Mon, 11 Nov 2013 14:28:24 +0000 Subject: [PATCH 0301/2185] Added .gitignore for Scrivener --- Scrivener.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Scrivener.gitignore diff --git a/Scrivener.gitignore b/Scrivener.gitignore new file mode 100644 index 0000000000..3b39c66ba1 --- /dev/null +++ b/Scrivener.gitignore @@ -0,0 +1,7 @@ +/Files/binder.autosave +/Files/binder.backup +/Files/search.indexes +/Files/user.lock +/Files/Docs/docs.checksum +/QuickLook/ +/Settings/ui.plist From 4469ba49389225d35d489c9de9ebd7833bfa004d Mon Sep 17 00:00:00 2001 From: Jephir Date: Mon, 11 Nov 2013 12:05:58 -0500 Subject: [PATCH 0302/2185] Prevent Unity .gitignore from ignoring non-Unity project files Unity only generates project files in the top-level directory. However, the current .gitignore will ignore all project files even if they were not generated by Unity. It is sometimes necessary to include non-Unity project files for level editors or other utility projects that have been added to the repository. --- Unity.gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 123c99282f..682085a5cb 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -3,8 +3,8 @@ [Oo]bj/ # Autogenerated VS/MD solution and project files -*.csproj -*.unityproj -*.sln -*.suo -*.user +/*.csproj +/*.unityproj +/*.sln +/*.suo +/*.user From 74b6dd15662be28131bc4e401a40ea911f2014ea Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Mon, 11 Nov 2013 12:52:59 -0500 Subject: [PATCH 0303/2185] Add Azure publish XML file * Ignore Azure publish *.azurePubxml files * Add a trailing slash to csx * Remove random whitespace after build output --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 504b58adb7..e9649177cf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -7,7 +7,6 @@ *.sln.docstates # Build results - [Dd]ebug/ [Rr]elease/ x64/ @@ -105,13 +104,14 @@ publish/ # Publish Web Output *.Publish.xml +*.azurePubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ # Windows Azure Build Output -csx +csx/ *.build.csdef # Windows Store app package directory From 8cbac43dabf9c8646672a715213213a996161b08 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Tue, 12 Nov 2013 06:27:39 +1100 Subject: [PATCH 0304/2185] Move BricxCC.gitignore to Global directory --- BricxCC.gitignore => Global/BricxCC.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename BricxCC.gitignore => Global/BricxCC.gitignore (100%) diff --git a/BricxCC.gitignore b/Global/BricxCC.gitignore similarity index 100% rename from BricxCC.gitignore rename to Global/BricxCC.gitignore From 9345b6b46138e6ad16f034f033a2021a247d4ac9 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Tue, 12 Nov 2013 06:28:53 +1100 Subject: [PATCH 0305/2185] Add comment to BricxCC.gitignore --- Global/BricxCC.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Global/BricxCC.gitignore b/Global/BricxCC.gitignore index 9a2fdfae05..c1d16a46c9 100644 --- a/Global/BricxCC.gitignore +++ b/Global/BricxCC.gitignore @@ -1,2 +1,4 @@ +# Bricx Command Center IDE +# http://bricxcc.sourceforge.net *.bak -*.sym \ No newline at end of file +*.sym From 3b7ac85ad84a6815b193ed91bf112e99b0a1eec3 Mon Sep 17 00:00:00 2001 From: tiredpixel Date: Mon, 11 Nov 2013 19:48:31 +0000 Subject: [PATCH 0306/2185] Slashify Ruby files and directories. Perhaps this is a little pedantic, but without the initial / all such matches within the repository get ignored, and without the trailing slash files as well as directories of that name get ignored. e.g. Specifying `tmp` and `test/tmp` without slashes is redundant, as `tmp` already ignores `test/tmp`, as well as every other `tmp` and `tmp/`. --- Ruby.gitignore | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index b20c5ce662..82aa6facc9 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -1,23 +1,23 @@ -*.gem -*.rbc -.config -coverage -InstalledFiles +/*.gem +/*.rbc +/.config +/coverage/ +/InstalledFiles /pkg/ -/spec/reports -/test/tmp -/test/version_tmp +/spec/reports/ +/test/tmp/ +/test/version_tmp/ /tmp/ ## Documentation cache and generated files: -/.yardoc -/_yardoc +/.yardoc/ +/_yardoc/ /doc/ -/rdoc +/rdoc/ ## Environment normalisation: -/.bundle -/lib/bundler/man +/.bundle/ +/lib/bundler/man/ # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: @@ -26,4 +26,4 @@ InstalledFiles # .ruby-gemset # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: -.rvmrc +/.rvmrc From ca456f73e42b830dbae55f281a7eb0918944ba28 Mon Sep 17 00:00:00 2001 From: tiredpixel Date: Mon, 11 Nov 2013 21:41:11 +0000 Subject: [PATCH 0307/2185] Unslashify *.gem,*.rbc,.rvmrc . arcresu pointed out that `*.gem`, `*.rbc`, `.rvmrc` might not be at the top level in a repository. Thus, remove leading slashes for these. --- Ruby.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index 82aa6facc9..99e72c12b9 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -1,5 +1,5 @@ -/*.gem -/*.rbc +*.gem +*.rbc /.config /coverage/ /InstalledFiles @@ -26,4 +26,4 @@ # .ruby-gemset # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: -/.rvmrc +.rvmrc From 97dcb890138e142acde385ac4cf7e2df199f0fbf Mon Sep 17 00:00:00 2001 From: Visgean Skeloru Date: Tue, 12 Nov 2013 01:41:29 +0100 Subject: [PATCH 0308/2185] #473 no need to have specific gitignore for django --- Django.gitignore | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 Django.gitignore diff --git a/Django.gitignore b/Django.gitignore deleted file mode 100644 index 3416fbb33f..0000000000 --- a/Django.gitignore +++ /dev/null @@ -1,40 +0,0 @@ -# Django stuff: -*.log -*.pot - -# Python stuff: -*.py[cod] - -# C extensions -*.so - -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs -.installed.cfg -lib -lib64 - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox -nosetests.xml - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject \ No newline at end of file From 33b416dc000f86ca63cab0dfeaf78f3369a203fd Mon Sep 17 00:00:00 2001 From: Visgean Skeloru Date: Tue, 12 Nov 2013 01:41:53 +0100 Subject: [PATCH 0309/2185] Update Python.gitignore --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index d2d6f360b5..e444c74de0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -33,3 +33,8 @@ nosetests.xml .mr.developer.cfg .project .pydevproject + + +-# Django stuff: + -*.log + -*.pot From 43de894452a5829a3c4cd3f33d4f71fea37102a3 Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Tue, 12 Nov 2013 11:27:21 +0700 Subject: [PATCH 0310/2185] Ignore multiple vim swapfiles In case there is more than one swapfile for a file (.swo, .swn, ...) --- Plone.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plone.gitignore b/Plone.gitignore index 13edefa578..4020322ee4 100644 --- a/Plone.gitignore +++ b/Plone.gitignore @@ -8,7 +8,7 @@ *.egg-info *.EGG-INFO *.kpf -*.swp +*.sw? *.wpr .*.cfg .installed.cfg From 699a3ac68ac46cefc012c66a4f178e4979750863 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 12 Nov 2013 16:57:54 +1100 Subject: [PATCH 0311/2185] Fix a copy/paste mistake --- Python.gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index e363b9b927..c077b0e58c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -38,7 +38,6 @@ coverage.xml .project .pydevproject - --# Django stuff: - -*.log - -*.pot +# Django stuff: +*.log +*.pot From 930f476c37ef4d4c8452268b72de55845c8938e1 Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Tue, 12 Nov 2013 14:24:09 +0700 Subject: [PATCH 0312/2185] Remove patterns covered by other templates Remove redundant patterns, and patterns for generic backups, version control dirs, IDEs, OSX. --- Plone.gitignore | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Plone.gitignore b/Plone.gitignore index 4020322ee4..753e447ba9 100644 --- a/Plone.gitignore +++ b/Plone.gitignore @@ -1,4 +1,3 @@ -*~ *.pyc *.pyo *.tmp* @@ -7,17 +6,8 @@ *.EGG *.egg-info *.EGG-INFO -*.kpf *.sw? -*.wpr .*.cfg -.installed.cfg -.mr.developer.cfg -.hg/ -.bzr/ -.svn/ -.project -.pydevproject bin/ build/ develop-eggs/ @@ -27,8 +17,3 @@ fake-eggs/ parts/ dist/ var/ - - - -# OSX -.DS_Store From a77f7f23fe17785c6d5fdce1b3eca34a6719caa1 Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Tue, 12 Nov 2013 15:09:20 +0700 Subject: [PATCH 0313/2185] Covered by global vim template --- Plone.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Plone.gitignore b/Plone.gitignore index 753e447ba9..770a8681ac 100644 --- a/Plone.gitignore +++ b/Plone.gitignore @@ -6,7 +6,6 @@ *.EGG *.egg-info *.EGG-INFO -*.sw? .*.cfg bin/ build/ From ff6fa231f96283ad30c63a1278966b7e6725d5fa Mon Sep 17 00:00:00 2001 From: Jens Jahnke Date: Tue, 12 Nov 2013 09:37:03 +0100 Subject: [PATCH 0314/2185] Added the new upload directories and ignore the cache directory completely. With SugarCRM 6.4 the `cache/upload` directory moved to `upload` and `upload_backup`. These directories can safely be ignored. Additionally the `cache` directory is now ignored completely because it leads to the behaviour to use the git repository as a kind of backup tool if several parts of it are included. Furthermore the directory structure beneath `cache` is victim of enduring changes by the developers. I did also some code cleanup regarding the path names e.g. adding a `/` before most file and directory names. --- SugarCRM.gitignore | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index c2d893a9ff..28668ff1dd 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -1,33 +1,21 @@ ## SugarCRM # Ignore custom .htaccess stuff. /.htaccess -# Ignore large parts of the annoying cache directory without breaking things. -cache/csv/* -cache/dashlets/* -cache/diagnostic/* -cache/dynamic_fields/* -cache/feeds/* -cache/import/* -cache/include/* -cache/jsLanguage/* -cache/modules/* -!cache/modules/emails -!cache/modules/Emails -cache/pdf/* -cache/smarty/cache/* -cache/smarty/templates_c/* -cache/themes/* -cache/xml/* +# Ignore the cache directory completely. ATTENTION! This will break things! +/cache/* # Ignore some files and directories from the custom directory. -custom/history/* -custom/modulebuilder/* -custom/working/* -custom/modules/*/Ext/ -custom/application/Ext/* +/custom/history/* +/custom/modulebuilder/* +/custom/working/* +/custom/modules/*/Ext/ +/custom/application/Ext/* # Custom configuration should also be ignored. /config.php /config_override.php # The silent upgrade scripts aren't needed. -silentUpgrade*.php +/silentUpgrade*.php # Logs files can safely be ignored. *.log +# Ignore the new upload directories. +/upload/* +/upload_backup/* From b34ccb38532215b0d9f86955eff1f2f00f0e8d86 Mon Sep 17 00:00:00 2001 From: Jens Jahnke Date: Tue, 12 Nov 2013 12:20:11 +0100 Subject: [PATCH 0315/2185] Adapted the ignored directories to use `dir/` instead of `dir/*` --- SugarCRM.gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 28668ff1dd..07ee1ce50d 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -2,13 +2,13 @@ # Ignore custom .htaccess stuff. /.htaccess # Ignore the cache directory completely. ATTENTION! This will break things! -/cache/* +/cache/ # Ignore some files and directories from the custom directory. -/custom/history/* -/custom/modulebuilder/* -/custom/working/* +/custom/history/ +/custom/modulebuilder/ +/custom/working/ /custom/modules/*/Ext/ -/custom/application/Ext/* +/custom/application/Ext/ # Custom configuration should also be ignored. /config.php /config_override.php @@ -17,5 +17,5 @@ # Logs files can safely be ignored. *.log # Ignore the new upload directories. -/upload/* -/upload_backup/* +/upload/ +/upload_backup/ From 94a2b3b6685742c7ef314af8d05302916c96e700 Mon Sep 17 00:00:00 2001 From: Ivan Yatskevich Date: Tue, 12 Nov 2013 14:38:34 +0300 Subject: [PATCH 0316/2185] add .idea_modules/ to Global/JetBrains.gitignore --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 9f20c505f7..5db4d2e72c 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -18,3 +18,6 @@ ## Additional for IntelliJ out/ + +# generated by mpeltonen/sbt-idea plugin +.idea_modules/ From b75c902dbb5788bbb286e2c394507bb12e183ff8 Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Mon, 5 Aug 2013 23:17:52 +0100 Subject: [PATCH 0317/2185] Add .cache to the Python .gitignore `.cache` is generated when unittests are run with py.test --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index c077b0e58c..fbb8281088 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -27,6 +27,7 @@ pip-delete-this-directory.txt # Unit test / coverage reports .tox/ .coverage +.cache nosetests.xml coverage.xml From 088535f046a7cd2b32397db58a841f1c2be2853e Mon Sep 17 00:00:00 2001 From: Jordi Llonch Date: Wed, 13 Nov 2013 04:13:14 +1100 Subject: [PATCH 0318/2185] Added Sphinx documentation --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index fbb8281088..3d57845343 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -42,3 +42,7 @@ coverage.xml # Django stuff: *.log *.pot + +# Sphinx documentation +docs/_build/ + From 40917a4d2f424b80578f8ca9bf89fd0d13628fb5 Mon Sep 17 00:00:00 2001 From: Vikraman Choudhury Date: Wed, 18 Sep 2013 23:28:11 +0530 Subject: [PATCH 0319/2185] Ignore files generated by cabal sandbox https://github.com/haskell/cabal/wiki/Package-Environments#sandbox-command --- Haskell.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 33ab4f681c..cc14307694 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -6,3 +6,6 @@ cabal-dev *.chs.h .virthualenv .hsenv +.cabal-sandbox/ +cabal.sandbox.config +cabal.config From 25ec5b7c3e4b4c39ef8469f60c98f03686af5aed Mon Sep 17 00:00:00 2001 From: Gilles De Mey Date: Tue, 12 Nov 2013 19:08:25 +0100 Subject: [PATCH 0320/2185] Update VisualStudio.gitignore I have no idea what this is doing here, totally unrelated to Visual Studio. There is a special OSX gitignore file that you can use. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4587fa810f..c9d41718c5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -175,6 +175,3 @@ Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ - -# Mac crap -.DS_Store From 66a13f2e1591e1ef3626c3dabe2d4c18d3f6b732 Mon Sep 17 00:00:00 2001 From: Jota Junior Date: Tue, 12 Nov 2013 19:36:17 -0200 Subject: [PATCH 0321/2185] Gitignore file for Phalcon Framework, a fast-growing framework developed in C for PHP. Excluding here: - Cache files - Development config files More information available in phalconphp.com --- Phalcon.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Phalcon.gitignore diff --git a/Phalcon.gitignore b/Phalcon.gitignore new file mode 100644 index 0000000000..1cfc0c9d87 --- /dev/null +++ b/Phalcon.gitignore @@ -0,0 +1,2 @@ +*/cache/* +*/config/development/* From 3ade8536042bf9bef2a1ba49b9f5b2152cd5635d Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 13 Nov 2013 03:14:12 +0200 Subject: [PATCH 0322/2185] Update Eclipse.gitignore --- Global/Eclipse.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 73468714cd..7272776153 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,9 +1,8 @@ *.pydevproject .metadata .gradle -bin/** -tmp/** -tmp/**/* +bin/ +tmp/ *.tmp *.bak *.swp From e2caec1780021df0de0f5bc7adf3cdf12b6ef024 Mon Sep 17 00:00:00 2001 From: Jirka Kremser Date: Thu, 14 Mar 2013 23:26:39 +0100 Subject: [PATCH 0323/2185] Adding ".gwt/", "gwt-unitCache/", "www-test" and ".gwt-tmp/" to .gitignore --- GWT.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/GWT.gitignore b/GWT.gitignore index c558713f24..07704e54bb 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -14,3 +14,15 @@ gwt-unitCache/ # more caches and things from deploy # war/WEB-INF/deploy/ war/WEB-INF/classes/ + +#compilation logs +.gwt/ + +#caching for already compiled files +gwt-unitCache/ + +#gwt junit compilation files +www-test/ + +#old GWT (1.5) created this dir +.gwt-tmp/ From 00686415c4e23739d7190f0fe645021e886b227b Mon Sep 17 00:00:00 2001 From: Ray Solomon Date: Wed, 13 Nov 2013 01:27:28 -0800 Subject: [PATCH 0324/2185] add 'build' to Node.gitignore This is to exclude compiled code from nodejs addons. Reference: http://nodejs.org/api/addons.html --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index cfdef68007..c84ba2584c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -10,5 +10,6 @@ lib-cov pids logs results +build node_modules From 972234a220488ee791bfa4bc7371f6d5559c829d Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 13 Nov 2013 14:32:07 +0100 Subject: [PATCH 0325/2185] Ignore rope files. Rope (https://bitbucket.org/zjes/rope_py3k/overview) is a refactoring tool for Python. It creates temporary files in `.ropeproject` to cache data. These files should be ignored by default. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 3d57845343..50a87264a6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -39,6 +39,9 @@ coverage.xml .project .pydevproject +# Rope +.ropeproject + # Django stuff: *.log *.pot From 27569799cb61db08e9a2c06dfb61beae7a0d6573 Mon Sep 17 00:00:00 2001 From: Daniel Bailey Date: Wed, 13 Nov 2013 18:33:14 +0000 Subject: [PATCH 0326/2185] Added lazarus ignore file in the global dir this time --- Lazarus.gitignore => Global/Lazarus.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lazarus.gitignore => Global/Lazarus.gitignore (100%) diff --git a/Lazarus.gitignore b/Global/Lazarus.gitignore similarity index 100% rename from Lazarus.gitignore rename to Global/Lazarus.gitignore From e57da65843ec9a8da22d1e1d438581f9b06c5967 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Nov 2013 15:19:36 -0500 Subject: [PATCH 0327/2185] Moved file to Global --- webMethods.gitignore => Global/webMethods.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename webMethods.gitignore => Global/webMethods.gitignore (100%) diff --git a/webMethods.gitignore b/Global/webMethods.gitignore similarity index 100% rename from webMethods.gitignore rename to Global/webMethods.gitignore From 4a7ab063829284bc1050431a574d7af10f25e79f Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 13 Nov 2013 14:19:16 -0800 Subject: [PATCH 0328/2185] Remove generic and Java ignore patterns Those belong in other ignore files. --- Global/webMethods.gitignore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Global/webMethods.gitignore b/Global/webMethods.gitignore index 937861ef9c..6c9abb2611 100644 --- a/Global/webMethods.gitignore +++ b/Global/webMethods.gitignore @@ -1,11 +1,3 @@ -#files -*.bak -*.class - -#licensefile -Apache_License.txt - -#folders **/IntegrationServer/lib/ **/IntegrationServer/datastore/ **/IntegrationServer/db/ From 207cddf155acc320242506296329bc1c28ee056a Mon Sep 17 00:00:00 2001 From: Jaseem Abid Date: Thu, 14 Nov 2013 11:00:49 +0530 Subject: [PATCH 0329/2185] Ignore elpa and eshell generated files --- Global/Emacs.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index ee3b865eb7..9e44d0a87d 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -14,3 +14,10 @@ tramp # flymake-mode *_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ From f2656a471618fd2d1d593b05d5bf05cc3cdd996b Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Fri, 15 Nov 2013 20:10:11 +0100 Subject: [PATCH 0330/2185] Ignore files created by maven-release-plugin Maven Release Plugin provides a standard mechanism to release project artifacts. During the various phases of the execution the plugin create various files, especially if you do a dry run that allows you to see the changes that the plugin will perform on your pom files mvn release:prepare -D dryRun=true It will create - `release.properties` - copy of the properties to be used - `pom.xml.releaseBackup` - the pom.xml prior to any changes - `pom.xml.tag` - the pom.xml as it will look when tagged - `pom.xml.next` - the pom.xml as it will look for the next iteration --- Maven.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 6ca4036fc3..94eab12d69 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -1,2 +1,5 @@ target/ - *.releaseBackup +pom.xml.tag +pom.xml.releaseBackup +pom.xml.next +release.properties From 882b876005bd8c26c43c7b98a9cfe3822042b226 Mon Sep 17 00:00:00 2001 From: Jaseem Abid Date: Tue, 19 Nov 2013 17:26:22 +0530 Subject: [PATCH 0331/2185] Ignore file for elisp projects - Ignore compiled files --- Elisp.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Elisp.gitignore diff --git a/Elisp.gitignore b/Elisp.gitignore new file mode 100644 index 0000000000..1c17549878 --- /dev/null +++ b/Elisp.gitignore @@ -0,0 +1,2 @@ +# Compiled +*.elc From 4462ee9f9fdfaf7e949becfd34e0c7e52bf45c56 Mon Sep 17 00:00:00 2001 From: Oliver Schrenk Date: Wed, 20 Nov 2013 20:13:07 +0100 Subject: [PATCH 0332/2185] Ignore worksheet directory Since Scala IDE V3.0 has worksheets which are like a REPL session on steroids. For the worksheet to function `*.scala` files get created in a hidden `.worksheet` directory. As these are auto-generated the directory should be ignored. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index 28adf319fb..12543bc442 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -14,3 +14,4 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies +.worksheet From e884da3fd3e4d4902d1b06cef1b0bbcfb8ac1b70 Mon Sep 17 00:00:00 2001 From: Jay Prall Date: Thu, 21 Nov 2013 19:55:11 -0500 Subject: [PATCH 0333/2185] plugin.xml shouldn't be in source control --- Grails.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Grails.gitignore b/Grails.gitignore index 4c0c15b8dd..b827da057f 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -28,8 +28,9 @@ # project release file /*.war -# plugin release file +# plugin release files /*.zip +/plugin.xml # older plugin install locations /plugins From 6131fd3bccfa8b73614106fa71c000ae1960a320 Mon Sep 17 00:00:00 2001 From: "Borders, Casey" Date: Fri, 22 Nov 2013 14:00:06 -0500 Subject: [PATCH 0334/2185] Ignore MonoDevelop cache files --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 682085a5cb..00514587dd 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,3 +8,4 @@ /*.sln /*.suo /*.user +/*.pidb From 0ecd3eed99108b857aba720adc7ae178733f28ce Mon Sep 17 00:00:00 2001 From: Matt Rubin Date: Mon, 25 Nov 2013 01:58:42 -0500 Subject: [PATCH 0335/2185] Remove duplicate line in Objective-C.gitignore The pattern `*.xccheckout` is already ignored on line 15. --- Objective-C.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index af228cde3d..147fc44544 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -17,7 +17,6 @@ profile *.moved-aside DerivedData *.hmap -*.xccheckout # CocoaPods Pods From 413a9892b5e4bb18af281fdb677ecb2cfbc3b1c9 Mon Sep 17 00:00:00 2001 From: "J. Miller" Date: Tue, 26 Nov 2013 20:37:48 -0800 Subject: [PATCH 0336/2185] Use absolute paths to the files to ignore This fixes an issue where index.php within a theme directory would be ignored, when the intention was to just ignore the index.php file in the root. --- Joomla.gitignore | 874 +++++++++++++++++++++++------------------------ 1 file changed, 437 insertions(+), 437 deletions(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 2a9b0117ea..c3f040afe8 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,437 +1,437 @@ -.gitignore -.htaccess -administrator/cache/* -administrator/components/com_admin/* -administrator/components/com_banners/* -administrator/components/com_cache/* -administrator/components/com_categories/* -administrator/components/com_checkin/* -administrator/components/com_config/* -administrator/components/com_contact/* -administrator/components/com_content/* -administrator/components/com_cpanel/* -administrator/components/com_finder/* -administrator/components/com_installer/* -administrator/components/com_languages/* -administrator/components/com_login/* -administrator/components/com_media/* -administrator/components/com_menus/* -administrator/components/com_messages/* -administrator/components/com_modules/* -administrator/components/com_newsfeeds/* -administrator/components/com_plugins/* -administrator/components/com_redirect/* -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/ -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 -administrator/language/en-GB/en-GB.com_banners.sys.ini -administrator/language/en-GB/en-GB.com_cache.ini -administrator/language/en-GB/en-GB.com_cache.sys.ini -administrator/language/en-GB/en-GB.com_categories.ini -administrator/language/en-GB/en-GB.com_categories.sys.ini -administrator/language/en-GB/en-GB.com_checkin.ini -administrator/language/en-GB/en-GB.com_checkin.sys.ini -administrator/language/en-GB/en-GB.com_config.ini -administrator/language/en-GB/en-GB.com_config.sys.ini -administrator/language/en-GB/en-GB.com_contact.ini -administrator/language/en-GB/en-GB.com_contact.sys.ini -administrator/language/en-GB/en-GB.com_content.ini -administrator/language/en-GB/en-GB.com_content.sys.ini -administrator/language/en-GB/en-GB.com_cpanel.ini -administrator/language/en-GB/en-GB.com_cpanel.sys.ini -administrator/language/en-GB/en-GB.com_finder.ini -administrator/language/en-GB/en-GB.com_finder.sys.ini -administrator/language/en-GB/en-GB.com_installer.ini -administrator/language/en-GB/en-GB.com_installer.sys.ini -administrator/language/en-GB/en-GB.com_languages.ini -administrator/language/en-GB/en-GB.com_languages.sys.ini -administrator/language/en-GB/en-GB.com_login.ini -administrator/language/en-GB/en-GB.com_login.sys.ini -administrator/language/en-GB/en-GB.com_mailto.sys.ini -administrator/language/en-GB/en-GB.com_media.ini -administrator/language/en-GB/en-GB.com_media.sys.ini -administrator/language/en-GB/en-GB.com_menus.ini -administrator/language/en-GB/en-GB.com_menus.sys.ini -administrator/language/en-GB/en-GB.com_messages.ini -administrator/language/en-GB/en-GB.com_messages.sys.ini -administrator/language/en-GB/en-GB.com_modules.ini -administrator/language/en-GB/en-GB.com_modules.sys.ini -administrator/language/en-GB/en-GB.com_newsfeeds.ini -administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini -administrator/language/en-GB/en-GB.com_plugins.ini -administrator/language/en-GB/en-GB.com_plugins.sys.ini -administrator/language/en-GB/en-GB.com_redirect.ini -administrator/language/en-GB/en-GB.com_redirect.sys.ini -administrator/language/en-GB/en-GB.com_search.ini -administrator/language/en-GB/en-GB.com_search.sys.ini -administrator/language/en-GB/en-GB.com_templates.ini -administrator/language/en-GB/en-GB.com_templates.sys.ini -administrator/language/en-GB/en-GB.com_users.ini -administrator/language/en-GB/en-GB.com_users.sys.ini -administrator/language/en-GB/en-GB.com_weblinks.ini -administrator/language/en-GB/en-GB.com_weblinks.sys.ini -administrator/language/en-GB/en-GB.com_wrapper.ini -administrator/language/en-GB/en-GB.com_wrapper.sys.ini -administrator/language/en-GB/en-GB.ini -administrator/language/en-GB/en-GB.lib_joomla.ini -administrator/language/en-GB/en-GB.localise.php -administrator/language/en-GB/en-GB.mod_custom.ini -administrator/language/en-GB/en-GB.mod_custom.sys.ini -administrator/language/en-GB/en-GB.mod_feed.ini -administrator/language/en-GB/en-GB.mod_feed.sys.ini -administrator/language/en-GB/en-GB.mod_latest.ini -administrator/language/en-GB/en-GB.mod_latest.sys.ini -administrator/language/en-GB/en-GB.mod_logged.ini -administrator/language/en-GB/en-GB.mod_logged.sys.ini -administrator/language/en-GB/en-GB.mod_login.ini -administrator/language/en-GB/en-GB.mod_login.sys.ini -administrator/language/en-GB/en-GB.mod_menu.ini -administrator/language/en-GB/en-GB.mod_menu.sys.ini -administrator/language/en-GB/en-GB.mod_multilangstatus.ini -administrator/language/en-GB/en-GB.mod_multilangstatus.sys.ini -administrator/language/en-GB/en-GB.mod_online.ini -administrator/language/en-GB/en-GB.mod_online.sys.ini -administrator/language/en-GB/en-GB.mod_popular.ini -administrator/language/en-GB/en-GB.mod_popular.sys.ini -administrator/language/en-GB/en-GB.mod_quickicon.ini -administrator/language/en-GB/en-GB.mod_quickicon.sys.ini -administrator/language/en-GB/en-GB.mod_status.ini -administrator/language/en-GB/en-GB.mod_status.sys.ini -administrator/language/en-GB/en-GB.mod_submenu.ini -administrator/language/en-GB/en-GB.mod_submenu.sys.ini -administrator/language/en-GB/en-GB.mod_title.ini -administrator/language/en-GB/en-GB.mod_title.sys.ini -administrator/language/en-GB/en-GB.mod_toolbar.ini -administrator/language/en-GB/en-GB.mod_toolbar.sys.ini -administrator/language/en-GB/en-GB.mod_unread.ini -administrator/language/en-GB/en-GB.mod_unread.sys.ini -administrator/language/en-GB/en-GB.mod_version.ini -administrator/language/en-GB/en-GB.mod_version.sys.ini -administrator/language/en-GB/en-GB.plg_authentication_example.ini -administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini -administrator/language/en-GB/en-GB.plg_authentication_gmail.ini -administrator/language/en-GB/en-GB.plg_authentication_gmail.sys.ini -administrator/language/en-GB/en-GB.plg_authentication_joomla.ini -administrator/language/en-GB/en-GB.plg_authentication_joomla.sys.ini -administrator/language/en-GB/en-GB.plg_authentication_ldap.ini -administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini -administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini -administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini -administrator/language/en-GB/en-GB.plg_content_emailcloak.ini -administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini -administrator/language/en-GB/en-GB.plg_content_geshi.ini -administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini -administrator/language/en-GB/en-GB.plg_content_joomla.ini -administrator/language/en-GB/en-GB.plg_content_joomla.sys.ini -administrator/language/en-GB/en-GB.plg_content_loadmodule.ini -administrator/language/en-GB/en-GB.plg_content_loadmodule.sys.ini -administrator/language/en-GB/en-GB.plg_content_pagebreak.ini -administrator/language/en-GB/en-GB.plg_content_pagebreak.sys.ini -administrator/language/en-GB/en-GB.plg_content_pagenavigation.ini -administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini -administrator/language/en-GB/en-GB.plg_content_vote.ini -administrator/language/en-GB/en-GB.plg_content_vote.sys.ini -administrator/language/en-GB/en-GB.plg_editors_codemirror.ini -administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini -administrator/language/en-GB/en-GB.plg_editors_none.ini -administrator/language/en-GB/en-GB.plg_editors_none.sys.ini -administrator/language/en-GB/en-GB.plg_editors_tinymce.ini -administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini -administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini -administrator/language/en-GB/en-GB.plg_extension_joomla.ini -administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini -administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini -administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini -administrator/language/en-GB/en-GB.plg_search_categories.ini -administrator/language/en-GB/en-GB.plg_search_categories.sys.ini -administrator/language/en-GB/en-GB.plg_search_contacts.ini -administrator/language/en-GB/en-GB.plg_search_contacts.sys.ini -administrator/language/en-GB/en-GB.plg_search_content.ini -administrator/language/en-GB/en-GB.plg_search_content.sys.ini -administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini -administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini -administrator/language/en-GB/en-GB.plg_search_weblinks.ini -administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini -administrator/language/en-GB/en-GB.plg_system_cache.ini -administrator/language/en-GB/en-GB.plg_system_cache.sys.ini -administrator/language/en-GB/en-GB.plg_system_debug.ini -administrator/language/en-GB/en-GB.plg_system_debug.sys.ini -administrator/language/en-GB/en-GB.plg_system_highlight.ini -administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini -administrator/language/en-GB/en-GB.plg_system_languagefilter.ini -administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini -administrator/language/en-GB/en-GB.plg_system_log.ini -administrator/language/en-GB/en-GB.plg_system_logout.ini -administrator/language/en-GB/en-GB.plg_system_logout.sys.ini -administrator/language/en-GB/en-GB.plg_system_log.sys.ini -administrator/language/en-GB/en-GB.plg_system_p3p.ini -administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini -administrator/language/en-GB/en-GB.plg_system_redirect.ini -administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini -administrator/language/en-GB/en-GB.plg_system_remember.ini -administrator/language/en-GB/en-GB.plg_system_remember.sys.ini -administrator/language/en-GB/en-GB.plg_system_sef.ini -administrator/language/en-GB/en-GB.plg_system_sef.sys.ini -administrator/language/en-GB/en-GB.plg_user_contactcreator.ini -administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini -administrator/language/en-GB/en-GB.plg_user_joomla.ini -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/overrides/* -administrator/language/index.html -administrator/manifests/* -administrator/modules/mod_custom/* -administrator/modules/mod_feed/* -administrator/modules/mod_latest/* -administrator/modules/mod_logged/* -administrator/modules/mod_login/* -administrator/modules/mod_menu/* -administrator/modules/mod_multilangstatus/* -administrator/modules/mod_online/* -administrator/modules/mod_popular/* -administrator/modules/mod_quickicon/* -administrator/modules/mod_status/* -administrator/modules/mod_submenu/* -administrator/modules/mod_title/* -administrator/modules/mod_toolbar/* -administrator/modules/mod_unread/* -administrator/modules/mod_version/* -administrator/modules/index.html -administrator/templates/bluestork/* -administrator/templates/hathor/* -administrator/templates/system/* -administrator/templates/index.html -administrator/index.php -cache/* -cli/* -components/com_banners/* -components/com_contact/* -components/com_content/* -components/com_finder/* -components/com_mailto/* -components/com_media/* -components/com_newsfeeds/* -components/com_search/* -components/com_users/* -components/com_weblinks/* -components/com_wrapper/* -components/index.html -images/banners/* -images/sampledata/* -images/joomla* -images/index.html -images/powered_by.png -includes/* -installation/* -language/en-GB/en-GB.com_contact.ini -language/en-GB/en-GB.com_content.ini -language/en-GB/en-GB.com_mailto.ini -language/en-GB/en-GB.com_media.ini -language/en-GB/en-GB.com_messages.ini -language/en-GB/en-GB.com_newsfeeds.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 -language/en-GB/en-GB.com_wrapper.ini -language/en-GB/en-GB.files_joomla.sys.ini -language/en-GB/en-GB.ini -language/en-GB/en-GB.lib_joomla.ini -language/en-GB/en-GB.localise.php -language/en-GB/en-GB.mod_articles_archive.ini -language/en-GB/en-GB.mod_articles_archive.sys.ini -language/en-GB/en-GB.mod_articles_categories.ini -language/en-GB/en-GB.mod_articles_categories.sys.ini -language/en-GB/en-GB.mod_articles_category.ini -language/en-GB/en-GB.mod_articles_category.sys.ini -language/en-GB/en-GB.mod_articles_latest.ini -language/en-GB/en-GB.mod_articles_latest.sys.ini -language/en-GB/en-GB.mod_articles_news.ini -language/en-GB/en-GB.mod_articles_news.sys.ini -language/en-GB/en-GB.mod_articles_popular.ini -language/en-GB/en-GB.mod_articles_popular.sys.ini -language/en-GB/en-GB.mod_banners.ini -language/en-GB/en-GB.mod_banners.sys.ini -language/en-GB/en-GB.mod_breadcrumbs.ini -language/en-GB/en-GB.mod_breadcrumbs.sys.ini -language/en-GB/en-GB.mod_custom.ini -language/en-GB/en-GB.mod_custom.sys.ini -language/en-GB/en-GB.mod_feed.ini -language/en-GB/en-GB.mod_feed.sys.ini -language/en-GB/en-GB.mod_footer.ini -language/en-GB/en-GB.mod_footer.sys.ini -language/en-GB/en-GB.mod_languages.ini -language/en-GB/en-GB.mod_languages.sys.ini -language/en-GB/en-GB.mod_login.ini -language/en-GB/en-GB.mod_login.sys.ini -language/en-GB/en-GB.mod_menu.ini -language/en-GB/en-GB.mod_menu.sys.ini -language/en-GB/en-GB.mod_random_image.ini -language/en-GB/en-GB.mod_random_image.sys.ini -language/en-GB/en-GB.mod_related_items.ini -language/en-GB/en-GB.mod_related_items.sys.ini -language/en-GB/en-GB.mod_search.ini -language/en-GB/en-GB.mod_search.sys.ini -language/en-GB/en-GB.mod_stats.ini -language/en-GB/en-GB.mod_stats.sys.ini -language/en-GB/en-GB.mod_syndicate.ini -language/en-GB/en-GB.mod_syndicate.sys.ini -language/en-GB/en-GB.mod_users_latest.ini -language/en-GB/en-GB.mod_users_latest.sys.ini -language/en-GB/en-GB.mod_weblinks.ini -language/en-GB/en-GB.mod_weblinks.sys.ini -language/en-GB/en-GB.mod_whosonline.ini -language/en-GB/en-GB.mod_whosonline.sys.ini -language/en-GB/en-GB.mod_wrapper.ini -language/en-GB/en-GB.mod_wrapper.sys.ini -language/en-GB/en-GB.tpl_atomic.ini -language/en-GB/en-GB.tpl_atomic.sys.ini -language/en-GB/en-GB.tpl_beez_20.ini -language/en-GB/en-GB.tpl_beez_20.sys.ini -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 -libraries/cms.php -libraries/cms/* -libraries/joomla/* -libraries/phpmailer/* -libraries/phputf8/* -libraries/simplepie/* -libraries/index.html -libraries/import.php -libraries/loader.php -libraries/platform.php -logs/* -media/cms/* -media/com_finder/* -media/contacts/* -media/editors/* -media/mailto/* -media/media/* -media/mod_languages/* -media/overrider/* -media/plg_quickicon_extensionupdate/* -media/plg_quickicon_joomlaupdate/* -media/plg_system_highlight/* -media/system/* -media/index.html -modules/mod_articles_archive/* -modules/mod_articles_categories/* -modules/mod_articles_category/* -modules/mod_articles_latest/* -modules/mod_articles_news/* -modules/mod_articles_popular/* -modules/mod_banners/* -modules/mod_breadcrumbs/* -modules/mod_custom/* -modules/mod_feed/* -modules/mod_finder/* -modules/mod_footer/* -modules/mod_languages/* -modules/mod_login/* -modules/mod_menu/* -modules/mod_random_image/* -modules/mod_related_items/* -modules/mod_search/* -modules/mod_stats/* -modules/mod_syndicate/* -modules/mod_users_latest/* -modules/mod_weblinks/* -modules/mod_whosonline/* -modules/mod_wrapper/* -modules/index.html -plugins/authentication/example/* -plugins/authentication/gmail/* -plugins/authentication/joomla/* -plugins/authentication/ldap/* -plugins/authentication/index.html -plugins/captcha/recaptcha/* -plugins/content/emailcloak/* -plugins/content/example/* -plugins/content/finder/* -plugins/content/geshi/* -plugins/content/joomla/* -plugins/content/loadmodule/* -plugins/content/pagebreak/* -plugins/content/pagenavigation/* -plugins/content/vote/* -plugins/content/index.html -plugins/editors/codemirror/* -plugins/editors/none/* -plugins/editors/tinymce/* -plugins/editors/index.html -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/weblinks/* -plugins/quickicon/extensionupdate/* -plugins/quickicon/joomlaupdate/* -plugins/search/categories/* -plugins/search/contacts/* -plugins/search/content/* -plugins/search/newsfeeds/* -plugins/search/weblinks/* -plugins/search/index.html -plugins/system/cache/* -plugins/system/debug/* -plugins/system/highlight/* -plugins/system/languagecode/* -plugins/system/languagefilter/* -plugins/system/log/* -plugins/system/logout/* -plugins/system/p3p/* -plugins/system/redirect/* -plugins/system/remember/* -plugins/system/sef/* -plugins/system/index.html -plugins/user/contactcreator/* -plugins/user/example/* -plugins/user/joomla/* -plugins/user/profile/* -plugins/user/index.html -plugins/index.html -templates/atomic/* -templates/beez_20/* -templates/beez5/* -templates/system/* -templates/index.html -tmp/* -configuration.php -index.php -joomla.xml -*.txt +/.gitignore +/.htaccess +/administrator/cache/* +/administrator/components/com_admin/* +/administrator/components/com_banners/* +/administrator/components/com_cache/* +/administrator/components/com_categories/* +/administrator/components/com_checkin/* +/administrator/components/com_config/* +/administrator/components/com_contact/* +/administrator/components/com_content/* +/administrator/components/com_cpanel/* +/administrator/components/com_finder/* +/administrator/components/com_installer/* +/administrator/components/com_languages/* +/administrator/components/com_login/* +/administrator/components/com_media/* +/administrator/components/com_menus/* +/administrator/components/com_messages/* +/administrator/components/com_modules/* +/administrator/components/com_newsfeeds/* +/administrator/components/com_plugins/* +/administrator/components/com_redirect/* +/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/ +/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 +/administrator/language/en-GB/en-GB.com_banners.sys.ini +/administrator/language/en-GB/en-GB.com_cache.ini +/administrator/language/en-GB/en-GB.com_cache.sys.ini +/administrator/language/en-GB/en-GB.com_categories.ini +/administrator/language/en-GB/en-GB.com_categories.sys.ini +/administrator/language/en-GB/en-GB.com_checkin.ini +/administrator/language/en-GB/en-GB.com_checkin.sys.ini +/administrator/language/en-GB/en-GB.com_config.ini +/administrator/language/en-GB/en-GB.com_config.sys.ini +/administrator/language/en-GB/en-GB.com_contact.ini +/administrator/language/en-GB/en-GB.com_contact.sys.ini +/administrator/language/en-GB/en-GB.com_content.ini +/administrator/language/en-GB/en-GB.com_content.sys.ini +/administrator/language/en-GB/en-GB.com_cpanel.ini +/administrator/language/en-GB/en-GB.com_cpanel.sys.ini +/administrator/language/en-GB/en-GB.com_finder.ini +/administrator/language/en-GB/en-GB.com_finder.sys.ini +/administrator/language/en-GB/en-GB.com_installer.ini +/administrator/language/en-GB/en-GB.com_installer.sys.ini +/administrator/language/en-GB/en-GB.com_languages.ini +/administrator/language/en-GB/en-GB.com_languages.sys.ini +/administrator/language/en-GB/en-GB.com_login.ini +/administrator/language/en-GB/en-GB.com_login.sys.ini +/administrator/language/en-GB/en-GB.com_mailto.sys.ini +/administrator/language/en-GB/en-GB.com_media.ini +/administrator/language/en-GB/en-GB.com_media.sys.ini +/administrator/language/en-GB/en-GB.com_menus.ini +/administrator/language/en-GB/en-GB.com_menus.sys.ini +/administrator/language/en-GB/en-GB.com_messages.ini +/administrator/language/en-GB/en-GB.com_messages.sys.ini +/administrator/language/en-GB/en-GB.com_modules.ini +/administrator/language/en-GB/en-GB.com_modules.sys.ini +/administrator/language/en-GB/en-GB.com_newsfeeds.ini +/administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.com_plugins.ini +/administrator/language/en-GB/en-GB.com_plugins.sys.ini +/administrator/language/en-GB/en-GB.com_redirect.ini +/administrator/language/en-GB/en-GB.com_redirect.sys.ini +/administrator/language/en-GB/en-GB.com_search.ini +/administrator/language/en-GB/en-GB.com_search.sys.ini +/administrator/language/en-GB/en-GB.com_templates.ini +/administrator/language/en-GB/en-GB.com_templates.sys.ini +/administrator/language/en-GB/en-GB.com_users.ini +/administrator/language/en-GB/en-GB.com_users.sys.ini +/administrator/language/en-GB/en-GB.com_weblinks.ini +/administrator/language/en-GB/en-GB.com_weblinks.sys.ini +/administrator/language/en-GB/en-GB.com_wrapper.ini +/administrator/language/en-GB/en-GB.com_wrapper.sys.ini +/administrator/language/en-GB/en-GB.ini +/administrator/language/en-GB/en-GB.lib_joomla.ini +/administrator/language/en-GB/en-GB.localise.php +/administrator/language/en-GB/en-GB.mod_custom.ini +/administrator/language/en-GB/en-GB.mod_custom.sys.ini +/administrator/language/en-GB/en-GB.mod_feed.ini +/administrator/language/en-GB/en-GB.mod_feed.sys.ini +/administrator/language/en-GB/en-GB.mod_latest.ini +/administrator/language/en-GB/en-GB.mod_latest.sys.ini +/administrator/language/en-GB/en-GB.mod_logged.ini +/administrator/language/en-GB/en-GB.mod_logged.sys.ini +/administrator/language/en-GB/en-GB.mod_login.ini +/administrator/language/en-GB/en-GB.mod_login.sys.ini +/administrator/language/en-GB/en-GB.mod_menu.ini +/administrator/language/en-GB/en-GB.mod_menu.sys.ini +/administrator/language/en-GB/en-GB.mod_multilangstatus.ini +/administrator/language/en-GB/en-GB.mod_multilangstatus.sys.ini +/administrator/language/en-GB/en-GB.mod_online.ini +/administrator/language/en-GB/en-GB.mod_online.sys.ini +/administrator/language/en-GB/en-GB.mod_popular.ini +/administrator/language/en-GB/en-GB.mod_popular.sys.ini +/administrator/language/en-GB/en-GB.mod_quickicon.ini +/administrator/language/en-GB/en-GB.mod_quickicon.sys.ini +/administrator/language/en-GB/en-GB.mod_status.ini +/administrator/language/en-GB/en-GB.mod_status.sys.ini +/administrator/language/en-GB/en-GB.mod_submenu.ini +/administrator/language/en-GB/en-GB.mod_submenu.sys.ini +/administrator/language/en-GB/en-GB.mod_title.ini +/administrator/language/en-GB/en-GB.mod_title.sys.ini +/administrator/language/en-GB/en-GB.mod_toolbar.ini +/administrator/language/en-GB/en-GB.mod_toolbar.sys.ini +/administrator/language/en-GB/en-GB.mod_unread.ini +/administrator/language/en-GB/en-GB.mod_unread.sys.ini +/administrator/language/en-GB/en-GB.mod_version.ini +/administrator/language/en-GB/en-GB.mod_version.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_example.ini +/administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_gmail.ini +/administrator/language/en-GB/en-GB.plg_authentication_gmail.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_joomla.ini +/administrator/language/en-GB/en-GB.plg_authentication_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_ldap.ini +/administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini +/administrator/language/en-GB/en-GB.plg_content_emailcloak.ini +/administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini +/administrator/language/en-GB/en-GB.plg_content_geshi.ini +/administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini +/administrator/language/en-GB/en-GB.plg_content_joomla.ini +/administrator/language/en-GB/en-GB.plg_content_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_content_loadmodule.ini +/administrator/language/en-GB/en-GB.plg_content_loadmodule.sys.ini +/administrator/language/en-GB/en-GB.plg_content_pagebreak.ini +/administrator/language/en-GB/en-GB.plg_content_pagebreak.sys.ini +/administrator/language/en-GB/en-GB.plg_content_pagenavigation.ini +/administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini +/administrator/language/en-GB/en-GB.plg_content_vote.ini +/administrator/language/en-GB/en-GB.plg_content_vote.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini +/administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_none.ini +/administrator/language/en-GB/en-GB.plg_editors_none.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_tinymce.ini +/administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini +/administrator/language/en-GB/en-GB.plg_extension_joomla.ini +/administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini +/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini +/administrator/language/en-GB/en-GB.plg_search_categories.ini +/administrator/language/en-GB/en-GB.plg_search_categories.sys.ini +/administrator/language/en-GB/en-GB.plg_search_contacts.ini +/administrator/language/en-GB/en-GB.plg_search_contacts.sys.ini +/administrator/language/en-GB/en-GB.plg_search_content.ini +/administrator/language/en-GB/en-GB.plg_search_content.sys.ini +/administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini +/administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.plg_search_weblinks.ini +/administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_system_cache.ini +/administrator/language/en-GB/en-GB.plg_system_cache.sys.ini +/administrator/language/en-GB/en-GB.plg_system_debug.ini +/administrator/language/en-GB/en-GB.plg_system_debug.sys.ini +/administrator/language/en-GB/en-GB.plg_system_highlight.ini +/administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini +/administrator/language/en-GB/en-GB.plg_system_languagefilter.ini +/administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini +/administrator/language/en-GB/en-GB.plg_system_log.ini +/administrator/language/en-GB/en-GB.plg_system_logout.ini +/administrator/language/en-GB/en-GB.plg_system_logout.sys.ini +/administrator/language/en-GB/en-GB.plg_system_log.sys.ini +/administrator/language/en-GB/en-GB.plg_system_p3p.ini +/administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini +/administrator/language/en-GB/en-GB.plg_system_redirect.ini +/administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini +/administrator/language/en-GB/en-GB.plg_system_remember.ini +/administrator/language/en-GB/en-GB.plg_system_remember.sys.ini +/administrator/language/en-GB/en-GB.plg_system_sef.ini +/administrator/language/en-GB/en-GB.plg_system_sef.sys.ini +/administrator/language/en-GB/en-GB.plg_user_contactcreator.ini +/administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini +/administrator/language/en-GB/en-GB.plg_user_joomla.ini +/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/overrides/* +/administrator/language/index.html +/administrator/manifests/* +/administrator/modules/mod_custom/* +/administrator/modules/mod_feed/* +/administrator/modules/mod_latest/* +/administrator/modules/mod_logged/* +/administrator/modules/mod_login/* +/administrator/modules/mod_menu/* +/administrator/modules/mod_multilangstatus/* +/administrator/modules/mod_online/* +/administrator/modules/mod_popular/* +/administrator/modules/mod_quickicon/* +/administrator/modules/mod_status/* +/administrator/modules/mod_submenu/* +/administrator/modules/mod_title/* +/administrator/modules/mod_toolbar/* +/administrator/modules/mod_unread/* +/administrator/modules/mod_version/* +/administrator/modules/index.html +/administrator/templates/bluestork/* +/administrator/templates/hathor/* +/administrator/templates/system/* +/administrator/templates/index.html +/administrator/index.php +/cache/* +/cli/* +/components/com_banners/* +/components/com_contact/* +/components/com_content/* +/components/com_finder/* +/components/com_mailto/* +/components/com_media/* +/components/com_newsfeeds/* +/components/com_search/* +/components/com_users/* +/components/com_weblinks/* +/components/com_wrapper/* +/components/index.html +/images/banners/* +/images/sampledata/* +/images/joomla* +/images/index.html +/images/powered_by.png +/includes/* +/installation/* +/language/en-GB/en-GB.com_contact.ini +/language/en-GB/en-GB.com_content.ini +/language/en-GB/en-GB.com_mailto.ini +/language/en-GB/en-GB.com_media.ini +/language/en-GB/en-GB.com_messages.ini +/language/en-GB/en-GB.com_newsfeeds.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 +/language/en-GB/en-GB.com_wrapper.ini +/language/en-GB/en-GB.files_joomla.sys.ini +/language/en-GB/en-GB.ini +/language/en-GB/en-GB.lib_joomla.ini +/language/en-GB/en-GB.localise.php +/language/en-GB/en-GB.mod_articles_archive.ini +/language/en-GB/en-GB.mod_articles_archive.sys.ini +/language/en-GB/en-GB.mod_articles_categories.ini +/language/en-GB/en-GB.mod_articles_categories.sys.ini +/language/en-GB/en-GB.mod_articles_category.ini +/language/en-GB/en-GB.mod_articles_category.sys.ini +/language/en-GB/en-GB.mod_articles_latest.ini +/language/en-GB/en-GB.mod_articles_latest.sys.ini +/language/en-GB/en-GB.mod_articles_news.ini +/language/en-GB/en-GB.mod_articles_news.sys.ini +/language/en-GB/en-GB.mod_articles_popular.ini +/language/en-GB/en-GB.mod_articles_popular.sys.ini +/language/en-GB/en-GB.mod_banners.ini +/language/en-GB/en-GB.mod_banners.sys.ini +/language/en-GB/en-GB.mod_breadcrumbs.ini +/language/en-GB/en-GB.mod_breadcrumbs.sys.ini +/language/en-GB/en-GB.mod_custom.ini +/language/en-GB/en-GB.mod_custom.sys.ini +/language/en-GB/en-GB.mod_feed.ini +/language/en-GB/en-GB.mod_feed.sys.ini +/language/en-GB/en-GB.mod_footer.ini +/language/en-GB/en-GB.mod_footer.sys.ini +/language/en-GB/en-GB.mod_languages.ini +/language/en-GB/en-GB.mod_languages.sys.ini +/language/en-GB/en-GB.mod_login.ini +/language/en-GB/en-GB.mod_login.sys.ini +/language/en-GB/en-GB.mod_menu.ini +/language/en-GB/en-GB.mod_menu.sys.ini +/language/en-GB/en-GB.mod_random_image.ini +/language/en-GB/en-GB.mod_random_image.sys.ini +/language/en-GB/en-GB.mod_related_items.ini +/language/en-GB/en-GB.mod_related_items.sys.ini +/language/en-GB/en-GB.mod_search.ini +/language/en-GB/en-GB.mod_search.sys.ini +/language/en-GB/en-GB.mod_stats.ini +/language/en-GB/en-GB.mod_stats.sys.ini +/language/en-GB/en-GB.mod_syndicate.ini +/language/en-GB/en-GB.mod_syndicate.sys.ini +/language/en-GB/en-GB.mod_users_latest.ini +/language/en-GB/en-GB.mod_users_latest.sys.ini +/language/en-GB/en-GB.mod_weblinks.ini +/language/en-GB/en-GB.mod_weblinks.sys.ini +/language/en-GB/en-GB.mod_whosonline.ini +/language/en-GB/en-GB.mod_whosonline.sys.ini +/language/en-GB/en-GB.mod_wrapper.ini +/language/en-GB/en-GB.mod_wrapper.sys.ini +/language/en-GB/en-GB.tpl_atomic.ini +/language/en-GB/en-GB.tpl_atomic.sys.ini +/language/en-GB/en-GB.tpl_beez_20.ini +/language/en-GB/en-GB.tpl_beez_20.sys.ini +/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 +/libraries/cms.php +/libraries/cms/* +/libraries/joomla/* +/libraries/phpmailer/* +/libraries/phputf8/* +/libraries/simplepie/* +/libraries/index.html +/libraries/import.php +/libraries/loader.php +/libraries/platform.php +/logs/* +/media/cms/* +/media/com_finder/* +/media/contacts/* +/media/editors/* +/media/mailto/* +/media/media/* +/media/mod_languages/* +/media/overrider/* +/media/plg_quickicon_extensionupdate/* +/media/plg_quickicon_joomlaupdate/* +/media/plg_system_highlight/* +/media/system/* +/media/index.html +/modules/mod_articles_archive/* +/modules/mod_articles_categories/* +/modules/mod_articles_category/* +/modules/mod_articles_latest/* +/modules/mod_articles_news/* +/modules/mod_articles_popular/* +/modules/mod_banners/* +/modules/mod_breadcrumbs/* +/modules/mod_custom/* +/modules/mod_feed/* +/modules/mod_finder/* +/modules/mod_footer/* +/modules/mod_languages/* +/modules/mod_login/* +/modules/mod_menu/* +/modules/mod_random_image/* +/modules/mod_related_items/* +/modules/mod_search/* +/modules/mod_stats/* +/modules/mod_syndicate/* +/modules/mod_users_latest/* +/modules/mod_weblinks/* +/modules/mod_whosonline/* +/modules/mod_wrapper/* +/modules/index.html +/plugins/authentication/example/* +/plugins/authentication/gmail/* +/plugins/authentication/joomla/* +/plugins/authentication/ldap/* +/plugins/authentication/index.html +/plugins/captcha/recaptcha/* +/plugins/content/emailcloak/* +/plugins/content/example/* +/plugins/content/finder/* +/plugins/content/geshi/* +/plugins/content/joomla/* +/plugins/content/loadmodule/* +/plugins/content/pagebreak/* +/plugins/content/pagenavigation/* +/plugins/content/vote/* +/plugins/content/index.html +/plugins/editors/codemirror/* +/plugins/editors/none/* +/plugins/editors/tinymce/* +/plugins/editors/index.html +/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/weblinks/* +/plugins/quickicon/extensionupdate/* +/plugins/quickicon/joomlaupdate/* +/plugins/search/categories/* +/plugins/search/contacts/* +/plugins/search/content/* +/plugins/search/newsfeeds/* +/plugins/search/weblinks/* +/plugins/search/index.html +/plugins/system/cache/* +/plugins/system/debug/* +/plugins/system/highlight/* +/plugins/system/languagecode/* +/plugins/system/languagefilter/* +/plugins/system/log/* +/plugins/system/logout/* +/plugins/system/p3p/* +/plugins/system/redirect/* +/plugins/system/remember/* +/plugins/system/sef/* +/plugins/system/index.html +/plugins/user/contactcreator/* +/plugins/user/example/* +/plugins/user/joomla/* +/plugins/user/profile/* +/plugins/user/index.html +/plugins/index.html +/templates/atomic/* +/templates/beez_20/* +/templates/beez5/* +/templates/system/* +/templates/index.html +/tmp/* +/configuration.php +/index.php +/joomla.xml +/*.txt From e3fd0442686165da9d6a11534988d0ec1329537b Mon Sep 17 00:00:00 2001 From: minsOne Date: Wed, 27 Nov 2013 14:40:07 +0900 Subject: [PATCH 0337/2185] Added ipa file to Objective-C.gitignore --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 147fc44544..d0ce7de7b3 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -17,6 +17,7 @@ profile *.moved-aside DerivedData *.hmap +*.ipa # CocoaPods Pods From 277b8358f8c43cefbd8d43348744331c52cf29f1 Mon Sep 17 00:00:00 2001 From: Philipp Marek Date: Wed, 20 Nov 2013 09:21:26 +0100 Subject: [PATCH 0338/2185] Added file for Common Lisp. --- CommonLisp.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CommonLisp.gitignore diff --git a/CommonLisp.gitignore b/CommonLisp.gitignore new file mode 100644 index 0000000000..4806e580b6 --- /dev/null +++ b/CommonLisp.gitignore @@ -0,0 +1,3 @@ +*.FASL +*.fasl +*.lisp-temp From 48b7b84b62d2d8b68c48251043ff3925f29ea4e5 Mon Sep 17 00:00:00 2001 From: Steve Woodruff Date: Wed, 27 Nov 2013 09:30:56 -0500 Subject: [PATCH 0339/2185] Java ME update for .mtj.tmp --- Java.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java.gitignore b/Java.gitignore index c27228f819..009ce166d0 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,7 +1,7 @@ *.class # Mobile Tools for Java (J2ME) -.mtj-tmp +.mtj.tmp/ # Package Files # *.jar From 1c580917237baddaf69ec47cd231c04a0808e4ce Mon Sep 17 00:00:00 2001 From: Jens Jahnke Date: Wed, 27 Nov 2013 17:30:57 +0100 Subject: [PATCH 0340/2185] Explanations for ignoring the cache directory I wrote a more explanatory comment regarding the cache directory and why it is ignored. --- SugarCRM.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 07ee1ce50d..842c3ec518 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -1,7 +1,11 @@ ## SugarCRM # Ignore custom .htaccess stuff. /.htaccess -# Ignore the cache directory completely. ATTENTION! This will break things! +# Ignore the cache directory completely. +# This will break the current behaviour. Which was often leading to +# the misuse of the repository as backup replacement. +# For development the cache directory can be safely ignored and +# therefore it is ignored. /cache/ # Ignore some files and directories from the custom directory. /custom/history/ From c65905abd2cc57de72110972ddd7899e1e280587 Mon Sep 17 00:00:00 2001 From: Richard Astbury Date: Fri, 29 Nov 2013 20:22:42 +0000 Subject: [PATCH 0341/2185] added node_modules --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c273fc5c4d..717d309260 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -142,6 +142,7 @@ ClientBin/ *.[Pp]ublish.xml *.pfx *.publishsettings +node_modules/ # RIA/Silverlight projects Generated_Code/ From 8f2db01f1d12df0f6d426c85aef1dc1cb1749350 Mon Sep 17 00:00:00 2001 From: Jota Junior Date: Mon, 2 Dec 2013 19:15:00 -0200 Subject: [PATCH 0342/2185] Remove astherisk before trailing slash --- Phalcon.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Phalcon.gitignore b/Phalcon.gitignore index 1cfc0c9d87..5eab0c56d7 100644 --- a/Phalcon.gitignore +++ b/Phalcon.gitignore @@ -1,2 +1,2 @@ -*/cache/* -*/config/development/* +/cache/* +/config/development/* From 34f93ffcbc5a6ff6918fb48d5c4d448658b50c4b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 3 Dec 2013 14:47:58 +0100 Subject: [PATCH 0343/2185] Created Zend Framework 2 gitignore file --- ZendFramework2.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ZendFramework2.gitignore diff --git a/ZendFramework2.gitignore b/ZendFramework2.gitignore new file mode 100644 index 0000000000..645d9318df --- /dev/null +++ b/ZendFramework2.gitignore @@ -0,0 +1,22 @@ +# License and readme +INSTALL* +LICENSE* +README* + +# Composer files +composer.lock +composer.phar +vendor/ + +# Local configs +config/autoload/*local.php + +# Binary gettext files +*.po + +# Data +log/ +logs/ +cache/ +temp/ +tmp/ \ No newline at end of file From c2351631b7671f375542ce4f43bb9142b17d6d8b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 3 Dec 2013 14:51:50 +0100 Subject: [PATCH 0344/2185] Included missing new line --- ZendFramework2.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZendFramework2.gitignore b/ZendFramework2.gitignore index 645d9318df..526a85cc94 100644 --- a/ZendFramework2.gitignore +++ b/ZendFramework2.gitignore @@ -19,4 +19,4 @@ log/ logs/ cache/ temp/ -tmp/ \ No newline at end of file +tmp/ From 54343272439bfa146098a5e4cb36de0e88d4a066 Mon Sep 17 00:00:00 2001 From: Steve Hulet Date: Mon, 9 Dec 2013 21:21:57 -0800 Subject: [PATCH 0345/2185] Remove duplicate rule --- VisualStudio.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c273fc5c4d..15ecea935b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -114,7 +114,7 @@ DocProject/Help/html publish/ # Publish Web Output -*.Publish.xml +*.[Pp]ublish.xml *.azurePubxml # NuGet Packages Directory @@ -139,7 +139,6 @@ ClientBin/ *~ *.dbmdl *.dbproj.schemaview -*.[Pp]ublish.xml *.pfx *.publishsettings From 402607d59360bf3d3d3128b154c727080781259d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Niederges=C3=A4=C3=9F?= Date: Thu, 12 Dec 2013 16:10:56 +0100 Subject: [PATCH 0346/2185] Update to Magento 1.8.x --- Magento.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Magento.gitignore b/Magento.gitignore index 7eac466321..db650756e2 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,6 +1,7 @@ .modgit/ app/code/community/Find/ app/code/community/Phoenix/ +app/code/community/Cm/ app/code/core/ app/design/adminhtml/default/default/ app/design/adminhtml/default/find/ @@ -33,6 +34,7 @@ app/etc/modules/Mage_Weee.xml app/etc/modules/Mage_Widget.xml app/etc/modules/Mage_XmlConnect.xml app/etc/modules/Phoenix_Moneybookers.xml +app/etc/modules/Cm_RedisSession.xml app/etc/config.xml app/etc/enterprise.xml app/etc/local.xml.additional @@ -77,6 +79,9 @@ lib/PEAR/ lib/phpseclib/ lib/Varien/ lib/Zend/ +lib/Cm/ +lib/Credis/ +lib/Magento/ LICENSE_AFL.txt LICENSE.html LICENSE.txt @@ -89,7 +94,7 @@ media/.htaccess media/import/ media/xmlconnect/ media/catalog/product/cache/ - +api.php nbproject/ pear pear/ From 33dd88ab847ae615028c9981d6e12b53cbcd6799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Sat, 14 Dec 2013 12:07:26 -0200 Subject: [PATCH 0347/2185] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 50a87264a6..3a025debbc 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -6,6 +6,9 @@ __pycache__/ *.so # Distribution / packaging +.Python +env/ +include/ bin/ build/ develop-eggs/ From 9a2da2793576df0b0f33e34b90870356cd2a285a Mon Sep 17 00:00:00 2001 From: Shawn Davenport Date: Sat, 14 Dec 2013 12:55:32 -0600 Subject: [PATCH 0348/2185] Rails: Ignore the new home of secret_key_base. --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index b4be5c7bbd..ce568526c7 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -13,6 +13,7 @@ capybara-*.html rerun.txt pickle-email-*.html config/initializers/secret_token.rb +config/secret.yml ## Environment normalisation: /.bundle From 8c525145acc11c5174027fdbed92de2c80754fc6 Mon Sep 17 00:00:00 2001 From: Shawn Davenport Date: Sat, 14 Dec 2013 12:58:17 -0600 Subject: [PATCH 0349/2185] secrets.yml, not secret. --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index ce568526c7..5645440319 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -13,7 +13,7 @@ capybara-*.html rerun.txt pickle-email-*.html config/initializers/secret_token.rb -config/secret.yml +config/secrets.yml ## Environment normalisation: /.bundle From 1d724a505e84e153183fa02474bdeb1d4641b4f2 Mon Sep 17 00:00:00 2001 From: andrewwutw Date: Tue, 17 Dec 2013 15:06:57 +0800 Subject: [PATCH 0350/2185] Added SCons.gitignore --- SCons.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 SCons.gitignore diff --git a/SCons.gitignore b/SCons.gitignore new file mode 100644 index 0000000000..39d9743a08 --- /dev/null +++ b/SCons.gitignore @@ -0,0 +1,2 @@ +# for projects that use SCons for building: http://http://www.scons.org/ +.sconsign.dblite From 5f10e35598807dc8778276459421b7454df8bede Mon Sep 17 00:00:00 2001 From: Arinto Murdopo Date: Wed, 25 Dec 2013 07:35:59 +0800 Subject: [PATCH 0351/2185] Add "dist" and ".cache" folders for Play 2.2.x Link: http://www.playframework.com/documentation/2.2.x/Anatomy --- PlayFramework.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index ed27485a79..3bf0228958 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -15,3 +15,5 @@ test-result server.pid *.iml *.eml +dist +.cache From 791e8ed0aea099348c949c0b8792cee513b40226 Mon Sep 17 00:00:00 2001 From: Arinto Murdopo Date: Wed, 25 Dec 2013 07:48:34 +0800 Subject: [PATCH 0352/2185] Add output directory of sbteclipse plugin, which is ".target" directory. --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 7272776153..984a6eff19 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,5 +23,8 @@ local.properties # PDT-specific .buildpath +# sbteclipse plugin +.target + # TeXlipse plugin .texlipse From 8209359a888a31b1fd94a4e5ef0524ea6b61e25c Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 26 Dec 2013 23:53:21 +0000 Subject: [PATCH 0353/2185] Ignore grunt and lcov build files in Node projects --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c84ba2584c..cfbee8d8bd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,4 +1,5 @@ lib-cov +lcov.info *.seed *.log *.csv @@ -11,5 +12,6 @@ pids logs results build +.grunt node_modules From 68c34eff0ec3ce9b32051414be06a69eee9e44ce Mon Sep 17 00:00:00 2001 From: Stijn-Flipper Date: Sat, 28 Dec 2013 17:16:38 +0100 Subject: [PATCH 0354/2185] also ignore sensitive configuration data --- WordPress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/WordPress.gitignore b/WordPress.gitignore index 8e22e0e2fb..017e193628 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -10,3 +10,4 @@ sitemap.xml wp-content/cache/ wp-content/backups/ sitemap.xml.gz +wp-config.php From e0077c3900b074f0e3bfe3668cd2c305726d4979 Mon Sep 17 00:00:00 2001 From: Mickey Puri Date: Wed, 1 Jan 2014 15:19:20 +0000 Subject: [PATCH 0355/2185] fixed handling of nuget packages --- VisualStudio.gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 15ecea935b..874a9735c7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -16,9 +16,6 @@ bld/ [Bb]in/ [Oo]bj/ -# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets -!packages/*/build/ - # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* @@ -119,10 +116,14 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line -#packages/ +#packages/* ## TODO: If the tool you use requires repositories.config, also 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) +!packages/build/ + # Windows Azure Build Output csx/ *.build.csdef From 446ba8454df37bd49361c2e44c592e393b0ddc09 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Thu, 2 Jan 2014 16:51:35 -0800 Subject: [PATCH 0356/2185] Update Cloud9.gitignore The next version of Cloud9 will use a top-level .c9 folder in the workspace for settings and metadata. --- Global/Cloud9.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Cloud9.gitignore b/Global/Cloud9.gitignore index b9f8a369f6..3f4384df50 100644 --- a/Global/Cloud9.gitignore +++ b/Global/Cloud9.gitignore @@ -1,2 +1,3 @@ # Cloud9 IDE - http://c9.io .c9revisions +.c9 From d79a88b29f279d9b6614f790d1d2217350777b46 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Thu, 2 Jan 2014 20:02:57 -0500 Subject: [PATCH 0357/2185] Refactor Node.gitignore with comments The "build" directory is lost in this refactor, as many JS projects do wish to include a minified/concatenated version of their source in the "build" folder in source control. --- Node.gitignore | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c84ba2584c..312374811a 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,15 +1,28 @@ -lib-cov -*.seed +# Semi-general patterns + +## Logs +logs *.log + +## Runtime data +pids +*.pid +*.seed + +## Run / build output +results *.csv *.dat *.out -*.pid *.gz -pids -logs -results -build +# JS-specific patterns + +## Directory for files generated by jscoverage/JSCover +lib-cov + +# Node-specific patterns +## You may want to comment this out in certain scenarios: +## see http://www.futurealoof.com/posts/nodemodules-in-git.html node_modules From 935e9b456077ad38e681aac78bfbe4dfbc2c1c13 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 7 Jan 2014 01:37:13 -0800 Subject: [PATCH 0358/2185] Clarify node_modules comment Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post --- Node.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 312374811a..565755e9ff 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,6 +23,7 @@ lib-cov # Node-specific patterns -## You may want to comment this out in certain scenarios: -## see http://www.futurealoof.com/posts/nodemodules-in-git.html +## Dependency directory +## Deployed apps should consider commenting this line out: +## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules From b0440f97cc6660181cb014f4c994a9868774106b Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 7 Jan 2014 01:49:40 -0800 Subject: [PATCH 0359/2185] Add build/Release to Node gitignore This re-covers the http://nodejs.org/api/addons.html case for which the "build" directory was added in 00686415c4, but doesn't break cross-environment projects that use the build directory for including concatenated/minified source. Mazel tov! --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 565755e9ff..f23872f669 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,6 +23,9 @@ lib-cov # Node-specific patterns +## Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + ## Dependency directory ## Deployed apps should consider commenting this line out: ## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git From 8845a345c0d325b2cdd33c5b10b7cacb3a152cea Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 7 Jan 2014 02:27:32 -0800 Subject: [PATCH 0360/2185] Add `coverage` directory, rename coverage heading --- Node.gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index f23872f669..faa648a6a0 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -16,11 +16,14 @@ results *.out *.gz -# JS-specific patterns +# Code coverage patterns -## Directory for files generated by jscoverage/JSCover +## Directory for coverage-hooked libs generated by jscoverage/JSCover lib-cov +## Coverage directory used by tools like istanbul +coverage + # Node-specific patterns ## Compiled binary addons (http://nodejs.org/api/addons.html) From bdf8aec8f9844efc53910fea78db69370d1533a3 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 7 Jan 2014 02:33:15 -0800 Subject: [PATCH 0361/2185] Add .grunt directory --- Node.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index faa648a6a0..f391c619b3 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -24,7 +24,12 @@ lib-cov ## Coverage directory used by tools like istanbul coverage -# Node-specific patterns +# Other popular tool patterns + +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# NodeJS patterns ## Compiled binary addons (http://nodejs.org/api/addons.html) build/Release From f3f11fb2f1e77eb4ec22bf933239830090ff933e Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 7 Jan 2014 02:52:27 -0800 Subject: [PATCH 0362/2185] Node.gitignore: correct term for instrumentation --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index f391c619b3..d5003b9351 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -18,7 +18,7 @@ results # Code coverage patterns -## Directory for coverage-hooked libs generated by jscoverage/JSCover +## Directory for instrumented libs generated by jscoverage/JSCover lib-cov ## Coverage directory used by tools like istanbul From 808d28fab19c356996b017c3c5d5cd6f9f4cebc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Tue, 7 Jan 2014 15:56:17 -0200 Subject: [PATCH 0363/2185] Update Python.gitignore --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 3a025debbc..76f2a469a6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python env/ -include/ bin/ build/ develop-eggs/ From a2f11b61c37df6eeda7f5c5487a0c8397530d756 Mon Sep 17 00:00:00 2001 From: Dan Lister Date: Tue, 14 Jan 2014 10:29:02 +0000 Subject: [PATCH 0364/2185] Create Umbraco.gitignore --- Umbraco.gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Umbraco.gitignore diff --git a/Umbraco.gitignore b/Umbraco.gitignore new file mode 100644 index 0000000000..bafe85f744 --- /dev/null +++ b/Umbraco.gitignore @@ -0,0 +1,51 @@ +# Ignore Visual Studio and system files +*.diff +*.err +*.orig +*.obj +*.pdb +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.lib +*.sbr +*.scc +*.resharper +*.rej +*.swo +*.swp +*.DS_Store +*.[Pp]ublish.xml + +# Ignore Visual Studio and plugin folders +[Bb]in +[Dd]ebug +[Oo]bj/ +[Rr]elease +[Pp]review +[Tt]humbs.db +[Tt]est[Rr]esult* +[Bb]uild[Ll]og.* +_ReSharper + +# Ignore Umbraco folders (Generated folders created by Umbraco) +ClientDependency/ +TEMP/ +Logs/ +Cached/ +ExamineIndexes/ + +# Ignore Umbraco content cache file +umbraco.config From 7e2dc593fe8461e24f00ae5d8b9f4fb2eec90df0 Mon Sep 17 00:00:00 2001 From: "Borders, Casey" Date: Thu, 16 Jan 2014 14:48:52 -0500 Subject: [PATCH 0365/2185] Update Unity gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 00514587dd..2ed4ccca2c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,4 +8,5 @@ /*.sln /*.suo /*.user +/*.userprefs /*.pidb From 631f8760c6890dd9df43dbaf52a56f2968bd36c3 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 16 Jan 2014 15:29:58 -0800 Subject: [PATCH 0366/2185] Improve Android .gitignore comments --- Android.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 927ef51734..64d3c9769c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,18 +1,18 @@ -# built application files +# Built application files *.apk *.ap_ -# files for the dex VM +# Files for the Dalvik VM *.dex # Java class files *.class -# generated files +# Generated files bin/ gen/ -# Ignore gradle files +# Gradle files .gradle/ build/ From 21d2f7e1d617474723a1abc28cd8a1686ee2de17 Mon Sep 17 00:00:00 2001 From: cknoblauch Date: Fri, 17 Jan 2014 17:22:59 -0200 Subject: [PATCH 0367/2185] Update Grails.gitignore to include default files Only files under /web-app/WEB-INF/classes (build output) should be ignored by Git. Grails generates a few default (unchanging) files (applicationContext.xml, sitemesh.xml, a bunch of *.tld) that need to be there for some plugins to function properly (e.g., grails war). --- Grails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grails.gitignore b/Grails.gitignore index b827da057f..083b60f366 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -1,7 +1,7 @@ # .gitignore for Grails 1.2 and 1.3 # web application files -/web-app/WEB-INF +/web-app/WEB-INF/classes # IDE support files /.classpath From 61422490d3f51f4b62868acfcfe52a01a8c41b6e Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 18 Jan 2014 10:29:50 +0100 Subject: [PATCH 0368/2185] gitignore VM crash logs --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index 009ce166d0..32858aad3c 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -7,3 +7,6 @@ *.jar *.war *.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* From 70a475849d5928f2eb72bdb15d773eb60b415e63 Mon Sep 17 00:00:00 2001 From: Domenico Leone Luciani Date: Mon, 20 Jan 2014 17:27:15 +0100 Subject: [PATCH 0369/2185] Added gitignore to ignore sftp-config.json file --- SublimeTextSFTP.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 SublimeTextSFTP.gitignore diff --git a/SublimeTextSFTP.gitignore b/SublimeTextSFTP.gitignore new file mode 100644 index 0000000000..4b2db0f74b --- /dev/null +++ b/SublimeTextSFTP.gitignore @@ -0,0 +1 @@ +sftp-config.json From 06bb90e532d69340c12f799bfb99fe8330eebc16 Mon Sep 17 00:00:00 2001 From: Robert Holman Date: Wed, 22 Jan 2014 16:11:28 -0600 Subject: [PATCH 0370/2185] Added .gitignore for the DM language. --- DM.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 DM.gitignore diff --git a/DM.gitignore b/DM.gitignore new file mode 100644 index 0000000000..34f782a743 --- /dev/null +++ b/DM.gitignore @@ -0,0 +1,5 @@ +*.dmb +*.rsc +*.int +*.lk +*.zip \ No newline at end of file From 41b324bd0a0ca336f7b9bf028fc6ccbd67c44225 Mon Sep 17 00:00:00 2001 From: fredgate Date: Tue, 28 Jan 2014 10:34:54 +0100 Subject: [PATCH 0371/2185] Add ignore for web workbench add-on (sass files). --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 86b1b90611..60c6c27ce9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -94,6 +94,9 @@ _NCrunch_* *.mm.* AutoTest.Net/ +# Web workbench (sass) +.sass-cache/ + # Installshield output folder [Ee]xpress/ From 1b94b3ccfeb36e8613ef18d6bcd53c989d081682 Mon Sep 17 00:00:00 2001 From: Diego Leme Date: Thu, 30 Jan 2014 21:15:45 -0200 Subject: [PATCH 0372/2185] Update nanoc.gitignore new site Nanoc --- nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanoc.gitignore b/nanoc.gitignore index 4a2728c0a3..abc21828a3 100644 --- a/nanoc.gitignore +++ b/nanoc.gitignore @@ -1,4 +1,4 @@ -# For projects using nanoc (http://nanoc.stoneship.org/) +# For projects using nanoc (http://nanoc.ws/) # Default location for output, needs to match output_dir's value found in config.yaml output/ From 24c4e482514f6fcc3bab3ff871245ce25acb2d5c Mon Sep 17 00:00:00 2001 From: Martin Charles Date: Mon, 3 Feb 2014 11:31:02 -0500 Subject: [PATCH 0373/2185] Update Dart.gitignore Removed space from end of line which prevented the `pubspec.lock` from being ignored. --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index f336509f6e..2914c1becd 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -5,7 +5,7 @@ packages/ *.js.map // Include when developing application packages -pubspec.lock +pubspec.lock // Avoid committing generated JavaScript files *.dart.js From 19fd21b6215186360448a2cca7bd697bed062f0c Mon Sep 17 00:00:00 2001 From: ahmyi Date: Wed, 5 Feb 2014 16:42:29 +0800 Subject: [PATCH 0374/2185] Update on using boo script generated by Unity3D --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 2ed4ccca2c..4d8768d63b 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -10,3 +10,4 @@ /*.user /*.userprefs /*.pidb +/*.booproj From 38cbefd1c47c9a5099f0be953a96dd18afc928dd Mon Sep 17 00:00:00 2001 From: Christoph Emmersberger Date: Thu, 6 Feb 2014 19:00:54 +0100 Subject: [PATCH 0375/2185] Update JetBrains.gitignore Add plugin file description for JIRA config file containing username and password --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 5db4d2e72c..0d6cf0de51 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -21,3 +21,6 @@ out/ # generated by mpeltonen/sbt-idea plugin .idea_modules/ + +# generated by JIRA plugin +atlassian-ide-plugin.xml From 84aef6a319501f35449ad694a43d2d9c19e01494 Mon Sep 17 00:00:00 2001 From: Juergen Edelbluth Date: Thu, 6 Feb 2014 19:27:06 +0100 Subject: [PATCH 0376/2185] Added *.synctex.gz(busy) Sometimes it happens that you'd like to commit during a long LaTeX run. During this run, the document.synctex.gz is renamed to document.synctex.gz(busy). And you don't want to commit this file. --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index b0a911e069..f19b71f36b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -25,6 +25,7 @@ ## Build tool auxiliary files: *.fdb_latexmk *.synctex.gz +*.synctex.gz(busy) *.pdfsync ## Auxiliary and intermediate files from other packages: From 1389bf1b2629a62216ee910a31ec62521d8614a5 Mon Sep 17 00:00:00 2001 From: Dan Lister Date: Fri, 7 Feb 2014 11:58:43 +0000 Subject: [PATCH 0377/2185] Removed Visual Studio ignore rules from umbraco.gitignore --- Umbraco.gitignore | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index bafe85f744..be2db99c58 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,45 +1,3 @@ -# Ignore Visual Studio and system files -*.diff -*.err -*.orig -*.obj -*.pdb -*.user -*.aps -*.pch -*.vspscc -*.vssscc -*_i.c -*_p.c -*.ncb -*.suo -*.tlb -*.tlh -*.bak -*.cache -*.ilk -*.log -*.lib -*.sbr -*.scc -*.resharper -*.rej -*.swo -*.swp -*.DS_Store -*.[Pp]ublish.xml - -# Ignore Visual Studio and plugin folders -[Bb]in -[Dd]ebug -[Oo]bj/ -[Rr]elease -[Pp]review -[Tt]humbs.db -[Tt]est[Rr]esult* -[Bb]uild[Ll]og.* -_ReSharper - # Ignore Umbraco folders (Generated folders created by Umbraco) ClientDependency/ TEMP/ From 52eec8d5587035079004080d0bd5c9952d6c82bc Mon Sep 17 00:00:00 2001 From: jturmel Date: Mon, 10 Feb 2014 10:24:05 -0600 Subject: [PATCH 0378/2185] Add AndroidStudio gitignore file --- AndroidStudio.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 AndroidStudio.gitignore diff --git a/AndroidStudio.gitignore b/AndroidStudio.gitignore new file mode 100644 index 0000000000..2f94f599b5 --- /dev/null +++ b/AndroidStudio.gitignore @@ -0,0 +1,32 @@ +# Built application files +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# IDE specific configuration +.idea + +# Intellij module files +*.iml + +# Crashlytics auto-generated file for Android Studio plugin +com_crashlytics_export_strings.xml From f85e67659dd4116fb7f0a8014b9ed0f00c98d2f7 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Fri, 29 Nov 2013 18:55:24 +0400 Subject: [PATCH 0379/2185] This is not Delphi-specific folder --- Delphi.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 02acd6a92d..7c506a1a46 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -11,4 +11,3 @@ __history *.dcp *.so *.apk -bin/* From 33540b975592ad3087a799b4c949c46256b3112c Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Fri, 29 Nov 2013 18:59:27 +0400 Subject: [PATCH 0380/2185] Nicer Delphi .gitignore - added header with link to official documentation about Delphi filetypes - added some missed file extensions - made some grouping with descriptions --- Delphi.gitignore | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 7c506a1a46..61ea857739 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,13 +1,35 @@ -*.dcu -*.~* -*.local -*.identcache -__history -*.drc -*.map +# .gitignore template for Delphi projects +# Based on Embarcadero documentation: +# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio + +# Delphi compiler-generated binaries *.exe *.dll *.bpl *.dcp *.so *.apk +*.drc +*.map +*.res +*.dres +*.rsm +*.tds +*.tlb + +# Delphi autogenerated files (duplicated info) +*.cfg +*Resource.rc + +# Delphi local files (user-specific info) +*.local +*.identcache +*.projdata +*.tvsconfig +*.dsk +*.deployproj +*.vlb + +# Delphi history and backups +__history/ +*.~* From 7f275ff0ec40f7824f1e8da830d8f4065b486ded Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Wed, 15 Jan 2014 18:09:26 +0400 Subject: [PATCH 0381/2185] Some filetypes should be commented by default --- Delphi.gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 61ea857739..17bfdf9c8b 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -2,6 +2,17 @@ # Based on Embarcadero documentation: # http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio +# !!! ATTENTION !!! +# These types should be ignored in most cases. +# Leave this lines commented only if you know what you are doing. +# And please DO NOT store .res files in repository. Try to get rid of them. +# +#*.res +#*.ddp +#*.vlb +#*.deployproj +# + # Delphi compiler-generated binaries *.exe *.dll @@ -11,7 +22,6 @@ *.apk *.drc *.map -*.res *.dres *.rsm *.tds @@ -27,8 +37,6 @@ *.projdata *.tvsconfig *.dsk -*.deployproj -*.vlb # Delphi history and backups __history/ From baf7fe56e6878d9212a5b1ff19399fe934e09cb7 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Thu, 16 Jan 2014 13:05:02 +0400 Subject: [PATCH 0382/2185] One more compiler-generated binary --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 17bfdf9c8b..6f5755c3e6 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -17,6 +17,7 @@ *.exe *.dll *.bpl +*.bpi *.dcp *.so *.apk From 432f6edf3876a5e2aa8ea545fd15f99953339aba Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Mon, 3 Feb 2014 14:52:36 +0400 Subject: [PATCH 0383/2185] Additional comments --- Delphi.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 6f5755c3e6..39a8b66a47 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,17 +1,24 @@ # .gitignore template for Delphi projects # Based on Embarcadero documentation: # http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio +# Some older file types can be found here: +# http://delphi.wikia.com/wiki/Delphi_File_Extensions + # !!! ATTENTION !!! # These types should be ignored in most cases. # Leave this lines commented only if you know what you are doing. # And please DO NOT store .res files in repository. Try to get rid of them. # +# Resource files usually store project icon and version info. These should be included by means of .rc files. #*.res +# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams. #*.ddp +# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer. #*.vlb +# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature. #*.deployproj -# + # Delphi compiler-generated binaries *.exe From 9a0f32a452d0e7fc70680a0049e06c22f7144c47 Mon Sep 17 00:00:00 2001 From: jturmel Date: Wed, 12 Feb 2014 10:33:49 -0600 Subject: [PATCH 0384/2185] Remove AndroidStudio, modify Global/JetBrains * Remove AndroidStudio.gitignore in favor of adding the change needed to the Global/JetBrains.gitignore file --- AndroidStudio.gitignore | 32 -------------------------------- Global/JetBrains.gitignore | 3 +++ 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 AndroidStudio.gitignore diff --git a/AndroidStudio.gitignore b/AndroidStudio.gitignore deleted file mode 100644 index 2f94f599b5..0000000000 --- a/AndroidStudio.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -# Built application files -*.apk -*.ap_ - -# Files for the Dalvik VM -*.dex - -# Java class files -*.class - -# Generated files -bin/ -gen/ - -# Gradle files -.gradle/ -build/ - -# Local configuration file (sdk path, etc) -local.properties - -# Proguard folder generated by Eclipse -proguard/ - -# IDE specific configuration -.idea - -# Intellij module files -*.iml - -# Crashlytics auto-generated file for Android Studio plugin -com_crashlytics_export_strings.xml diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0d6cf0de51..47e551f5e7 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -24,3 +24,6 @@ out/ # generated by JIRA plugin atlassian-ide-plugin.xml + +# generated by Crashlytics plugin (for Android Studio and Intellij) +com_crashlytics_export_strings.xml From d51b1b71e9efe3468e1af9736f415ed383ecac13 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Thu, 13 Feb 2014 11:29:21 +0400 Subject: [PATCH 0385/2185] Some cleanup --- Delphi.gitignore | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 39a8b66a47..e186b94c2d 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,26 +1,28 @@ -# .gitignore template for Delphi projects -# Based on Embarcadero documentation: -# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio -# Some older file types can be found here: -# http://delphi.wikia.com/wiki/Delphi_File_Extensions - - -# !!! ATTENTION !!! -# These types should be ignored in most cases. -# Leave this lines commented only if you know what you are doing. -# And please DO NOT store .res files in repository. Try to get rid of them. +# Uncomment these types if you want even more clean repository. But be careful. +# It can make harm to an existing project source. Read explanations below. # -# Resource files usually store project icon and version info. These should be included by means of .rc files. +# Resource files are binaries containing manifest, project icon and version info. +# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. #*.res -# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams. +# +# Type library file (binary). In old Delphi versions it should be stored. +# Since Delphi 2009 it is produced from .ridl file and can safely be ignored. +#*.tlb +# +# Diagram Portfolio file. Used by the diagram editor up to Delphi 7. +# Uncomment this if you are not using diagrams or use newer Delphi version. #*.ddp -# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer. +# +# Visual LiveBindings file. Added in Delphi XE2. +# Uncomment this if you are not using LiveBindings Designer. #*.vlb -# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature. +# +# 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 +# - -# Delphi compiler-generated binaries +# Delphi compiler-generated binaries (safe to delete) *.exe *.dll *.bpl @@ -33,7 +35,6 @@ *.dres *.rsm *.tds -*.tlb # Delphi autogenerated files (duplicated info) *.cfg From 12aa1b03fc445c99698b4d4d7aed0d2d35a3849b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Thu, 13 Feb 2014 15:57:44 +0200 Subject: [PATCH 0386/2185] Updated the year :-) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f247e598a1..ac31f1a8b0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 GitHub, Inc. +Copyright (c) 2014 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 8209ea1b3681b92e2d5947cf0e7381c64fd95ef1 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 14 Feb 2014 01:34:02 -0800 Subject: [PATCH 0387/2185] ignore SQL server database files --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 60c6c27ce9..9103a3f276 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -158,8 +158,8 @@ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files -App_Data/*.mdf -App_Data/*.ldf +*.mdf +*.ldf # Business Intelligence projects *.rdl.data From c825cd2183ea88c37d2f27157d0e4664b69a0d83 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 17 Feb 2014 23:57:48 -0800 Subject: [PATCH 0388/2185] ignore web deploy settings by default web deploy settings include unencrypted passwords --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9103a3f276..e2222a7035 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -116,6 +116,8 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml +## TODO: Comment the next line if you want to checkin your web deploy settings but do not that will include unencrypted passwords +*.pubxml # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line From fe589343ffa18059c317ac6d1639bbe20cde40aa Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Tue, 18 Feb 2014 00:06:21 -0800 Subject: [PATCH 0389/2185] fix typo, will squash commits later --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e2222a7035..1e381d1865 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -116,7 +116,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 not that will include unencrypted passwords +## TODO: Comment the next line if you want to checkin your web deploy settings but do note that will include unencrypted passwords *.pubxml # NuGet Packages Directory From 7d60eeeece543d37c29f35bd7dc71d870aca2568 Mon Sep 17 00:00:00 2001 From: Hyeon Kim Date: Tue, 18 Feb 2014 17:25:41 +0900 Subject: [PATCH 0390/2185] Ignore the build result of ATL Project. This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project. * [Dd]ebugPS/ * [Rr]eleasePS/ * dlldata.c --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ac4a158cd2..dc61496f7f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,6 +27,11 @@ bld/ *.VisualState.xml TestResult.xml +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + *_i.c *_p.c *_i.h From 073fd88f68f5e2d9f876dbad4c5d52dd0e9be246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Marek?= Date: Wed, 19 Feb 2014 00:30:31 +0100 Subject: [PATCH 0391/2185] Removed JetBrains *.iws files This entry should be (and is) rather in Global/JetBrains.gitignore --- Grails.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index 083b60f366..5bd0137664 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -38,6 +38,3 @@ # "temporary" build files /target - -# other -*.iws From 7f7df06518921d17a5b61986c5d9947b86ff7014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Marek?= Date: Wed, 19 Feb 2014 01:16:52 +0100 Subject: [PATCH 0392/2185] Removed IDE support files entirely Those files should be in Global/ templates --- Grails.gitignore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index 5bd0137664..22bf40d1ef 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -3,16 +3,6 @@ # web application files /web-app/WEB-INF/classes -# IDE support files -/.classpath -/.launch -/.project -/.settings -/*.launch -/*.tmproj -/ivy* -/eclipse - # default HSQL database files for production mode /prodDb.* From b2a12b717c71b320abdb11dee49003c84342cbe2 Mon Sep 17 00:00:00 2001 From: Arjun Sreedharan Date: Wed, 19 Feb 2014 20:16:17 +0530 Subject: [PATCH 0393/2185] 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 52ff767b7a16caf3e7b61213669e3c4f258875ea Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Feb 2014 10:34:02 +1100 Subject: [PATCH 0394/2185] Stop ignoring bin/ in Python template --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469a6..d1f1738d35 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python env/ -bin/ build/ develop-eggs/ dist/ From 26c17fe2db828dbf8ff74e8e6e66fcefd232f182 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Feb 2014 10:34:46 +1100 Subject: [PATCH 0395/2185] Remove Mr Developer and Rope rules from Python template --- Python.gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d1f1738d35..454370901c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -35,18 +35,9 @@ coverage.xml # Translations *.mo -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Rope -.ropeproject - # Django stuff: *.log *.pot # Sphinx documentation docs/_build/ - From 503bde5d249374a35ea9296ba707af66b03451db Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 12 Feb 2014 22:09:34 +1100 Subject: [PATCH 0396/2185] Merge Sass and Compass templates --- Global/SASS.gitignore | 2 -- Compass.gitignore => Sass.gitignore | 0 2 files changed, 2 deletions(-) delete mode 100644 Global/SASS.gitignore rename Compass.gitignore => Sass.gitignore (100%) diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore deleted file mode 100644 index c1df001e7c..0000000000 --- a/Global/SASS.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -### Sass Ignores - "Sassy CSS" http://sass-lang.com/ -*.sass-cache diff --git a/Compass.gitignore b/Sass.gitignore similarity index 100% rename from Compass.gitignore rename to Sass.gitignore From 553033ff2f89c1fcb4cad90dfef15c614ca7324f Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 12 Feb 2014 22:09:54 +1100 Subject: [PATCH 0397/2185] Remove old sass-cache rule for Rails --- Rails.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 5645440319..1a2c94dc52 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -1,6 +1,4 @@ *.rbc -*.sassc -.sass-cache capybara-*.html .rspec /log From 2aadf75fd68109df101dce209a4434c0fea3f356 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Feb 2014 10:52:28 +1100 Subject: [PATCH 0398/2185] Group gettext files in the Python template --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 454370901c..1fade719be 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -34,10 +34,10 @@ coverage.xml # Translations *.mo +*.pot # Django stuff: *.log -*.pot # Sphinx documentation docs/_build/ From 2a36f4434f6c4780392130d6efdc9b055cf25d09 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Sat, 22 Feb 2014 00:22:15 -0600 Subject: [PATCH 0399/2185] PyInstaller .manifest # PyInstaller # 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. *.exe.manifest *.manifest Example template ``` Description ``` --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469a6..ad380ed362 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -22,6 +22,12 @@ var/ .installed.cfg *.egg +# PyInstaller +# 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. +*.exe.manifest +*.manifest + # Installer logs pip-log.txt pip-delete-this-directory.txt From 8b4090becb4a3494fabd27c2e233323113f01224 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Sat, 22 Feb 2014 03:48:38 -0600 Subject: [PATCH 0400/2185] .spec files also --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ad380ed362..1024cd49d7 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -27,6 +27,7 @@ var/ # before PyInstaller builds the exe, so as to inject date/other infos into it. *.exe.manifest *.manifest +*.spec # Installer logs pip-log.txt From ff81e9faeba86b05b45100abf6daf1a65c0655f2 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Sun, 23 Feb 2014 02:48:20 -0600 Subject: [PATCH 0401/2185] remove .exe.manifest ; Redundant --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 1024cd49d7..82f313055c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -25,7 +25,6 @@ var/ # PyInstaller # 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. -*.exe.manifest *.manifest *.spec From b83dd2fb1eb01437bc8d61b1a5d062e2c376a59f Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 23 Feb 2014 19:22:13 -0500 Subject: [PATCH 0402/2185] Ignore signed pom files in leiningen projects Pom files are commonly signed before deploy as part of the build/signoff process --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8d3245385..4076612d7b 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -1,4 +1,5 @@ pom.xml +pom.xml.asc *jar /lib/ /classes/ From e5128246c5d67289c4e6932fb85d062ae74d6dd4 Mon Sep 17 00:00:00 2001 From: Louis M Date: Mon, 24 Feb 2014 10:19:00 -0500 Subject: [PATCH 0403/2185] Adding the EiffelStudio .gitingore file. --- EiffelStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 EiffelStudio.gitignore diff --git a/EiffelStudio.gitignore b/EiffelStudio.gitignore new file mode 100644 index 0000000000..a7ba35f824 --- /dev/null +++ b/EiffelStudio.gitignore @@ -0,0 +1,2 @@ +# The compilation directoy +EIFGENs From d61f35aa62b19c162901021dbd49d6f924aa4926 Mon Sep 17 00:00:00 2001 From: Mike Manger Date: Tue, 25 Feb 2014 11:47:19 +0000 Subject: [PATCH 0404/2185] Ignore log of applied patches Magento keeps a log of official patches applied in this file. --- Magento.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Magento.gitignore b/Magento.gitignore index db650756e2..3309871b89 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -35,6 +35,7 @@ app/etc/modules/Mage_Widget.xml app/etc/modules/Mage_XmlConnect.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 From 1f8466164330277fc8c9126ded3cc207ff3baf91 Mon Sep 17 00:00:00 2001 From: Tim Grilley Date: Thu, 27 Feb 2014 06:45:11 -0600 Subject: [PATCH 0405/2185] R.gitignore - Added .Rdata files --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index a0fd3b34de..9a1509d5ad 100644 --- a/R.gitignore +++ b/R.gitignore @@ -3,3 +3,6 @@ # Example code in package build process *-Ex.R + +# R data files from past sessions +.Rdata From bc403c8675cc9b38d215998b50c0eae57a8aa5df Mon Sep 17 00:00:00 2001 From: Tim Grilley Date: Thu, 27 Feb 2014 07:06:43 -0600 Subject: [PATCH 0406/2185] TeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex files --- TeX.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index f19b71f36b..ee1e9f1701 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -77,3 +77,14 @@ # xindy *.xdy + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + From 5efebe2ef3ad0709f299d95ce2f0cc766253921e Mon Sep 17 00:00:00 2001 From: James Chambers Date: Thu, 27 Feb 2014 14:12:05 -0500 Subject: [PATCH 0407/2185] Enable Ignore of NuGet Packages Folder By Default Submitting this for consideration. The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default. While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control. --- VisualStudio.gitignore => IgnorePackages | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename VisualStudio.gitignore => IgnorePackages (93%) diff --git a/VisualStudio.gitignore b/IgnorePackages similarity index 93% rename from VisualStudio.gitignore rename to IgnorePackages index 2518b002f0..d5ab3becd2 100644 --- a/VisualStudio.gitignore +++ b/IgnorePackages @@ -123,9 +123,8 @@ publish/ *.azurePubxml # NuGet Packages Directory -## TODO: If you have NuGet Package Restore enabled, uncomment the next line -#packages/* -## TODO: If the tool you use requires repositories.config, also uncomment the next line +packages/* +## TODO: If the tool you use requires repositories.config uncomment the next line #!packages/repositories.config # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets From 3bb4e51184066f5cf60daa029c31e7f52398353b Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Mon, 24 Feb 2014 03:07:48 -0500 Subject: [PATCH 0408/2185] Fix typo in haskell gitignore --- Haskell.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Haskell.gitignore b/Haskell.gitignore index cc14307694..01e585aea6 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -4,7 +4,7 @@ cabal-dev *.hi *.chi *.chs.h -.virthualenv +.virtualenv .hsenv .cabal-sandbox/ cabal.sandbox.config From 8ff2f7af0f1f7cbdc39728decb3148811b5e4d48 Mon Sep 17 00:00:00 2001 From: "Zhishen (Jason) Wen" Date: Thu, 27 Feb 2014 21:27:21 -0500 Subject: [PATCH 0409/2185] Update Leiningen.gitignore --- Leiningen.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8d3245385..59b0e5ce58 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -3,6 +3,8 @@ pom.xml /lib/ /classes/ /target/ +/checkouts/ .lein-deps-sum .lein-repl-history .lein-plugins/ +.lein-failures From 009b474870b4f5735d68807549ba3ba5a7adb1fa Mon Sep 17 00:00:00 2001 From: Louis M Date: Thu, 27 Feb 2014 21:41:28 -0500 Subject: [PATCH 0410/2185] Move the EiffelStudio.gitignore in the Global directory --- EiffelStudio.gitignore => Global/EiffelStudio.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename EiffelStudio.gitignore => Global/EiffelStudio.gitignore (100%) diff --git a/EiffelStudio.gitignore b/Global/EiffelStudio.gitignore similarity index 100% rename from EiffelStudio.gitignore rename to Global/EiffelStudio.gitignore From fef9e2d85d14b379f5d144451cf1d447cfdd46de Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Mon, 24 Feb 2014 03:07:24 -0500 Subject: [PATCH 0411/2185] Add an Idris gitignore --- Idris.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Idris.gitignore diff --git a/Idris.gitignore b/Idris.gitignore new file mode 100644 index 0000000000..c28bc7cc67 --- /dev/null +++ b/Idris.gitignore @@ -0,0 +1,2 @@ +*.ibc +*.o From 13c119f167ad522109bc8c378a5abc4ebfccb5d4 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Fri, 28 Feb 2014 00:26:43 -0600 Subject: [PATCH 0412/2185] Added ignore for directory config under KDE Dolphin, the KDE file manager, writes specific directory configuration in .directory files. --- Global/Linux.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index b25c15b81f..9911632b9c 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1 +1,4 @@ *~ + +# KDE directory preferences +.directory From 937523ae5082e8232968665c844dd63c5ee6846c Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Fri, 28 Feb 2014 11:34:11 -0500 Subject: [PATCH 0413/2185] Reduce comments --- Node.gitignore | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index d5003b9351..3a73dd6c64 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,40 +1,32 @@ -# Semi-general patterns - -## Logs +# Logs logs *.log -## Runtime data +# Runtime data pids *.pid *.seed -## Run / build output +# Run / build output results *.csv *.dat *.out *.gz -# Code coverage patterns - -## Directory for instrumented libs generated by jscoverage/JSCover +# Directory for instrumented libs generated by jscoverage/JSCover lib-cov -## Coverage directory used by tools like istanbul +# Coverage directory used by tools like istanbul coverage -# Other popular tool patterns - -## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) .grunt -# NodeJS patterns - -## Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (http://nodejs.org/api/addons.html) build/Release -## Dependency directory -## Deployed apps should consider commenting this line out: -## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +# Dependency directory +# Deployed apps should consider commenting this line out: +# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules From b27768efcd8d8964646495b947246c0201b5abf4 Mon Sep 17 00:00:00 2001 From: Tim Grilley Date: Fri, 28 Feb 2014 11:16:13 -0600 Subject: [PATCH 0414/2185] Update TeX.gitignore to be in alphabetical order --- TeX.gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index ee1e9f1701..2405295017 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -72,12 +72,6 @@ # nomencl *.nlo -# todonotes -*.tdo - -# xindy -*.xdy - # sagetex *.sagetex.sage *.sagetex.py @@ -88,3 +82,10 @@ *.sympy sympy-plots-for-*.tex/ +# todonotes +*.tdo + +# xindy +*.xdy + + From 42f1a32235287f1b3999a26539ff2308b59e0158 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Fri, 28 Feb 2014 13:28:41 -0600 Subject: [PATCH 0415/2185] ExtJS JavaScript Framework gitignore Added gitignore for Sencha ExtJS, a complete web app framework http://www.sencha.com/products/extjs/ --- ExtJS.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ExtJS.gitignore diff --git a/ExtJS.gitignore b/ExtJS.gitignore new file mode 100644 index 0000000000..cf735b0f2b --- /dev/null +++ b/ExtJS.gitignore @@ -0,0 +1,12 @@ +# build directory for Sencha (ExtJS) projects +build/ + + +# bootstrap files are for development only, +# and autogenerated on app build. +# You should build your project after every +# clone, checkout, merge, etc. To enshure using the +# last version of the theme an to include paths to required sources + +bootstrap.js +bootstrap.css \ No newline at end of file From 6b8815dc43248ad8759e975973adc96dda900506 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Fri, 28 Feb 2014 12:46:45 -0800 Subject: [PATCH 0416/2185] Remove Results classes from Node gitignore These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`). --- Node.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3a73dd6c64..da23d0d4ba 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -7,13 +7,6 @@ pids *.pid *.seed -# Run / build output -results -*.csv -*.dat -*.out -*.gz - # Directory for instrumented libs generated by jscoverage/JSCover lib-cov From 36e07e8b2df830bf8cb3a61de4843d98c4ae7f36 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Fri, 28 Feb 2014 12:51:18 -0800 Subject: [PATCH 0417/2185] Fix comments in Dart.gitignore .gitignore uses `#` for comments, not `//` --- Dart.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 2914c1becd..602616ce80 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,11 +1,11 @@ -// Don’t commit the following files and directories created by pub and dart2js +# Don’t commit the following files and directories created by pub and dart2js packages/ *.js_ *.js.deps *.js.map -// Include when developing application packages +# Include when developing application packages pubspec.lock -// Avoid committing generated JavaScript files +# Avoid committing generated JavaScript files *.dart.js From b7ccf8bf8ab1c4f85af93c7579b5d7b51d11cd8a Mon Sep 17 00:00:00 2001 From: Steve Ziuchkovski Date: Fri, 28 Feb 2014 16:14:58 -0500 Subject: [PATCH 0418/2185] Rename IgnorePackages back to VisualStudio.gitignore. --- IgnorePackages => VisualStudio.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename IgnorePackages => VisualStudio.gitignore (100%) diff --git a/IgnorePackages b/VisualStudio.gitignore similarity index 100% rename from IgnorePackages rename to VisualStudio.gitignore From ef567cb6a6dae9eae20a98017e874dc04253dbad Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 2 Mar 2014 12:30:20 +1100 Subject: [PATCH 0419/2185] Remove Windows OS rules from VS template --- VisualStudio.gitignore | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d5ab3becd2..699a3fc649 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -172,17 +172,3 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ - -# ========================= -# Windows detritus -# ========================= - -# Windows image file caches -Thumbs.db -ehthumbs.db - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ From 0df8ab0dcfc7d9d192d0184831b6a935cd72d458 Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 6 Mar 2014 10:07:26 +0200 Subject: [PATCH 0420/2185] Ignore coverage results coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io) http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469a6..51cbe85254 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -27,6 +27,7 @@ pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports +htmlcov/ .tox/ .coverage .cache From 0fb0fbefa5fcd62ea5b6fe0f433588df270dcd71 Mon Sep 17 00:00:00 2001 From: Ashic Mahtab Date: Thu, 6 Mar 2014 11:25:15 +0000 Subject: [PATCH 0421/2185] Packages folder is ignored correctly --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d5ab3becd2..55f58a11cb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -123,7 +123,7 @@ publish/ *.azurePubxml # NuGet Packages Directory -packages/* +packages/ ## TODO: If the tool you use requires repositories.config uncomment the next line #!packages/repositories.config From 41feebfbd00aaa62074a94f49e989ce2b7ccc07e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 7 Mar 2014 00:15:40 +1100 Subject: [PATCH 0422/2185] Merge RubyMotion into Ruby --- Ruby.gitignore | 5 +++++ RubyMotion.gitignore | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 RubyMotion.gitignore diff --git a/Ruby.gitignore b/Ruby.gitignore index 99e72c12b9..f2c136079c 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -9,6 +9,11 @@ /test/version_tmp/ /tmp/ +## Specific to RubyMotion: +.dat* +.repl_history +build/ + ## Documentation cache and generated files: /.yardoc/ /_yardoc/ diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore deleted file mode 100644 index 7e39517988..0000000000 --- a/RubyMotion.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -.dat* -.repl_history -build/ -tags - -# Editor files -.DS_Store -nbproject -.redcar -*.swp -*.swo -~ -.eprj -vendor/Pods -*.nib - -# YARD artifacts -.yardoc -_yardoc -doc/ From 1446bd004483542cc2e003cd446718518cd3c8d0 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 7 Mar 2014 00:20:51 +1100 Subject: [PATCH 0423/2185] Remove OSX-specific rule from ObjectiveC template --- Objective-C.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index d0ce7de7b3..ecb86fa7b7 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,6 +1,3 @@ -# OS X -.DS_Store - # Xcode build/ *.pbxuser From b0171ff71b7c850b3e8420bb306faf70fb05e84e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 7 Mar 2014 00:23:40 +1100 Subject: [PATCH 0424/2185] Remove global rules from Chef template --- ChefCookbook.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ChefCookbook.gitignore b/ChefCookbook.gitignore index 351201e005..91de88b4bd 100644 --- a/ChefCookbook.gitignore +++ b/ChefCookbook.gitignore @@ -1,11 +1,5 @@ .vagrant Berksfile.lock -*~ -*# -.#* -\#*# -.*.sw[a-z] -*.un~ /cookbooks # Bundler From ee86c8443ac00525b836e3fee763c693be715ea8 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 7 Mar 2014 00:24:00 +1100 Subject: [PATCH 0425/2185] Remove lockfiles from Chef template --- ChefCookbook.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChefCookbook.gitignore b/ChefCookbook.gitignore index 91de88b4bd..5ee7b7a9a1 100644 --- a/ChefCookbook.gitignore +++ b/ChefCookbook.gitignore @@ -1,9 +1,7 @@ .vagrant -Berksfile.lock /cookbooks # Bundler -Gemfile.lock bin/* .bundle/* From b3b6865ad3098c01d9ae69aae62146fd7256715b Mon Sep 17 00:00:00 2001 From: ssinss Date: Fri, 7 Mar 2014 00:10:38 +0900 Subject: [PATCH 0426/2185] Update JetBrains.gitignore --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 47e551f5e7..b530788b0b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm ## Directory-based project format .idea/ From 9280c7e3319685f55e92c311078cf9fb44776f01 Mon Sep 17 00:00:00 2001 From: chirag sanghavi Date: Fri, 7 Mar 2014 17:27:59 -0500 Subject: [PATCH 0427/2185] removed duplicate --- Global/webMethods.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/webMethods.gitignore b/Global/webMethods.gitignore index 6c9abb2611..b383c25ca3 100644 --- a/Global/webMethods.gitignore +++ b/Global/webMethods.gitignore @@ -1,4 +1,3 @@ -**/IntegrationServer/lib/ **/IntegrationServer/datastore/ **/IntegrationServer/db/ **/IntegrationServer/DocumentStore/ From e8d7cafc16053ef564fd2e9e16e63c73c8fade76 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sat, 8 Mar 2014 00:45:00 -0800 Subject: [PATCH 0428/2185] Update Dart.gitignore - add the `build/` directory to the .gitignore list (now created by pub). - add the `.dart.precompiled.js` files (created by dart2js) to the ignore list. And, sort and re-order the file. --- Dart.gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 602616ce80..74a3439f87 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,11 +1,13 @@ -# Don’t commit the following files and directories created by pub and dart2js +# Don’t commit the following directories created by pub. +build/ packages/ + +# Or the files created by dart2js. +*.dart.js +*.dart.precompiled.js *.js_ *.js.deps *.js.map -# Include when developing application packages +# Include when developing application packages. pubspec.lock - -# Avoid committing generated JavaScript files -*.dart.js From 2fcafd7140770b8dc623e10d26480eea54994eff Mon Sep 17 00:00:00 2001 From: Takahiro OKUMURA Date: Sun, 9 Mar 2014 14:35:00 +0900 Subject: [PATCH 0429/2185] Add a support for packer http://www.packer.io/ --- Packer.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Packer.gitignore diff --git a/Packer.gitignore b/Packer.gitignore new file mode 100644 index 0000000000..1b7a03efdd --- /dev/null +++ b/Packer.gitignore @@ -0,0 +1,5 @@ +# Cache objects +packer_cache/ + +# For built boxes +*.box From 27a15c3336fa0174f71c1c67cb8005e302c32f35 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Wed, 12 Mar 2014 00:26:43 -0600 Subject: [PATCH 0430/2185] Update and rename ExtJS.gitignore to ExtJS MVC.gitignore --- ExtJS MVC.gitignore | 8 ++++++++ ExtJS.gitignore | 12 ------------ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 ExtJS MVC.gitignore delete mode 100644 ExtJS.gitignore diff --git a/ExtJS MVC.gitignore b/ExtJS MVC.gitignore new file mode 100644 index 0000000000..6a54e85147 --- /dev/null +++ b/ExtJS MVC.gitignore @@ -0,0 +1,8 @@ +# build directory for Sencha (ExtJS) projects +build/ + + +# bootstrap files are regenerated by Sencha CMD on every build or refresh + +bootstrap.js +bootstrap.css diff --git a/ExtJS.gitignore b/ExtJS.gitignore deleted file mode 100644 index cf735b0f2b..0000000000 --- a/ExtJS.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -# build directory for Sencha (ExtJS) projects -build/ - - -# bootstrap files are for development only, -# and autogenerated on app build. -# You should build your project after every -# clone, checkout, merge, etc. To enshure using the -# last version of the theme an to include paths to required sources - -bootstrap.js -bootstrap.css \ No newline at end of file From 9f1a168c441986043c86e134f68a964f62d10c98 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Wed, 12 Mar 2014 00:29:55 -0600 Subject: [PATCH 0431/2185] ExtJS ignore Updated with a cleaner explanation. --- ExtJS MVC.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/ExtJS MVC.gitignore b/ExtJS MVC.gitignore index 6a54e85147..cf275ac925 100644 --- a/ExtJS MVC.gitignore +++ b/ExtJS MVC.gitignore @@ -3,6 +3,5 @@ build/ # bootstrap files are regenerated by Sencha CMD on every build or refresh - bootstrap.js bootstrap.css From 7609a2eb31b0821dc025ad0159289056c284c115 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 13 Mar 2014 09:28:13 +0000 Subject: [PATCH 0432/2185] [Objective-C] Remove CocoaPods ignores We shouldn't be ignoring these, it's down to the user and we shouldn't enforce them to ignore the `Pods/` directory http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control? --- Objective-C.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index ecb86fa7b7..f0550a5133 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,3 @@ profile DerivedData *.hmap *.ipa - -# CocoaPods -Pods From b1c89277877bee64d08e99ba86f63dbdd077cc24 Mon Sep 17 00:00:00 2001 From: Dmitry Teslitsky Date: Sat, 15 Mar 2014 22:46:14 +0200 Subject: [PATCH 0433/2185] Create OpenCart.gitignore Ignore OpenCart config files, images, cache and logs. --- OpenCart.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 OpenCart.gitignore diff --git a/OpenCart.gitignore b/OpenCart.gitignore new file mode 100644 index 0000000000..f317912542 --- /dev/null +++ b/OpenCart.gitignore @@ -0,0 +1,7 @@ +.htaccess +config.php +download/ +image/data/ +image/cache/ +system/cache/ +system/logs/ From f96f48347de8511600787512efcf647ee4b49fde Mon Sep 17 00:00:00 2001 From: John Munkhoff Date: Sun, 16 Mar 2014 23:04:52 -0700 Subject: [PATCH 0434/2185] Update Qt.gitignore - Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.) - Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project. --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 29d98c9e62..623e5fea26 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,8 +12,11 @@ # Qt-es +/.qmake.cache +/.qmake.stash *.pro.user *.pro.user.* +*.moc moc_*.cpp qrc_*.cpp ui_*.h From a3fbb9bd29a03bcf0ae0dd50c6e7a9e3d72299da Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 18 Mar 2014 15:40:11 +0000 Subject: [PATCH 0435/2185] [Objective-C] Add a note about CocoaPod's Pods/ --- Objective-C.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index f0550a5133..fd2593dd5c 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,3 +15,12 @@ profile DerivedData *.hmap *.ipa + +# 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 a65b95938c393e509fd5f8cda63d094c43828947 Mon Sep 17 00:00:00 2001 From: John Munkhoff Date: Tue, 18 Mar 2014 16:21:03 -0700 Subject: [PATCH 0436/2185] Add Global/SlickEdit.gitignore file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a global ignore file for SlickEdit, a commercial editor. SlickEdit will create the following files when the user sets up a workspace: *.vpw Workspace file. Contains a list of project files associated with the workspace. *.vpj Project file. Contains the project’s settings, including the list of source files. *.vpwhist Workspace history file for Windows. Contains user session information (list of open files, debugger breakpoints, etc.) *.vpwhistu Workspace history file for UNIX/Linux/MacOSX. (Same as above.) *.vtg Workspace tag file. Contains a database of source code symbols. It is assumed that GitHub users will generally not want to store their workspace and project files in a repository, so those files are ignored globally. However, those files do not contain user-specific data so they could be stored in a repository and shared among developers if desired for a particular project. This can be done by adding rules like ’!*.vpw’ and ‘!*.vpj’ to the project’s .gitignore file. The workspace history and tag files contain user-specific data, so they should not be stored in a repository. For more information, download the PDF user guide from: http://www.slickedit.com/products/slickedit/product-documentation Note: The user guide is 1400 pages long and over 13MB in size. Searching for ‘vpwhist’ will lead to the section that discusses storing these files in a repository. --- Global/SlickEdit.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Global/SlickEdit.gitignore diff --git a/Global/SlickEdit.gitignore b/Global/SlickEdit.gitignore new file mode 100644 index 0000000000..e3d960ac5f --- /dev/null +++ b/Global/SlickEdit.gitignore @@ -0,0 +1,20 @@ +# SlickEdit workspace and project files are ignored by default because +# typically they are considered to be developer-specific and not part of a +# project. However, if multiple SlickEdit users are collaborating on a +# project, it is possible to store these files in the repository and share +# them among all developers because they do not contain user-specific data. +# To store these files in a repository, add the following two lines to the +# project’s .gitignore file: +# ---------- +# !*.vpw +# !*.vpj +# ---------- +*.vpw +*.vpj + +# SlickEdit workspace history and tag files always contain user-specific +# data so they should not be stored in a repository. +*.vpwhistu +*.vpwhist +*.vtg + From ddcbdd6a17e2daa1584debb5b6db37921655a241 Mon Sep 17 00:00:00 2001 From: John Munkhoff Date: Tue, 18 Mar 2014 23:37:25 -0700 Subject: [PATCH 0437/2185] Edit comment in Global/SlickEdit.gitignore Remove unnecessary wording about negative ignore rules. --- Global/SlickEdit.gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Global/SlickEdit.gitignore b/Global/SlickEdit.gitignore index e3d960ac5f..9e2fdda8e3 100644 --- a/Global/SlickEdit.gitignore +++ b/Global/SlickEdit.gitignore @@ -1,14 +1,6 @@ # SlickEdit workspace and project files are ignored by default because # typically they are considered to be developer-specific and not part of a -# project. However, if multiple SlickEdit users are collaborating on a -# project, it is possible to store these files in the repository and share -# them among all developers because they do not contain user-specific data. -# To store these files in a repository, add the following two lines to the -# project’s .gitignore file: -# ---------- -# !*.vpw -# !*.vpj -# ---------- +# project. *.vpw *.vpj From 5bd4330b8ca3302fa43b64db629a8d6d2a624a3e Mon Sep 17 00:00:00 2001 From: "MacPro: Fabien Sanglard" Date: Wed, 19 Mar 2014 19:14:15 -0400 Subject: [PATCH 0438/2185] Add Xcode support. --- Global/Xcode.gitignore | 17 +++++++++++++++++ Objective-C.gitignore | 18 ------------------ 2 files changed, 17 insertions(+), 18 deletions(-) create mode 100644 Global/Xcode.gitignore diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore new file mode 100644 index 0000000000..086d143dff --- /dev/null +++ b/Global/Xcode.gitignore @@ -0,0 +1,17 @@ +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa + diff --git a/Objective-C.gitignore b/Objective-C.gitignore index fd2593dd5c..d522f94191 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,21 +1,3 @@ -# Xcode -build/ -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 -xcuserdata -*.xccheckout -profile -*.moved-aside -DerivedData -*.hmap -*.ipa - # CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However From aa582638265b81e798c90af9538a49eaf414c9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=AFeul=20Rouquette?= Date: Thu, 20 Mar 2014 13:50:30 +0100 Subject: [PATCH 0439/2185] (e)ledmac/(e)ledpar --- TeX.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index f19b71f36b..96c8efa287 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -42,6 +42,18 @@ *.snm *.vrb +#(e)ledmac/(e)ledpar +*.end +*.1* +*.2* +*.3* +*.4* +*.5* +*.6* +*.7* +*.8* +*.9* + # glossaries *.acn *.acr From 868789a44128a158c792f3dbd97b5a72a80d402c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=AFeul=20Rouquette?= Date: Thu, 20 Mar 2014 13:50:53 +0100 Subject: [PATCH 0440/2185] handout --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 96c8efa287..ae3578b311 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -61,6 +61,9 @@ *.glo *.gls +# handout +*.handout + # hyperref *.brf From a6cabefb87e10e7a945d5b765d6637a192c7ecbe Mon Sep 17 00:00:00 2001 From: Torben Werner Date: Fri, 21 Mar 2014 12:46:27 +1100 Subject: [PATCH 0441/2185] Increase the specificity of PlayFramework rules The original ignore was far too general and results in eliminating packages named "db" or "project", for example. These are not that uncommon for package names. Fixes #921. --- PlayFramework.gitignore | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 3bf0228958..4735f055fc 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,19 +1,17 @@ # Ignore Play! working directory # -bin -db -eclipse -lib -log -logs -modules -precompiled -project/project -project/target -target -tmp +bin/ +/db +.eclipse +/lib/ +/logs/ +/modules +/project/project +/project/target +/target +tmp/ test-result server.pid *.iml *.eml -dist +/dist/ .cache From af6b1895ddb7fbf84bee8d66fe4a46553bf3d4ab Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Fri, 21 Mar 2014 12:57:41 +1100 Subject: [PATCH 0442/2185] Remove trailing asterisks in Phalcon rules --- Phalcon.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Phalcon.gitignore b/Phalcon.gitignore index 5eab0c56d7..6ffe3aa220 100644 --- a/Phalcon.gitignore +++ b/Phalcon.gitignore @@ -1,2 +1,2 @@ -/cache/* -/config/development/* +/cache/ +/config/development/ From 22e99e7a8960f415275c321842dc7ec877916603 Mon Sep 17 00:00:00 2001 From: Francisco Pina Martins Date: Fri, 21 Mar 2014 15:23:57 +0000 Subject: [PATCH 0443/2185] Added other common compression formats. --- ArchLinuxPackages.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index 77aed91ace..6cf5bf838a 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -1,5 +1,7 @@ *.tar *.tar.* +*.zip +*.tgz *.log *.log.* *.sig From e5e18e6e53bfb23472de43ca293b7972c5d81101 Mon Sep 17 00:00:00 2001 From: notbear Date: Mon, 24 Mar 2014 17:14:52 +0100 Subject: [PATCH 0444/2185] Fixes uncomplete CTools Ignoring cache/ makes also necessary files ignored: modules/ctools/page_manager/plugins/cache/page_manager_context.inc modules/ctools/plugins/cache/simple.inc modules/ctools/plugins/cache/export_ui.inc See: https://drupal.org/comment/7001628#comment-7001628 --- Drupal.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index a14c765d4b..04aed3b676 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -2,7 +2,6 @@ sites/*/*settings*.php # Ignore paths that contain generated content. -cache/ files/ sites/*/files sites/*/private From 485a600a77ef3ec768ca3719ede1d1172e3cbcbb Mon Sep 17 00:00:00 2001 From: Steven Noto Date: Tue, 25 Mar 2014 15:14:14 -0500 Subject: [PATCH 0445/2185] Added bin-release folder Updated to include 'bin-release' folder, another folder for generated binary builds --- Global/FlexBuilder.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/FlexBuilder.gitignore b/Global/FlexBuilder.gitignore index b6ce3f1eb5..bbbfb91d9e 100644 --- a/Global/FlexBuilder.gitignore +++ b/Global/FlexBuilder.gitignore @@ -1,2 +1,3 @@ bin/ bin-debug/ +bin-release/ From b7d5856485ea69f326c299a26d58418c0bd198f3 Mon Sep 17 00:00:00 2001 From: "Carpii (iMac)" Date: Wed, 26 Mar 2014 12:40:20 +0000 Subject: [PATCH 0446/2185] Updated OSX.gitignore to include directories commonly created on AFP shares --- Global/OSX.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 65b9423231..2faefcf65c 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -11,3 +11,10 @@ Icon # Files that might appear on external disk .Spotlight-V100 .Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items + From 1fb5ad47f452ebc1dad26366ff3d89b854c7cd4d Mon Sep 17 00:00:00 2001 From: Ivan Zuzak Date: Thu, 27 Mar 2014 17:04:02 +0100 Subject: [PATCH 0447/2185] fixup OpenCart double-file situation --- OpenCart.gitignore | 4 ++++ opencart.gitignore | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 opencart.gitignore diff --git a/OpenCart.gitignore b/OpenCart.gitignore index f317912542..6d72b17dc6 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -1,5 +1,9 @@ .htaccess config.php +admin/config.php + +!index.html + download/ image/data/ image/cache/ diff --git a/opencart.gitignore b/opencart.gitignore deleted file mode 100644 index c673f1f8c0..0000000000 --- a/opencart.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -config.php -admin/config.php - -!index.html - -download -image/cache/*.jpg -image/cache/data/* -system/cache -system/logs From 5342e13bc99d1e106b4d5f7bc9e9deaa0c58543e Mon Sep 17 00:00:00 2001 From: Ivan Zuzak Date: Thu, 27 Mar 2014 17:04:56 +0100 Subject: [PATCH 0448/2185] ensure single trailing newline --- Ada.gitignore | 2 +- DM.gitignore | 2 +- EPiServer.gitignore | 2 +- Fancy.gitignore | 2 +- Global/Ensime.gitignore | 2 +- Global/Lazarus.gitignore | 2 +- Global/NotepadPP.gitignore | 2 +- Global/SlickEdit.gitignore | 1 - Global/Xcode.gitignore | 1 - Meteor.gitignore | 2 +- Prestashop.gitignore | 2 +- TeX.gitignore | 2 -- VVVV.gitignore | 1 - 13 files changed, 9 insertions(+), 14 deletions(-) diff --git a/Ada.gitignore b/Ada.gitignore index af635597a8..b4d703968a 100644 --- a/Ada.gitignore +++ b/Ada.gitignore @@ -2,4 +2,4 @@ *.o # Ada Library Information -*.ali \ No newline at end of file +*.ali diff --git a/DM.gitignore b/DM.gitignore index 34f782a743..ba5abdab83 100644 --- a/DM.gitignore +++ b/DM.gitignore @@ -2,4 +2,4 @@ *.rsc *.int *.lk -*.zip \ No newline at end of file +*.zip diff --git a/EPiServer.gitignore b/EPiServer.gitignore index ca7a7862ed..97037de743 100644 --- a/EPiServer.gitignore +++ b/EPiServer.gitignore @@ -1,4 +1,4 @@ ###################### ## EPiServer Files ###################### -*License.config \ No newline at end of file +*License.config diff --git a/Fancy.gitignore b/Fancy.gitignore index 6b3450749d..70d6e631e5 100644 --- a/Fancy.gitignore +++ b/Fancy.gitignore @@ -1,2 +1,2 @@ *.rbc -*.fyc \ No newline at end of file +*.fyc diff --git a/Global/Ensime.gitignore b/Global/Ensime.gitignore index 6d8c2b09f6..3772bdfea9 100644 --- a/Global/Ensime.gitignore +++ b/Global/Ensime.gitignore @@ -1,3 +1,3 @@ # Ensime specific .ensime -.ensime_lucene/ \ No newline at end of file +.ensime_lucene/ diff --git a/Global/Lazarus.gitignore b/Global/Lazarus.gitignore index e714935480..0ea9e18980 100644 --- a/Global/Lazarus.gitignore +++ b/Global/Lazarus.gitignore @@ -9,4 +9,4 @@ lib/ *.ppu #exclude executable output in windows -*.exe \ No newline at end of file +*.exe diff --git a/Global/NotepadPP.gitignore b/Global/NotepadPP.gitignore index 9ec9df158b..8fbda83a2c 100644 --- a/Global/NotepadPP.gitignore +++ b/Global/NotepadPP.gitignore @@ -1,2 +1,2 @@ # Notepad++ backups # -*.bak \ No newline at end of file +*.bak diff --git a/Global/SlickEdit.gitignore b/Global/SlickEdit.gitignore index 9e2fdda8e3..f30b8da457 100644 --- a/Global/SlickEdit.gitignore +++ b/Global/SlickEdit.gitignore @@ -9,4 +9,3 @@ *.vpwhistu *.vpwhist *.vtg - diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 086d143dff..3756dc0509 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -14,4 +14,3 @@ profile DerivedData *.hmap *.ipa - diff --git a/Meteor.gitignore b/Meteor.gitignore index 6a6ea0e50a..0167b87cc3 100644 --- a/Meteor.gitignore +++ b/Meteor.gitignore @@ -1,2 +1,2 @@ .meteor/local -.meteor/meteorite \ No newline at end of file +.meteor/meteorite diff --git a/Prestashop.gitignore b/Prestashop.gitignore index e957df9484..890c4e6027 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -26,4 +26,4 @@ themes/default/cache/*.css # Ignore files on root directory robots.txt -sitemap.xml \ No newline at end of file +sitemap.xml diff --git a/TeX.gitignore b/TeX.gitignore index 2405295017..91b15a2a7b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -87,5 +87,3 @@ sympy-plots-for-*.tex/ # xindy *.xdy - - diff --git a/VVVV.gitignore b/VVVV.gitignore index 55a6a4b7c0..5df4324603 100644 --- a/VVVV.gitignore +++ b/VVVV.gitignore @@ -4,4 +4,3 @@ # Dynamic plugins .dll bin/ - From 3244810432d214f85791b5dced07d3ab0aca7435 Mon Sep 17 00:00:00 2001 From: Namik Nuhanovic Date: Mon, 31 Mar 2014 02:52:46 +0200 Subject: [PATCH 0449/2185] Add 'pom.xml.versionsBackup' 'mvn versions:use-latest-versions' generates 'pom.xml.versionsBackup' file, because '-DgenerateBackupPoms=true' is default; see http://mojo.codehaus.org/versions-maven-plugin/use-latest-versions-mojo.html#generateBackupPoms --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index 94eab12d69..088836b54d 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -1,5 +1,6 @@ target/ pom.xml.tag pom.xml.releaseBackup +pom.xml.versionsBackup pom.xml.next release.properties From 321f8518594b5b38ef1e76e48b882f47375f095e Mon Sep 17 00:00:00 2001 From: ONion Date: Mon, 31 Mar 2014 11:07:06 +0800 Subject: [PATCH 0450/2185] add delphi .dcu .DCU (Delphi Compiled Unit) files are binary files that are used between compiling source (text) and linking the executable. They're created by the compiler, joined together in memory, combined with the startup code and put into an actual executable (.EXE/.DLL/.BPL) by the linker --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index e186b94c2d..2dd677c1c5 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -50,3 +50,4 @@ # Delphi history and backups __history/ *.~* +*.dcu From 28c78172be104d08f0eb422ea7300589cbb59d8a Mon Sep 17 00:00:00 2001 From: ONion Date: Mon, 31 Mar 2014 11:25:08 +0800 Subject: [PATCH 0451/2185] change ignore file position --- Delphi.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 2dd677c1c5..d80e5cb335 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -35,6 +35,7 @@ *.dres *.rsm *.tds +*.dcu # Delphi autogenerated files (duplicated info) *.cfg @@ -50,4 +51,4 @@ # Delphi history and backups __history/ *.~* -*.dcu + From b8051dba2f753e2961adc08ac6ca916ecd5938ed Mon Sep 17 00:00:00 2001 From: ONion Date: Mon, 31 Mar 2014 11:49:00 +0800 Subject: [PATCH 0452/2185] trim --- Delphi.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index d80e5cb335..72fe09257e 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -51,4 +51,3 @@ # Delphi history and backups __history/ *.~* - From 9707fd125c5e7567c1bc6fa1f75a69bac4508062 Mon Sep 17 00:00:00 2001 From: Konstantin Koval Date: Mon, 31 Mar 2014 08:37:35 +0200 Subject: [PATCH 0453/2185] put back Xcode ignore to Objective-C. --- Objective-C.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index d522f94191..278782fc46 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,3 +1,22 @@ +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +profile +*.moved-aside +DerivedData +*.hmap +*.ipa + # CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However From d6ffb3cac30c0b338dadebfb13e1403a4029da61 Mon Sep 17 00:00:00 2001 From: Jamie Humphries Date: Thu, 3 Apr 2014 18:20:45 +0100 Subject: [PATCH 0454/2185] Do not ignore .ncrunch* in Visual Studio projects. This was ignoring .ncrunchproject and .ncrunchsolution files. NCrunch recommend that both of these files are checked in to source control. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 748683d0aa..cd481632a4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -91,7 +91,6 @@ _TeamCity* *.dotCover # NCrunch -*.ncrunch* _NCrunch_* .*crunch*.local.xml From d598b29b04497c3400f86b6599aabc59ec054196 Mon Sep 17 00:00:00 2001 From: Jim Roepcke Date: Fri, 4 Apr 2014 17:21:06 +1100 Subject: [PATCH 0455/2185] Remove profile rule from Xcode template. Fixes #956 --- Global/Xcode.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 3756dc0509..3dad88c94b 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -9,7 +9,6 @@ build/ !default.perspectivev3 xcuserdata *.xccheckout -profile *.moved-aside DerivedData *.hmap From 527d7dd551c43d726f3e7602c080cc483b3a4807 Mon Sep 17 00:00:00 2001 From: maieul Date: Fri, 4 Apr 2014 09:47:29 +0200 Subject: [PATCH 0456/2185] Revert "handout" This reverts commit 868789a44128a158c792f3dbd97b5a72a80d402c. --- TeX.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index ae3578b311..96c8efa287 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -61,9 +61,6 @@ *.glo *.gls -# handout -*.handout - # hyperref *.brf From 9b6923d08e87b9c4cd4a4e6b6c822be35cd4a2d1 Mon Sep 17 00:00:00 2001 From: maieul Date: Fri, 4 Apr 2014 09:59:55 +0200 Subject: [PATCH 0457/2185] combining numbering rule for eledmac and be less devourer --- TeX.gitignore | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 96c8efa287..8ffe860e44 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -44,15 +44,12 @@ #(e)ledmac/(e)ledpar *.end -*.1* -*.2* -*.3* -*.4* -*.5* -*.6* -*.7* -*.8* -*.9* +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R # glossaries *.acn From 1314783d11188b454ad4c65fc192c9ea999faedc Mon Sep 17 00:00:00 2001 From: Domenico LucianI Date: Fri, 4 Apr 2014 12:01:26 +0200 Subject: [PATCH 0458/2185] Moved to global --- Global/SublimeText.gitignore | 3 +++ SublimeTextSFTP.gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 SublimeTextSFTP.gitignore diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index e5bfb72356..77b2848ac1 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -4,3 +4,6 @@ # project files should be checked into the repository, unless a significant # proportion of contributors will probably not be using SublimeText # *.sublime-project + +#sftp configuration file +sftp-config.json diff --git a/SublimeTextSFTP.gitignore b/SublimeTextSFTP.gitignore deleted file mode 100644 index 4b2db0f74b..0000000000 --- a/SublimeTextSFTP.gitignore +++ /dev/null @@ -1 +0,0 @@ -sftp-config.json From 4d30a45c9e96a07fc2af0d299dbfcd64d38a1ee9 Mon Sep 17 00:00:00 2001 From: cheddar Date: Fri, 4 Apr 2014 10:05:58 -0500 Subject: [PATCH 0459/2185] Remove opinion from Node.js .gitignore file This is a PR to remove the opinionated lines from the Node.js .gitignore file. I do not believe that Github's pre-baked .gitignore files should be promulgating opinions, especially in a community that is as fresh as the Node.js community. Questions of what should be checked in should be a decision made on an organization-by-organization basis, or left up to the individual. Github's inclusion of opinion in these files puts unnecessary authority behind that opinion, which can have the negative side-effect of people following without thinking. --- Node.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index da23d0d4ba..336f730cec 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,6 +20,4 @@ coverage build/Release # Dependency directory -# Deployed apps should consider commenting this line out: -# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules From 9d4978d1c8e7dedd199576b28980bf9d5906d7d3 Mon Sep 17 00:00:00 2001 From: Adrian Rangel Date: Fri, 4 Apr 2014 16:25:30 -0600 Subject: [PATCH 0460/2185] add notice about secret files --- Rails.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 1a2c94dc52..c5c092beef 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -10,6 +10,8 @@ capybara-*.html **.orig rerun.txt pickle-email-*.html + +# TODO Comment out this rules if you are OK with secrets been uploaded to the repo config/initializers/secret_token.rb config/secrets.yml From 9390b1072d66cd7ae77d286d58d5b2acb411d57d Mon Sep 17 00:00:00 2001 From: cheddar Date: Fri, 4 Apr 2014 17:33:30 -0500 Subject: [PATCH 0461/2185] Reintroduce link to npmjs And remove my own opinions... --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 336f730cec..e33a7f7d3d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,4 +20,6 @@ coverage 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 From 336dd397ffc23f66107bf7c71195e4578bb761d7 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 6 Apr 2014 10:35:58 +1000 Subject: [PATCH 0462/2185] Remove profile from Obj-C to match #956 --- Objective-C.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 278782fc46..35a6fbddb3 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -11,7 +11,6 @@ build/ !default.perspectivev3 xcuserdata *.xccheckout -profile *.moved-aside DerivedData *.hmap From 5f4223833162b45377e9900b6da8340f5992dc82 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 6 Apr 2014 10:38:24 +1000 Subject: [PATCH 0463/2185] Remove Obj-C-specific hmap & ipa from general Xcode template --- Global/Xcode.gitignore | 2 -- Objective-C.gitignore | 1 - 2 files changed, 3 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 3756dc0509..3098679921 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -12,5 +12,3 @@ xcuserdata profile *.moved-aside DerivedData -*.hmap -*.ipa diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 35a6fbddb3..8f9935dab2 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -23,4 +23,3 @@ DerivedData # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control? # # Pods/ - From ff6032e4dac229b474597387959c9a3187bea70f Mon Sep 17 00:00:00 2001 From: Dmitry Teslitsky Date: Tue, 8 Apr 2014 18:48:50 +0300 Subject: [PATCH 0464/2185] Returned lost config file OpenCart has engine file system/library/config.php that must be in version control. --- OpenCart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index 6d72b17dc6..cc937674b8 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -1,5 +1,5 @@ .htaccess -config.php +/config.php admin/config.php !index.html From 9aa3e1c3a7a5d9a7ecbab67f63eb81e8b4a493b7 Mon Sep 17 00:00:00 2001 From: Justin Howlett Date: Thu, 10 Apr 2014 13:57:55 -0400 Subject: [PATCH 0465/2185] Revert "Packages folder is ignored correctly". Without the asterisk at the end of the directory's path, an exception for a file within this directory does not work. (ex. !packages/repositories.config) This reverts commit 0fb0fbefa5fcd62ea5b6fe0f433588df270dcd71. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5a71cec1e0..745d9301c7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -124,7 +124,7 @@ publish/ *.pubxml # NuGet Packages Directory -packages/ +packages/* ## TODO: If the tool you use requires repositories.config uncomment the next line #!packages/repositories.config From 5ec3f132d5c07b1ba7350ecbba8d4bfb3a51895a Mon Sep 17 00:00:00 2001 From: "Carpii (iMac)" Date: Fri, 11 Apr 2014 13:20:47 +0100 Subject: [PATCH 0466/2185] Ignore more osx/afp clutter --- Global/OSX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 2faefcf65c..60a75e6ef5 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -17,4 +17,4 @@ Icon .AppleDesktop Network Trash Folder Temporary Items - +.apdisk From 206c7e4577d608363f83f75e0e8499f70049cdf8 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sun, 13 Apr 2014 13:53:34 -0700 Subject: [PATCH 0467/2185] improve umbraco ignores --- Umbraco.gitignore | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index be2db99c58..563483f555 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,9 +1,17 @@ -# Ignore Umbraco folders (Generated folders created by Umbraco) -ClientDependency/ -TEMP/ -Logs/ +# Make sure to include ignores from VisualStudio.gitignore if developing on Umbraco using Visual Studio + +# Ignore unimportant folders generated by Umbraco +**/App_Data/ClientDependency/ +**/App_Data/ExamineIndexes/ +**/App_Data/Logs/ +**/App_Data/[Pp]review/ +**/App_Data/TEMP/ Cached/ -ExamineIndexes/ # Ignore Umbraco content cache file -umbraco.config +**/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 \ No newline at end of file From dba7d3de2bbfd3a28ed0191d693d0efb298d3da3 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 14 Apr 2014 06:02:29 -0700 Subject: [PATCH 0468/2185] Adds Roslyn .ide directories to .gitignore. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 745d9301c7..1efad386dc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -16,6 +16,9 @@ bld/ [Bb]in/ [Oo]bj/ +# Roslyn cache directories +*.ide + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* From bc6f3751b2b49c2c4cf1dac7b3669bb9bd983e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20B=C3=B6cker?= Date: Tue, 15 Apr 2014 16:19:56 +0200 Subject: [PATCH 0469/2185] Fixed typo in comment --- Global/OSX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 60a75e6ef5..5e4103681b 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -2,7 +2,7 @@ .AppleDouble .LSOverride -# Icon must ends with two \r. +# Icon must end with two \r Icon # Thumbnails From 5bf53574d70542c15d8bf2b88872c0464a57cdac Mon Sep 17 00:00:00 2001 From: Gusakov Nikita Date: Tue, 15 Apr 2014 20:35:57 +0400 Subject: [PATCH 0470/2185] Added Zephir language gitignore --- Zephir.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Zephir.gitignore diff --git a/Zephir.gitignore b/Zephir.gitignore new file mode 100644 index 0000000000..b236d5ed3f --- /dev/null +++ b/Zephir.gitignore @@ -0,0 +1,20 @@ +.temp/ +.libs/ +ext/build/ +ext/modules/ +ext/Makefile* +ext/config* +ext/acinclude.m4 +ext/aclocal.m4 +ext/autom4te* +ext/install-sh +ext/ltmain.sh +ext/missing +ext/mkinstalldirs +ext/run-tests.php +ext/.deps +ext/libtool +*.lo +*.la +*.o +*.loT From af7c660e34e52b999e0bea3b0d8d02cf07fe9c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Tue, 15 Apr 2014 18:56:25 +0200 Subject: [PATCH 0471/2185] Ignore xcuserstate xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember --- Objective-C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 8f9935dab2..1e390d0426 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,6 +15,7 @@ xcuserdata DerivedData *.hmap *.ipa +*.xcuserstate # CocoaPods # From 37372e0f64aa83a618eefb7b96bac0001a35effe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Tue, 15 Apr 2014 18:59:29 +0200 Subject: [PATCH 0472/2185] Ignore xcuserstate xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember, this is something that shouldn't be tracked in version control --- Global/Xcode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 3a130f18c5..1b81d24958 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -11,3 +11,4 @@ xcuserdata *.xccheckout *.moved-aside DerivedData +*.xcuserstate From 7562a0b19d1ff6fcfd7c8f8446c8fc344ded8026 Mon Sep 17 00:00:00 2001 From: Alireza Zabandan Date: Wed, 16 Apr 2014 04:35:10 +0430 Subject: [PATCH 0473/2185] Laravel4 gitignore --- Laravel4.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Laravel4.gitignore diff --git a/Laravel4.gitignore b/Laravel4.gitignore new file mode 100644 index 0000000000..ac3492e247 --- /dev/null +++ b/Laravel4.gitignore @@ -0,0 +1,3 @@ +/bootstrap/compiled.php +.env.*.php +.env.php From a64bf75ee35fdf8ce0281e3598c1d0dae1138be2 Mon Sep 17 00:00:00 2001 From: "Michael S. Christensen" Date: Wed, 16 Apr 2014 08:51:19 +0200 Subject: [PATCH 0474/2185] Added .rel-files Reftex adds these for internal processing, only auxillary files for composition and compilation of tex-documents. --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 9e44d0a87d..a1bceafcc1 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -21,3 +21,6 @@ tramp # elpa packages /elpa/ + +# reftex files +*.rel From 727ed0d9523a99167d1757fcb32278641ff289fa Mon Sep 17 00:00:00 2001 From: Kevin Pilch-Bisson Date: Wed, 16 Apr 2014 19:43:13 -0700 Subject: [PATCH 0475/2185] Add trailing / for Roslyn cache directories --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1efad386dc..6dffb67383 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -17,7 +17,7 @@ bld/ [Oo]bj/ # Roslyn cache directories -*.ide +*.ide/ # MSTest test Results [Tt]est[Rr]esult*/ From 44d815e407a1d0f5c83ab5e51c927eeef87acfda Mon Sep 17 00:00:00 2001 From: DaikiMaekawa Date: Thu, 17 Apr 2014 21:08:18 +0900 Subject: [PATCH 0476/2185] Fixed typo --- ROS.gitignore | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/ROS.gitignore b/ROS.gitignore index 7b171072a4..9d6a2002ea 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -1,30 +1,30 @@ -~$ -.swp$ +~ +.swp build/ bin/ lib/ msg_gen/ srv_gen/ -msg/.*Action\.msg$ -msg/.*ActionFeedback\.msg$ -msg/.*ActionGoal\.msg$ -msg/.*ActionResult\.msg$ -msg/.*Feedback\.msg$ -msg/.*Goal\.msg$ -msg/.*Result\.msg$ -msg/_.*\.py$ - -\.pcd$ -.pyc$ +msg/.*Action\.msg +msg/.*ActionFeedback\.msg +msg/.*ActionGoal\.msg +msg/.*ActionResult\.msg +msg/.*Feedback\.msg +msg/.*Goal\.msg +msg/.*Result\.msg +msg/_.*\.py + +\.pcd +.pyc # Generated by dynamic reconfigure -\.cfgc$ +\.cfgc /cfg/cpp/ -/cfg/.*\.py$ +/cfg/.*\.py # Ignore generated docs -.dox$ -.wikidoc$ +.dox +.wikidoc # eclipse stuff .project @@ -33,9 +33,9 @@ msg/_.*\.py$ # qcreator stuff CMakeLists.txt.user -srv/_.*\.py$ -\.pcd$ -.pyc$ +srv/_.*\.py +\.pcd +.pyc qtcreator-* *.user @@ -43,7 +43,7 @@ qtcreator-* /planning/docs /planning/src -*~$ +*~ # Emacs .#* From d4c7dbcaf94abd0963f789535254af1dbcd540fd Mon Sep 17 00:00:00 2001 From: "Michael S. Christensen" Date: Thu, 17 Apr 2014 18:21:11 +0200 Subject: [PATCH 0477/2185] Ignor auctex auto-folder and contents When working with multifile LaTeX-documents in AUCTeX in emacs, it creates the auto-folder to keep track of styles, macros etc. in the whole document. Unnecessary of versioning purposes. --- Global/Emacs.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index a1bceafcc1..1b571c30f5 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -24,3 +24,6 @@ tramp # reftex files *.rel + +# AUCTeX auto folder +/auto/ From 5f1911f3b49d1c62cb48a7d6c199e455488066da Mon Sep 17 00:00:00 2001 From: Adam Gross Date: Fri, 18 Apr 2014 13:19:46 -0400 Subject: [PATCH 0478/2185] Simple grammar update --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index c5c092beef..e74e3bc64c 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -11,7 +11,7 @@ capybara-*.html rerun.txt pickle-email-*.html -# TODO Comment out this rules if you are OK with secrets been uploaded to the repo +# TODO Comment out these rules if you are OK with secrets been uploaded to the repo config/initializers/secret_token.rb config/secrets.yml From b7664de6996c033d3fc22104c3edf11e36b0fa89 Mon Sep 17 00:00:00 2001 From: Adam Gross Date: Fri, 18 Apr 2014 13:32:38 -0400 Subject: [PATCH 0479/2185] Changing been to being per https://github.com/tmountjr --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index e74e3bc64c..d9474d9da3 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -11,7 +11,7 @@ capybara-*.html rerun.txt pickle-email-*.html -# TODO Comment out these rules if you are OK with secrets been uploaded to the repo +# TODO Comment out these rules if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb config/secrets.yml From bf166d4be4955aa63fe4b7b1d619e6496aa7a7d5 Mon Sep 17 00:00:00 2001 From: szp Date: Sat, 19 Apr 2014 20:40:57 +0800 Subject: [PATCH 0480/2185] =?UTF-8?q?add=20ignore=20log=20files=EF=BC=88An?= =?UTF-8?q?droid=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 64d3c9769c..6b6f0a939c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -21,3 +21,6 @@ local.properties # Proguard folder generated by Eclipse proguard/ + +#Log Files +*.log \ No newline at end of file From a7af8cf3d1d8bc681ac950fa2a797b228617478f Mon Sep 17 00:00:00 2001 From: Bohdan Shulha Date: Wed, 23 Apr 2014 10:59:33 +0300 Subject: [PATCH 0481/2185] Splitted large comments into a few lines --- VisualStudio.gitignore | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6dffb67383..ac0bd0206e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -123,16 +123,21 @@ 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 the next line if you want to checkin your +## web deploy settings but do note that will include unencrypted +## passwords *.pubxml # NuGet Packages Directory packages/* -## TODO: If the tool you use requires repositories.config uncomment the next line +## TODO: If the tool you use requires repositories.config +## 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) +# 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) !packages/build/ # Windows Azure Build Output @@ -158,8 +163,9 @@ node_modules/ # RIA/Silverlight projects Generated_Code/ -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML From 4ded81fb2eff9336de6912adfa391b4892f5f192 Mon Sep 17 00:00:00 2001 From: DaikiMaekawa Date: Wed, 23 Apr 2014 20:46:03 +0900 Subject: [PATCH 0482/2185] Remove unnecessary rules --- ROS.gitignore | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/ROS.gitignore b/ROS.gitignore index 9d6a2002ea..f8bcd11737 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -1,30 +1,25 @@ -~ -.swp build/ bin/ lib/ msg_gen/ srv_gen/ -msg/.*Action\.msg -msg/.*ActionFeedback\.msg -msg/.*ActionGoal\.msg -msg/.*ActionResult\.msg -msg/.*Feedback\.msg -msg/.*Goal\.msg -msg/.*Result\.msg -msg/_.*\.py - -\.pcd -.pyc +msg/*Action.msg +msg/*ActionFeedback.msg +msg/*ActionGoal.msg +msg/*ActionResult.msg +msg/*Feedback.msg +msg/*Goal.msg +msg/*Result.msg +msg/_*.py # Generated by dynamic reconfigure -\.cfgc +*.cfgc /cfg/cpp/ -/cfg/.*\.py +/cfg/*.py # Ignore generated docs -.dox -.wikidoc +*.dox +*.wikidoc # eclipse stuff .project @@ -33,9 +28,9 @@ msg/_.*\.py # qcreator stuff CMakeLists.txt.user -srv/_.*\.py -\.pcd -.pyc +srv/_*.py +*.pcd +*.pyc qtcreator-* *.user From 5eacf05adb5a1c6efe7205b766953c537bbab064 Mon Sep 17 00:00:00 2001 From: Jacob Rigby Date: Wed, 23 Apr 2014 15:50:28 -0500 Subject: [PATCH 0483/2185] Fix eol issues Some files don't contain a line separator ('\n') at the end. Add the missing eol. In POSIX, all lines of text should end with a newline character by definition. See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html section 3.397 for more. See https://gist.github.com/jacknagel/1020172 for a gist of the issue. --- Android.gitignore | 2 +- CodeIgniter.gitignore | 2 +- Composer.gitignore | 2 +- Symfony2.gitignore | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 6b6f0a939c..3a36c6e749 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -23,4 +23,4 @@ local.properties proguard/ #Log Files -*.log \ No newline at end of file +*.log diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index ca0e37ee2d..846b8c5406 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -3,4 +3,4 @@ */logs/!index.html */cache/* */cache/!index.html -*/cache/!.htaccess \ No newline at end of file +*/cache/!.htaccess diff --git a/Composer.gitignore b/Composer.gitignore index aa5997f4c9..3a693c92d7 100644 --- a/Composer.gitignore +++ b/Composer.gitignore @@ -3,4 +3,4 @@ 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 -# composer.lock \ No newline at end of file +# composer.lock diff --git a/Symfony2.gitignore b/Symfony2.gitignore index f4a95cb473..f5465e1037 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -13,4 +13,4 @@ app/config/parameters.ini app/config/parameters.yml # Composer -composer.phar \ No newline at end of file +composer.phar From 4ccd14486cad775540a295723dbd2f0f95265333 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Thu, 24 Apr 2014 15:01:04 +0100 Subject: [PATCH 0484/2185] [Objective-C] Fixes a broken link This got changed recently. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 1e390d0426..a3cd143a40 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-ignore-the-pods-directory-in-source-control # # Pods/ From b8a520853b7c5f9f1d5290085efd4f9d1e04fdb8 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 25 Apr 2014 08:13:24 +0200 Subject: [PATCH 0485/2185] Composer.lock and READMEs are no longer ignored --- ZendFramework2.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ZendFramework2.gitignore b/ZendFramework2.gitignore index 526a85cc94..6c7b29c774 100644 --- a/ZendFramework2.gitignore +++ b/ZendFramework2.gitignore @@ -1,10 +1,4 @@ -# License and readme -INSTALL* -LICENSE* -README* - # Composer files -composer.lock composer.phar vendor/ From 235d4add77c98e359ba7c139b954b7aab61f1a00 Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Sun, 27 Apr 2014 13:06:27 +0200 Subject: [PATCH 0486/2185] add Mercury language gitignore template --- Mercury.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Mercury.gitignore diff --git a/Mercury.gitignore b/Mercury.gitignore new file mode 100644 index 0000000000..69f5a24905 --- /dev/null +++ b/Mercury.gitignore @@ -0,0 +1,13 @@ +Mercury/ +.*.swp +tags +*.mh +*.err +*.init +*.dll +*.exe +*.a +*.so +*.dylib +*.d +*.c_date From 0729f61dc0b8a79ef3db26ea9d87607ba0e27432 Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Tue, 29 Apr 2014 12:15:00 +0200 Subject: [PATCH 0487/2185] removed Vim and ctags specific ignores; as these are handled in Global/ --- Mercury.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mercury.gitignore b/Mercury.gitignore index 69f5a24905..d1d7119c61 100644 --- a/Mercury.gitignore +++ b/Mercury.gitignore @@ -1,6 +1,4 @@ Mercury/ -.*.swp -tags *.mh *.err *.init From 50e59ac3c82789bd535b4ce728240573a2889ec4 Mon Sep 17 00:00:00 2001 From: Theo Pack Date: Sun, 4 May 2014 18:27:23 +0200 Subject: [PATCH 0488/2185] Add .gitignore for Elixir --- Elixir.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Elixir.gitignore diff --git a/Elixir.gitignore b/Elixir.gitignore new file mode 100644 index 0000000000..960767189f --- /dev/null +++ b/Elixir.gitignore @@ -0,0 +1,4 @@ +/_build +/deps +erl_crash.dump +*.ez From 08f0247f170f35489a69851edbafb534fb5b96d8 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 6 May 2014 17:19:27 +1000 Subject: [PATCH 0489/2185] Fix URL in SBT template --- Global/SBT.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 1f4d73bcaf..970d897c75 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -1,5 +1,5 @@ -# SBT .gitignore -# recommended: http://code.google.com/p/simple-build-tool/wiki/Setup#Version_Control +# Simple Build Tool +# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control target/ lib_managed/ From 5b168d43009dbfa9e5b02dd6be7ee5961059ea61 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 6 May 2014 17:38:57 +1000 Subject: [PATCH 0490/2185] Remove redundant Umbraco exceptions to VS rules From the discussion on #1013: Since the rule in VS is packages/*, the fact that it contains a slash means that it is anchored to the top level. That is, is will only apply to a directory called packages at the top level, and not to any at deeper directories like App_Data. So these rules at the bottom of your changes actually aren't necessary after all. I just confirmed this with a quick test. --- Umbraco.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 563483f555..c4f7578f2b 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -10,8 +10,3 @@ 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 \ No newline at end of file From 7955283b13f7b8fe23bb91b9ea6e2f4cc14ba6f3 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 6 May 2014 17:42:22 +1000 Subject: [PATCH 0491/2185] Shorten note in comment at the top --- Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index c4f7578f2b..f762672ed2 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,4 +1,4 @@ -# Make sure to include ignores from VisualStudio.gitignore if developing on Umbraco using Visual Studio +# Note: VisualStudio gitignore rules may also be relevant # Ignore unimportant folders generated by Umbraco **/App_Data/ClientDependency/ From 00d75ccb52ba50a6dc96234c6065613a978f8468 Mon Sep 17 00:00:00 2001 From: Mateusz Wolsza Date: Tue, 6 May 2014 12:10:00 +0200 Subject: [PATCH 0492/2185] Releases should also be ignored "Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ac0bd0206e..4360f2751d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -9,7 +9,7 @@ # Build results [Dd]ebug/ [Dd]ebugPublic/ -[Rr]elease/ +[Rr]elease[s]/ x64/ build/ bld/ From ae4baaa4f99b9e4cd588424d989d9bc10672b2fa Mon Sep 17 00:00:00 2001 From: RX14 Date: Tue, 6 May 2014 17:06:01 +0100 Subject: [PATCH 0493/2185] Update Gradle.gitignore Update Gradle.gitignore --- Gradle.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 7f6823bcc0..ca611cf826 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,2 +1,5 @@ .gradle build/ + +# Ignore Gradle GUI config +gradle-app.setting From deebadef075cf1e3f2a08b5d06df1db1e0828cd9 Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 6 May 2014 14:47:52 -0400 Subject: [PATCH 0494/2185] added gitignore for IPython notebooks --- Global/IPython.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/IPython.gitignore diff --git a/Global/IPython.gitignore b/Global/IPython.gitignore new file mode 100644 index 0000000000..155985e2b5 --- /dev/null +++ b/Global/IPython.gitignore @@ -0,0 +1,4 @@ +# Temporary data +.ipynb_checkpoints/ + + From bd0a82e1d5c94191e06284317596231c32761c2c Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 6 May 2014 14:48:13 -0400 Subject: [PATCH 0495/2185] added gitignore for IPython notebooks --- Global/{IPython.gitignore => IPythonNotebook.gitignore} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/{IPython.gitignore => IPythonNotebook.gitignore} (100%) diff --git a/Global/IPython.gitignore b/Global/IPythonNotebook.gitignore similarity index 100% rename from Global/IPython.gitignore rename to Global/IPythonNotebook.gitignore From 11e30dad3d1a343a49904f8fdbc53631cec98d12 Mon Sep 17 00:00:00 2001 From: Mateusz Wolsza Date: Wed, 7 May 2014 13:14:53 +0200 Subject: [PATCH 0496/2185] Releases should be ignored --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4360f2751d..7414ecfb47 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -9,7 +9,8 @@ # Build results [Dd]ebug/ [Dd]ebugPublic/ -[Rr]elease[s]/ +[Rr]elease/ +[Rr]eleases/ x64/ build/ bld/ From 48e703a2c233dba6ebdcfffab117ec410a5ba84b Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Wed, 7 May 2014 21:22:24 +1000 Subject: [PATCH 0497/2185] Remove stray whitespace Amending #1072 --- Global/IPythonNotebook.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Global/IPythonNotebook.gitignore b/Global/IPythonNotebook.gitignore index 155985e2b5..27c13510bf 100644 --- a/Global/IPythonNotebook.gitignore +++ b/Global/IPythonNotebook.gitignore @@ -1,4 +1,2 @@ # Temporary data .ipynb_checkpoints/ - - From 446dae3d53caf99c418f1298ea90a56f92b86547 Mon Sep 17 00:00:00 2001 From: "Scott J. Roberts" Date: Wed, 7 May 2014 17:47:05 -0400 Subject: [PATCH 0498/2185] Adding .lock-wscript --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index e33a7f7d3d..a4af05a662 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,3 +23,6 @@ build/Release # 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 From 88e26bf5aa71e69908d9c919972e876cda971968 Mon Sep 17 00:00:00 2001 From: Konstantinos Bariotis Date: Thu, 8 May 2014 16:46:54 +0300 Subject: [PATCH 0499/2185] "TheFind Feed" module removed According to [this](http://www.magentocommerce.com/magento-connect/thefind-feed-1.html) TheFind Feed module does not come with the latest versions of Magento( > 1.6). Thank you --- Magento.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index 3309871b89..fce27ad8da 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,10 +1,8 @@ .modgit/ -app/code/community/Find/ app/code/community/Phoenix/ app/code/community/Cm/ app/code/core/ app/design/adminhtml/default/default/ -app/design/adminhtml/default/find/ app/design/frontend/base/ app/design/frontend/default/blank/ app/design/frontend/default/default/ @@ -13,7 +11,6 @@ app/design/frontend/default/modern/ app/design/frontend/enterprise/default app/design/install/ app/etc/modules/Enterprise_* -app/etc/modules/Find_Feed.xml app/etc/modules/Mage_All.xml app/etc/modules/Mage_Api.xml app/etc/modules/Mage_Api2.xml From d44417883f2bc9c93a643744c8bda32439683617 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 11 May 2014 12:59:57 +0200 Subject: [PATCH 0500/2185] Removed old ZendFramework.gitignore Documentation rules have been removed and the rest of the rules are going to be included in the ZendFramework2.gitignore. --- ZendFramework.gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ZendFramework.gitignore diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore deleted file mode 100644 index 014f93f620..0000000000 --- a/ZendFramework.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -INSTALL.txt -LICENSE.txt -README.txt -demos/ -extras/documentation From 1d96081fc9dd50b5e8bac0cb6865b5152ed51cbc Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 11 May 2014 13:00:31 +0200 Subject: [PATCH 0501/2185] Included Zend Framework 1 rules --- ZendFramework2.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ZendFramework2.gitignore b/ZendFramework2.gitignore index 6c7b29c774..cd248f5318 100644 --- a/ZendFramework2.gitignore +++ b/ZendFramework2.gitignore @@ -14,3 +14,7 @@ logs/ cache/ temp/ tmp/ + +# ZF1 +demos/ +extras/documentation From ee1c7c01c1ee729afc281367d05c56f8ed577f64 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 11 May 2014 13:01:13 +0200 Subject: [PATCH 0502/2185] ZendFramework2.gitignore renamed to ZendFramework.gitignore --- ZendFramework2.gitignore => ZendFramework.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ZendFramework2.gitignore => ZendFramework.gitignore (100%) diff --git a/ZendFramework2.gitignore b/ZendFramework.gitignore similarity index 100% rename from ZendFramework2.gitignore rename to ZendFramework.gitignore From cfc9ce4e6d0320612358445b71a0d5f465c53ff8 Mon Sep 17 00:00:00 2001 From: James Ottaway Date: Mon, 12 May 2014 10:36:23 +1000 Subject: [PATCH 0503/2185] Ignore locally-built `*.nupkg` files Building NuGet packages locally with `NuGet.exe pack .nuspec` generates a `..nupkg` file which should never be versioned. --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 7414ecfb47..1c38a68ef5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -129,8 +129,9 @@ publish/ ## passwords *.pubxml -# NuGet Packages Directory +# NuGet Packages packages/* +*.nupkg ## TODO: If the tool you use requires repositories.config ## uncomment the next line #!packages/repositories.config From 8dbc29f89b3f1bdab83db83dc7718857ec5a2f70 Mon Sep 17 00:00:00 2001 From: Sebastian Godelet Date: Mon, 12 May 2014 10:00:08 +0200 Subject: [PATCH 0504/2185] Mercury.gitignore: Add Erlang .beams, as this is an additional compiler target, forgot to add this in https://github.com/github/gitignore/pull/1057 --- Mercury.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Mercury.gitignore b/Mercury.gitignore index d1d7119c61..d1f9192f6f 100644 --- a/Mercury.gitignore +++ b/Mercury.gitignore @@ -7,5 +7,6 @@ Mercury/ *.a *.so *.dylib +*.beams *.d *.c_date From 35e7a40df9de7ce08520db1f588141659426e929 Mon Sep 17 00:00:00 2001 From: David Leon Gil Date: Sat, 17 May 2014 20:58:08 -0400 Subject: [PATCH 0505/2185] 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 5be59710d33ceaf56899a4ba33583f2ff51c4073 Mon Sep 17 00:00:00 2001 From: Giorgio Premi Date: Tue, 20 May 2014 15:51:47 +0200 Subject: [PATCH 0506/2185] Ignore phpunit.xml in Symfony2 applications --- Symfony2.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index f5465e1037..d427180d4b 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -12,5 +12,8 @@ web/bundles/* app/config/parameters.ini app/config/parameters.yml +# PHPUnit +app/phpunit.xml + # Composer composer.phar From d6cfcd686cbb9af847d25629541f34db57b00b0a Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 11:41:45 +0200 Subject: [PATCH 0507/2185] Replace app/bootstrap wildcard with explicit entry See https://github.com/symfony/symfony-standard/commit/e7b7b0f366465b15a29f44d7ba17287bb0b8392b --- Symfony2.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index d427180d4b..16d3ba390e 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -1,5 +1,5 @@ # Bootstrap -app/bootstrap* +app/bootstrap.php.cache # Symfony directories vendor/* From 7794d39d2f648305f95348c0f61e4189ecf04cd6 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 11:53:46 +0200 Subject: [PATCH 0508/2185] Ignore bin folder --- Symfony2.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 16d3ba390e..978d092008 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -2,6 +2,7 @@ app/bootstrap.php.cache # Symfony directories +bin/* vendor/* */logs/* */cache/* From cc716260e109ce26b3f69648091faeee205b36b0 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 11:57:41 +0200 Subject: [PATCH 0509/2185] Add leading slashes --- Symfony2.gitignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 978d092008..45473dbbe0 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -1,20 +1,20 @@ # Bootstrap -app/bootstrap.php.cache +/app/bootstrap.php.cache # Symfony directories -bin/* -vendor/* -*/logs/* -*/cache/* -web/uploads/* -web/bundles/* +/bin/ +/vendor/ +/app/logs/* +/app/cache/* +/web/uploads/ +/web/bundles/ # Configuration files -app/config/parameters.ini -app/config/parameters.yml +/app/config/parameters.ini +/app/config/parameters.yml # PHPUnit -app/phpunit.xml +/app/phpunit.xml # Composer -composer.phar +/composer.phar From c58fff4f3ecb665ce9f06bd75f5200ae2eb4f1df Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 11:58:44 +0200 Subject: [PATCH 0510/2185] Keep cache and logs directories --- Symfony2.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 45473dbbe0..5f50b3cbef 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -6,6 +6,8 @@ /vendor/ /app/logs/* /app/cache/* +!app/cache/.gitkeep +!app/logs/.gitkeep /web/uploads/ /web/bundles/ From 97de996895c2af71e1f2a3e4a4b6ed4448005008 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 12:02:45 +0200 Subject: [PATCH 0511/2185] Reorder entries --- Symfony2.gitignore | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 5f50b3cbef..37ff0ae824 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -1,19 +1,23 @@ # Bootstrap /app/bootstrap.php.cache -# Symfony directories -/bin/ -/vendor/ -/app/logs/* +# Cache and logs /app/cache/* +/app/logs/* !app/cache/.gitkeep !app/logs/.gitkeep -/web/uploads/ -/web/bundles/ -# Configuration files -/app/config/parameters.ini +# Parameters /app/config/parameters.yml +/app/config/parameters.ini + +# Dependencies +/bin/ +/vendor/ + +# Assets +/web/bundles/ +/web/uploads/ # PHPUnit /app/phpunit.xml From e098aa360b1b7143c308aea609a8aa87a6540c94 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 12:21:08 +0200 Subject: [PATCH 0512/2185] Rename "Dependencies" section into "Managed by Composer" --- Symfony2.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 37ff0ae824..ecf1584619 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -11,7 +11,7 @@ /app/config/parameters.yml /app/config/parameters.ini -# Dependencies +# Managed by Composer /bin/ /vendor/ From 0c9dce69662cc76224d7c61f92778ae7479ef186 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 12:21:56 +0200 Subject: [PATCH 0513/2185] Move bootstrap file to "Managed by Composer" section --- Symfony2.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index ecf1584619..e3b7c520dd 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -1,6 +1,3 @@ -# Bootstrap -/app/bootstrap.php.cache - # Cache and logs /app/cache/* /app/logs/* @@ -12,6 +9,7 @@ /app/config/parameters.ini # Managed by Composer +/app/bootstrap.php.cache /bin/ /vendor/ From 43893107bdc1803e6894b083f95c587571ee2144 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 12:22:34 +0200 Subject: [PATCH 0514/2185] Rename Composer section --- Symfony2.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index e3b7c520dd..294dd898ab 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -20,5 +20,5 @@ # PHPUnit /app/phpunit.xml -# Composer +# Composer PHAR /composer.phar From e07830483e609c662da0b23f33b0bef5b2b46b46 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Wed, 28 May 2014 12:23:42 +0200 Subject: [PATCH 0515/2185] Rename Assets section --- Symfony2.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Symfony2.gitignore b/Symfony2.gitignore index 294dd898ab..d6e334bb78 100644 --- a/Symfony2.gitignore +++ b/Symfony2.gitignore @@ -13,7 +13,7 @@ /bin/ /vendor/ -# Assets +# Assets and user uploads /web/bundles/ /web/uploads/ From 0595dd76629d11a475302d025320a7fc33aeb671 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Wed, 28 May 2014 15:47:56 +0400 Subject: [PATCH 0516/2185] One more binary type to ignore --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 72fe09257e..78e5f118ef 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -36,6 +36,7 @@ *.rsm *.tds *.dcu +*.lib # Delphi autogenerated files (duplicated info) *.cfg From 2399ff1c7957fa3b4eeecefa7354bbe50776063b Mon Sep 17 00:00:00 2001 From: Daniel Rothmaler Date: Thu, 29 May 2014 11:13:13 +1000 Subject: [PATCH 0517/2185] Re-order rules for JetBrains legacy project format Fixes #1090 - this is the part of that PR that seems justified. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index b530788b0b..343bec2934 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -13,8 +13,8 @@ ## File-based project format *.ipr -*.iws *.iml +*.iws ## Additional for IntelliJ out/ From 2973111490fd7430c0f47564e61bae982f842d78 Mon Sep 17 00:00:00 2001 From: Heather Date: Thu, 29 May 2014 22:51:56 -0700 Subject: [PATCH 0518/2185] gitignore for Rust --- Rust.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Rust.gitignore diff --git a/Rust.gitignore b/Rust.gitignore new file mode 100644 index 0000000000..61d774488d --- /dev/null +++ b/Rust.gitignore @@ -0,0 +1,5 @@ +*.o +*.so +*.rlib +*.dll +*.exe From e151cb8c5dbcbb490952d028741996e501e8c26d Mon Sep 17 00:00:00 2001 From: Abhishek L Date: Fri, 30 May 2014 22:11:45 +0530 Subject: [PATCH 0519/2185] elisp: adding .cask files to gitignore cask is a dependency/package management tool for Emacs lisp packages. Adding .cask to gitignore template to avoid tracking of installed packages not a part of repository --- Elisp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Elisp.gitignore b/Elisp.gitignore index 1c17549878..9b4291b7fe 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -1,2 +1,5 @@ # Compiled *.elc + +# Packaging +.cask From 8a28b1c4c67272aa4efc6f5e5eb77c205449427d Mon Sep 17 00:00:00 2001 From: Michalis Kargakis Date: Fri, 6 Jun 2014 16:53:21 +0300 Subject: [PATCH 0520/2185] Ignore profile files --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 836562412f..daf913b1b3 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -21,3 +21,4 @@ _testmain.go *.exe *.test +*.prof From 53441c0cd6f8bc95a9766084f95dee68d3498700 Mon Sep 17 00:00:00 2001 From: thurask Date: Tue, 10 Jun 2014 15:25:31 -0400 Subject: [PATCH 0521/2185] 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 d60485f496b17b275893a55cdcba9bdbbdbb2f37 Mon Sep 17 00:00:00 2001 From: Kolja Dummann Date: Sun, 15 Dec 2013 18:44:00 +0100 Subject: [PATCH 0522/2185] add Meta Programming System gitignore files The Meta Programming System is a language workbench created by JetBrains. http://jetbrains.com/mps/ By default this file will ignore the generated java source and the compiled java classes that are produced by the language compiler. It will only add the Models which contain all information necessary to reproduce the the java source code and the the resulting class files. In addition to the generated source code it will ignore the test result files and test property files, because those are also generated from the models. The ignore file also prevents commiting the workspace.xml which contains the currently editor state, like open files and cursor position. --- MetaProgrammingSystem.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 MetaProgrammingSystem.gitignore diff --git a/MetaProgrammingSystem.gitignore b/MetaProgrammingSystem.gitignore new file mode 100644 index 0000000000..f0bb4a8560 --- /dev/null +++ b/MetaProgrammingSystem.gitignore @@ -0,0 +1,20 @@ +# General + +workspace.xml +junitvmwatcher*.properties +build.properties + +# generated java classes and java source files +# custom artifacts that can't be generated from the models you +# should add them manually +# see http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git +# for further reference +classes_gen +source_gen +source_gen.caches + +# generated test code and test results +test_gen +test_gen.caches +TEST-*.xml +junit*.properties From d26de55e7a626d6f35238d9b18aa19cdd5d9e56e Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Thu, 12 Jun 2014 11:40:58 +1000 Subject: [PATCH 0523/2185] Grammar/formatting tweak to comments Fixes #897 with amendment --- MetaProgrammingSystem.gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/MetaProgrammingSystem.gitignore b/MetaProgrammingSystem.gitignore index f0bb4a8560..3e75841041 100644 --- a/MetaProgrammingSystem.gitignore +++ b/MetaProgrammingSystem.gitignore @@ -1,14 +1,10 @@ -# General - workspace.xml junitvmwatcher*.properties build.properties # generated java classes and java source files -# custom artifacts that can't be generated from the models you -# should add them manually -# see http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git -# for further reference +# manually add any custom artifacts that can't be generated from the models +# http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git classes_gen source_gen source_gen.caches From 8979b22eda9f0a8dc2fb16065472e645819de1b3 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Thu, 12 Jun 2014 11:48:15 +1000 Subject: [PATCH 0524/2185] Get rid of the space in the filename Amends #976 --- ExtJS MVC.gitignore => ExtJS-MVC.gitignore | 1 - 1 file changed, 1 deletion(-) rename ExtJS MVC.gitignore => ExtJS-MVC.gitignore (99%) diff --git a/ExtJS MVC.gitignore b/ExtJS-MVC.gitignore similarity index 99% rename from ExtJS MVC.gitignore rename to ExtJS-MVC.gitignore index cf275ac925..e8e1cb9a40 100644 --- a/ExtJS MVC.gitignore +++ b/ExtJS-MVC.gitignore @@ -1,7 +1,6 @@ # build directory for Sencha (ExtJS) projects build/ - # bootstrap files are regenerated by Sencha CMD on every build or refresh bootstrap.js bootstrap.css From 174e4d5178f3b8db224a74de2dc28baec447bc69 Mon Sep 17 00:00:00 2001 From: Ryan Shrum Date: Thu, 12 Jun 2014 11:35:22 -0400 Subject: [PATCH 0525/2185] 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 0526/2185] 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 0527/2185] 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 0528/2185] 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 e40d062180ee70c0d3d42269920a1636868638a0 Mon Sep 17 00:00:00 2001 From: Michael Gruber Date: Sun, 15 Jun 2014 08:49:06 +0200 Subject: [PATCH 0529/2185] Ignoring PyBuilder's target directory --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 087029a67f..55d0a7900b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -42,3 +42,6 @@ coverage.xml # Sphinx documentation docs/_build/ + +# PyBuilder +target/ From 83602f4c7458ad1cdfec88528b64b20d6ec12cbb Mon Sep 17 00:00:00 2001 From: ahmyi Date: Wed, 18 Jun 2014 02:12:59 +0800 Subject: [PATCH 0530/2185] Update Unity.gitignore Sysinfo.txt is generated by unity if occurs any crashes. The content consist of users system information, running process etc. I don't think that should be shared with others. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 4d8768d63b..feb47395d6 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -11,3 +11,6 @@ /*.userprefs /*.pidb /*.booproj + +#Unity3D Generated File On Crash Reports +sysinfo.txt From 2d48a2169b9aaa478c952438cd253ce798cee353 Mon Sep 17 00:00:00 2001 From: Adilson Carvalho Date: Wed, 18 Jun 2014 09:15:02 -0300 Subject: [PATCH 0531/2185] Must ignore x86 directory as well When installing SQLite embebed on my C# project I've noted that it generates both directories, `x86` and `x64` but only `x64` was present on `.gitignore`. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1c38a68ef5..c37c7f2475 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -12,6 +12,7 @@ [Rr]elease/ [Rr]eleases/ x64/ +x86/ build/ bld/ [Bb]in/ From 116dd8acd9308de9f2d6717c6adc79d7720577f3 Mon Sep 17 00:00:00 2001 From: Steve Hulet Date: Thu, 19 Jun 2014 15:01:02 -0700 Subject: [PATCH 0532/2185] sort WordPress.gitignore --- WordPress.gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 017e193628..052e56ab16 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,13 +1,13 @@ +*.log .htaccess -wp-content/uploads/ -wp-content/blogs.dir/ -wp-content/upgrade/ -wp-content/backup-db/ -wp-content/advanced-cache.php -wp-content/wp-cache-config.php sitemap.xml -*.log -wp-content/cache/ -wp-content/backups/ sitemap.xml.gz wp-config.php +wp-content/advanced-cache.php +wp-content/backup-db/ +wp-content/backups/ +wp-content/blogs.dir/ +wp-content/cache/ +wp-content/upgrade/ +wp-content/uploads/ +wp-content/wp-cache-config.php From 65565585ffb94307efa79d5f659f69c33b12ed94 Mon Sep 17 00:00:00 2001 From: Andrew Lambert Date: Thu, 19 Jun 2014 15:14:40 -0700 Subject: [PATCH 0533/2185] 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 c6d3dca0b889e43e7175f7fe82bb1ca9bd239b8f Mon Sep 17 00:00:00 2001 From: Nikita Gusakov Date: Sat, 21 Jun 2014 20:02:16 +0400 Subject: [PATCH 0534/2185] Added comments for Zephir --- Zephir.gitignore | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Zephir.gitignore b/Zephir.gitignore index b236d5ed3f..839cb5d707 100644 --- a/Zephir.gitignore +++ b/Zephir.gitignore @@ -1,5 +1,15 @@ +# Cache files, generates by Zephir .temp/ .libs/ + +# Object files, generates by linker +*.lo +*.la +*.o +*.loT + +# Files generated by configure and Zephir, +# not required for extension compilation. ext/build/ ext/modules/ ext/Makefile* @@ -14,7 +24,3 @@ ext/mkinstalldirs ext/run-tests.php ext/.deps ext/libtool -*.lo -*.la -*.o -*.loT From 27b71eebbc562519a794e0ef6f24974ade2ca587 Mon Sep 17 00:00:00 2001 From: Huu Nguyen Date: Mon, 23 Jun 2014 13:57:09 -0700 Subject: [PATCH 0535/2185] Space after comment in Android.gitignore --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 3a36c6e749..9068cd0110 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -22,5 +22,5 @@ local.properties # Proguard folder generated by Eclipse proguard/ -#Log Files +# Log Files *.log From ce45fd33a6f1d283743e8ccd0d6023d2e59b14cc Mon Sep 17 00:00:00 2001 From: Ryan Shrum Date: Tue, 24 Jun 2014 10:01:43 -0400 Subject: [PATCH 0536/2185] 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 0537/2185] 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 3db29eb35e85538318c6005da4e128ffc821edbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wa=C5=9Bko?= Date: Tue, 24 Jun 2014 19:31:53 +0200 Subject: [PATCH 0538/2185] (TeX) Exclude files generated by morewrites To overcome the "No room for a new \write", the morewrites package (http://www.ctan.org/pkg/morewrites) uses a file with the .mw extension --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 9c91991627..c5d2e1c3ec 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -78,6 +78,9 @@ # minted *.pyg +# morewrites +*.mw + # nomencl *.nlo From f9ccfcb1e4b87a8ef3e25f4512d1c96275d10d10 Mon Sep 17 00:00:00 2001 From: eugpermar Date: Wed, 25 Jun 2014 12:42:09 +0200 Subject: [PATCH 0539/2185] Update C.gitignore Added .la and .lo library extensions --- C.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C.gitignore b/C.gitignore index 4d40434d64..c46c9256b1 100644 --- a/C.gitignore +++ b/C.gitignore @@ -7,6 +7,8 @@ # Libraries *.lib *.a +*.la +*.lo # Shared objects (inc. Windows DLLs) *.dll From 1d6614913b8c2bad14e8d12a572571e67085883e Mon Sep 17 00:00:00 2001 From: "nikolay.bondarenko" Date: Tue, 1 Jul 2014 16:05:36 +0400 Subject: [PATCH 0540/2185] 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 8fbf27037b1b88aaa233ef6eed8d9e902b19f819 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Wed, 2 Jul 2014 23:09:32 +0200 Subject: [PATCH 0541/2185] Update VisualStudio.gitignore Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders. Re-include patterns fixed the same way. --- VisualStudio.gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c37c7f2475..b34a348146 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -132,16 +132,19 @@ publish/ # NuGet Packages packages/* +**/packages/* *.nupkg -## TODO: If the tool you use requires repositories.config -## uncomment the next line +## 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 two lines #!packages/repositories.config +#!**/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 +# These two line needs to be after the ignore of the build folder # (and the packages folder if the line above has been uncommented) !packages/build/ +!**/packages/build/ # Windows Azure Build Output csx/ From bf7031505fe5b53dfd48a6c5d7dd6e32043022d1 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 5 Jul 2014 11:12:43 +0200 Subject: [PATCH 0542/2185] Update VisualStudio.gitignore Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1. --- VisualStudio.gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b34a348146..c6ec875f3e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -131,19 +131,16 @@ publish/ *.pubxml # NuGet Packages -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 two lines -#!packages/repositories.config +## uncomment the next line #!**/packages/repositories.config # Enable "build/" folder in the NuGet Packages folder since # NuGet packages use it for MSBuild targets. -# These two line needs to be after the ignore of the build folder +# This line needs to be after the ignore of the build folder # (and the packages folder if the line above has been uncommented) -!packages/build/ !**/packages/build/ # Windows Azure Build Output From 7222e77266ca62d3a920600a91ca94718639c7fd Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 8 Jul 2014 11:43:42 +1000 Subject: [PATCH 0543/2185] 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 0544/2185] 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 0545/2185] 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 0546/2185] 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 0547/2185] 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 0548/2185] 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 0549/2185] 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 0550/2185] 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 0551/2185] 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 0552/2185] 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 0553/2185] 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 0554/2185] 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 0555/2185] 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 0556/2185] 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 0557/2185] 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 0558/2185] 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 0559/2185] (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 0560/2185] 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 0561/2185] 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 0562/2185] 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 0563/2185] 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 0564/2185] 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 0565/2185] 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 0566/2185] 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 0567/2185] 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 0568/2185] 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 0569/2185] 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 0570/2185] 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 0571/2185] 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 0572/2185] 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 0573/2185] 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 0574/2185] 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 0575/2185] 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 0576/2185] 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 0577/2185] 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 0578/2185] 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 0579/2185] 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 0580/2185] 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 0581/2185] 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 0582/2185] 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 0583/2185] 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 0584/2185] 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 0585/2185] 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 0586/2185] 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 0587/2185] 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 0588/2185] 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 0589/2185] 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 0590/2185] 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 0591/2185] 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 0592/2185] 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 0593/2185] 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 0594/2185] 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 0595/2185] 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 0596/2185] 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 0597/2185] 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 0598/2185] 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 0599/2185] 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 0600/2185] 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 0601/2185] 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 0602/2185] 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 0603/2185] 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 0604/2185] 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 0605/2185] 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 0606/2185] 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 0607/2185] 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 0608/2185] 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 0609/2185] 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 0610/2185] 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 0611/2185] 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 0612/2185] 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 0613/2185] 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 0614/2185] 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 0615/2185] 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 0616/2185] 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 0617/2185] 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 0618/2185] 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 0619/2185] 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 0620/2185] 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 0621/2185] 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 0622/2185] 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 0623/2185] 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 0624/2185] 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 0625/2185] 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 0626/2185] 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 0627/2185] 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 0628/2185] 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 0629/2185] 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 0630/2185] 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 0631/2185] 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 0632/2185] 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 0633/2185] 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 0634/2185] 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 0635/2185] 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 0636/2185] 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 0637/2185] 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 0638/2185] 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 0639/2185] 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 0640/2185] 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 0641/2185] 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 0642/2185] 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 0643/2185] 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 0644/2185] 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 0645/2185] 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 0646/2185] 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 0647/2185] 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 0648/2185] 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 0649/2185] 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 0650/2185] 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 0651/2185] 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 0652/2185] 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 0653/2185] 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 0654/2185] 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 0655/2185] 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 0656/2185] 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 0657/2185] 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 0658/2185] 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 0659/2185] 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 0660/2185] 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 0661/2185] 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 0662/2185] 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 0663/2185] 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 0664/2185] 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 0665/2185] 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 0666/2185] 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 0667/2185] 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 0668/2185] 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 0669/2185] 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 0670/2185] 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 0671/2185] 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 0672/2185] 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 0673/2185] 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 0674/2185] 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 0675/2185] # 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 0676/2185] 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 0677/2185] 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 0678/2185] 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 0679/2185] 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 0680/2185] 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 0681/2185] 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 0682/2185] 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 0683/2185] 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 0684/2185] 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 0685/2185] 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 0686/2185] 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 0687/2185] 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 0688/2185] 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 0689/2185] 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 0690/2185] 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 0691/2185] 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 0692/2185] 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 0693/2185] 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 0694/2185] 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 0695/2185] 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 0696/2185] 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 0697/2185] 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 0698/2185] 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 0699/2185] 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 0700/2185] 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 0701/2185] 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 0702/2185] 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 0703/2185] 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 0704/2185] 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 0705/2185] 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 0706/2185] 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 0707/2185] 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 0708/2185] 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 0709/2185] 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 0710/2185] 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 0711/2185] 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 0712/2185] 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 0713/2185] 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 0714/2185] 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 0715/2185] 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 0716/2185] 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 0717/2185] 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 0718/2185] 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 0719/2185] 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 0720/2185] 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 0721/2185] 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 0722/2185] 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 0723/2185] 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 0724/2185] 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 0725/2185] 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 0726/2185] 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 0727/2185] 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 0728/2185] 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 0729/2185] 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 0730/2185] 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 0731/2185] 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 0732/2185] 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 0733/2185] 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 0734/2185] 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 0735/2185] 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 0736/2185] 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 0737/2185] 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 0738/2185] 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 0739/2185] 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 0740/2185] 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 0741/2185] 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 0742/2185] 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 0743/2185] 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 0744/2185] 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 0745/2185] 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 0746/2185] 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 0747/2185] 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 0748/2185] 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 0749/2185] 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 0750/2185] 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 0751/2185] 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 0752/2185] 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 0753/2185] 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 0754/2185] 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 0755/2185] 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 0756/2185] 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 0757/2185] 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 0758/2185] 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 0759/2185] 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 0760/2185] 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 0761/2185] 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 0762/2185] 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 0763/2185] 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 0764/2185] 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 0765/2185] 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 0766/2185] 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 0767/2185] [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 0768/2185] 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 0769/2185] 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 0770/2185] 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 0771/2185] 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 0772/2185] 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 0773/2185] 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 0774/2185] 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 0775/2185] 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 0776/2185] 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 0777/2185] 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 0778/2185] 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 0779/2185] 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 0780/2185] 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 0781/2185] 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 0782/2185] 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 0783/2185] [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 0784/2185] 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 0785/2185] 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 0786/2185] 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 0787/2185] 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 0788/2185] 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 0789/2185] 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 0790/2185] 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 0791/2185] 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 0792/2185] 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 0793/2185] 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 0794/2185] 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 0795/2185] 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 0796/2185] 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 0797/2185] 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 0798/2185] 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 0799/2185] 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 0800/2185] 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 0801/2185] 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 0802/2185] 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 0803/2185] 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 0804/2185] 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 0805/2185] 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 0806/2185] 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 0807/2185] 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 0808/2185] 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 0809/2185] 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 0810/2185] 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 0811/2185] 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 0812/2185] 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 0813/2185] 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 0814/2185] 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 0815/2185] 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 0816/2185] 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 0817/2185] 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 0818/2185] 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 0819/2185] 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 0820/2185] 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 0821/2185] 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 0822/2185] [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 0823/2185] [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 0824/2185] [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 0825/2185] [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 0826/2185] 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 0827/2185] 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 0828/2185] 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 0829/2185] 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 0830/2185] 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 0831/2185] 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 0832/2185] 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 0833/2185] 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 0834/2185] 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 0835/2185] 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 0836/2185] 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 0837/2185] 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 0838/2185] 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 0839/2185] 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 0840/2185] 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 0841/2185] 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 0842/2185] 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 0843/2185] 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 0844/2185] 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 0845/2185] 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 0846/2185] 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 0847/2185] 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 0848/2185] 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 0849/2185] 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 0850/2185] 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 0851/2185] 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 0852/2185] 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 0853/2185] 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 0854/2185] 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 0855/2185] 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 0856/2185] 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 0857/2185] 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 0858/2185] 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 0859/2185] 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 0860/2185] 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 0861/2185] 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 0862/2185] 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 0863/2185] 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 0864/2185] 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 0865/2185] 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 0866/2185] 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 0867/2185] 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 0868/2185] 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 0869/2185] 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 0870/2185] 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 0871/2185] 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 0872/2185] 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 0873/2185] 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 0874/2185] 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 0875/2185] 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 0876/2185] 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 0877/2185] 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 0878/2185] 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 0879/2185] 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 0880/2185] 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 0881/2185] 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 0882/2185] 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 0883/2185] 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 0884/2185] 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 0885/2185] 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 0886/2185] 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 0887/2185] 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 0888/2185] 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 0889/2185] 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 0890/2185] 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 0891/2185] 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 0892/2185] 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 0893/2185] 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 0894/2185] 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 0895/2185] 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 0896/2185] 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 0897/2185] 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 0898/2185] 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 0899/2185] 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 0900/2185] 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 0901/2185] 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 0902/2185] 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 0903/2185] 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 0904/2185] 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 0905/2185] 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 0906/2185] 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 0907/2185] 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 0908/2185] 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 0909/2185] 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 0910/2185] 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 0911/2185] 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 0912/2185] 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 0913/2185] 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 0914/2185] 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 0915/2185] 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 0916/2185] 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 0917/2185] 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 0918/2185] 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 0919/2185] 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 0920/2185] 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 0921/2185] 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 0922/2185] 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 0923/2185] 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 0924/2185] 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 0925/2185] 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 0926/2185] 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 0927/2185] 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 0928/2185] 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 0929/2185] 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 0930/2185] 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 0931/2185] 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 0932/2185] 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 0933/2185] 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 0934/2185] 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 0935/2185] 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 0936/2185] 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 0937/2185] 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 0938/2185] 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 0939/2185] 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 0940/2185] 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 0941/2185] 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 0942/2185] 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 0943/2185] 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 0944/2185] 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 0945/2185] 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 0946/2185] 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 0947/2185] 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 0948/2185] 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 0949/2185] 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 0950/2185] 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 0951/2185] 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 0952/2185] 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 0953/2185] 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 0954/2185] 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 0955/2185] 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 0956/2185] 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 0957/2185] 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 0958/2185] 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 0959/2185] 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 0960/2185] 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 0961/2185] 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 0962/2185] 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 0963/2185] 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 0964/2185] 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 0965/2185] 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 0966/2185] 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 0967/2185] 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 0968/2185] 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 0969/2185] 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 0970/2185] 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 0971/2185] 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 0972/2185] 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 0973/2185] 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 0974/2185] 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 0975/2185] 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 0976/2185] 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 0977/2185] 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 0978/2185] 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 0979/2185] 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 0980/2185] 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 0981/2185] 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 0982/2185] 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 0983/2185] 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 0984/2185] 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 0985/2185] 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 0986/2185] 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 0987/2185] 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 0988/2185] 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 0989/2185] 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 0990/2185] 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 0991/2185] 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 0992/2185] 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 0993/2185] 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 0994/2185] 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 0995/2185] 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 0996/2185] 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 0997/2185] 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 0998/2185] 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 0999/2185] 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 1000/2185] 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 1001/2185] 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 1002/2185] 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 1003/2185] 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 1004/2185] 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 1005/2185] 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 1006/2185] 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 1007/2185] 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 1008/2185] 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 1009/2185] 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 1010/2185] 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 1011/2185] 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 1012/2185] 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 1013/2185] 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 73b42b65f7abc1e6736d6dab3715cd64d48517aa Mon Sep 17 00:00:00 2001 From: Aaron Alexander Date: Mon, 4 Apr 2016 17:22:43 -0400 Subject: [PATCH 1014/2185] Add .gitignore for TestComplete --- TestComplete.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TestComplete.gitignore diff --git a/TestComplete.gitignore b/TestComplete.gitignore new file mode 100644 index 0000000000..8378b9eedb --- /dev/null +++ b/TestComplete.gitignore @@ -0,0 +1,14 @@ +# Test Complete ignore files: https://support.smartbear.com/viewarticle/68002/ + +# Tester-specific Settings +*.tcCFGExtender +*.tcLS + +# Type library declarations +*.tlb + +# Log files +*.tcLogs + +# Backup files +*.bak From f7a1b522cb0a505854698332b77ab5791f76c212 Mon Sep 17 00:00:00 2001 From: Deepak Kannan Date: Fri, 15 Apr 2016 07:44:14 +0530 Subject: [PATCH 1015/2185] 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 1016/2185] 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 1017/2185] 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 1018/2185] 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 1019/2185] 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 1020/2185] 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 1021/2185] 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 1022/2185] 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 1023/2185] 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 1024/2185] 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 1025/2185] 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 1026/2185] 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 1027/2185] 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 1028/2185] 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 1029/2185] 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 1030/2185] 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 1031/2185] 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 1032/2185] 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 1033/2185] 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 1034/2185] 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 1035/2185] 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 1036/2185] 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 1037/2185] 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 1038/2185] 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 1039/2185] 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 1040/2185] 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 1041/2185] 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 1042/2185] 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 1043/2185] 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 1044/2185] 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 1045/2185] 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 1046/2185] 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 1047/2185] 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 1048/2185] 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 1049/2185] 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 1050/2185] 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 1051/2185] =?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 1052/2185] 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 1053/2185] 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 1054/2185] 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 1055/2185] 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 1056/2185] 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 1057/2185] 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 1058/2185] 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 1059/2185] 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 1060/2185] 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 1061/2185] 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 1062/2185] 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 1063/2185] 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 1064/2185] 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 1065/2185] 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 1066/2185] 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 1067/2185] 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 1068/2185] 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 1069/2185] 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 1070/2185] 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 1071/2185] 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 1072/2185] 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 1073/2185] 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 1074/2185] 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 1075/2185] 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 1076/2185] 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 1077/2185] 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 1078/2185] 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 1079/2185] 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 1080/2185] 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 1081/2185] 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 1082/2185] 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 1083/2185] 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 1084/2185] 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 1085/2185] 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 1086/2185] 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 1087/2185] 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 1088/2185] 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 1089/2185] 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 1090/2185] 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 1091/2185] 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 1092/2185] 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 1093/2185] 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 1094/2185] 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 1095/2185] 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 1096/2185] 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 1097/2185] 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 1098/2185] 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 1099/2185] 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 1100/2185] 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 1101/2185] 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 1102/2185] 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 1103/2185] 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 1104/2185] 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 1105/2185] 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 1106/2185] 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 1107/2185] 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 1108/2185] 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 1109/2185] 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 1110/2185] 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 1111/2185] 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 1112/2185] 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 1113/2185] 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 1114/2185] 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 1115/2185] 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 1116/2185] 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 1117/2185] 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 1118/2185] 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 1119/2185] 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 1120/2185] 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 1121/2185] 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 1122/2185] 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 1123/2185] 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 1124/2185] 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 1125/2185] 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 1126/2185] 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 1127/2185] 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 1128/2185] 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 1129/2185] 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 1130/2185] 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 1131/2185] 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 1132/2185] 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 1133/2185] 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 1134/2185] 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 1135/2185] 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 1136/2185] 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 1137/2185] 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 1138/2185] 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 1139/2185] 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 1140/2185] 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 1141/2185] 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 1142/2185] 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 1143/2185] 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 1144/2185] 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 1145/2185] 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 1146/2185] 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 1147/2185] 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 1148/2185] 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 1149/2185] 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 1150/2185] 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 1151/2185] 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 1152/2185] 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 1153/2185] 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 1154/2185] 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 1155/2185] 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 1156/2185] 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 1157/2185] =?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 1158/2185] 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 1159/2185] 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 1160/2185] 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 1161/2185] 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 1162/2185] [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 1163/2185] 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 1164/2185] 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 1165/2185] 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 1166/2185] 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 1167/2185] 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 1168/2185] 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 1169/2185] 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 1170/2185] 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 1171/2185] 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 1172/2185] 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 1173/2185] 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 1174/2185] 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 1175/2185] 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 1176/2185] 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 1177/2185] 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 1178/2185] 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 1179/2185] 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 1180/2185] 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 1181/2185] 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 1182/2185] 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 1183/2185] 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 1184/2185] 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 1185/2185] 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 1186/2185] 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 1187/2185] 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 1188/2185] 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 1189/2185] 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 1190/2185] 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 1191/2185] 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 1192/2185] 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 1193/2185] 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 1194/2185] 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 1195/2185] 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 1196/2185] 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 1197/2185] 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 1198/2185] 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 1199/2185] 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 1200/2185] 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 1201/2185] 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 1202/2185] 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 1203/2185] 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 1204/2185] [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 1205/2185] [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 1206/2185] [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 1207/2185] 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 1208/2185] [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 1209/2185] 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 1210/2185] 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 1211/2185] 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 1212/2185] 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 1213/2185] 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 1214/2185] 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 1215/2185] 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 1216/2185] 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 1217/2185] 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 1218/2185] 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 1219/2185] 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 1220/2185] 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 1221/2185] 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 1222/2185] 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 1223/2185] 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 1224/2185] 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 1225/2185] 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 1226/2185] 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 1227/2185] 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 1228/2185] 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 1229/2185] 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 1230/2185] .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 1231/2185] 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 1232/2185] 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 1233/2185] 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 1234/2185] 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 1235/2185] 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 1236/2185] 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 1237/2185] 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 1238/2185] 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 1239/2185] 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 1240/2185] 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 1241/2185] 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 1242/2185] 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 1243/2185] 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 1244/2185] 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 1245/2185] 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 1246/2185] 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 1247/2185] 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 1248/2185] 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 1249/2185] 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 1250/2185] 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 1251/2185] 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 1252/2185] 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 1253/2185] 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 1254/2185] 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 1255/2185] 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 1256/2185] 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 1257/2185] 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 1258/2185] 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 1259/2185] 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 1260/2185] 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 1261/2185] 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 1262/2185] 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 1263/2185] .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 1264/2185] 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 1265/2185] 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 1266/2185] 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 1267/2185] 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 1268/2185] 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 1269/2185] 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 1270/2185] 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 1271/2185] 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 1272/2185] 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 1273/2185] 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 1274/2185] 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 1275/2185] '*.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 1276/2185] 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 1277/2185] 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 1278/2185] 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 1279/2185] 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 1280/2185] 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 1281/2185] 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 1282/2185] 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 1283/2185] 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 1284/2185] 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 1285/2185] 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 1286/2185] 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 1287/2185] 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 1288/2185] 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 1289/2185] 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 1290/2185] 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 1291/2185] 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 1292/2185] 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 1293/2185] 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 1294/2185] 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 1295/2185] 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 1296/2185] 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 1297/2185] 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 1298/2185] 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 1299/2185] 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 1300/2185] 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 1301/2185] 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 1302/2185] 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 1303/2185] 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 1304/2185] 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 1305/2185] 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 1306/2185] 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 1307/2185] 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 1308/2185] 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 1309/2185] 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 1310/2185] 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 1311/2185] 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 1312/2185] 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 1313/2185] 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 1314/2185] 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 1315/2185] 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 1316/2185] 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 1317/2185] 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 1318/2185] 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 1319/2185] 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 1320/2185] 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 1321/2185] 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 1322/2185] 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 1323/2185] 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 1324/2185] 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 1325/2185] 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 1326/2185] 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 1327/2185] 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 1328/2185] 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 1329/2185] 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 1330/2185] 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 1331/2185] 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 1332/2185] 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 1333/2185] 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 1334/2185] 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 1335/2185] 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 1336/2185] 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 1337/2185] 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 1338/2185] .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 1339/2185] 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 1340/2185] 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 1341/2185] 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 1342/2185] 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 1343/2185] 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 1344/2185] 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 1345/2185] 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 1346/2185] 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 1347/2185] 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 1348/2185] 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 1349/2185] 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 1350/2185] 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 1351/2185] 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 1352/2185] 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 1353/2185] 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 1354/2185] 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 1355/2185] 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 1356/2185] 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 1357/2185] 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 1358/2185] 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 1359/2185] 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 1360/2185] 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 1361/2185] 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 1362/2185] 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 1363/2185] 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 1364/2185] 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 1365/2185] 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 1366/2185] 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 1367/2185] 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 1368/2185] 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 1369/2185] 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 1370/2185] 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 1371/2185] 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 1372/2185] 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 1373/2185] 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 1374/2185] 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 1375/2185] 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 1376/2185] 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 1377/2185] 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 1378/2185] [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 1379/2185] 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 1380/2185] 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 1381/2185] 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 1382/2185] 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 1383/2185] 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 1384/2185] 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 1385/2185] 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 1386/2185] 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 1387/2185] 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 1388/2185] 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 1389/2185] 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 1390/2185] 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 1391/2185] 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 1392/2185] 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 1393/2185] 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 1394/2185] 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 1395/2185] 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 1396/2185] 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 1397/2185] 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 1398/2185] 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 1399/2185] 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 1400/2185] 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 1401/2185] 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 1402/2185] 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 1403/2185] 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 1404/2185] 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 1405/2185] 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 1406/2185] 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 1407/2185] 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 1408/2185] 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 1409/2185] 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 1410/2185] 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 1411/2185] 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 1412/2185] 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 1413/2185] 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 1414/2185] 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 1415/2185] 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 1416/2185] 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 1417/2185] 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 1418/2185] 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 1419/2185] 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 1420/2185] 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 1421/2185] 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 1422/2185] 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 1423/2185] 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 1424/2185] 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 1425/2185] 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 1426/2185] 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 1427/2185] 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 1428/2185] 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 1429/2185] 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 1430/2185] 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 1431/2185] 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 1432/2185] 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 1433/2185] 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 1434/2185] 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 1435/2185] 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 1436/2185] 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 1437/2185] 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 1438/2185] 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 1439/2185] 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 1440/2185] 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 1441/2185] 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 1442/2185] 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 1443/2185] 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 1444/2185] 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 1445/2185] [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 1446/2185] 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 1447/2185] 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 1448/2185] 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 1449/2185] 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 1450/2185] 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 1451/2185] 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 1452/2185] 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 1453/2185] 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 1454/2185] 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 1455/2185] 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 1456/2185] 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 1457/2185] 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 1458/2185] 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 1459/2185] 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 1460/2185] 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 1461/2185] 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 1462/2185] 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 1463/2185] 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 1464/2185] 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 1465/2185] 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 1466/2185] 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 1467/2185] 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 1468/2185] 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 1469/2185] 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 1470/2185] 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 1471/2185] 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 1472/2185] 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 1473/2185] 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 1474/2185] 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 1475/2185] 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 1476/2185] 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 1477/2185] 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 1478/2185] 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 1479/2185] 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 1480/2185] 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 1481/2185] 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 1482/2185] 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 1483/2185] 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 1484/2185] 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 1485/2185] 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 1486/2185] 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 1487/2185] 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 1488/2185] 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 1489/2185] 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 1490/2185] 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 1491/2185] 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 1492/2185] 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 1493/2185] [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 1494/2185] 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 1495/2185] 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 1496/2185] 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 1497/2185] 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 1498/2185] 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 1499/2185] 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 1500/2185] 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 1501/2185] 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 1502/2185] 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 1503/2185] 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 1504/2185] 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 1505/2185] 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 1506/2185] 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 1507/2185] 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 1508/2185] 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 1509/2185] 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 1510/2185] [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 1511/2185] 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 1512/2185] 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 1513/2185] 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 1514/2185] 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 1515/2185] 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 1516/2185] 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 1517/2185] [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 1518/2185] 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 1519/2185] 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 1520/2185] 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 1521/2185] 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 1522/2185] 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 1523/2185] 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 1524/2185] 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 1525/2185] 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 1526/2185] 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 1527/2185] 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 1528/2185] 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 1529/2185] 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 1530/2185] 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 1531/2185] 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 1532/2185] 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 1533/2185] 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 1534/2185] 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 1535/2185] 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 1536/2185] 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 1537/2185] 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 1538/2185] 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 1539/2185] 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 1540/2185] 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 aa4ab4ec7f516910f073667c1c6db87f693bbb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Vieira=20Porto?= Date: Sun, 20 Jan 2019 23:04:19 -0200 Subject: [PATCH 1541/2185] Adds .gitignore for Adventure Game Studio Projects --- AGS.gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 AGS.gitignore diff --git a/AGS.gitignore b/AGS.gitignore new file mode 100644 index 0000000000..c1eec3bbfb --- /dev/null +++ b/AGS.gitignore @@ -0,0 +1,26 @@ +# Adventure Game Studio git ignore +# -------------------------------- +# Built things +_Debug/ +_Release/ +Compiled/ +*.exe + +#Audio Cache can be rebuilt from sources +AudioCache/ + +# User +_OpenInEditor.lock +Game.agf.user + +# backups +Game.agf.bak +backup_acsprset.spr + +# memory dumps +*.dmp + +# temporary files +~aclzw.tmp +game28.dta +warnings.log From 1e4fbb60d1bda7dbd8f0054ab9235fbe34f3ad71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Vieira=20Porto?= Date: Mon, 21 Jan 2019 07:18:59 -0200 Subject: [PATCH 1542/2185] Removed _Release folder and added more things - Removed non-standard `_Release` folder; - Added per room settings for next ags `*.crm.user`; - Reorganized the lines in some categories with more comments. --- AGS.gitignore | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/AGS.gitignore b/AGS.gitignore index c1eec3bbfb..e381672e19 100644 --- a/AGS.gitignore +++ b/AGS.gitignore @@ -1,26 +1,34 @@ # Adventure Game Studio git ignore # -------------------------------- + # Built things _Debug/ -_Release/ Compiled/ -*.exe -#Audio Cache can be rebuilt from sources +# AudioCache can be rebuilt from sources AudioCache/ -# User +# Lockfile _OpenInEditor.lock + +# User settings Game.agf.user +*.crm.user -# backups +# Backups Game.agf.bak backup_acsprset.spr -# memory dumps +# Memory dumps *.dmp -# temporary files +# Temporary files +# temporarily created during sprite or room background compression ~aclzw.tmp +# temporary, main game data, before getting packed into exe game28.dta +# temporary build of the game before being moved to Compiled/ folder +*.exe + +# Log files warnings.log From dfce3fda4361c7cacdf4596562d7f5acff10998a Mon Sep 17 00:00:00 2001 From: Patrick Boatner Date: Tue, 22 Jan 2019 13:20:47 -0600 Subject: [PATCH 1543/2185] 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 1544/2185] 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 1545/2185] 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 1546/2185] 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 1547/2185] 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 1548/2185] 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 1549/2185] 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 1550/2185] 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/ From 8dff1bed1a49ec4c83a3ea1d2cd934225e69b576 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Wed, 13 Feb 2019 22:23:42 +0100 Subject: [PATCH 1551/2185] Added backup folder for Package Reference Convert tool in VS 2017 --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 953996b95a..99741a78b3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -340,3 +340,6 @@ ASALocalRun/ # BeatPulse healthcheck temp database healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ From 4d956021fafc69bda558a7ed5c8b8809ac2d7e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Vieira=20Porto?= Date: Sun, 17 Feb 2019 12:50:49 -0300 Subject: [PATCH 1552/2185] renamed to AdventureGameStudio.gitignore and removed header --- AGS.gitignore => AdventureGameStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) rename AGS.gitignore => AdventureGameStudio.gitignore (87%) diff --git a/AGS.gitignore b/AdventureGameStudio.gitignore similarity index 87% rename from AGS.gitignore rename to AdventureGameStudio.gitignore index e381672e19..27a089f475 100644 --- a/AGS.gitignore +++ b/AdventureGameStudio.gitignore @@ -1,6 +1,3 @@ -# Adventure Game Studio git ignore -# -------------------------------- - # Built things _Debug/ Compiled/ From 210a49a70aa0c0b4e9a6e73fb6213942e172cea9 Mon Sep 17 00:00:00 2001 From: kaasasolut Date: Mon, 25 Feb 2019 10:17:59 +0100 Subject: [PATCH 1553/2185] R: ignore user-specific files --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index fcff087aeb..fb078591dd 100644 --- a/R.gitignore +++ b/R.gitignore @@ -5,6 +5,9 @@ # Session Data files .RData +# User-specific files +.Ruserdata + # Example code in package build process *-Ex.R From cd49307a2c461a5cc9d7d89067cc128c033b11c8 Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Fri, 8 Mar 2019 15:18:31 +0300 Subject: [PATCH 1554/2185] Remove extra newline (#2983) --- Global/Eclipse.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index a65649a9ed..3417075190 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,4 +1,3 @@ - .metadata bin/ tmp/ From dfc56427c353279654a8685768d00c1ae0c86f30 Mon Sep 17 00:00:00 2001 From: Rohan Vakharia Date: Fri, 8 Mar 2019 18:13:28 +0530 Subject: [PATCH 1555/2185] Add .phpunit.result.cache to the .gitignore (#2973) --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 6552ddf8a0..c1c50600c5 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -15,3 +15,4 @@ storage/*.key Homestead.yaml Homestead.json /.vagrant +.phpunit.result.cache From d7452bf58fd73000199dbac38d25d6969505ff23 Mon Sep 17 00:00:00 2001 From: Michael Coblenz Date: Fri, 8 Mar 2019 07:47:43 -0500 Subject: [PATCH 1556/2185] Add MAlonzo directory. (#2978) --- Agda.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Agda.gitignore b/Agda.gitignore index 171a38976c..58ab67f071 100644 --- a/Agda.gitignore +++ b/Agda.gitignore @@ -1 +1,2 @@ *.agdai +MAlonzo/** From 37abd930a6893fd3a716c48934e704795bc2a45c Mon Sep 17 00:00:00 2001 From: slipo Date: Fri, 8 Mar 2019 08:43:28 -0500 Subject: [PATCH 1557/2185] Ignore Drupal test generated files (#2982) --- Drupal.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index 50d3eef8a3..741fb4dd17 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -18,6 +18,9 @@ /sites/*/tmp /sites/*/cache +# Ignore testing related files +/sites/simpletest + # Ignore drupal core (if not versioning drupal sources) /core /modules/README.txt From 1436b299545f83f9bedcbf189a8d33909a2bbcbe Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Tue, 12 Mar 2019 00:48:58 +1300 Subject: [PATCH 1558/2185] [Node] Ignore diagnostic report files (#2971) * [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 6214c438c4..235001599b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -5,6 +5,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + # Runtime data pids *.pid From e71843a2292632394be9e05805947880bc0df101 Mon Sep 17 00:00:00 2001 From: Chris Komlenic Date: Mon, 11 Mar 2019 08:05:49 -0400 Subject: [PATCH 1559/2185] Move Drupal7 to correct location (#2985) --- Drupal.gitignore | 2 +- community/{Python => PHP}/Drupal7.gitignore | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename community/{Python => PHP}/Drupal7.gitignore (100%) diff --git a/Drupal.gitignore b/Drupal.gitignore index 741fb4dd17..1c101273f5 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,6 +1,6 @@ # gitignore template for Drupal 8 projects # -# earlier versions of Drupal are tracked in `community/Python/` +# earlier versions of Drupal are tracked in `community/PHP/` # Ignore configuration files that may contain sensitive information /sites/*/*settings*.php diff --git a/community/Python/Drupal7.gitignore b/community/PHP/Drupal7.gitignore similarity index 100% rename from community/Python/Drupal7.gitignore rename to community/PHP/Drupal7.gitignore From 23f7a812820d8934da0ecb9472785192d340950d Mon Sep 17 00:00:00 2001 From: "A. E. Szalo" Date: Mon, 11 Mar 2019 13:07:13 +0100 Subject: [PATCH 1560/2185] Unity: ignore TextMesh Pro (#2988) --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6245af922f..f9316d47d9 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -11,6 +11,9 @@ # Uncomment this line if you wish to ignore the asset store tools plugin # [Aa]ssets/AssetStoreTools* +# TextMesh Pro files +[Aa]ssets/TextMesh*Pro/ + # Visual Studio cache directory .vs/ From 7079791ab6058c544dd8dde60294b69e02a6dcf8 Mon Sep 17 00:00:00 2001 From: Jarry Shaw Date: Mon, 11 Mar 2019 20:12:02 +0800 Subject: [PATCH 1561/2185] Add ignore rules for Pipenv (#2977) * Add ignore rules for Pipenv Pipenv uses Pipfile.lock to maintain Python package information (metadata, hash, etc.) installed as described in Pipfile. Thus, Pipfile.lock may vary on different operating systems, platforms when collaborating. This PR adds Pipfile.lock into the Python default gitignore. See http://pipenv.org * Update Python.gitignore Not to ignore Pipfile.lock in default, but explain when and why it should be ignored in case of collaboration. (adjusted according to comment in github/gitignore#2977 by @drothmaler ) * Apply suggestions from code review Co-Authored-By: JarryShaw * Update Python.gitignore As suggested by @shiftkey , elaborate on the problems that users might see with `Pipfile.lock`. --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 0447b8bdc9..38ce4278b6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -82,6 +82,13 @@ ipython_config.py # pyenv .python-version +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don’t work, or not +# install all needed dependencies. +#Pipfile.lock + # celery beat schedule file celerybeat-schedule From 96baa6309f0c8e79b7daa3899edd8d786a0e5593 Mon Sep 17 00:00:00 2001 From: Coskun Sunali Date: Mon, 11 Mar 2019 16:07:27 +0300 Subject: [PATCH 1562/2185] Remove Rider (idea) ignore statements from VS (#2991) Rider has its own ignore file, so does Visual Studio. The ignore statements for Rider (idea) IDE should be removed from Visual Studio .gitignore file template. --- VisualStudio.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99741a78b3..973c9110df 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -293,10 +293,6 @@ paket-files/ # FAKE - F# Make .fake/ -# JetBrains Rider -.idea/ -*.sln.iml - # CodeRush personal settings .cr/personal From b960d3c70431189ba84943c8ff43b84deb953bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fabio=20Martinez=20Gonzalez?= Date: Mon, 11 Mar 2019 15:57:00 +0100 Subject: [PATCH 1563/2185] Update VisualStudio.gitignore file (#2975) * Update VisualStudio.gitignore file --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 973c9110df..be1f1dc712 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -13,6 +13,9 @@ # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs +# Mono auto generated files +mono_crash.* + # Build results [Dd]ebug/ [Dd]ebugPublic/ From 2aabd7b034f63d8fe7eeebf6d8651c0d331e69ef Mon Sep 17 00:00:00 2001 From: taroxd Date: Wed, 13 Mar 2019 20:35:57 +0800 Subject: [PATCH 1564/2185] Ignore files generated by luatexja-ruby (#2996) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index edd1f60b72..97f088fd1b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -137,6 +137,9 @@ acs-*.bib # listings *.lol +# luatexja-ruby +*.ltjruby + # makeidx *.idx *.ilg From 503c26b75aa64a385d7c9289d21c283220ad32bf Mon Sep 17 00:00:00 2001 From: Hannan Ali Date: Thu, 14 Mar 2019 16:56:02 +0500 Subject: [PATCH 1565/2185] Add lerna-debug.log to Node.gitignore (#3000) Lerna is an increasingly popular tool within node ecosystem to manage package dependencies and having writes to a `lerna-debug.log` following the yarn and npm precedence when error is encoutered. --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 235001599b..efced3bfd5 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -4,6 +4,8 @@ logs npm-debug.log* yarn-debug.log* yarn-error.log* +lerna-debug.log* + # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From f1f53976fa99ababe51059c5bfb3dbdf219689a7 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Thu, 14 Mar 2019 07:56:47 -0400 Subject: [PATCH 1566/2185] docs: update Terraform.gitignore (#2998) --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index a893580346..7a3e2fd094 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -24,3 +24,6 @@ override.tf.json # Include override files you do wish to add to version control using negated pattern # # !example_override.tf + +# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan +# example: *tfplan* From bbd09f35854548df3522bb3a3b7b60d7fcfdda97 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 14 Mar 2019 12:58:52 +0100 Subject: [PATCH 1567/2185] Add more Windows Store app package types (#2995) Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps. See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index be1f1dc712..4d29707b2a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -209,6 +209,8 @@ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt *.appx +*.appxbundle +*.appxupload # Visual Studio cache files # files ending in .cache can be ignored From 1a417fe294b04eef994de87bce281cc09f401293 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Thu, 14 Mar 2019 21:55:38 +0900 Subject: [PATCH 1568/2185] Don't ignore tmp and log directory (#2999) https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/ Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully. --- Rails.gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 38ba1b5b38..cec0a75d1b 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -1,8 +1,6 @@ *.rbc capybara-*.html .rspec -/log -/tmp /db/*.sqlite3 /db/*.sqlite3-journal /public/system @@ -12,6 +10,12 @@ capybara-*.html rerun.txt pickle-email-*.html +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + # TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb config/master.key @@ -59,4 +63,4 @@ yarn-debug.log* # Ignore uploaded files in development /storage/* -!/storage/.keep \ No newline at end of file +!/storage/.keep From 76512d9b96c7d868eb3f65acaa0445ce09efb787 Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Thu, 14 Mar 2019 09:41:28 -0700 Subject: [PATCH 1569/2185] Add more standard ignored files for Julia (#2992) * Add more standard ignored files for Julia In particular, this adds documentation build artifacts generated by Documenter.jl as well as Manifest.toml, which can appear in docs/, in test/, or at the top level. * Clarify the intent of each ignored item Also add a few more build artifacts from BinaryProvider/BinDeps. --- Julia.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Julia.gitignore b/Julia.gitignore index 381e0b6d25..29126e47b0 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -1,4 +1,24 @@ +# Files generated by invoking Julia with --code-coverage *.jl.cov *.jl.*.cov + +# Files generated by invoking Julia with --track-allocation *.jl.mem + +# System-specific files and directories generated by the BinaryProvider and BinDeps packages +# They contain absolute paths specific to the host computer, and so should not be committed deps/deps.jl +deps/build.log +deps/downloads/ +deps/usr/ +deps/src/ + +# Build artifacts for creating documentation generated by the Documenter package +docs/build/ +docs/site/ + +# File generated by Pkg, the package manager, based on a corresponding Project.toml +# It records a fixed state of all packages used by the project. As such, it should not be +# committed for packages, but should be committed for applications that require a static +# environment. +Manifest.toml From cf8aca524938e935fff5b999428ded90aa07e83a Mon Sep 17 00:00:00 2001 From: Nicolas Del Valle Date: Mon, 18 Mar 2019 09:12:18 -0300 Subject: [PATCH 1570/2185] Update Node.gitignore (#3002) --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index efced3bfd5..6dd754e327 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -6,7 +6,6 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* - # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From 91cca656dff520e723c24c2b17799d3f2b053b6e Mon Sep 17 00:00:00 2001 From: prs513rosewood Date: Mon, 18 Mar 2019 13:14:04 +0100 Subject: [PATCH 1571/2185] Update SCons.gitignore (#3001) Added some files that SCons generates when its tries to configure libraries. --- SCons.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SCons.gitignore b/SCons.gitignore index 39d9743a08..84eee81b08 100644 --- a/SCons.gitignore +++ b/SCons.gitignore @@ -1,2 +1,6 @@ # for projects that use SCons for building: http://http://www.scons.org/ .sconsign.dblite + +# When configure fails, SCons outputs these +config.log +.sconf_temp From 7f765e3f2a66a318d8be813cf5fc0cd93cc67ed0 Mon Sep 17 00:00:00 2001 From: Jimmy Lewis Date: Wed, 20 Mar 2019 15:06:32 -0700 Subject: [PATCH 1572/2185] Remove wwwroot/lib exclusion for ASP.NET Core (#3009) ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path. This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default. This change removes the lines added by #2307. **Reasons for making this change:** VS default flow is now broken by excluding files required to run an ASP.NET Core project. **Links to documentation supporting these rule changes:** The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48. --- VisualStudio.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4d29707b2a..badd8dc039 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -236,8 +236,6 @@ 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/ -# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true -**/wwwroot/lib/ # RIA/Silverlight projects Generated_Code/ From 6d467f5ebe94f260e5043767f88216d13bafca62 Mon Sep 17 00:00:00 2001 From: Aaron Zeng Date: Thu, 21 Mar 2019 13:10:28 -0400 Subject: [PATCH 1573/2185] Update OCaml.gitignore (#3010) --- OCaml.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index da0b20424a..a18e08402b 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -21,3 +21,9 @@ setup.log # Merlin configuring file for Vim and Emacs .merlin + +# Dune generated files +*.install + +# Local OPAM switch +_opam/ From 56e3f5a7b2a67413a1d3e33fceb8100898015a2e Mon Sep 17 00:00:00 2001 From: Lucas Steer Date: Sat, 23 Mar 2019 14:29:17 -0400 Subject: [PATCH 1574/2185] [Unity] Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly (#2980) * Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly * Added comment to recommend .gitignore placement; added leading slash for AssetStoreTools rule * Added a leading slash to never ignore .meta files in the root Asset folder --- Unity.gitignore | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index f9316d47d9..2918c65da4 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,15 +1,17 @@ -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ -[Bb]uild/ -[Bb]uilds/ -[Ll]ogs/ +# This .gitignore file should be placed at the root of your Unity project directory + +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ # Never ignore Asset meta data -![Aa]ssets/**/*.meta +!/[Aa]ssets/**/*.meta # Uncomment this line if you wish to ignore the asset store tools plugin -# [Aa]ssets/AssetStoreTools* +# /[Aa]ssets/AssetStoreTools* # TextMesh Pro files [Aa]ssets/TextMesh*Pro/ From 7eef17f37c63ce3cbddbdd154ff836f370d0ad70 Mon Sep 17 00:00:00 2001 From: Kevin Jiang Date: Wed, 27 Mar 2019 07:31:02 -0400 Subject: [PATCH 1575/2185] Ignore transpiled .java and .class files (#3016) --- Processing.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Processing.gitignore b/Processing.gitignore index 333c0e0890..942ebbccb5 100644 --- a/Processing.gitignore +++ b/Processing.gitignore @@ -7,3 +7,4 @@ application.linux64 application.windows32 application.windows64 application.macosx +out From c1b7904af6689bd01646f008b0561d4f19a0e972 Mon Sep 17 00:00:00 2001 From: Sam Gleske <875669+samrocketman@users.noreply.github.com> Date: Sun, 7 Apr 2019 13:01:39 -0400 Subject: [PATCH 1576/2185] gitignore for JENKINS_HOME Jenkins settings (#1763) * gitignore for JENKINS_HOME Jenkins settings This allows an admin to use git to keep a backup of Jenkins settings without tracking binary artifacts. Useful for preserving settings during plugin upgrades. Note: secret.key is purposefully not tracked by git. This should be backed up separately because configs may contain secrets which were encrypted using the secret.key. See also: * http://jenkins-ci.org/ * https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins * Add a few entries to Jenkins gitignore --- JENKINS_HOME.gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 JENKINS_HOME.gitignore diff --git a/JENKINS_HOME.gitignore b/JENKINS_HOME.gitignore new file mode 100644 index 0000000000..6df01d6210 --- /dev/null +++ b/JENKINS_HOME.gitignore @@ -0,0 +1,25 @@ +#Learn more about Jenkins and JENKINS_HOME directory for which this file is intended. +# http://jenkins-ci.org/ +# https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins + +#ignore all JENKINS_HOME except jobs directory, root xml config, and .gitignore file +/* +!/jobs +!/.gitignore +!/*.xml + +#ignore all files in jobs subdirectories except for folders +#note: git doesn't track folders, only file content +jobs/** +!jobs/**/ + +#uncomment the following line to save next build numbers with config +#!jobs/**/nextBuildNumber + +#exclude only config.xml files in repository subdirectories +!config.xml + +#don't track workspaces (when users build on the master) +jobs/**/*workspace + +#as a result only settings and job config.xml files in JENKINS_HOME will be tracked by git From 26f49b0c26f639c44b02451426f32fc582bdef1d Mon Sep 17 00:00:00 2001 From: zy26 Date: Mon, 22 Apr 2019 07:56:28 -0400 Subject: [PATCH 1577/2185] Update R.gitignore (#3034) ignore knitr and R markdown default cache directories in subdirectories --- R.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.gitignore b/R.gitignore index fb078591dd..f5b98bb2f8 100644 --- a/R.gitignore +++ b/R.gitignore @@ -28,7 +28,7 @@ vignettes/*.pdf .httr-oauth # knitr and R markdown default cache directories -/*_cache/ +*_cache/ /cache/ # Temporary files created by R markdown From 293863c96edd7c4f154fdf15d17fef64db3434aa Mon Sep 17 00:00:00 2001 From: Anton Sakovich Date: Wed, 24 Apr 2019 17:10:33 +0300 Subject: [PATCH 1578/2185] Delete .ist from TeX.gitignore (#3040) .ist files are makeindex style files, which determine how a makeindex-generated index will look like. Therefore, they must be included in source control. --- TeX.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 97f088fd1b..76b26b7dc0 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -144,7 +144,6 @@ acs-*.bib *.idx *.ilg *.ind -*.ist # minitoc *.maf From 65bb94ddc106488eb227d147e3be956a6662857c Mon Sep 17 00:00:00 2001 From: Alessio Franceschelli Date: Thu, 25 Apr 2019 19:52:35 +0100 Subject: [PATCH 1579/2185] Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041) This is to ignore the new Nuget Symbol Packages, which are now the recommended approach for debug symbols of public NuGet packages. https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index badd8dc039..1191486f7c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -185,6 +185,8 @@ PublishScripts/ # NuGet Packages *.nupkg +# NuGet Symbol Packages +*.snupkg # The packages folder can be ignored because of Package Restore **/[Pp]ackages/* # except build/, which is used as an MSBuild target. From 6ffcee971119154f1188666c92d94248fa053b8e Mon Sep 17 00:00:00 2001 From: syzzer Date: Sun, 28 Apr 2019 14:12:16 +0200 Subject: [PATCH 1580/2185] KiCad: add footprint cache (#3043) As described in commit c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5 in the kicad repository itself, the fp-info-cache file should not be checked in to version control. (See https://git.launchpad.net/kicad/commit/?id=c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5) --- KiCad.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 15fdf72ed4..6ce5564c77 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -13,6 +13,9 @@ _autosave-* *-save.pro *-save.kicad_pcb +# Footprint cache +fp-info-cache + # Netlist files (exported from Eeschema) *.net From 5b50e4c8576547cd75f542a9e39f316032b5e940 Mon Sep 17 00:00:00 2001 From: Guilherme Ramos Date: Wed, 1 May 2019 15:06:26 -0300 Subject: [PATCH 1581/2185] Updating Swift.gitignore with accio folders (#3046) --- Swift.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 7b0d62bc23..421ae0bbab 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -58,6 +58,10 @@ playground.xcworkspace Carthage/Build +# Accio dependency management +Dependencies/ +.accio/ + # fastlane # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the From 8f83007b2988788cc5e6e16be30c18ef701beac5 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Thu, 2 May 2019 09:37:20 -0600 Subject: [PATCH 1582/2185] Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047) --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1191486f7c..f2552297fd 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -262,7 +262,9 @@ ServiceFabricBackup/ *.bim.layout *.bim_*.settings *.rptproj.rsuser -*- Backup*.rdl +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl # Microsoft Fakes FakesAssemblies/ From 5c5a1b536b6f9bf11515518f03d58addaf29f681 Mon Sep 17 00:00:00 2001 From: Mahmudul Haque <5278142+mmhyamin@users.noreply.github.com> Date: Sun, 5 May 2019 19:37:09 +0600 Subject: [PATCH 1583/2185] ignore vendor directory (#3033) --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index f2dd9554a1..66fd13c903 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -10,3 +10,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# Dependency directories (remove the comment below to include it) +# vendor/ From c975d35a36712e70481160a679ee9da30577328f Mon Sep 17 00:00:00 2001 From: John Chang Date: Thu, 9 May 2019 12:03:00 +0100 Subject: [PATCH 1584/2185] Replace non-ASCII character in comment (#3050) The curly apostrophe in the comment is causing AWS EB CLI to fail. https://stackoverflow.com/a/55988700/594211 --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 38ce4278b6..af6d50265f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -85,7 +85,7 @@ ipython_config.py # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don’t work, or not +# having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock From b2d72bfcf76a100b7dcc928ab09b3c1f6e179f03 Mon Sep 17 00:00:00 2001 From: FritzsHero Date: Thu, 9 May 2019 13:17:09 +0200 Subject: [PATCH 1585/2185] Exclude memory profiler captures from git (#3049) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 2918c65da4..047a5c374a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,6 +6,7 @@ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ +/[Mm]emoryCaptures/ # Never ignore Asset meta data !/[Aa]ssets/**/*.meta From 79d46ba7e5dec413bff045f31e51d268b1145df7 Mon Sep 17 00:00:00 2001 From: Simon Siefke Date: Fri, 10 May 2019 13:04:44 +0200 Subject: [PATCH 1586/2185] Add .tsbuildinfo files to Node.gitignore (#3052) --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 6dd754e327..dd34507213 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -43,6 +43,9 @@ jspm_packages/ # TypeScript v1 declaration files typings/ +# TypeScript cache +*.tsbuildinfo + # Optional npm cache directory .npm From 5808b77453dec299d4daf8557b05a80be832a5b8 Mon Sep 17 00:00:00 2001 From: Mestre Muten Date: Sun, 12 May 2019 14:40:18 +0200 Subject: [PATCH 1587/2185] Update Windows.gitignore (#2191) --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 0251dd21ad..84bffec74d 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,6 @@ # Windows thumbnail cache files Thumbs.db +Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db From 65bc8a709015c9980ea9580a12ebbab9d7241ba6 Mon Sep 17 00:00:00 2001 From: LotteMakesStuff Date: Sun, 12 May 2019 13:44:32 +0100 Subject: [PATCH 1588/2185] [Unity] ignore Jetbrains plugin folder (#3026) When a Unity project is opened in Jetbrains Rider, it installs a editor plugin into the Assets/Plugins/Editor/Jetbrains folder to manage Unity->Rider integration. This plugins life cycle is managed by your local Rider install and is automatically updated by Rider. It should not be committed to source control. This is documented by Jetbrains here https://www.jetbrains.com/help/rider/Unity.html This change should ignore both the Jetbrains plugin folder and its .meta file correctly. For completeness, it would be nice to also ignore the /.idea*/ settings folder that Rider autogenerates, but i see a PR implementing that change has already been rejected. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 047a5c374a..a79ec04cfe 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -17,6 +17,9 @@ # TextMesh Pro files [Aa]ssets/TextMesh*Pro/ +# Autogenerated Jetbrains Rider plugin +[Aa]ssets/Plugins/Editor/JetBrains* + # Visual Studio cache directory .vs/ From d44a0cb1561dc89164d227d5e28262ab45ebe485 Mon Sep 17 00:00:00 2001 From: Alex Studer Date: Sun, 12 May 2019 08:45:08 -0400 Subject: [PATCH 1589/2185] Add fp-info-cache to KiCad gitignore (#3013) See https://lists.launchpad.net/kicad-developers/msg38339.html and https://lists.launchpad.net/kicad-developers/msg38638.html --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 6ce5564c77..f59e20246e 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -12,6 +12,7 @@ _autosave-* *-rescue.lib *-save.pro *-save.kicad_pcb +fp-info-cache # Footprint cache fp-info-cache From 3e263d465b6f6f11c72cabb0e5f55ce813cd48dd Mon Sep 17 00:00:00 2001 From: Oleg Mezentsev Date: Sun, 12 May 2019 12:45:34 +0000 Subject: [PATCH 1590/2185] [Android] ignore .idea/navEditor.xml (#3012) --- Android.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index a34c4f9e01..05259d649d 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -45,6 +45,8 @@ captures/ # Android Studio 3 in .gitignore file. .idea/caches/build_file_checksums.ser .idea/modules.xml +# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/navEditor.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. From e58b3e0a015871e4caafd2eed04dc243ef5f30b4 Mon Sep 17 00:00:00 2001 From: Byeongguk Gong Date: Sun, 12 May 2019 21:54:48 +0900 Subject: [PATCH 1591/2185] Update Node.gitignore (#2934) * Update Node.gitignore * Fix coverage.lcov to *.lcov --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index dd34507213..ed0d3c87dd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,6 +20,7 @@ lib-cov # Coverage directory used by tools like istanbul coverage +*.lcov # nyc test coverage .nyc_output From d82e9e96ffed61eb55e8e9ee87d2e3a6f05660d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Wo=C5=BAniak?= Date: Sun, 12 May 2019 15:00:26 +0200 Subject: [PATCH 1592/2185] NUnit - reorganize (#2960) --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f2552297fd..b2480836e8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -42,9 +42,10 @@ Generated\ Files/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -# NUNIT +# NUnit *.VisualState.xml TestResult.xml +nunit-*.xml # Build Results of an ATL Project [Dd]ebugPS/ From 445fddf9b674b853cb07741b9e78cdc8205298bf Mon Sep 17 00:00:00 2001 From: Rohan Vakharia Date: Sun, 12 May 2019 18:35:22 +0530 Subject: [PATCH 1593/2185] Updated ignored list (#2972) --- WordPress.gitignore | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 3b181ec0cf..a32768a94e 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,19 +1,23 @@ -*.log -wp-config.php -wp-content/advanced-cache.php -wp-content/backup-db/ -wp-content/backups/ -wp-content/blogs.dir/ -wp-content/cache/ -wp-content/upgrade/ -wp-content/uploads/ -wp-content/mu-plugins/ -wp-content/wp-cache-config.php +# ignore everything in the root except the "wp-content" directory. +!wp-content/ + +# ignore everything in the "wp-content" directory, except: +# "mu-plugins", "plugins", "themes" directory +wp-content/* +!wp-content/mu-plugins/ +!wp-content/plugins/ +!wp-content/themes/ + +# ignore these plugins wp-content/plugins/hello.php -/.htaccess -/license.txt -/readme.html -/sitemap.xml -/sitemap.xml.gz +# ignore specific themes +wp-content/themes/twenty*/ +# ignore node dependency directories +node_modules/ + +# ignore log files and databases +*.log +*.sql +*.sqlite From 7c462a387b62e3ef81b9856b8d573fdc735d679c Mon Sep 17 00:00:00 2001 From: Alexander Gayko Date: Sun, 12 May 2019 15:09:14 +0200 Subject: [PATCH 1594/2185] Added Preamble (#2954) ... to let the file point to its canonical source --- Unity.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index a79ec04cfe..b848ed6cfb 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,5 +1,7 @@ # This .gitignore file should be placed at the root of your Unity project directory - +# +# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore +# /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ From 679f51c6c98550dbe1dced02f82b9386cc45c9de Mon Sep 17 00:00:00 2001 From: Daniil Goncharov Date: Sun, 12 May 2019 18:10:01 +0500 Subject: [PATCH 1595/2185] [Android] Change to Android Studio 3 (#3004) * ignore all caches * ignore release folder --- Android.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 05259d649d..3a2ecdb562 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -13,6 +13,7 @@ bin/ gen/ out/ +release/ # Gradle files .gradle/ @@ -41,9 +42,8 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries -.idea/caches # Android Studio 3 in .gitignore file. -.idea/caches/build_file_checksums.ser +.idea/caches .idea/modules.xml # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml From b5aa92c05f3659fcb5910836199ce836291158be Mon Sep 17 00:00:00 2001 From: Sergey Chupov Date: Sun, 12 May 2019 16:23:05 +0300 Subject: [PATCH 1596/2185] Add ignores for file-based projects (#2902) When IntelliJ project is created as a file-based (i.e. without `.idea` folder, but with `.iws`, `.iml` and `.ipr` files), and this is a Gradle or Maven project with auto-import, should ignore them as well for the same reason we ignore `.idea` folder content in that case. --- Global/JetBrains.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 72f4d988a1..e80f46b868 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -31,6 +31,8 @@ # .idea/modules.xml # .idea/*.iml # .idea/modules +# *.iml +# *.ipr # CMake cmake-build-*/ From 837181e2f60198de3701a1f87e66aaf8e69d0e07 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Sun, 12 May 2019 15:24:48 +0200 Subject: [PATCH 1597/2185] Updated Xcode.gitignore template with a Patch (#2566) --- Global/Xcode.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index cd0c7d3e45..7a46c015a9 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -21,3 +21,10 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 + +## Xcode Patch +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno From 74643fe2c8a8ca02384f6367be2393c00cf8cd24 Mon Sep 17 00:00:00 2001 From: Takeshi Kondo <10370988+chaspy@users.noreply.github.com> Date: Mon, 13 May 2019 00:29:47 +0900 Subject: [PATCH 1598/2185] Fix log filename for Vagrant (#3053) Actually, the log generated by debug mode is *.log i.e. ubuntu-xenial-16.04-cloudimg-console.log --- Global/Vagrant.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index 93987ca00e..a8e2345447 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -2,4 +2,4 @@ .vagrant/ # Log files (if you are creating logs in debug mode, uncomment this) -# *.logs +# *.log From 6cb96f4a6ece8da8201ddd2521ac2b4b920caada Mon Sep 17 00:00:00 2001 From: Mohammad Hizzani <30414163+MohHizzani@users.noreply.github.com> Date: Thu, 16 May 2019 23:35:06 +0300 Subject: [PATCH 1599/2185] add the ist file generated by glossaries-extra package (#3056) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 76b26b7dc0..8be3791117 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -259,3 +259,6 @@ TSWLatexianTemp* # standalone packages *.sta + +# glossaries-extra +*.ist From cdab24d9e98bbb78da9002a57b348d749e46c76b Mon Sep 17 00:00:00 2001 From: Matan Nassau Date: Thu, 16 May 2019 16:40:58 -0400 Subject: [PATCH 1600/2185] vim: add extra session file Sessionx.vim (#3058) from vim's documentation on `:mksession` (:help :mksession): ... 10. If a file exists with the same name as the Session file, but ending in "x.vim" (for eXtra), executes that as well. You can use *x.vim files to specify additional settings and actions associated with a given Session, such as creating menu items in the GUI version. we already have Session.vim ignored. the Sessionx.vim file, like Session.vim, is a user file. a user would generally want that file kept private or for themselves, and the public or a team fetching from or sharing the repository generally have no interest in a file relevant only to a particular user. so it's a good idea to get git to help us avoid mistakenly sharing the file. --- Global/Vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 741518ffd2..3dc461ab8e 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -7,6 +7,7 @@ # Session Session.vim +Sessionx.vim # Temporary .netrwhist From 310f125d232a837c93f482bc8b8703227b312419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdal=20TA=C5=9EKESEN?= Date: Sun, 19 May 2019 14:49:52 +0300 Subject: [PATCH 1601/2185] style: (Golang) Remove the non-essentials (#3061) --- community/Golang/Hugo.gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 3718de7bf3..37fa330e4f 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,12 +1,8 @@ -### Hugo ### -# gitginore template for Hugo projects -# website: https://gohugo.io - -# generated files by hugo +# Generated files by hugo /public/ /resources/_gen/ -# executable may be added to repository +# Executable may be added to repository hugo.exe hugo.darwin hugo.linux From 65398389a9df02fdad7e8292ce2ee1a64c7d77ee Mon Sep 17 00:00:00 2001 From: Anton Sakovich Date: Wed, 22 May 2019 14:45:42 +0300 Subject: [PATCH 1602/2185] Make ignoring .ist files for glossaries-extra ... (#3066) package not interfere with makeindex's style files --- TeX.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 8be3791117..bc6245dfcc 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -110,6 +110,9 @@ acs-*.bib *.gls *.glsdefs +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + # gnuplottex *-gnuplottex-* @@ -259,6 +262,3 @@ TSWLatexianTemp* # standalone packages *.sta - -# glossaries-extra -*.ist From c1faae44aebe587bbb90d60e21ca928e0116e8d4 Mon Sep 17 00:00:00 2001 From: Peter Hollows Date: Sun, 26 May 2019 02:16:08 +1000 Subject: [PATCH 1603/2185] Add db.sqlite3-journal to Python.gitignore (#3063) See also 15e56afe introduced this for Rails.gitignore. Docs on Sqlite temporary files https://www.sqlite.org/tempfiles.html#rollback_journals Thanks @nickittynack (Nick Reynolds) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index af6d50265f..c0c219be58 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -58,6 +58,7 @@ coverage.xml *.log local_settings.py db.sqlite3 +db.sqlite3-journal # Flask stuff: instance/ From a00cb872ef1e0fb64dcbe9435b47fd7f00065ee9 Mon Sep 17 00:00:00 2001 From: Dylan Bartlett Date: Tue, 28 May 2019 13:00:48 +0100 Subject: [PATCH 1604/2185] Revert "KiCad: add footprint cache (#3043)" (#3075) This reverts commit 6ffcee971119154f1188666c92d94248fa053b8e. --- KiCad.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index f59e20246e..fc7c2187b0 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -14,9 +14,6 @@ _autosave-* *-save.kicad_pcb fp-info-cache -# Footprint cache -fp-info-cache - # Netlist files (exported from Eeschema) *.net From f9291de89f5f7dc0d3d87f9eb111b839f81d5dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= Date: Sat, 1 Jun 2019 15:37:17 +0200 Subject: [PATCH 1605/2185] KiCAD: the -rescue.lib file is also precious! (#3025) --- KiCad.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index fc7c2187b0..5cfb0c1fd1 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,7 +9,6 @@ *~ _autosave-* *.tmp -*-rescue.lib *-save.pro *-save.kicad_pcb fp-info-cache From c992170f39243e97565e2c0fd1eeca3014a3086c Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Sat, 22 Jun 2019 15:00:35 +0200 Subject: [PATCH 1606/2185] Added gitignore-file for Beckhoff TwinCAT. --- TwinCAT.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TwinCAT.gitignore diff --git a/TwinCAT.gitignore b/TwinCAT.gitignore new file mode 100644 index 0000000000..f9abebbd49 --- /dev/null +++ b/TwinCAT.gitignore @@ -0,0 +1,15 @@ +# gitignore template for TwinCAT +# website: https://www.beckhoff.com/twincat/ +# +# Recommended: VisualStudio.gitignore + +# TwinCAT files +*.tpy +*.tclrs +*.compiled-library +*.compileinfo +*.tmc +*.library +_Boot/ +_CompileInfo/ +_Libraries/ \ No newline at end of file From e447ea2825b480251004695c7dbcf312739022eb Mon Sep 17 00:00:00 2001 From: Charlotte Townley <10514472+EffingFancy@users.noreply.github.com> Date: Sun, 23 Jun 2019 14:13:21 +0100 Subject: [PATCH 1607/2185] Updating Joomla.gitignore to Joomla! 3.9.8 (#3090) also, re-ordered some elements to ensure the gitignore is in directory/file and lexicographic order --- Joomla.gitignore | 379 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 275 insertions(+), 104 deletions(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 378c158bdd..41a9ba415c 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,21 +1,22 @@ /.htaccess /administrator/cache/* +/administrator/components/com_actionlogs/* /administrator/components/com_admin/* /administrator/components/com_ajax/* -/administrator/components/com_tags/* +/administrator/components/com_associations/* /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/* /administrator/components/com_contact/* /administrator/components/com_content/* +/administrator/components/com_contenthistory/* /administrator/components/com_cpanel/* +/administrator/components/com_fields/* /administrator/components/com_finder/* /administrator/components/com_installer/* +/administrator/components/com_joomlaupdate/* /administrator/components/com_languages/* /administrator/components/com_login/* /administrator/components/com_media/* @@ -24,66 +25,24 @@ /administrator/components/com_modules/* /administrator/components/com_newsfeeds/* /administrator/components/com_plugins/* +/administrator/components/com_postinstall/* +/administrator/components/com_privacy/* /administrator/components/com_redirect/* /administrator/components/com_search/* +/administrator/components/com_tags/* /administrator/components/com_templates/* /administrator/components/com_users/* /administrator/help/* /administrator/includes/* -/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_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_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 -/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_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 -/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_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 -/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/index.php +/administrator/language/en-GB/en-GB.com_actionlogs.ini +/administrator/language/en-GB/en-GB.com_actionlogs.sys.ini /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_ajax.ini +/administrator/language/en-GB/en-GB.com_ajax.sys.ini +/administrator/language/en-GB/en-GB.com_associations.ini +/administrator/language/en-GB/en-GB.com_associations.sys.ini /administrator/language/en-GB/en-GB.com_banners.ini /administrator/language/en-GB/en-GB.com_banners.sys.ini /administrator/language/en-GB/en-GB.com_cache.ini @@ -98,12 +57,18 @@ /administrator/language/en-GB/en-GB.com_contact.sys.ini /administrator/language/en-GB/en-GB.com_content.ini /administrator/language/en-GB/en-GB.com_content.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_cpanel.ini /administrator/language/en-GB/en-GB.com_cpanel.sys.ini +/administrator/language/en-GB/en-GB.com_fields.ini +/administrator/language/en-GB/en-GB.com_fields.sys.ini /administrator/language/en-GB/en-GB.com_finder.ini /administrator/language/en-GB/en-GB.com_finder.sys.ini /administrator/language/en-GB/en-GB.com_installer.ini /administrator/language/en-GB/en-GB.com_installer.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_languages.ini /administrator/language/en-GB/en-GB.com_languages.sys.ini /administrator/language/en-GB/en-GB.com_login.ini @@ -121,10 +86,16 @@ /administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini /administrator/language/en-GB/en-GB.com_plugins.ini /administrator/language/en-GB/en-GB.com_plugins.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_privacy.ini +/administrator/language/en-GB/en-GB.com_privacy.sys.ini /administrator/language/en-GB/en-GB.com_redirect.ini /administrator/language/en-GB/en-GB.com_redirect.sys.ini /administrator/language/en-GB/en-GB.com_search.ini /administrator/language/en-GB/en-GB.com_search.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.com_templates.ini /administrator/language/en-GB/en-GB.com_templates.sys.ini /administrator/language/en-GB/en-GB.com_users.ini @@ -142,6 +113,8 @@ /administrator/language/en-GB/en-GB.mod_feed.sys.ini /administrator/language/en-GB/en-GB.mod_latest.ini /administrator/language/en-GB/en-GB.mod_latest.sys.ini +/administrator/language/en-GB/en-GB.mod_latestactions.ini +/administrator/language/en-GB/en-GB.mod_latestactions.sys.ini /administrator/language/en-GB/en-GB.mod_logged.ini /administrator/language/en-GB/en-GB.mod_logged.sys.ini /administrator/language/en-GB/en-GB.mod_login.ini @@ -154,8 +127,14 @@ /administrator/language/en-GB/en-GB.mod_online.sys.ini /administrator/language/en-GB/en-GB.mod_popular.ini /administrator/language/en-GB/en-GB.mod_popular.sys.ini +/administrator/language/en-GB/en-GB.mod_privacy_dashboard.ini +/administrator/language/en-GB/en-GB.mod_privacy_dashboard.sys.ini /administrator/language/en-GB/en-GB.mod_quickicon.ini /administrator/language/en-GB/en-GB.mod_quickicon.sys.ini +/administrator/language/en-GB/en-GB.mod_sampledata.ini +/administrator/language/en-GB/en-GB.mod_sampledata.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.mod_status.ini /administrator/language/en-GB/en-GB.mod_status.sys.ini /administrator/language/en-GB/en-GB.mod_submenu.ini @@ -168,6 +147,10 @@ /administrator/language/en-GB/en-GB.mod_unread.sys.ini /administrator/language/en-GB/en-GB.mod_version.ini /administrator/language/en-GB/en-GB.mod_version.sys.ini +/administrator/language/en-GB/en-GB.plg_actionlog_joomla.ini +/administrator/language/en-GB/en-GB.plg_actionlog_joomla.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_authentication_example.ini /administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini /administrator/language/en-GB/en-GB.plg_authentication_gmail.ini @@ -178,8 +161,18 @@ /administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.sys.ini +/administrator/language/en-GB/en-GB.plg_content_confirmconsent.ini +/administrator/language/en-GB/en-GB.plg_content_confirmconsent.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_emailcloak.ini /administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini +/administrator/language/en-GB/en-GB.plg_content_fields.ini +/administrator/language/en-GB/en-GB.plg_content_fields.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_content_geshi.ini /administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini /administrator/language/en-GB/en-GB.plg_content_joomla.ini @@ -192,24 +185,106 @@ /administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini /administrator/language/en-GB/en-GB.plg_content_vote.ini /administrator/language/en-GB/en-GB.plg_content_vote.sys.ini -/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini -/administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini -/administrator/language/en-GB/en-GB.plg_editors_none.ini -/administrator/language/en-GB/en-GB.plg_editors_none.sys.ini -/administrator/language/en-GB/en-GB.plg_editors_tinymce.ini -/administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_contact.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_contact.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_fields.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_fields.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_menu.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_menu.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_module.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_module.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini /administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini +/administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_none.ini +/administrator/language/en-GB/en-GB.plg_editors_none.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_tinymce.ini +/administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini /administrator/language/en-GB/en-GB.plg_extension_joomla.ini /administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_calendar.ini +/administrator/language/en-GB/en-GB.plg_fields_calendar.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_checkboxes.ini +/administrator/language/en-GB/en-GB.plg_fields_checkboxes.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_color.ini +/administrator/language/en-GB/en-GB.plg_fields_color.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_editor.ini +/administrator/language/en-GB/en-GB.plg_fields_editor.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_image.ini +/administrator/language/en-GB/en-GB.plg_fields_image.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_imagelist.ini +/administrator/language/en-GB/en-GB.plg_fields_imagelist.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_integer.ini +/administrator/language/en-GB/en-GB.plg_fields_integer.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_list.ini +/administrator/language/en-GB/en-GB.plg_fields_list.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_media.ini +/administrator/language/en-GB/en-GB.plg_fields_media.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_radio.ini +/administrator/language/en-GB/en-GB.plg_fields_radio.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_repeatable.ini +/administrator/language/en-GB/en-GB.plg_fields_repeatable.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_sql.ini +/administrator/language/en-GB/en-GB.plg_fields_sql.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_text.ini +/administrator/language/en-GB/en-GB.plg_fields_text.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_textarea.ini +/administrator/language/en-GB/en-GB.plg_fields_textarea.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_url.ini +/administrator/language/en-GB/en-GB.plg_fields_url.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_user.ini +/administrator/language/en-GB/en-GB.plg_fields_user.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_usergrouplist.ini +/administrator/language/en-GB/en-GB.plg_fields_usergrouplist.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.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.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_folderinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_folderinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_urlinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_urlinstaller.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_privacy_actionlogs.ini +/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_consents.ini +/administrator/language/en-GB/en-GB.plg_privacy_consents.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_contact.ini +/administrator/language/en-GB/en-GB.plg_privacy_contact.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_content.ini +/administrator/language/en-GB/en-GB.plg_privacy_content.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_message.ini +/administrator/language/en-GB/en-GB.plg_privacy_message.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_user.ini +/administrator/language/en-GB/en-GB.plg_privacy_user.sys.ini /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.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_quickicon_phpversioncheck.ini +/administrator/language/en-GB/en-GB.plg_quickicon_phpversioncheck.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.ini +/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.sys.ini +/administrator/language/en-GB/en-GB.plg_sampledata_blog.ini +/administrator/language/en-GB/en-GB.plg_sampledata_blog.sys.ini /administrator/language/en-GB/en-GB.plg_search_categories.ini /administrator/language/en-GB/en-GB.plg_search_categories.sys.ini /administrator/language/en-GB/en-GB.plg_search_contacts.ini @@ -218,124 +293,155 @@ /administrator/language/en-GB/en-GB.plg_search_content.sys.ini /administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini /administrator/language/en-GB/en-GB.plg_search_newsfeeds.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_search_weblinks.ini /administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_system_actionlogs.ini +/administrator/language/en-GB/en-GB.plg_system_actionlogs.sys.ini /administrator/language/en-GB/en-GB.plg_system_cache.ini /administrator/language/en-GB/en-GB.plg_system_cache.sys.ini /administrator/language/en-GB/en-GB.plg_system_debug.ini /administrator/language/en-GB/en-GB.plg_system_debug.sys.ini +/administrator/language/en-GB/en-GB.plg_system_fields.ini +/administrator/language/en-GB/en-GB.plg_system_fields.sys.ini /administrator/language/en-GB/en-GB.plg_system_highlight.ini /administrator/language/en-GB/en-GB.plg_system_highlight.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_languagefilter.ini /administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini /administrator/language/en-GB/en-GB.plg_system_log.ini +/administrator/language/en-GB/en-GB.plg_system_log.sys.ini /administrator/language/en-GB/en-GB.plg_system_logout.ini /administrator/language/en-GB/en-GB.plg_system_logout.sys.ini -/administrator/language/en-GB/en-GB.plg_system_log.sys.ini +/administrator/language/en-GB/en-GB.plg_system_logrotation.ini +/administrator/language/en-GB/en-GB.plg_system_logrotation.sys.ini /administrator/language/en-GB/en-GB.plg_system_p3p.ini /administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini +/administrator/language/en-GB/en-GB.plg_system_privacyconsent.ini +/administrator/language/en-GB/en-GB.plg_system_privacyconsent.sys.ini /administrator/language/en-GB/en-GB.plg_system_redirect.ini /administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini /administrator/language/en-GB/en-GB.plg_system_remember.ini /administrator/language/en-GB/en-GB.plg_system_remember.sys.ini /administrator/language/en-GB/en-GB.plg_system_sef.ini /administrator/language/en-GB/en-GB.plg_system_sef.sys.ini +/administrator/language/en-GB/en-GB.plg_system_sessiongc.ini +/administrator/language/en-GB/en-GB.plg_system_sessiongc.sys.ini +/administrator/language/en-GB/en-GB.plg_system_stats.ini +/administrator/language/en-GB/en-GB.plg_system_stats.sys.ini +/administrator/language/en-GB/en-GB.plg_system_updatenotification.ini +/administrator/language/en-GB/en-GB.plg_system_updatenotification.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.plg_user_contactcreator.ini /administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini /administrator/language/en-GB/en-GB.plg_user_joomla.ini /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.plg_user_terms.ini +/administrator/language/en-GB/en-GB.plg_user_terms.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.tpl_isis.ini +/administrator/language/en-GB/en-GB.tpl_isis.sys.ini /administrator/language/en-GB/en-GB.xml +/administrator/language/en-GB/install.xml /administrator/language/overrides/* +/administrator/language/index.html /administrator/logs/* -/administrator/manifests/* +/administrator/manifests/files/joomla.xml +/administrator/manifests/libraries/fof.xml +/administrator/manifests/libraries/idna_convert.xml +/administrator/manifests/libraries/joomla.xml +/administrator/manifests/libraries/phpass.xml +/administrator/manifests/libraries/phputf8.xml +/administrator/manifests/packages/pkg_en-GB.xml +/administrator/manifests/packages/index.html /administrator/modules/mod_custom/* /administrator/modules/mod_feed/* /administrator/modules/mod_latest/* +/administrator/modules/mod_latestactions/* /administrator/modules/mod_logged/* /administrator/modules/mod_login/* /administrator/modules/mod_menu/* /administrator/modules/mod_multilangstatus/* /administrator/modules/mod_online/* /administrator/modules/mod_popular/* +/administrator/modules/mod_privacy_dashboard/* /administrator/modules/mod_quickicon/* +/administrator/modules/mod_sampledata/* +/administrator/modules/mod_stats_admin/* /administrator/modules/mod_status/* /administrator/modules/mod_submenu/* /administrator/modules/mod_title/* /administrator/modules/mod_toolbar/* /administrator/modules/mod_unread/* /administrator/modules/mod_version/* -/administrator/modules/mod_stats_admin/* -/administrator/templates/isis/* /administrator/templates/hathor/* +/administrator/templates/isis/* /administrator/templates/system/* -/administrator/index.php -/cache/* /bin/* +/cache/* /cli/* -/components/com_banners/* /components/com_ajax/* +/components/com_banners/* /components/com_config/* -/components/com_contenthistory/* -/components/com_tags/* /components/com_contact/* /components/com_content/* +/components/com_contenthistory/* +/components/com_fields/* /components/com_finder/* /components/com_mailto/* /components/com_media/* +/components/com_menus/* /components/com_modules/* /components/com_newsfeeds/* +/components/com_privacy/* /components/com_search/* +/components/com_tags/* /components/com_users/* /components/com_wrapper/* /components/index.html /images/banners/* /images/headers/* /images/sampledata/* -/images/joomla* /images/index.html +/images/joomla* /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.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_finder.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_privacy.ini /language/en-GB/en-GB.com_search.ini +/language/en-GB/en-GB.com_tags.ini /language/en-GB/en-GB.com_users.ini /language/en-GB/en-GB.com_weblinks.ini /language/en-GB/en-GB.com_wrapper.ini /language/en-GB/en-GB.files_joomla.sys.ini +/language/en-GB/en-GB.finder_cli.ini /language/en-GB/en-GB.ini +/language/en-GB/en-GB.lib_fof.ini +/language/en-GB/en-GB.lib_fof.sys.ini +/language/en-GB/en-GB.lib_idna_convert.sys.ini /language/en-GB/en-GB.lib_joomla.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.localise.php /language/en-GB/en-GB.mod_articles_archive.ini /language/en-GB/en-GB.mod_articles_archive.sys.ini @@ -357,6 +463,8 @@ /language/en-GB/en-GB.mod_custom.sys.ini /language/en-GB/en-GB.mod_feed.ini /language/en-GB/en-GB.mod_feed.sys.ini +/language/en-GB/en-GB.mod_finder.ini +/language/en-GB/en-GB.mod_finder.sys.ini /language/en-GB/en-GB.mod_footer.ini /language/en-GB/en-GB.mod_footer.sys.ini /language/en-GB/en-GB.mod_languages.ini @@ -375,6 +483,10 @@ /language/en-GB/en-GB.mod_stats.sys.ini /language/en-GB/en-GB.mod_syndicate.ini /language/en-GB/en-GB.mod_syndicate.sys.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_users_latest.ini /language/en-GB/en-GB.mod_users_latest.sys.ini /language/en-GB/en-GB.mod_weblinks.ini @@ -385,10 +497,14 @@ /language/en-GB/en-GB.mod_wrapper.sys.ini /language/en-GB/en-GB.tpl_atomic.ini /language/en-GB/en-GB.tpl_atomic.sys.ini -/language/en-GB/en-GB.tpl_beez_20.ini -/language/en-GB/en-GB.tpl_beez_20.sys.ini +/language/en-GB/en-GB.tpl_beez3.ini +/language/en-GB/en-GB.tpl_beez3.sys.ini /language/en-GB/en-GB.tpl_beez5.ini /language/en-GB/en-GB.tpl_beez5.sys.ini +/language/en-GB/en-GB.tpl_beez_20.ini +/language/en-GB/en-GB.tpl_beez_20.sys.ini +/language/en-GB/en-GB.tpl_protostar.ini +/language/en-GB/en-GB.tpl_protostar.sys.ini /language/en-GB/en-GB.xml /language/en-GB/install.xml /language/overrides/* @@ -397,7 +513,6 @@ /layouts/libraries/* /layouts/plugins/* /layouts/index.html -/libraries/cms.php /libraries/cms/* /libraries/fof/* /libraries/idna_convert/* @@ -408,16 +523,24 @@ /libraries/phpmailer/* /libraries/phputf8/* /libraries/simplepie/* +/libraries/src/* /libraries/vendor/* /libraries/classmap.php +/libraries/cms.php /libraries/import.legacy.php -/libraries/index.html /libraries/import.php +/libraries/index.html /libraries/loader.php /media/cms/* +/media/com_associations/* +/media/com_contact/* +/media/com_content/* /media/com_contenthistory/* +/media/com_fields/* /media/com_finder/* /media/com_joomlaupdate/* +/media/com_menus/* +/media/com_modules/* /media/com_wrapper/* /media/contacts/* /media/editors/* @@ -425,12 +548,16 @@ /media/mailto/* /media/media/* /media/mod_languages/* +/media/mod_sampledata/* /media/overrider/* /media/plg_captcha_recaptcha/* +/media/plg_captcha_recaptcha_invisible/* /media/plg_quickicon_extensionupdate/* /media/plg_quickicon_joomlaupdate/* +/media/plg_quickicon_privacycheck/* /media/plg_system_highlight/* /media/plg_system_stats/* +/media/plg_twofactorauth_totp/* /media/system/* /media/index.html /modules/mod_articles_archive/* @@ -459,14 +586,19 @@ /modules/mod_whosonline/* /modules/mod_wrapper/* /modules/index.html +/plugins/actionlog/joomla/* +/plugins/authentication/cookie/* /plugins/authentication/example/* /plugins/authentication/gmail/* /plugins/authentication/joomla/* /plugins/authentication/ldap/* -/plugins/authentication/cookie/* /plugins/captcha/recaptcha/* +/plugins/captcha/recaptcha_invisible/* +/plugins/content/confirmconsent/* +/plugins/content/contact/* /plugins/content/emailcloak/* /plugins/content/example/* +/plugins/content/fields/* /plugins/content/finder/* /plugins/content/geshi/* /plugins/content/joomla/* @@ -474,52 +606,88 @@ /plugins/content/pagebreak/* /plugins/content/pagenavigation/* /plugins/content/vote/* -/plugins/content/contact/* /plugins/editors/codemirror/* /plugins/editors/none/* /plugins/editors/tinymce/* -/plugins/editors-xtd/module/* /plugins/editors-xtd/article/* +/plugins/editors-xtd/contact/* +/plugins/editors-xtd/fields/* /plugins/editors-xtd/image/* +/plugins/editors-xtd/menu/* +/plugins/editors-xtd/module/* /plugins/editors-xtd/pagebreak/* /plugins/editors-xtd/readmore/* /plugins/extension/example/* /plugins/extension/joomla/* +/plugins/fields/calendar/* +/plugins/fields/checkboxes/* +/plugins/fields/color/* +/plugins/fields/editor/* +/plugins/fields/imagelist/* +/plugins/fields/integer/* +/plugins/fields/list/* +/plugins/fields/media/* +/plugins/fields/radio/* +/plugins/fields/repeatable/* +/plugins/fields/sql/* +/plugins/fields/text/* +/plugins/fields/textarea/* +/plugins/fields/url/* +/plugins/fields/user/* +/plugins/fields/usergrouplist/* /plugins/finder/categories/* /plugins/finder/contacts/* /plugins/finder/content/* /plugins/finder/newsfeeds/* /plugins/finder/tags/* -/plugins/installer/* +/plugins/installer/folderinstaller/* +/plugins/installer/packageinstaller/* +/plugins/installer/urlinstaller/* +/plugins/privacy/actionlogs/* +/plugins/privacy/consents/* +/plugins/privacy/contact/* +/plugins/privacy/content/* +/plugins/privacy/message/* +/plugins/privacy/user/* /plugins/quickicon/extensionupdate/* /plugins/quickicon/joomlaupdate/* +/plugins/quickicon/phpversioncheck/* +/plugins/quickicon/privacycheck/* /plugins/quickicon/index.html +/plugins/sampledata/blog/* /plugins/search/categories/* /plugins/search/contacts/* /plugins/search/content/* /plugins/search/newsfeeds/* -/plugins/search/weblinks/* /plugins/search/tags/* +/plugins/search/weblinks/* /plugins/search/index.html +/plugins/system/actionlogs/* /plugins/system/cache/* /plugins/system/debug/* +/plugins/system/fields/* /plugins/system/highlight/* /plugins/system/languagecode/* /plugins/system/languagefilter/* /plugins/system/log/* /plugins/system/logout/* +/plugins/system/logrotation/* /plugins/system/p3p/* +/plugins/system/privacyconsent/* /plugins/system/redirect/* /plugins/system/remember/* /plugins/system/sef/* +/plugins/system/sessiongc/* /plugins/system/stats/* /plugins/system/updatenotification/* /plugins/system/index.html -/plugins/twofactorauth/* +/plugins/twofactorauth/totp/* +/plugins/twofactorauth/yubikey/* /plugins/user/contactcreator/* /plugins/user/example/* /plugins/user/joomla/* /plugins/user/profile/* +/plugins/user/terms/* /plugins/user/index.html /plugins/index.html /templates/beez3/* @@ -528,7 +696,10 @@ /templates/index.html /tmp/* /configuration.php +/htaccess.txt /index.php /joomla.xml -/*.txt +/LICENSE.txt +/README.txt /robots.txt.dist +/web.config.txt From 7aec8fdf3287f253ddfd91b9fa18199f415eb87e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 23 Jun 2019 09:15:37 -0400 Subject: [PATCH 1608/2185] Ignore *.xyd outline files generated by xy LaTeX package (#3088) The xy package generates *.xyd files whenever the commands \MakeOutlines \OnlyOutlines \ShowOutlines \NoOutlines are present in the LaTeX source. These automatically-generated files contain the dimensions of figures typeset with xy and are recreated as needed. This is documented on pp. 15f. of the XY-pic Reference Manual (1999/02/16). As automatically-generated, temporary files, they should be ignored. --- TeX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index bc6245dfcc..4a848cd7a8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -226,8 +226,9 @@ pythontex-files-*/ # xindy *.xdy -# xypic precompiled matrices +# xypic precompiled matrices and outlines *.xyc +*.xyd # endfloat *.ttt From 50e42aa1064d004a5c99eaa72a2d8054a0d8de55 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 27 Jun 2019 19:49:08 +0400 Subject: [PATCH 1609/2185] Update Laravel.gitignore (#3098) --- Laravel.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index c1c50600c5..297959a19e 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -10,6 +10,11 @@ app/storage/ # Laravel 5 & Lumen specific public/storage public/hot + +# Laravel 5 & Lumen specific with changed public path +public_html/storage +public_html/hot + storage/*.key .env Homestead.yaml From e4fe597296aabb7f8fe1a3cc9b9c8dbdf329a8f8 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Sat, 13 Jul 2019 18:41:49 +0200 Subject: [PATCH 1610/2185] Renamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a gitignore file only applicable for TwinCAT3 and not also TwinCAT2 (which stores everything in a big binary blob). --- TwinCAT.gitignore => TwinCAT3.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename TwinCAT.gitignore => TwinCAT3.gitignore (65%) diff --git a/TwinCAT.gitignore b/TwinCAT3.gitignore similarity index 65% rename from TwinCAT.gitignore rename to TwinCAT3.gitignore index f9abebbd49..6fbcd79706 100644 --- a/TwinCAT.gitignore +++ b/TwinCAT3.gitignore @@ -1,5 +1,5 @@ -# gitignore template for TwinCAT -# website: https://www.beckhoff.com/twincat/ +# gitignore template for TwinCAT3 +# website: https://www.beckhoff.com/twincat3/ # # Recommended: VisualStudio.gitignore From e285e4bb061a78d244904da8bdba99b9fc03cc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Pol=C3=A1=C4=8Dek?= Date: Tue, 16 Jul 2019 08:39:20 +0200 Subject: [PATCH 1611/2185] Update VisualStudio.gitignore Visual Studio 6.0 files --- VisualStudio.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b2480836e8..ee31419446 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -286,6 +286,17 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.wbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 techical files (their purpose is unknown for me) +*.ncb +*.aps + # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts From ce4e88b4a66b1da5376fa84ffdd1d8aa69157fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Pol=C3=A1=C4=8Dek?= Date: Tue, 16 Jul 2019 09:06:11 +0200 Subject: [PATCH 1612/2185] Update VisualStudio.gitignore Typo --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ee31419446..f0be267f13 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -287,7 +287,7 @@ node_modules/ *.vbw # Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.wbp +*.vbp # Visual Studio 6 workspace and project file (working project files containing files to include in project) *.dsw From f900e7e0ddba0ebefff5caa456df5dbc59d7f05a Mon Sep 17 00:00:00 2001 From: steveh-ivendi <46324585+steveh-ivendi@users.noreply.github.com> Date: Sun, 21 Jul 2019 14:45:57 +0100 Subject: [PATCH 1613/2185] Ignore the .ionide working folder (#3108) If you have the [Ionide](http://ionide.io/) tools installed you will get an `.ionide` directory created in each directory that you open with VS Code, regardless of whether or not you are using F#. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b2480836e8..62e4e8f2e1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -347,3 +347,6 @@ healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ From db943c49e438b367b9d3f6112e4f5f41b49dab3b Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Sun, 21 Jul 2019 09:47:04 -0400 Subject: [PATCH 1614/2185] Add *.hie to Haskell.gitignore (#3120) This new file type can be generated by GHC 8.8. https://www.haskell.org/ghc/blog/20190626-HIEFiles.html --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 82f3a88e17..4c9e245b5d 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -3,6 +3,7 @@ dist-* cabal-dev *.o *.hi +*.hie *.chi *.chs.h *.dyn_o From 6ab0c59127564e8012b9a8070a4eb26a36308761 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 21 Jul 2019 20:48:12 +0700 Subject: [PATCH 1615/2185] .travis.yml: Trim trailing whitespace and indent (#3118) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f362d6fe32..4009e0bc8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false branches: only: - - master - + - master + script: - ruby -e "puts 'Hello world!'" From 1bf740f9e861f6ace38b188942490164c92d1cb3 Mon Sep 17 00:00:00 2001 From: Vanya Kapitonov Date: Tue, 23 Jul 2019 03:55:00 +1000 Subject: [PATCH 1616/2185] Added more glossaries auxiliary files and makeindex logs to TeX template (#3104) --- TeX.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 4a848cd7a8..a016a9d5e7 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -109,6 +109,8 @@ acs-*.bib *.glo *.gls *.glsdefs +*.lzo +*.lzs # uncomment this for glossaries-extra (will ignore makeindex's style files!) # *.ist @@ -263,3 +265,6 @@ TSWLatexianTemp* # standalone packages *.sta + +# Makeindex log files +*.lpz \ No newline at end of file From 9df8aa603708600507c9ccb8f6e8d566a332e8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Tue, 23 Jul 2019 20:14:41 +0800 Subject: [PATCH 1617/2185] Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 (#3132) --- Global/Xcode.gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 7a46c015a9..910554681a 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -22,9 +22,5 @@ DerivedData/ *.perspectivev3 !default.perspectivev3 -## Xcode Patch -*.xcodeproj/* -!*.xcodeproj/project.pbxproj -!*.xcodeproj/xcshareddata/ -!*.xcworkspace/contents.xcworkspacedata +## Gcc Patch /*.gcno From c4ed859434e4eb33c85ad8048fc907d470f8ae4b Mon Sep 17 00:00:00 2001 From: Joshua Jones Date: Wed, 24 Jul 2019 23:03:41 +1000 Subject: [PATCH 1618/2185] Revert of #2988. TextMesh Pro files are not auto managed (#3134) Unlike other packages, TextMesh Pro is not entirely managed by Unity's new Package Manager, and still imports some assets directly into the project. --- Unity.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index b848ed6cfb..6efde0589c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -16,9 +16,6 @@ # Uncomment this line if you wish to ignore the asset store tools plugin # /[Aa]ssets/AssetStoreTools* -# TextMesh Pro files -[Aa]ssets/TextMesh*Pro/ - # Autogenerated Jetbrains Rider plugin [Aa]ssets/Plugins/Editor/JetBrains* From 20e96383922eecea412c08e79db7df72c51f0ad4 Mon Sep 17 00:00:00 2001 From: NeverMine17 Date: Wed, 7 Aug 2019 14:41:57 +0300 Subject: [PATCH 1619/2185] Update Godot.gitignore (#3142) --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index ba45ca4582..79d3eb446e 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,3 +6,4 @@ export_presets.cfg # Mono-specific ignores .mono/ +data_*/ From a3e8e1470d7882a3cd1b1f9bc084795456fa0cc5 Mon Sep 17 00:00:00 2001 From: Max Cobb <5754073+maxxfrazer@users.noreply.github.com> Date: Wed, 7 Aug 2019 13:08:55 +0100 Subject: [PATCH 1620/2185] Swift: ignore .swiftpm (#3083) * added files to be ignored with swift package manager * added comment for swiftpm and why it might want to be included in .gitignore --- Swift.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 421ae0bbab..4e401e1b35 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -38,6 +38,12 @@ playground.xcworkspace # Packages/ # Package.pins # Package.resolved +# *.xcodeproj +# +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata +# hence it is not needed unless you have added a package configuration file to your project +# .swiftpm + .build/ # CocoaPods From a200716606ea90a8044f69c7fc447ffe974a135d Mon Sep 17 00:00:00 2001 From: qogn9daohs1 <52597865+qogn9daohs1@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:09:56 +0200 Subject: [PATCH 1621/2185] Ignore gummi previews (#3144) --- TeX.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index a016a9d5e7..cff4f61b5a 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -253,6 +253,9 @@ TSWLatexianTemp* # Kile *.backup +# gummi +.*.swp + # KBibTeX *~[0-9]* @@ -267,4 +270,4 @@ TSWLatexianTemp* *.sta # Makeindex log files -*.lpz \ No newline at end of file +*.lpz From e00d43a5f5c2221be4f9708a8c4e668939afb85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 7 Aug 2019 20:23:05 +0800 Subject: [PATCH 1622/2185] Improving the documentation of Objective-C and Swift files (#3133) --- Objective-C.gitignore | 26 ++++++++++++++------------ Swift.gitignore | 26 ++++++++++++++------------ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index a0bd6b453a..7801c93000 100644 --- a/Objective-C.gitignore +++ b/Objective-C.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,15 +21,11 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint ## Obj-C/Swift specific *.hmap + +## App packaging *.ipa *.dSYM.zip *.dSYM @@ -44,12 +46,12 @@ xcuserdata/ # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/Checkouts -Carthage/Build +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. +# 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 diff --git a/Swift.gitignore b/Swift.gitignore index 4e401e1b35..330d1674f3 100644 --- a/Swift.gitignore +++ b/Swift.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,15 +21,11 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint ## Obj-C/Swift specific *.hmap + +## App packaging *.ipa *.dSYM.zip *.dSYM @@ -62,7 +64,7 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/Checkouts -Carthage/Build +Carthage/Build/ # Accio dependency management Dependencies/ @@ -70,8 +72,8 @@ Dependencies/ # 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. +# 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 From e92f8db7a027af8cc25da2dc0758317e39697684 Mon Sep 17 00:00:00 2001 From: Steven Lee <41497963+stevenleeS0ht@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:55:28 +1000 Subject: [PATCH 1623/2185] Update Autotools.gitignore (#3005) * Update Autotools.gitignore Add ignore-rule for Makefiles generated by configure (directly by config.status) * Add some descriptive comment. Add more descriptive comment to explain why Makefile should be ignore. --- Autotools.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index f4f545c9ca..3523288c49 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -41,3 +41,9 @@ m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 + +# Generated Makefile +# (meta build system like autotools, +# can automatically generate from config.status script +# (which is called by configure script)) +Makefile From 6651bca9c83572f908474fc6206ed8a80df91290 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 20 Aug 2019 07:47:38 -0400 Subject: [PATCH 1624/2185] Reference why to exclude binary jar, fixes #111 (#3154) --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index e8d57d0808..0e13eebbea 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,4 +7,5 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties +# https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar From 0455041ec4bab7b8835842e0a6d8b67e8446beeb Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Tue, 20 Aug 2019 13:48:18 +0200 Subject: [PATCH 1625/2185] Add *.sch-bak to KiCad.gitignore (#3153) Newer versions of KiCad call the schematics backup file `.sch-bak`. --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 5cfb0c1fd1..853ee63f78 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -6,6 +6,7 @@ *.bak *.bck *.kicad_pcb-bak +*.sch-bak *~ _autosave-* *.tmp From c70562c280b0c642a52d56055bfbab22616f829d Mon Sep 17 00:00:00 2001 From: Jamie Parkinson Date: Tue, 20 Aug 2019 12:49:18 +0100 Subject: [PATCH 1626/2185] Add esp-idf.gitignore (#3150) * Add esp-idf.gitignore From https://github.com/espressif/esp-idf-template/blob/master/.gitignore * Add header comments to esp-idf.gitignore --- community/embedded/esp-idf.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/embedded/esp-idf.gitignore diff --git a/community/embedded/esp-idf.gitignore b/community/embedded/esp-idf.gitignore new file mode 100644 index 0000000000..3713b15792 --- /dev/null +++ b/community/embedded/esp-idf.gitignore @@ -0,0 +1,6 @@ +# gitignore template for esp-idf, the official development framework for ESP32 +# https://github.com/espressif/esp-idf + +build/ +sdkconfig +sdkconfig.old From 499ae899e7b54e701e878759f73d9092302fd07a Mon Sep 17 00:00:00 2001 From: Simon Hitzenberger Date: Tue, 20 Aug 2019 13:49:44 +0200 Subject: [PATCH 1627/2185] Added Simulink cache files (#3148) --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 46a83d635b..01d02dd2e4 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -24,5 +24,8 @@ codegen/ # Simulink autosave extension *.autosave +# Simulink cache files +*.slxc + # Octave session info octave-workspace From 41ec05833ae00be887bab36fceaee63611e86189 Mon Sep 17 00:00:00 2001 From: Rolf Vidar Hoksaas <32819373+mazunki@users.noreply.github.com> Date: Tue, 10 Sep 2019 16:07:19 +0200 Subject: [PATCH 1628/2185] Update Vim.gitignore (#3169) .svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim. --- Global/Vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 3dc461ab8e..19fa63264c 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,5 +1,6 @@ # Swap [._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] From aad51433ec2c5e8ca7627802538af62548862ea1 Mon Sep 17 00:00:00 2001 From: Wes Dean <45051395+wesley-dean-flexion@users.noreply.github.com> Date: Tue, 10 Sep 2019 10:07:52 -0400 Subject: [PATCH 1629/2185] Add OpenSSL-related file extensions (#3168) There are a number of OpenSSL-related file extensions (e.g., .pem, .crt, etc..) that contain data that are generally best not committed to repositories. This file contains several common file extensions that often correlate to these types of files. --- community/OpenSSL.gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/OpenSSL.gitignore diff --git a/community/OpenSSL.gitignore b/community/OpenSSL.gitignore new file mode 100644 index 0000000000..feb95a9f70 --- /dev/null +++ b/community/OpenSSL.gitignore @@ -0,0 +1,34 @@ +# OpenSSL-related files best not committed + +## Certificate Authority +*.ca + +## Certificate +*.crt + +## Certificate Sign Request +*.csr + +## Certificate +*.der + +## Key database file +*.kdb + +## OSCP request data +*.org + +## PKCS #12 +*.p12 + +## PEM-encoded certificate data +*.pem + +## Random number seed +*.rnd + +## SSLeay data +*.ssleay + +## S/MIME message +*.smime From 3dc70c8fc4506f387daf063e30901226f3c8ef52 Mon Sep 17 00:00:00 2001 From: Marlon Henry Schweigert Date: Tue, 10 Sep 2019 11:08:25 -0300 Subject: [PATCH 1630/2185] Upgrate to rails 6.0.0 (#3167) * Upgrate to rails 6.0.0 * Simplify Rails.gitignore --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index cec0a75d1b..902de7a35f 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,6 +3,7 @@ capybara-*.html .rspec /db/*.sqlite3 /db/*.sqlite3-journal +/db/*.sqlite3-[0-9]* /public/system /coverage/ /spec/tmp From 85bf08b19a77c62d7b6286c2db8811f2ff373b0f Mon Sep 17 00:00:00 2001 From: Akito13 Date: Tue, 10 Sep 2019 16:58:47 +0200 Subject: [PATCH 1631/2185] Updated Nim.gitignore (#3172) * added further cache directory * added auto-generated documentation location --- Nim.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nim.gitignore b/Nim.gitignore index 67d9b34c6c..32e1dc0fde 100644 --- a/Nim.gitignore +++ b/Nim.gitignore @@ -1 +1,3 @@ nimcache/ +nimblecache/ +htmldocs/ From 0a7dc39616d218e6e081ecf04ab919cc54e0f380 Mon Sep 17 00:00:00 2001 From: Imed Adel Date: Mon, 16 Sep 2019 13:21:44 +0100 Subject: [PATCH 1632/2185] Ignore GatsbyJS files (#3180) --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index ed0d3c87dd..3863bda0d9 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,6 +75,10 @@ typings/ # nuxt.js build output .nuxt +# gatsby files +.cache/ +public + # vuepress build output .vuepress/dist From 0d7600fc30271e84deb4b52b3562ee57a350567b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Gagn=C3=A9?= Date: Mon, 16 Sep 2019 10:12:42 -0400 Subject: [PATCH 1633/2185] Add rebar3 tool files and directories (#3178) * Add rebar3 tool files and directories * Add headers to specify tools artifacts --- Erlang.gitignore | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index 3826c85736..751a61d1a1 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -1,10 +1,17 @@ .eunit -deps *.o *.beam *.plt erl_crash.dump -ebin/*.beam -rel/example_project .concrete/DEV_MODE + +# rebar 2.x .rebar +rel/example_project +ebin/*.beam +deps + +# rebar 3 +.rebar3 +_build/ +_checkouts/ From 72d88e71d8b5fa563550587d26716f94c5098974 Mon Sep 17 00:00:00 2001 From: Mohsen Mirhoseini Date: Fri, 20 Sep 2019 17:54:46 +0200 Subject: [PATCH 1634/2185] Remove `release/` from Android.gitignore (#3162) Having `release/` in an Android project gitignore means those apps which have different build types files for `debug` and `release` will fall into this and all `release` related files will be never added or will be removed from repository at some point. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 3a2ecdb562..dcdc776b2b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -13,7 +13,8 @@ bin/ gen/ out/ -release/ +# Uncomment the following line in case you need and you don't have the release build type files in your app +# release/ # Gradle files .gradle/ From a55ad7687ace54b6577649b02f61f6e9bbcaabbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Fri, 20 Sep 2019 17:55:19 +0200 Subject: [PATCH 1635/2185] Add generated translations to the .gitignore (#3159) The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated. --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 15361cf5aa..b4207cd701 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -28,6 +28,7 @@ ui_*.h *.jsc Makefile* *build-* +*.qm # Qt unit tests target_wrapper.* From 26c3d8407c92f160b3c2290a16a59dd6d2baa10f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 20 Sep 2019 10:58:22 -0500 Subject: [PATCH 1636/2185] [VisualStudio] add Logs folder (#3143) * Adding ignore rule for temporary office files. * Adding Logs folder to ignore file. * Revert "Adding ignore rule for temporary office files." This reverts commit f6f191b12865614df05257363917b3eada058909. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 62e4e8f2e1..e645270662 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,6 +29,7 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +[Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/ From e9bffd23be68c01851047eb07d7bd9b71edcc928 Mon Sep 17 00:00:00 2001 From: Jordan Zucker Date: Fri, 20 Sep 2019 08:59:19 -0700 Subject: [PATCH 1637/2185] Added new checksums and allows for relative directories (#3128) --- Scrivener.gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Scrivener.gitignore b/Scrivener.gitignore index 3b39c66ba1..5884b0c6c3 100644 --- a/Scrivener.gitignore +++ b/Scrivener.gitignore @@ -1,7 +1,8 @@ -/Files/binder.autosave -/Files/binder.backup -/Files/search.indexes -/Files/user.lock -/Files/Docs/docs.checksum -/QuickLook/ -/Settings/ui.plist +*/Files/binder.autosave +*/Files/binder.backup +*/Files/search.indexes +*/Files/user.lock +*/Files/Docs/docs.checksum +*/Files/Data/docs.checksum +*/QuickLook/ +*/Settings/ui.plist From 3b445ebb926c6c314d6b557462a617b14811430b Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 20 Sep 2019 18:59:50 +0300 Subject: [PATCH 1638/2185] Ignore coverage annotations reports. (#3131) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index c0c219be58..f717486415 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -47,6 +47,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover +*.py,cover .hypothesis/ .pytest_cache/ From 086eacaaa2b9fde537315141e154631b945e1369 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sun, 22 Sep 2019 04:13:14 +1200 Subject: [PATCH 1639/2185] feat: Add microbundle cache (#3116) --- Node.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 3863bda0d9..bba6e68380 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -53,6 +53,12 @@ typings/ # Optional eslint cache .eslintcache +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + # Optional REPL history .node_repl_history From fb4019a7175162effc7ae71ae9d3338255f1863b Mon Sep 17 00:00:00 2001 From: MCSH Date: Thu, 3 Oct 2019 08:32:51 -0500 Subject: [PATCH 1640/2185] Added tern-port (#3195) --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bba6e68380..6fb487aaa1 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -96,3 +96,6 @@ public # DynamoDB Local files .dynamodb/ + +# TernJS port file +.tern-port From e95b1be4c606b7ad23a6c4558009188e115004a6 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 3 Oct 2019 15:35:42 +0200 Subject: [PATCH 1641/2185] Add apt_generated_test/ (#3193) --- Global/Eclipse.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 3417075190..a5f94da062 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -48,6 +48,7 @@ local.properties # Annotation Processing .apt_generated/ +.apt_generated_test/ # Scala IDE specific (Scala & Java development for Eclipse) .cache-main From baf13553d070d1d85d6c873235eb529077c35aaf Mon Sep 17 00:00:00 2001 From: Skye Shaw Date: Fri, 4 Oct 2019 08:19:47 -0400 Subject: [PATCH 1642/2185] Ruby: ignore RuboCop remote inherited config files (#3197) --- Ruby.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index 9696696585..e3200e0f81 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -51,3 +51,6 @@ build-iPhoneSimulator/ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc + +# Used by RuboCop. Remote config files pulled in from inherit_from directive. +# .rubocop-https?--* From b912aead4e504f5f1f3f8211f1282f0988cbe482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Wed, 9 Oct 2019 15:24:27 +0200 Subject: [PATCH 1643/2185] Add qmake generated prl files to Qt.gitignore (#3187) --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index b4207cd701..e57f4a5b3d 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -29,6 +29,7 @@ ui_*.h Makefile* *build-* *.qm +*.prl # Qt unit tests target_wrapper.* From 475f63beb5815372181a0c93262517cd2a05214e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Wed, 9 Oct 2019 15:42:31 +0200 Subject: [PATCH 1644/2185] Add versioned so files extension to Qt.gitignore (#3186) Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git. --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index e57f4a5b3d..f147edf387 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -6,6 +6,7 @@ *.la *.lai *.so +*.so.* *.dll *.dylib From 21419e391a78f2487340b3b1240b988aaf15b54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20K=C3=BCrschner?= Date: Thu, 10 Oct 2019 19:32:23 +0200 Subject: [PATCH 1645/2185] Update to Global/VisualStudioCode (#3201) Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences. --- Global/VisualStudioCode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 0511e2b51f..afba0a7c61 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -3,3 +3,4 @@ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +*.code-workspace From 414be70b393643f3b998a04912e52cdc7e737c61 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Mon, 14 Oct 2019 07:45:54 +0200 Subject: [PATCH 1646/2185] Added: - tmcRefac - project.~u - tsproj.bak - xti.bak (TwinCAT export files backup) --- TwinCAT3.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 6fbcd79706..883774551d 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -9,7 +9,11 @@ *.compiled-library *.compileinfo *.tmc +*.tmcRefac *.library +*.project.~u +*.tsproj.bak +*.xti.bak _Boot/ _CompileInfo/ _Libraries/ \ No newline at end of file From a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 23 Oct 2019 14:40:55 +0300 Subject: [PATCH 1647/2185] IPython support for jupyter-notebook gitignore files (#3211) --- community/Python/JupyterNotebooks.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore index 7727feac78..f27f90d665 100644 --- a/community/Python/JupyterNotebooks.gitignore +++ b/community/Python/JupyterNotebooks.gitignore @@ -4,6 +4,9 @@ .ipynb_checkpoints */.ipynb_checkpoints/* +# IPython +profile_default/ +ipython_config.py + # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ -# From 2644536a24f37d3906c7ea56e57f6965b1e21f36 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 24 Oct 2019 18:31:35 +0200 Subject: [PATCH 1648/2185] Comment out / add note about conflicting gitignore lines (#3204) * Remove conflicting gitignore lines, add reference Ref (introduction of a new "public" folder in Next.js): https://nextjs.org/blog/next-9-1#public-directory-support * Improve solution to conflicting files --- Node.gitignore | 11 +++++++---- community/JavaScript/Nuxt.gitignore | 9 --------- 2 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 community/JavaScript/Nuxt.gitignore diff --git a/Node.gitignore b/Node.gitignore index 6fb487aaa1..67045665db 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,15 +75,18 @@ typings/ # parcel-bundler cache (https://parceljs.org/) .cache -# next.js build output +# Next.js build output .next -# nuxt.js build output +# Nuxt.js build / generate output .nuxt +dist -# gatsby files +# Gatsby files .cache/ -public +# Comment in the public line in if your project uses Gatsby and *not* Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public # vuepress build output .vuepress/dist diff --git a/community/JavaScript/Nuxt.gitignore b/community/JavaScript/Nuxt.gitignore deleted file mode 100644 index cd6c77a374..0000000000 --- a/community/JavaScript/Nuxt.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# gitignore template for Nuxt.js projects -# -# Recommended template: Node.gitignore - -# Nuxt build -.nuxt - - # Nuxt generate -dist From 379476851036fbc638d258f0547d91c2a3765a33 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Thu, 31 Oct 2019 16:07:14 +0330 Subject: [PATCH 1649/2185] Update Archives.gitignore (#3220) --- Global/Archives.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 43fd5582f9..4ed9ab8350 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -5,12 +5,15 @@ *.rar *.zip *.gz +*.gzip *.tgz *.bzip +*.bzip2 *.bz2 *.xz *.lzma *.cab +*.xar # Packing-only formats *.iso @@ -26,3 +29,4 @@ *.msi *.msm *.msp +*.txz From cedf2d1e99693ea98262df1f126f306436f3ae1f Mon Sep 17 00:00:00 2001 From: Matthew <944951+Chiramisu@users.noreply.github.com> Date: Thu, 7 Nov 2019 04:22:32 -0800 Subject: [PATCH 1650/2185] JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227) --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e645270662..dfcfd56f44 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -127,9 +127,6 @@ _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user -# JustCode is a .NET coding add-in -.JustCode - # TeamCity is a build add-in _TeamCity* From 766cf0c10fb85a9b290d6f6e395e9e0a0f7aa4b2 Mon Sep 17 00:00:00 2001 From: Sean Nixon Date: Fri, 8 Nov 2019 15:00:59 -0600 Subject: [PATCH 1651/2185] Add crash.log to Packer.gitignore (#3230) If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control. --- Packer.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Packer.gitignore b/Packer.gitignore index 1b7a03efdd..f2d0a31994 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -1,5 +1,8 @@ # Cache objects packer_cache/ +# Crash log +crash.log + # For built boxes *.box From b2198b3e6662750c1ffb810ad9d5078422913f98 Mon Sep 17 00:00:00 2001 From: Petronald Green Date: Fri, 8 Nov 2019 17:06:39 -0400 Subject: [PATCH 1652/2185] Added celerybeat.pid (#3229) --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f717486415..21bdc4d5d1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,8 +91,9 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock -# celery beat schedule file +# Celery stuff celerybeat-schedule +celerybeat.pid # SageMath parsed files *.sage.py From 44bc08a5d1b105f3df297eb50b8b8851660f8c56 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 8 Nov 2019 16:08:16 -0500 Subject: [PATCH 1653/2185] Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223) --- Coq.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Coq.gitignore b/Coq.gitignore index f25a61d996..14d9ca6bf2 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,4 +1,5 @@ .*.aux +.*.d *.a *.cma *.cmi @@ -17,6 +18,7 @@ *.v.d *.vio *.vo +*.vos .coq-native/ .csdp.cache .lia.cache From e5b26f5c9ba9d7d1b97f6e067a47be78d3f2c79d Mon Sep 17 00:00:00 2001 From: raybuhr Date: Fri, 8 Nov 2019 15:11:59 -0600 Subject: [PATCH 1654/2185] exclude .Renviron (#3214) --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index f5b98bb2f8..fae8299aea 100644 --- a/R.gitignore +++ b/R.gitignore @@ -34,3 +34,6 @@ vignettes/*.pdf # Temporary files created by R markdown *.utf8.md *.knit.md + +# R Environment Variables +.Renviron From b58b5341d33bfa70c88659080a7709ab522d5e23 Mon Sep 17 00:00:00 2001 From: Aikhjarto Date: Fri, 8 Nov 2019 22:12:40 +0100 Subject: [PATCH 1655/2185] exclude *.tps files from TeXnicCenter (#3213) TeXnicCenter produces a status file named *.tps which holds information on currently open *.tex files and window positions. This most likely should not be checked in. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index cff4f61b5a..859f705bdb 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -259,6 +259,9 @@ TSWLatexianTemp* # KBibTeX *~[0-9]* +# TeXnicCenter +*.tps + # auto folder when using emacs and auctex ./auto/* *.el From 0207a9c9549caad40e89ffc22e791313e1310328 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 8 Nov 2019 13:15:10 -0800 Subject: [PATCH 1656/2185] Ignore the __pypackages__ folder for pyflow users. (#3205) See https://github.com/David-OConnor/pyflow for details. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 21bdc4d5d1..52d14980a5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,6 +91,9 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# pyflow +__pypackages__/ + # Celery stuff celerybeat-schedule celerybeat.pid From cb0c6ef7ac68f2300409ee85501d9ad432cb4c7e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 8 Nov 2019 17:32:48 -0400 Subject: [PATCH 1657/2185] ignore new directory added in Android Studio 3.5 (#3232) --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index dcdc776b2b..cf226dd935 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -56,6 +56,7 @@ captures/ # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild +.cxx/ # Google Services (e.g. APIs or Firebase) # google-services.json From c3e97a0e963e11942952a270ca18768ba095a188 Mon Sep 17 00:00:00 2001 From: davidkron Date: Sun, 17 Nov 2019 19:12:38 +0100 Subject: [PATCH 1658/2185] exclude compiler.xml and artifacts when using Gradle (#3236) In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control. --- Global/JetBrains.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index e80f46b868..0c96fc2aa1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -28,6 +28,8 @@ # 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/artifacts +# .idea/compiler.xml # .idea/modules.xml # .idea/*.iml # .idea/modules From 1c114570c7659a59613ebc1fe45a5b07918df105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dobrzanski?= Date: Sun, 17 Nov 2019 19:13:08 +0100 Subject: [PATCH 1659/2185] Added aar file type to gitignore (#3233) --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index cf226dd935..56cc6425e0 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,5 +1,6 @@ # Built application files *.apk +*.aar *.ap_ *.aab From db0ef78b5ad1d3caf4cab3240467562360885613 Mon Sep 17 00:00:00 2001 From: mrg0029 Date: Mon, 18 Nov 2019 07:06:05 -0600 Subject: [PATCH 1660/2185] wtf is a pyflow (#3242) --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 52d14980a5..b6e47617de 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,7 +91,7 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock -# pyflow +# PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ # Celery stuff From 38c1cfcdbcf244ea67f32435c2c6e9f752223187 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 25 Nov 2019 15:45:55 -0500 Subject: [PATCH 1661/2185] Update Coq.gitignore after coq/coq#11075 (#3247) Add .vok files from https://github.com/coq/coq/pull/11075 --- Coq.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Coq.gitignore b/Coq.gitignore index 14d9ca6bf2..a3e2ac49dd 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -18,6 +18,7 @@ *.v.d *.vio *.vo +*.vok *.vos .coq-native/ .csdp.cache From e2e54ce6be90a3ca9c1da57031dc70bf62ed7921 Mon Sep 17 00:00:00 2001 From: Drew Barnett <45838816+helioseven@users.noreply.github.com> Date: Wed, 27 Nov 2019 05:12:00 -0800 Subject: [PATCH 1662/2185] Modified comment on Asset meta data ignore to better explain usage. (#3249) --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 6efde0589c..8af868e8ed 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -10,7 +10,7 @@ /[Ll]ogs/ /[Mm]emoryCaptures/ -# Never ignore Asset meta data +# Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta # Uncomment this line if you wish to ignore the asset store tools plugin From d38de74008151753b574ebad0d3171ff1025e65e Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Thu, 5 Dec 2019 12:42:11 +0100 Subject: [PATCH 1663/2185] Clarified *.tmc-files rule. --- TwinCAT3.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 883774551d..87b50cf0d8 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -8,6 +8,9 @@ *.tclrs *.compiled-library *.compileinfo +# Don't include the tmc-file rule if either of the following is true: +# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) +# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. *.tmc *.tmcRefac *.library From 1604c21c606fa9b67037d88f1d68e86d67103cb3 Mon Sep 17 00:00:00 2001 From: hshimoyama Date: Fri, 6 Dec 2019 19:05:44 +0900 Subject: [PATCH 1664/2185] Add .env.* to optionally ignored files in Rails.gitignore. (#3065) --- Rails.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 902de7a35f..8969914f01 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -24,9 +24,10 @@ config/master.key # 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 +# dotenv, dotenv-rails +# TODO Comment out these rules if environment variables can be committed .env +.env.* ## Environment normalization: /.bundle From 21e9f06539cdbc1ccbbb2ce59cd667be3e172fc8 Mon Sep 17 00:00:00 2001 From: davidkron Date: Fri, 6 Dec 2019 11:08:39 +0100 Subject: [PATCH 1665/2185] Added jarRepositories.xml as an optional ignore (#3254) Since IntelliJ 2019.3 this file appeared in our git changes. It seems these are just cached information about remote repositories that are defined in Maven/Gradle. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0c96fc2aa1..37be74a974 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -30,6 +30,7 @@ # auto-import. # .idea/artifacts # .idea/compiler.xml +# .idea/jarRepositories.xml # .idea/modules.xml # .idea/*.iml # .idea/modules From 6e7ca9805edcc50600a13d66938ec1c4f09457c5 Mon Sep 17 00:00:00 2001 From: anishagg17 <43617894+anishagg17@users.noreply.github.com> Date: Mon, 16 Dec 2019 18:36:40 +0530 Subject: [PATCH 1666/2185] Update Node.gitignore (#3264) --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 67045665db..f7228081fa 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -84,7 +84,7 @@ dist # Gatsby files .cache/ -# Comment in the public line in if your project uses Gatsby and *not* Next.js +# Comment in the public line in if your project uses Gatsby and not Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public From 8a4b27815c7c6b8d61afd61f27b41c9e245572fb Mon Sep 17 00:00:00 2001 From: Pellegrino Prevete Date: Mon, 16 Dec 2019 14:07:49 +0100 Subject: [PATCH 1667/2185] Added gitignore for GNOME Extension (#3268) --- community/GNOME/GNOMEShellExtension.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/GNOME/GNOMEShellExtension.gitignore diff --git a/community/GNOME/GNOMEShellExtension.gitignore b/community/GNOME/GNOMEShellExtension.gitignore new file mode 100644 index 0000000000..a608cbb9da --- /dev/null +++ b/community/GNOME/GNOMEShellExtension.gitignore @@ -0,0 +1,3 @@ +# Ignored files for GNOME extension git repository + +*.zip From 1e667576ce99977b43bd258303e89993b22918d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=82=E9=A3=99?= Date: Mon, 16 Dec 2019 21:07:58 +0800 Subject: [PATCH 1668/2185] [Unity] Fix ignore Jetbrains plugin folder (#3266) Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder. --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 8af868e8ed..b3433dae65 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -17,7 +17,7 @@ # /[Aa]ssets/AssetStoreTools* # Autogenerated Jetbrains Rider plugin -[Aa]ssets/Plugins/Editor/JetBrains* +/[Aa]ssets/Plugins/Editor/JetBrains* # Visual Studio cache directory .vs/ From b4551f2e98f8cddd61eb746e62c96c0673a5dc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kurzyniec?= <5943484+lkurzyniec@users.noreply.github.com> Date: Mon, 16 Dec 2019 14:16:35 +0100 Subject: [PATCH 1669/2185] added Coverlet result files as a Code Coverage Tool (#3252) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index dfcfd56f44..611428faba 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -137,6 +137,9 @@ _TeamCity* .axoCover/* !.axoCover/settings.json +# Coverlet is a free, cross platform Code Coverage Tool +coverage*[.json, .xml, .info] + # Visual Studio code coverage results *.coverage *.coveragexml From 6c87d249af5f2b3f8ab65ae0a2648682ee4e8a2d Mon Sep 17 00:00:00 2001 From: Simon Siefke Date: Mon, 16 Dec 2019 14:17:17 +0100 Subject: [PATCH 1670/2185] Ignore files inside `.vscode-test` (#3256) * Ignore files inside `.vscode-test` [vscode-test](https://github.com/microsoft/vscode-test) is a testing framework for vscode extensions. Inside the `vscode-test` folder are stored one or more versions of vscode, which are used for testing a vscode extension. * Update Node.gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index f7228081fa..9b9ca9eb6b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test From 1f7726a47339f72bb70ea3c81b2a1f490f530acf Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Sat, 4 Jan 2020 07:59:02 -0500 Subject: [PATCH 1671/2185] Create PlatformIO.gitignore Add default ignores from PlatformIO in VSCode --- Global/PlatformIO.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Global/PlatformIO.gitignore diff --git a/Global/PlatformIO.gitignore b/Global/PlatformIO.gitignore new file mode 100644 index 0000000000..2de98aba16 --- /dev/null +++ b/Global/PlatformIO.gitignore @@ -0,0 +1,6 @@ +.pio +.pioenvs +.piolibdeps +.vscode/.browse.c_cpp.db* +.vscode/c_cpp_properties.json +.vscode/launch.json From f726843f1b90295f4c9f4301a8d1335eded59c52 Mon Sep 17 00:00:00 2001 From: FritzsHero Date: Mon, 20 Jan 2020 20:20:24 +0100 Subject: [PATCH 1672/2185] Added a comment why MemoryCaptures get excluded (#3276) --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index b3433dae65..3ec9268938 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,6 +8,9 @@ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data /[Mm]emoryCaptures/ # Asset meta data should only be ignored when the corresponding asset is also ignored From b24e6f73a58842ac67b70fd94ce90ed6f168e95e Mon Sep 17 00:00:00 2001 From: Leonardo Romor Date: Mon, 20 Jan 2020 21:07:50 +0100 Subject: [PATCH 1673/2185] Update Autotools.gitignore (#3271) --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 3523288c49..563651289c 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -6,6 +6,7 @@ Makefile.in /py-compile /test-driver /ylwrap +.deps/ # http://www.gnu.org/software/autoconf From eed88c1c791e1ea7a09d9f0a72e0a4047a05cfde Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Tue, 21 Jan 2020 09:34:00 +1300 Subject: [PATCH 1674/2185] TeX: Ignore REVTeX generated Notes.bib files (#3286) --- TeX.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 859f705bdb..b30fdeab85 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -274,3 +274,8 @@ TSWLatexianTemp* # Makeindex log files *.lpz + +# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib +# option is specified. Footnotes are the stored in a file with suffix Notes.bib. +# Uncomment the next line to have this generated file ignored. +#*Notes.bib From 0e8e8b1b7e3791dfc1c99bb2a1fd28400e192072 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 20 Jan 2020 22:16:11 +0100 Subject: [PATCH 1675/2185] [Godot] Ignore imported translations (#3269) The Godot editor automatically creates those binary files from translations in CSV format. There's no need to add them to version control. --- Godot.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Godot.gitignore b/Godot.gitignore index 79d3eb446e..122aab1cf8 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -4,6 +4,9 @@ export.cfg export_presets.cfg +# Imported translations (automatically generated from CSV files) +*.translation + # Mono-specific ignores .mono/ data_*/ From 7ab549fcae8269fdd4004065470176f829d88200 Mon Sep 17 00:00:00 2001 From: Hideaki KAWAI Date: Tue, 21 Jan 2020 21:57:39 +0900 Subject: [PATCH 1676/2185] Update PureScript adding .spago (#3278) --- PureScript.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/PureScript.gitignore b/PureScript.gitignore index 361cf5277b..de86604d37 100644 --- a/PureScript.gitignore +++ b/PureScript.gitignore @@ -1,5 +1,6 @@ # Dependencies .psci_modules +.spago bower_components node_modules From 4d9d3fff4a54f0a4b68523984f40626f0f9bc89c Mon Sep 17 00:00:00 2001 From: Pedro Machado Santa Date: Wed, 22 Jan 2020 01:51:50 +0000 Subject: [PATCH 1677/2185] Update and fix WordPress gitignore --- WordPress.gitignore | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index a32768a94e..be4d27d104 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,23 +1,29 @@ -# ignore everything in the root except the "wp-content" directory. -!wp-content/ +# Wordpress - ignore core, configuration, examples, uploads and logs. +# https://github.com/github/gitignore/blob/master/WordPress.gitignore -# ignore everything in the "wp-content" directory, except: -# "mu-plugins", "plugins", "themes" directory -wp-content/* -!wp-content/mu-plugins/ -!wp-content/plugins/ -!wp-content/themes/ +# Core and configuration +/wp-admin/ +/wp-content/index.php +/wp-content/plugins/index.php +/wp-content/themes/index.php +/wp-includes/ +/index.php +/license.txt +/readme.html +/wp-*.php +/xmlrpc.php -# ignore these plugins -wp-content/plugins/hello.php +# Example themes +/wp-content/themes/twenty*/ -# ignore specific themes -wp-content/themes/twenty*/ +# Example plugin +/wp-content/plugins/hello.php -# ignore node dependency directories -node_modules/ +# Uploads +/wp-content/uploads/ -# ignore log files and databases +# Log files *.log -*.sql -*.sqlite + +# htaccess +/.htaccess \ No newline at end of file From 3514a03514b3607d1c09759babb1d004367c032e Mon Sep 17 00:00:00 2001 From: Pedro Machado Santa Date: Thu, 23 Jan 2020 18:27:27 +0000 Subject: [PATCH 1678/2185] Update gitignore with note/option for wp core commit --- WordPress.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index be4d27d104..4fceea09e8 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,7 +1,10 @@ # Wordpress - ignore core, configuration, examples, uploads and logs. # https://github.com/github/gitignore/blob/master/WordPress.gitignore -# Core and configuration +# Core +# +# Note: if you want to stage/commit WP core files +# you can delete this whole section/until Configuration. /wp-admin/ /wp-content/index.php /wp-content/plugins/index.php @@ -13,6 +16,9 @@ /wp-*.php /xmlrpc.php +# Configuration +wp-config.php + # Example themes /wp-content/themes/twenty*/ From cd92ee374aac7d1697d3eac31ae13793cdeaf44e Mon Sep 17 00:00:00 2001 From: Pedro Machado Santa Date: Thu, 23 Jan 2020 20:16:15 +0000 Subject: [PATCH 1679/2185] Add languages folder and add commented lines for a whitelist approach --- WordPress.gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 4fceea09e8..ba95e278eb 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -7,6 +7,7 @@ # you can delete this whole section/until Configuration. /wp-admin/ /wp-content/index.php +/wp-content/languages /wp-content/plugins/index.php /wp-content/themes/index.php /wp-includes/ @@ -32,4 +33,16 @@ wp-config.php *.log # htaccess -/.htaccess \ No newline at end of file +/.htaccess + +# All plugins +# +# Note: If you wish to whitelist plugins, +# uncomment the next line +#/wp-content/plugins + +# All themes +# +# Note: If you wish to whitelist themes, +# uncomment the next line +#/wp-content/themes \ No newline at end of file From 7d05cd61d4d33d11da1bec19e43b89325aae9e25 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Sat, 25 Jan 2020 19:13:52 +0100 Subject: [PATCH 1680/2185] As a product of enabling the write of separate LineIDs (described here https://github.com/tcunit/TcUnit/issues/85) and having a discussion with Beckhoff support, it was concluded that the files "LineIDs.dbg" and "LineIDs.dbg.bak" should not be version controlled, and thus these two are added to the gitignore-file for TwinCAT3. --- TwinCAT3.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 87b50cf0d8..cb3926ab9c 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -17,6 +17,8 @@ *.project.~u *.tsproj.bak *.xti.bak +LineIDs.dbg +LineIDs.dbg.bak _Boot/ _CompileInfo/ _Libraries/ \ No newline at end of file From 584ee18cc1cf321d74816f848a268d9e035f5035 Mon Sep 17 00:00:00 2001 From: Douglas Larson Date: Sun, 9 Feb 2020 15:20:27 -0700 Subject: [PATCH 1681/2185] [Global/Eclipse] Make .project opt-in (#3305) The project description file. --- Global/Eclipse.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index a5f94da062..acec74ac06 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -54,3 +54,7 @@ local.properties .cache-main .scala_dependencies .worksheet + +# Uncomment this line if you wish to ignore the project description file. +# Typically, this file would be tracked if it contains build/dependency configurations: +#.project From 9627ac2173368b9e8eeca8431892f1b377217393 Mon Sep 17 00:00:00 2001 From: Brad Solomon Date: Sun, 9 Feb 2020 17:23:33 -0500 Subject: [PATCH 1682/2185] Ignore .pytype/ directory (#3301) pytype is a static type analyzer for Python code; it generates files of inferred type information, located by default in .pytype/pyi. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b6e47617de..5d8f5722e4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# pytype static type analyzer +.pytype/ From 7b5783ace752279104f7bf7a812c6f6225f30cfd Mon Sep 17 00:00:00 2001 From: Daniel Heim Date: Mon, 10 Feb 2020 09:34:10 +1100 Subject: [PATCH 1683/2185] Update Unity.gitignore (#3297) Unity 2020 introduces a new "UserSettings" top-level project folder. See https://forum.unity.com/threads/whats-the-usersettings-directory.754436/ for more information. --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 3ec9268938..7d21efc9bd 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,6 +8,7 @@ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ +/[Uu]ser[Ss]ettings/ # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data From 7cc00a1cd0f9d443e0c3377ce56191660df58d45 Mon Sep 17 00:00:00 2001 From: shahroq Date: Mon, 10 Feb 2020 01:09:03 +0100 Subject: [PATCH 1684/2185] Update concrete5 gitignore (#3176) --- Concrete5.gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Concrete5.gitignore b/Concrete5.gitignore index 1fe53611e5..d6c11ad2b4 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,4 +1,21 @@ +# ignore the error log and .htaccess and others +error_log +.htaccess + +# concrete5 5.6 specific + config/site.php files/cache/* files/tmp/* -.htaccess + +# concrete5 5.7 specific + +# ignore everything but the index.html +/application/files/* +!/application/files/index.html + +# ignore updates folder +/updates/* + +# ignore sitemap.xml +/sitemap.xml From 583f11eddde230f6df9f1cece498be98c3a90773 Mon Sep 17 00:00:00 2001 From: Santiago Basulto Date: Sun, 9 Feb 2020 22:25:26 -0300 Subject: [PATCH 1685/2185] [Python] .python-version should NOT be ignored (#3274) --- Python.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 5d8f5722e4..5e79d70848 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -82,7 +82,9 @@ profile_default/ ipython_config.py # pyenv -.python-version +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. From 6e5b49b1d570b66afc54818861dd7dce1f0553c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanbrabandt?= Date: Mon, 10 Feb 2020 11:20:24 +0100 Subject: [PATCH 1686/2185] Add Umbraco V8 packages folder location (#3302) In Umbraco v8 we have a new packages folder located under Umbraco/views/packages/... This gets ignored by the current version. Adding this new line prevents this and includes all files and subfolders under this new location. --- Umbraco.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index cd90af3071..5d28bc4f98 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -18,6 +18,7 @@ # Make sure to include details from VisualStudio.gitignore BEFORE this !**/App_Data/[Pp]ackages/* !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* +!**/[Uu]mbraco/[Vv]iews/[Pp]ackages/* # ImageProcessor DiskCache **/App_Data/cache/ From 98f28b4bc49da0915bfe2025472b23a909fa94f8 Mon Sep 17 00:00:00 2001 From: Gruber Date: Mon, 10 Feb 2020 10:21:09 +0000 Subject: [PATCH 1687/2185] add alternative sftp settings file (#3006) * add alternative sftp settings file * update for possible multiple alt* numbered files --- Global/SublimeText.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 86c3fa455a..fdf0abb442 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -12,6 +12,7 @@ # SFTP configuration file sftp-config.json +sftp-config-alt*.json # Package control specific files Package Control.last-run From 55df35ee63aef4a6f859559af980c9fb87bee1a1 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Mon, 10 Feb 2020 11:34:56 +0100 Subject: [PATCH 1688/2185] add in global metals (#3296) --- Global/Metals.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Global/Metals.gitignore diff --git a/Global/Metals.gitignore b/Global/Metals.gitignore new file mode 100644 index 0000000000..516e7e33f2 --- /dev/null +++ b/Global/Metals.gitignore @@ -0,0 +1,5 @@ + # Generated Metals (Scala Language Server) files + # Reference: https://scalameta.org/metals/ +.metals/ +.bloop/ +project/metals.sbt From 8d88fa521558039b0d114ca8bf379d1e810b0c32 Mon Sep 17 00:00:00 2001 From: Igor Strebezhev Date: Wed, 19 Feb 2020 21:08:11 +0300 Subject: [PATCH 1689/2185] Add snowpack dependency directory (#3315) --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9b9ca9eb6b..3d88bf0c4c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -41,6 +41,9 @@ build/Release node_modules/ jspm_packages/ +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + # TypeScript v1 declaration files typings/ From 83ff6af378bff148a394e26ef1e711e4b27e1934 Mon Sep 17 00:00:00 2001 From: "Xuan (Sean) Hu" Date: Thu, 20 Feb 2020 02:09:45 +0800 Subject: [PATCH 1690/2185] Add `cover/` to Python.gitignore. (#3310) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 5e79d70848..762cc89fc8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -50,6 +50,7 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ +cover/ # Translations *.mo From 111cf18136ea2c725f6cc9bf09b50dd1ed987578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Wed, 19 Feb 2020 19:10:09 +0100 Subject: [PATCH 1691/2185] Changes the name of Perl 6 to Raku (#3312) Since October 2019, Raku is the name of the language formerly known as Perl 6. This reflects the change. It's the same language, so changes are mostly cosmetic. --- Perl6.gitignore => Raku.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Perl6.gitignore => Raku.gitignore (66%) diff --git a/Perl6.gitignore b/Raku.gitignore similarity index 66% rename from Perl6.gitignore rename to Raku.gitignore index 7b2c018a56..e792f6e466 100644 --- a/Perl6.gitignore +++ b/Raku.gitignore @@ -1,4 +1,4 @@ -# Gitignore for Perl 6 (http://www.perl6.org) +# Gitignore for Raku (https://raku.org) # As part of https://github.com/github/gitignore # precompiled files From ea2c3d43c9e4a182b072f988430ae398019f1cf6 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Fri, 21 Feb 2020 00:12:58 +0100 Subject: [PATCH 1692/2185] Use real conventions Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use --- Node.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3d88bf0c4c..76d22146f3 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -72,8 +72,10 @@ typings/ .yarn-integrity # dotenv environment variables file -.env -.env.test +.env.development.local +.env.test.local +.env.production.local +.env.local # parcel-bundler cache (https://parceljs.org/) .cache From 65047ae444f1a784cde8d6f52c32e781a484a505 Mon Sep 17 00:00:00 2001 From: bakkiung <56805122+bakkiung@users.noreply.github.com> Date: Fri, 21 Feb 2020 23:41:41 +1300 Subject: [PATCH 1693/2185] Add ignore to umbraco folder (#3307) Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms --- Umbraco.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 5d28bc4f98..c286845766 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -14,6 +14,11 @@ # Ignore Umbraco content cache file **/App_Data/umbraco.config +## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` +## you can find your umbraco version at your Web.config. (i.e. ) +## Uncomment this line if you think it fits the way you work on your project. +## **/[Uu]mbraco/ + # 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/* From 219b1250ba77b79f7aca17884f4122da1cb72de3 Mon Sep 17 00:00:00 2001 From: Jeffrey Priebe Date: Mon, 24 Feb 2020 09:04:31 -0800 Subject: [PATCH 1694/2185] Remote typings ignore from node gitignore (#3319) Similar to #2608, it's the defacto tsc way now for adding typings locally. --- Node.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3d88bf0c4c..83ada12929 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -44,9 +44,6 @@ jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ -# TypeScript v1 declaration files -typings/ - # TypeScript cache *.tsbuildinfo From d650516d96ab0abecdc446c64faa992a178e3d18 Mon Sep 17 00:00:00 2001 From: Bart Verhagen Date: Tue, 25 Feb 2020 13:54:06 +0100 Subject: [PATCH 1695/2185] Changed TeX to not ignore tikz files by default. (#3320) --- TeX.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index b30fdeab85..6d159be2ac 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -135,8 +135,8 @@ acs-*.bib # knitr *-concordance.tex -# TODO Comment the next line if you want to keep your tikz graphics files -*.tikz +# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files +# *.tikz *-tikzDictionary # listings From 599646e9d0a26283d67715dead8f26e0eb2df753 Mon Sep 17 00:00:00 2001 From: bitbonk Date: Fri, 28 Feb 2020 13:30:29 +0100 Subject: [PATCH 1696/2185] Include Rider as a supported IDE (#3323) AS far as I can tell this .gitignore also applies to Rider. Looking at the somewhat official .gitignore for Rider [here](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore), it seems compatible. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 37be74a974..8da0824ba5 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, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff From 289a9e700a8fcad30270fc5e258995a76ca0ee71 Mon Sep 17 00:00:00 2001 From: "dsrini.open" Date: Wed, 4 Mar 2020 17:16:41 -0600 Subject: [PATCH 1697/2185] Ignore AWS specific file with IDEA --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 8da0824ba5..0a16fa718c 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -8,6 +8,9 @@ .idea/**/dictionaries .idea/**/shelf +# AWS User-specific +.idea/**/aws.xml + # Generated files .idea/**/contentModel.xml From 8918d73afec1d26351f2e522fa6a68e13abeaf98 Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 11 Mar 2020 21:09:58 +0900 Subject: [PATCH 1698/2185] Add period. (#3336) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db17134760..4bbca183bf 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ 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 +header of the template. For example, this template might live at `community/DotNet/InforCRM.gitignore`: From 1095d930974d0688a4f58b085e6c4dc9410fa587 Mon Sep 17 00:00:00 2001 From: Marouane Hassine Date: Wed, 11 Mar 2020 13:10:57 +0100 Subject: [PATCH 1699/2185] Update for Prestashop 1.7 (#3261) --- Prestashop.gitignore | 183 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 161 insertions(+), 22 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 81f45e19eb..9da6d29ad4 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -1,34 +1,173 @@ -# Private files -# The following files contain your database credentials and other personal data. +# Cache, temp and personal files -config/settings.*.php +/.htaccess +*.log -# Cache, temp and generated files -# The following files are generated by PrestaShop. - -admin-dev/autoupgrade/ +# Cache /cache/* -!/cache/index.php -!/cache/*/ -/cache/*/* +!/cache/.htaccess !/cache/cachefs/index.php +!/cache/deprecated.txt +!/cache/index.php !/cache/purifier/index.php +!/cache/push/activity !/cache/push/index.php +!/cache/push/trends !/cache/sandbox/index.php +!/cache/smarty/cache/index.php +!/cache/smarty/compile/index.php !/cache/smarty/index.php !/cache/tcpdf/index.php -config/xml/*.xml -/log/* -*sitemap.xml -themes/*/cache/ -modules/*/config*.xml -# Site content -# The following folders contain product images, virtual products, CSV's, etc. +# Download +/download/* +!/download/.htaccess +!/download/index.php -admin-dev/backups/ -admin-dev/export/ -admin-dev/import/ -download/ +# Images /img/* -upload/ +!/img/.htaccess +!/img/index.php +!/img/404.gif +!/img/bg_500.png +!/img/bg_loader.png +!/img/favicon.ico +!/img/loader.gif +!/img/loadingAnimation.gif +!/img/logo.jpg +!/img/logo.png +!/img/logo_invoice.jpg +!/img/logo_stores.png +!/img/macFFBgHack.png +!/img/prestashop-avatar.png +!/img/prestashop@2x.png +!/img/preston-login-wink@2x.png +!/img/preston-login@2x.png +!/img/questionmark.png +!/img/genders/index.php +!/img/admin/index.php +!/img/c/index.php +!/img/cms/index.php +!/img/co/index.php +!/img/jquery-ui +!/img/l/index.php +!/img/m/index.php +!/img/os/index.php +!/img/p/index.php +!/img/s/index.php +!/img/scenes +!/img/st/index.php +!/img/su/index.php +!/img/t/index.php +!/img/tmp/index.php + +# Upload +/upload/* +!/upload/.htaccess + +/vendor/* +/docs/phpdoc-sf/ +/composer.lock +*.hot-update.js +*.hot-update.json + + +/admin-dev/autoupgrade/* +!/admin-dev/autoupgrade/index.php +!/admin-dev/autoupgrade/backup/index.php + +/admin-dev/backups/* +!/admin-dev/backups/.htaccess + +/admin-dev/import/* +!/admin-dev/import/.htaccess +!/admin-dev/import/index.php + +/admin-dev/export/* +!/admin-dev/export/.htaccess +!/admin-dev/export/index.php + +# Downloaded RTL files +/admin-dev/themes/default/css/bundle/default_rtl.css +/admin-dev/themes/default/css/bundle/shared_rtl.css +/admin-dev/themes/default/css/font_rtl.css +/admin-dev/themes/default/css/overrides_rtl.css +/admin-dev/themes/default/css/vendor/font-awesome/font-awesome_rtl.css +/admin-dev/themes/default/css/vendor/nv.d3_rtl.css +/admin-dev/themes/default/css/vendor/titatoggle-min_rtl.css +/admin-dev/themes/default/public/theme_rtl.css +/admin-dev/themes/new-theme/css/module/drop_rtl.css +/admin-dev/themes/new-theme/css/right-sidebar_rtl.css + +themes/*/cache/* + +# Config + +config/settings.inc.php +config/settings.old.php +config/xml/* +config/themes/* +!config/xml/themes/default.xml +themes/*/config/settings_*.json +app/config/parameters.old.yml +app/config/config.php + +# Themes, modules and overrides + +modules/* +override/* +themes/*/ +!themes/classic +!themes/_core +!themes/_libraries + +# Vendors and dependencies + +bower_components/ +node_modules/ +composer.phar +php-cs-fixer +.grunt/* + +# Translations and emails templates + +translations/* +mails/* +!mails/themes/ +!mails/_partials/ +themes/default-bootstrap/lang/* +themes/default-bootstrap/modules/*/translations/*.php +themes/default-bootstrap/mails/* +!themes/default-bootstrap/mails/en/ +themes/default-bootstrap/modules/*/mails/* +!themes/default-bootstrap/modules/*/mails/en + +# MISC + +*sitemap.xml +/robots.txt + +# Symfony + +/bin/ +/app/Resources/geoip/GeoLite2-City.mmdb +/app/Resources/translations/* +!/app/Resources/translations/default +/app/config/parameters.yml +/app/config/parameters.php +/build/ +/phpunit.xml +/var/* +!/var/cache +/var/cache/* +!var/cache/.gitkeep +!/var/logs +/var/logs/* +!var/logs/.gitkeep +!/var/sessions +/var/sessions/* +!var/sessions/.gitkeep +!var/SymfonyRequirements.php +/vendor/ +/web/bundles/ + From 9904c122443526ff7f1d8ebab86223b7ff69ba06 Mon Sep 17 00:00:00 2001 From: Rohan Sakhale Date: Wed, 11 Mar 2020 17:43:00 +0530 Subject: [PATCH 1700/2185] Jigsaw (#3334) --- community/PHP/Jigsaw.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/PHP/Jigsaw.gitignore diff --git a/community/PHP/Jigsaw.gitignore b/community/PHP/Jigsaw.gitignore new file mode 100644 index 0000000000..7cf61e81b1 --- /dev/null +++ b/community/PHP/Jigsaw.gitignore @@ -0,0 +1,6 @@ +# gitignore template for Jigsaw Static Site Generator +# +# website - https://jigsaw.tighten.co + +# Ignore build folder +build_* From 863f9d209dc5a3b4e562a06a218677ab49a08f41 Mon Sep 17 00:00:00 2001 From: Simon Siefke Date: Wed, 11 Mar 2020 13:28:59 +0100 Subject: [PATCH 1701/2185] update parcel cache (#3331) --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 83ada12929..aac13b0f5e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -74,6 +74,7 @@ web_modules/ # parcel-bundler cache (https://parceljs.org/) .cache +.parcel-cache # Next.js build output .next From 4d4af94e22e9c8f14ea5e6fc5339f89430f34c61 Mon Sep 17 00:00:00 2001 From: "A. Said Aslan" Date: Wed, 11 Mar 2020 15:44:55 +0300 Subject: [PATCH 1702/2185] Update Drupal.gitignore (#3329) --- Drupal.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 1c101273f5..8421b86412 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -23,25 +23,25 @@ # Ignore drupal core (if not versioning drupal sources) /core +/vendor /modules/README.txt /profiles/README.txt +/themes/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 +/.ht.router.php /.htaccess /autoload.php -/composer.json -/composer.lock /example.gitignore /index.php +/INSTALL.txt /LICENSE.txt /README.txt /robots.txt From 823e38ff6880cbde2eb77eb804cbdb7d9e1ccca4 Mon Sep 17 00:00:00 2001 From: MetaJuanito Fatas Date: Wed, 11 Mar 2020 21:54:02 +0900 Subject: [PATCH 1703/2185] Add /public/uploads for file upload gem Shrine (#3333) When using a file upload gem called Shrine, its file system mode put images under `public/uploads`. https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 8969914f01..ae9df64484 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -66,3 +66,4 @@ yarn-debug.log* # Ignore uploaded files in development /storage/* !/storage/.keep +/public/uploads From 589831e1dc8822c2cb0cd33e72b929dfa005ef01 Mon Sep 17 00:00:00 2001 From: Elijah Shaw-Rutschman Date: Wed, 11 Mar 2020 07:59:33 -0500 Subject: [PATCH 1704/2185] Ignore Cython debug symbols (#3330) Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 762cc89fc8..ba44af1c7c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -133,3 +133,6 @@ dmypy.json # pytype static type analyzer .pytype/ + +# Cython debug symbols +cython_debug/ From 81ebaeca4185e2e44e589d6cb3e88cbfc7e0895c Mon Sep 17 00:00:00 2001 From: Sam Gleske <875669+samrocketman@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:03:44 -0400 Subject: [PATCH 1705/2185] Improved JENKINS_HOME example (#3332) After years of use I've come up with some improvements to the `JENKINS_HOME.gitignore` example. - Major performance improvement: On very large Jenkins installations that have been running for more than one year, there tends to be many builds (hundreds of thousands of builds). The `builds` directory of these jobs contain millions of files which would cause Git to hang for several minutes on simple commands like `git status` and longer for committing changes. `strace` was used on Git to figure out the performance impact and this proposed change includes the optimization. I also added a clear comment explaining the line's purpose. - There's an example for how to include Jenkins encryption keys, and there's a disclaimer informing the user why they shouldn't but still giving an example. - Comments have been reworded and slightly reformatted to be a little more clear. --- JENKINS_HOME.gitignore | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/JENKINS_HOME.gitignore b/JENKINS_HOME.gitignore index 6df01d6210..2516c09949 100644 --- a/JENKINS_HOME.gitignore +++ b/JENKINS_HOME.gitignore @@ -1,25 +1,50 @@ -#Learn more about Jenkins and JENKINS_HOME directory for which this file is intended. +# Learn more about Jenkins and JENKINS_HOME directory for which this file is +# intended. +# # http://jenkins-ci.org/ # https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins +# +# Note: secret.key is purposefully not tracked by git. This should be backed up +# separately because configs may contain secrets which were encrypted using the +# secret.key. To back up secrets use 'tar -czf /tmp/secrets.tgz secret*' and +# save the file separate from your repository. If you want secrets backed up +# with configuration, then see the bottom of this file for an example. -#ignore all JENKINS_HOME except jobs directory, root xml config, and .gitignore file +# Ignore all JENKINS_HOME except jobs directory, root xml config, and +# .gitignore file. /* !/jobs !/.gitignore !/*.xml -#ignore all files in jobs subdirectories except for folders -#note: git doesn't track folders, only file content +# Ignore all files in jobs subdirectories except for folders. +# Note: git doesn't track folders, only file content. jobs/** !jobs/**/ -#uncomment the following line to save next build numbers with config +# Uncomment the following line to save next build numbers with config. + #!jobs/**/nextBuildNumber -#exclude only config.xml files in repository subdirectories +# For performance reasons, we want to ignore builds in Jenkins jobs because it +# contains many tiny files on large installations. This can impact git +# performance when running even basic commands like 'git status'. +builds +indexing + +# Exclude only config.xml files in repository subdirectories. !config.xml -#don't track workspaces (when users build on the master) +# Don't track workspaces (when users build on the master). jobs/**/*workspace -#as a result only settings and job config.xml files in JENKINS_HOME will be tracked by git +# Security warning: If secrets are included with your configuration, then an +# adversary will be able to decrypt all encrypted secrets within Jenkins +# config. Including secrets is a bad practice, but the example is included in +# case someone still wants it for convenience. Uncomment the following line to +# include secrets for decryption with repository configuration in Git. + +#!/secret* + +# As a result, only Jenkins settings and job config.xml files in JENKINS_HOME +# will be tracked by git. From dc8c27c5f9eea7185a80478084d67ed3bbe43e2d Mon Sep 17 00:00:00 2001 From: JasperCiti <48373360+JasperCiti@users.noreply.github.com> Date: Wed, 11 Mar 2020 15:07:49 +0200 Subject: [PATCH 1706/2185] Add Unity's Addressables and Android's temp files. (#3311) * Added Addressables. Prevent automatically generated addressable files to end up in Git. * Update .gitignore to exclude packed Addressables and Android auto-generated files. --- Unity.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 7d21efc9bd..8150f045f6 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -62,3 +62,9 @@ sysinfo.txt # Crashlytics generated file crashlytics-build.properties +# Packed Addressables +/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* + +# Temporary auto-generated Android Assets +/[Aa]ssets/[Ss]treamingAssets/aa.meta +/[Aa]ssets/[Ss]treamingAssets/aa/* From be4f76b416f1279ec23b9c833333d510e2ddee8b Mon Sep 17 00:00:00 2001 From: ChiefORZ Date: Wed, 11 Mar 2020 14:08:37 +0100 Subject: [PATCH 1707/2185] [Node] Add yarn v2 excludes (#3327) --- Node.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index aac13b0f5e..51c5b1084c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -106,3 +106,10 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test + +# yarn v2 + +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.pnp.* From 0af689b9886d71df768822874f0fe68aa6b0f6c0 Mon Sep 17 00:00:00 2001 From: Patrick Roche Date: Wed, 11 Mar 2020 17:06:43 -0400 Subject: [PATCH 1708/2185] [VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 611428faba..44ae3e688a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -61,6 +61,9 @@ project.lock.json project.fragment.lock.json artifacts/ +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + # StyleCop StyleCopReport.xml From c022baa5052bff5fa7d83c79310871b9e085f991 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 12 Mar 2020 12:14:59 +0100 Subject: [PATCH 1709/2185] Update Autotools.gitignore. (#3337) Ignore .dirstamp files from automake used for non-existing directory dependencies. --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 563651289c..f2c137d046 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -7,6 +7,7 @@ Makefile.in /test-driver /ylwrap .deps/ +.dirstamp # http://www.gnu.org/software/autoconf From 811be05b83a2740e20b3b0f9a5c5efb89961fefe Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 12 Mar 2020 07:21:54 -0400 Subject: [PATCH 1710/2185] Add Win32/ to gitginore list (#3308) Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 44ae3e688a..114a799a4d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -23,6 +23,7 @@ mono_crash.* [Rr]eleases/ x64/ x86/ +[Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ From c851a10cab28082fcfbe5cecce52c4b5edca1d7c Mon Sep 17 00:00:00 2001 From: jymok12 <51149077+jymok12@users.noreply.github.com> Date: Thu, 12 Mar 2020 04:23:31 -0700 Subject: [PATCH 1711/2185] update README (#3248) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bbca183bf..f9ec5eb8ba 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ 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 +Include details when opening pull request if the template is important and visible. We may not accept it immediately, but we can promote it to the root at a later date based on interest. From ef59ea57e8ea4f18f1ec7068b2ccb22a5b79b40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 12 Mar 2020 19:47:06 +0100 Subject: [PATCH 1712/2185] Extend Qt.gitignore with qmlcache qrc files (#3322) Projects using QML files generating a temporary qrc file if a qrc file present in the project. --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index f147edf387..101354027a 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -50,3 +50,5 @@ compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* + +*_qmlcache.qrc From ae5431d6f09a0cc52fd2c03c20125c6d2a7f6255 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Thu, 12 Mar 2020 14:49:35 -0400 Subject: [PATCH 1713/2185] Changes to PyBuilder 0.12+ (#3338) PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ba44af1c7c..b26ab7e4d8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,6 +73,7 @@ instance/ docs/_build/ # PyBuilder +.pybuilder/ target/ # Jupyter Notebook From e931ef7f3e7d8f7aa0e784c14bd291ad4448b1ab Mon Sep 17 00:00:00 2001 From: Meysam Date: Fri, 13 Mar 2020 15:23:35 +0330 Subject: [PATCH 1714/2185] [Python] adding IDE & static related stuff (#3317) --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b26ab7e4d8..d82fa7a96c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -137,3 +137,7 @@ dmypy.json # Cython debug symbols cython_debug/ + +# static files generated from Django application using `collectstatic` +media +static From 3df9bc0bd9cb0c3f5ea0904e88b9df5a378ccd59 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Sat, 28 Mar 2020 15:47:35 +0100 Subject: [PATCH 1715/2185] Update R.gitignore (#3354) --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index fae8299aea..e210107782 100644 --- a/R.gitignore +++ b/R.gitignore @@ -37,3 +37,6 @@ vignettes/*.pdf # R Environment Variables .Renviron + +# pkgdown site +docs/ From e00e3cc6cd889740d645f51db909c6b3b819feb3 Mon Sep 17 00:00:00 2001 From: Alessandro Cuttin Date: Fri, 27 Mar 2020 22:11:29 +0100 Subject: [PATCH 1716/2185] added file extensions when glossaries is loaded with "symbols" option --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6d159be2ac..5f996868d8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -111,6 +111,9 @@ acs-*.bib *.glsdefs *.lzo *.lzs +*.slg +*.slo +*.sls # uncomment this for glossaries-extra (will ignore makeindex's style files!) # *.ist From eefa65c924329ad918985713cdb195e6bc68744b Mon Sep 17 00:00:00 2001 From: ofthelit Date: Sat, 4 Apr 2020 18:30:38 +0200 Subject: [PATCH 1717/2185] Ignore Local History folder (#3008) This will add support for the default location the Local History extension for Visual Studio Code uses. See https://marketplace.visualstudio.com/items?itemName=xyz.local-history --- Global/VisualStudioCode.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index afba0a7c61..85813e1cbc 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -4,3 +4,6 @@ !.vscode/launch.json !.vscode/extensions.json *.code-workspace + +# Local History for Visual Studio Code +.history/ From e607bdd855c03b8fef80782780f63c1d0c8865eb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 4 Apr 2020 13:30:58 -0300 Subject: [PATCH 1718/2185] Revert "[Python] adding IDE & static related stuff (#3317)" (#3363) This reverts commit e931ef7f3e7d8f7aa0e784c14bd291ad4448b1ab. --- Python.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d82fa7a96c..b26ab7e4d8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -137,7 +137,3 @@ dmypy.json # Cython debug symbols cython_debug/ - -# static files generated from Django application using `collectstatic` -media -static From 8300d885653868b94e134e1950dea52b983e2cef Mon Sep 17 00:00:00 2001 From: Loo Zheng Yuan Date: Sun, 5 Apr 2020 00:32:17 +0800 Subject: [PATCH 1719/2185] Ignore Terraform CLI configuration files (#3359) --- Terraform.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 7a3e2fd094..8778d48fd1 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -27,3 +27,7 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan* + +# Ignore CLI configuration files +.terraformrc +terraform.rc From 2f75277037d172200d4a37621c1b9c3b9901dbd8 Mon Sep 17 00:00:00 2001 From: Igor Stepanov Date: Sat, 4 Apr 2020 17:32:58 +0100 Subject: [PATCH 1720/2185] Ignore AWS Serverless Application Model build folder (#3357) https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-build.html --- community/AWS/SAM.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/AWS/SAM.gitignore diff --git a/community/AWS/SAM.gitignore b/community/AWS/SAM.gitignore new file mode 100644 index 0000000000..dc9d020aee --- /dev/null +++ b/community/AWS/SAM.gitignore @@ -0,0 +1,5 @@ +# gitignore template for AWS Serverless Application Model project +# website: https://docs.aws.amazon.com/serverless-application-model + +# Ignore build folder +.aws-sam/ From 994f99fc353f523dfe5633067805a1dd4a53040f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 7 Apr 2020 08:53:51 -0400 Subject: [PATCH 1721/2185] Add generated timing files to Coq.gitignore (#3367) These generated files were added in https://github.com/coq/coq/pull/745 --- Coq.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Coq.gitignore b/Coq.gitignore index a3e2ac49dd..829ac44a1c 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -31,3 +31,13 @@ lia.cache nia.cache nlia.cache nra.cache + +# generated timing files +*.timing.diff +*.v.after-timing +*.v.before-timing +*.v.timing +time-of-build-after.log +time-of-build-before.log +time-of-build-both.log +time-of-build-pretty.log From 14f8a8b4c51ecc00b18905a95c117954e6c77b9d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 12 Apr 2020 02:51:33 +0530 Subject: [PATCH 1722/2185] Remove pip-wheel-metadata/ from Python.gitignore (#3364) pip generated this folder for a few versions, as part of it's initial implementation of PEP 517. pip has not generated this folder for a few versions now, so it should be OK to remove this from the standard gitignore file. --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index b26ab7e4d8..a81c8ee121 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,7 +20,6 @@ parts/ sdist/ var/ wheels/ -pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg From 80587386dd48334c304819abcc4a09877cf99e21 Mon Sep 17 00:00:00 2001 From: Mitchell Skaggs Date: Tue, 14 Apr 2020 14:14:56 -0500 Subject: [PATCH 1723/2185] Ignore Gradle subproject build dir (#3370) --- Gradle.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index a1fc39c070..8d68edc977 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,5 +1,6 @@ .gradle -/build/ +**/build/ +!src/**/build/ # Ignore Gradle GUI config gradle-app.setting From 2a4de265d37eca626309d8e115218d18985b5435 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Mon, 20 Apr 2020 19:27:53 -0500 Subject: [PATCH 1724/2185] Add FodyWeavers.xsd to VisualStudio.gitignore (#3380) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 114a799a4d..83ba081474 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -355,3 +355,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd From e448b41613502a56c8124916874cf3b6b098d1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Algarvio?= Date: Tue, 28 Apr 2020 18:56:15 +0100 Subject: [PATCH 1725/2185] Update Drupal.gitignore with upstream conventions: prefix /web for drupal code; remove deprecated simpletest directory; allow project composer.json|lock at root; add /vendor, composer, robo, drush and drupal scripts to root --- Drupal.gitignore | 87 ++++++++++++++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 37 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 8421b86412..faae808384 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,49 +1,62 @@ # gitignore template for Drupal 8 projects # # earlier versions of Drupal are tracked in `community/PHP/` +# +# follows official upstream conventions: +# https://www.drupal.org/docs/develop/using-composer # Ignore configuration files that may contain sensitive information -/sites/*/*settings*.php -/sites/*/*services*.yml +/web/sites/*/*settings*.php +/web/sites/*/*services*.yml # Ignore paths that may contain user-generated content -/sites/*/files -/sites/*/public -/sites/*/private -/sites/*/files-public -/sites/*/files-private +/web/sites/*/files +/web/sites/*/public +/web/sites/*/private +/web/sites/*/files-public +/web/sites/*/files-private # Ignore paths that may contain temporary files -/sites/*/translations -/sites/*/tmp -/sites/*/cache - -# Ignore testing related files -/sites/simpletest +/web/sites/*/translations +/web/sites/*/tmp +/web/sites/*/cache # Ignore drupal core (if not versioning drupal sources) -/core +/web/vendor +/web/core +/web/modules/README.txt +/web/profiles/README.txt +/web/sites/development.services.yml +/web/sites/example.settings.local.php +/web/sites/example.sites.php +/web/sites/README.txt +/web/themes/README.txt +/web/.csslintrc +/web/.editorconfig +/web/.eslintignore +/web/.eslintrc.json +/web/.gitattributes +/web/.htaccess +/web/.ht.router.php +/web/autoload.php +/web/composer.json +/web/composer.lock +/web/example.gitignore +/web/index.php +/web/INSTALL.txt +/web/LICENSE.txt +/web/README.txt +/web/robots.txt +/web/update.php +/web/web.config + +# Ignore vendor dependencies and scripts /vendor -/modules/README.txt -/profiles/README.txt -/themes/README.txt -/sites/README.txt -/sites/example.sites.php -/sites/example.settings.local.php -/sites/development.services.yml -/.csslintrc -/.editorconfig -/.eslintignore -/.eslintrc.json -/.gitattributes -/.ht.router.php -/.htaccess -/autoload.php -/example.gitignore -/index.php -/INSTALL.txt -/LICENSE.txt -/README.txt -/robots.txt -/update.php -/web.config +/composer.phar +/composer +/robo.phar +/robo +/drush.phar +/drush +/drupal.phar +/drupal From eee21bf0c397cddc39ff1c94615d135e0ad36f8c Mon Sep 17 00:00:00 2001 From: Ted Kesgar Date: Wed, 29 Apr 2020 20:45:59 +0700 Subject: [PATCH 1726/2185] Ignore Next.js `next export` result directory (#3387) --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 51c5b1084c..8fd12ceb60 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -78,6 +78,7 @@ web_modules/ # Next.js build output .next +out # Nuxt.js build / generate output .nuxt From 07b3cd7a90de3fb5e88303a23d619ebd4cdd807a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 6 May 2020 15:30:31 +0200 Subject: [PATCH 1727/2185] Dart: Ignore .flutter-plugins (#3398) Generated files that appear when using 'google_fonts' or other Dart packages designed as Flutter plugins. --- Dart.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dart.gitignore b/Dart.gitignore index dbef116d22..6d21af37c9 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -19,3 +19,6 @@ doc/api/ *.js_ *.js.deps *.js.map + +.flutter-plugins +.flutter-plugins-dependencies From 4f7ad979b9c39e442b534656b330d07eaf0de978 Mon Sep 17 00:00:00 2001 From: Kacper Ksieski Date: Mon, 11 May 2020 20:44:59 -0400 Subject: [PATCH 1728/2185] add: create template for Alteryx Designer --- community/Alteryx.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/Alteryx.gitignore diff --git a/community/Alteryx.gitignore b/community/Alteryx.gitignore new file mode 100644 index 0000000000..a682e4b35f --- /dev/null +++ b/community/Alteryx.gitignore @@ -0,0 +1,29 @@ +# gitignore template for Alteryx Designer +# website: https://www.alteryx.com/ +# website: https://help.alteryx.com/current/designer/alteryx-file-types + +# Alteryx Data Files +.yxdb +.cydb +.cyidx +.rptx +.vvf +.aws + +# Alteryx Special Files +.yxwv +.yxft +.yxbe +.bak +.pcxml +.log +.bin +.yxlang +CASS.ini + +# Alteryx License Files +.yxlc +.slc +.cylc +.alc +.gzlc From 7293c14345c205c679722364a01b88d331e862ff Mon Sep 17 00:00:00 2001 From: Jon Layton <2287825+ch4ot1c@users.noreply.github.com> Date: Thu, 14 May 2020 07:49:06 -0400 Subject: [PATCH 1729/2185] Add .yarn/install-state.gz to Node.gitignore (#3407) After running `yarn set version berry` and `yarn install`, the file `.yarn/install-state.gz` is created. The documentation at https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored mentions that this file should be ignored: > .yarn/install-state.tgz is an optimization file that you shouldn't have to ever commit. It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces again. The documentation has a minor error; the generated file is `.gz` instead of `.tgz` (source: https://github.com/yarnpkg/berry/pull/998/files#diff-23dd4c2e823c25186f1107e88e962032R201) --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 8fd12ceb60..1f22b9c26a 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -109,8 +109,8 @@ dist .vscode-test # yarn v2 - .yarn/cache .yarn/unplugged .yarn/build-state.yml +.yarn/install-state.gz .pnp.* From 6935207fef87dd7f0995b0260cdcdd38cf81e986 Mon Sep 17 00:00:00 2001 From: Benjamin Buch Date: Tue, 19 May 2020 14:19:39 +0200 Subject: [PATCH 1730/2185] ignore .xwm generated by xwatermark package in TeX (#3412) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6d159be2ac..8a42ebbd98 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -275,6 +275,9 @@ TSWLatexianTemp* # Makeindex log files *.lpz +# xwatermark package +*.xwm + # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib # option is specified. Footnotes are the stored in a file with suffix Notes.bib. # Uncomment the next line to have this generated file ignored. From 18aa6d83774d514da479d73a4beb864cd4220231 Mon Sep 17 00:00:00 2001 From: Hiroto Kobayashi Date: Tue, 19 May 2020 22:48:08 +0900 Subject: [PATCH 1731/2185] Add *.aab (#3414) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 8150f045f6..72c27e4fe2 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -57,6 +57,7 @@ sysinfo.txt # Builds *.apk +*.aab *.unitypackage # Crashlytics generated file From 88014e6d0c75dfd0927348800404bb58d80aede6 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Tue, 26 May 2020 16:17:55 +0200 Subject: [PATCH 1732/2185] After adding the new product "TF3680 - TC3 Filter" as a reference, some new files were automatically generated after compilation: _ModuleInstall/TcFilter/TwinCAT CE7 (ARMV7)/TcFilterW32.dll _ModuleInstall/TcFilter/TwinCAT CE7 (x86)/TcFilterW32.dll _ModuleInstall/TcFilter/TwinCAT RT (x64)/TcFilter.sys _ModuleInstall/TcFilter/TwinCAT RT (x86)/TcFilter.sys After contacting Beckhoff support, it was concluded that the folder "_ModuleInstall" could be omitted from version control, thus this addition. --- TwinCAT3.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index cb3926ab9c..7bd6f87505 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -21,4 +21,5 @@ LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ -_Libraries/ \ No newline at end of file +_Libraries/ +_ModuleInstall/ \ No newline at end of file From 22f1ff9ac0d54f7d477f2f266b4c0ba11dbb73e8 Mon Sep 17 00:00:00 2001 From: BrianMSheldon Date: Wed, 24 Jun 2020 15:47:11 -0400 Subject: [PATCH 1733/2185] Add JetBrains note for PyCharm to Python.gitignore First and foremost I think that requiring such a complicated gitignore for JetBrains IDEs is a failure on JetBrains part in structuring their project setting. I also feel that it should be included in the `Python.gitignore` due to its popularity and due to the frequency of requests. A quick search for `PyCharm` PRs shows 81 closed PRs requesting it be added and if searching for `.idea` you can see many more have been requested. However I understand the maintenance burden in including it when a user can manually merge the two files themselves so I understand why the maintainers have opted to maintain it seperately. The main problem I see is that with many people adding the `Python.gitignore` at project creation through the Github UI and the `JetBrains.gitignore` being in the Global folder and makes it less discoverable than it should be. This PR adds a comment for people adding the `Python.gitignore` directing them to the global `JetBrains.gitignore` which should solve this issue in a way that is acceptable for the maintainers, since comment-only sections already exist for `pyenv` and `pipenv`. --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a81c8ee121..92ff2c4bb0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -136,3 +136,10 @@ dmypy.json # Cython debug symbols cython_debug/ + +# PyCharm +# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ From f6426bd354a87444521c2d132c95863a3037a0ae Mon Sep 17 00:00:00 2001 From: Dmitry Maganov Date: Fri, 26 Jun 2020 19:58:01 +0300 Subject: [PATCH 1734/2185] Create Haxe.gitignore --- Haxe.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Haxe.gitignore diff --git a/Haxe.gitignore b/Haxe.gitignore new file mode 100644 index 0000000000..4891a0ff77 --- /dev/null +++ b/Haxe.gitignore @@ -0,0 +1,2 @@ +.haxelib/ +dump/ From 620d4878a014cefdd1919c39527290c852539712 Mon Sep 17 00:00:00 2001 From: John Stilley <1831479+theJollySin@users.noreply.github.com> Date: Fri, 3 Jul 2020 14:07:44 -0400 Subject: [PATCH 1735/2185] Fixing target and adding debug to Rust gitignore (#3436) The problem here was two fold: 1. the folder "/target/" would be top-level of the repo only, it should be "target/" to properly exclude target folders anywhere in the repo 2. the default Rust/Cargo folder when compiling code is "debug/", which gets used perhaps more often that "target/", added that --- Rust.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rust.gitignore b/Rust.gitignore index 088ba6ba7d..ff47c2d77d 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,6 +1,7 @@ # Generated by Cargo # will have compiled files and executables -/target/ +debug/ +target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html From 6eff882467cbde7b4e293b4dd6abd7685fc67844 Mon Sep 17 00:00:00 2001 From: Justin Gregory Date: Fri, 3 Jul 2020 15:15:33 -0500 Subject: [PATCH 1736/2185] Fix false positives on Coverage*.cs files (#3454) I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored. This change fixes the incorrect use of the range operator on the Coverlet rules. --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 83ba081474..1ee53850b8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -142,7 +142,9 @@ _TeamCity* !.axoCover/settings.json # Coverlet is a free, cross platform Code Coverage Tool -coverage*[.json, .xml, .info] +coverage*.json +coverage*.xml +coverage*.info # Visual Studio code coverage results *.coverage From c9fab68db3d854d1482fb566f521989b4506fd7f Mon Sep 17 00:00:00 2001 From: ZhengYuan Loo Date: Sat, 4 Jul 2020 04:17:35 +0800 Subject: [PATCH 1737/2185] Update stale heading anchor (#3445) Co-authored-by: ZhengYuan Loo --- Global/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/README.md b/Global/README.md index 06b6649bd9..6e57d87f22 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 5cf393421db855df42b64e081a916d054f6c5ecc Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sat, 4 Jul 2020 04:19:48 +0800 Subject: [PATCH 1738/2185] ignore *~ files in the po directory (#3453) Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac) --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index e210107782..da10c745ee 100644 --- a/R.gitignore +++ b/R.gitignore @@ -40,3 +40,6 @@ vignettes/*.pdf # pkgdown site docs/ + +# translation temp files +po/*~ From eea28935df555ba6cdc373bec7d5212272d49bfa Mon Sep 17 00:00:00 2001 From: Maher Zaidoune Date: Sat, 4 Jul 2020 17:35:59 +0100 Subject: [PATCH 1739/2185] ignore HPROF files (#3456) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 56cc6425e0..23de6e20a6 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -83,3 +83,6 @@ lint/generated/ lint/outputs/ lint/tmp/ # lint/reports/ + +# Android Profiling +*.hprof From 36ce3a894d9ddff2916bc98d71380aa7167ff1d7 Mon Sep 17 00:00:00 2001 From: Kevin Cochran <40193276+kevincloud@users.noreply.github.com> Date: Mon, 6 Jul 2020 20:36:25 -0400 Subject: [PATCH 1740/2185] Exclude *.tfvars files (#3452) Co-authored-by: Kevin Cochran --- Terraform.gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 8778d48fd1..beb38d84d0 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -8,11 +8,12 @@ # 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. +# Exclude all .tfvars files, which are likely to contain sentitive data, such as +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject +# to change depending on the environment. # -# example.tfvars +*.tfvars # Ignore override files as they are usually used to override resources locally and so # are not checked in From f44d83083e2b0438d557279d8047d1dff8607882 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Sun, 12 Jul 2020 12:04:53 -0300 Subject: [PATCH 1741/2185] Remove pointless blank line from the beginning of the Godot file (#3466) --- Godot.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Godot.gitignore b/Godot.gitignore index 122aab1cf8..4f48ad79f8 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -1,4 +1,3 @@ - # Godot-specific ignores .import/ export.cfg From 218a941be92679ce67d0484547e3e142b2f5f6f0 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Sun, 12 Jul 2020 16:07:13 +0100 Subject: [PATCH 1742/2185] KiCad: add *.kicad_sch-bak and *.kicad_prl (#3427) * KiCad: add *.kicad_sch-bak As used by the new file formats for KiCad 6.0 See https://kicad-pcb.org/blog/2020/05/Development-Highlight-New-schematic-and-symbol-library-file-formats-are-now-the-default/ * Add *.kicad_prl to KiCad.gitignore More info: https://forum.kicad.info/t/new-project-file-format/23705 --- KiCad.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 853ee63f78..bd70969a0f 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -6,6 +6,8 @@ *.bak *.bck *.kicad_pcb-bak +*.kicad_sch-bak +*.kicad_prl *.sch-bak *~ _autosave-* From ff9596eb4cdb024b01d6671610f4f82d7ebf5a62 Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Sun, 30 Aug 2020 18:59:44 -0500 Subject: [PATCH 1743/2185] Exclude .pkrvars.hcl files * Used description for .tfvars in Terraform.gitignore as a template --- Packer.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Packer.gitignore b/Packer.gitignore index f2d0a31994..6a573381b7 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -4,5 +4,13 @@ packer_cache/ # Crash log crash.log +# https://www.packer.io/guides/hcl/variables +# Exclude all .pkrvars.hcl files, which are likely to contain sentitive data, +# such as password, private keys, and other secrets. These should not be part of +# version control as they are data points which are potentially sensitive and +# subject to change depending on the environment. +# +*.pkrvars.hcl + # For built boxes *.box From f75292bf4d55d37ea9645036b933a3879c79c001 Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Sun, 30 Aug 2020 19:21:51 -0500 Subject: [PATCH 1744/2185] Fix typos s/sentitive/sensitive/ --- Packer.gitignore | 2 +- Terraform.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packer.gitignore b/Packer.gitignore index 6a573381b7..2cbc1ad079 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -5,7 +5,7 @@ packer_cache/ crash.log # https://www.packer.io/guides/hcl/variables -# Exclude all .pkrvars.hcl files, which are likely to contain sentitive data, +# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, # such as password, private keys, and other secrets. These should not be part of # version control as they are data points which are potentially sensitive and # subject to change depending on the environment. diff --git a/Terraform.gitignore b/Terraform.gitignore index beb38d84d0..b3d1d3936b 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -8,7 +8,7 @@ # Crash log files crash.log -# Exclude all .tfvars files, which are likely to contain sentitive data, such as +# Exclude all .tfvars files, which are likely to contain sensitive data, such as # password, private keys, and other secrets. These should not be part of version # control as they are data points which are potentially sensitive and subject # to change depending on the environment. From ad2622c2dd8f220bb6c0355f92a7e6986aa1e100 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 28 Sep 2020 13:22:59 -0400 Subject: [PATCH 1745/2185] rust: allow /target and /debug to be symlinks See rust-lang/cargo#4944 for the cargo change. --- Rust.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index ff47c2d77d..4ff33bb9bb 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,7 +1,7 @@ # Generated by Cargo # will have compiled files and executables -debug/ -target/ +debug +target # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html From 15854c5bb4bf2b757ff0d9c04b18b43eb785e6f3 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Wed, 30 Sep 2020 13:33:32 +0530 Subject: [PATCH 1746/2185] Update C++.gitignore --- C++.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 259148fa18..b753618a6b 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -11,6 +11,12 @@ *.gch *.pch +# Linker files +*.ilk + +# Debugger Files +*.pdb + # Compiled Dynamic libraries *.so *.dylib From f7db945023ba43d5ea93a83bb944de6d874c8979 Mon Sep 17 00:00:00 2001 From: Jullyana Mattos Vycas <45983213+jumattos@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:55:56 -0700 Subject: [PATCH 1747/2185] VisualStudio: add "out" folder to build results --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850b8..eaa9902955 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,6 +29,7 @@ x86/ bld/ [Bb]in/ [Oo]bj/ +[Oo]ut/ [Ll]og/ [Ll]ogs/ From cba2455e53db0bca1ffc4d6291866256623567ca Mon Sep 17 00:00:00 2001 From: schtandard Date: Fri, 9 Oct 2020 12:26:48 +0200 Subject: [PATCH 1748/2185] Add svg temporary files The svg package creates two temporary files for each .svg file that is included in the document (one .pdf file and one .pdf_tex file). These are placed into a subfolder called svg-inkscape/ by default. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8a42ebbd98..f96d8f443e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -185,6 +185,9 @@ _minted* # scrwfile *.wrt +# svg +svg-inkscape/ + # sympy *.sout *.sympy From 4a6f74426e8fa1432a39a73d8c3495fcefb4302a Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 14 Oct 2020 19:41:41 -0700 Subject: [PATCH 1749/2185] [SBT] Ignore .bsp directory --- Global/SBT.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 5ed6acb657..98ee5070d7 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -10,3 +10,4 @@ project/plugins/project/ .history .cache .lib/ +.bsp/ From f269918a08714f23ad546bcac68892f675b40375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20G=C3=BCnd=C3=BCz?= Date: Thu, 22 Oct 2020 07:44:09 +0200 Subject: [PATCH 1750/2185] Remove Accio after official deprecation [Accio](https://github.com/JamitLabs/Accio) was oficially deprecated in favor of SwiftPM integration within Xcode. I don't think any new project will be opting for it, so it might also be a good idea to clean this up and remove the Accio related entries from the `.gitignore`. --- Swift.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674f3..bb83bcfc4e 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -66,10 +66,6 @@ playground.xcworkspace Carthage/Build/ -# Accio dependency management -Dependencies/ -.accio/ - # fastlane # # It is recommended to not store the screenshots in the git repo. From a0e05f9d08080a286311721593eb6a23266d9637 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Mon, 7 Dec 2020 15:29:35 -0500 Subject: [PATCH 1751/2185] CMake: Add CMakeUserPresets.json CMake 3.19 added CMakePresets.json, which is intended to be version-controlled, and CMakeUserPresets.json, which should NOT be version-controlled. Add CMakeUserPresets.json to the gitignore. https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 46f42f8f3c..11c76431e1 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -9,3 +9,4 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps +CMakeUserPresets.json From e07b0dc3ee383c30002e1635c821797334c406c3 Mon Sep 17 00:00:00 2001 From: tbeu Date: Sat, 19 Dec 2020 17:09:50 +0100 Subject: [PATCH 1752/2185] Also ignore *.idb (to match C.gitignore) *.idb files (of VS2005 and probably other versions, too) should be also ignored. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850b8..5413b8ad47 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -75,6 +75,7 @@ StyleCopReport.xml *.ilk *.meta *.obj +*.idb *.iobj *.pch *.pdb From dd042058b9e1fc17af55f2c94828b2bb175bcbe1 Mon Sep 17 00:00:00 2001 From: TigerC10 Date: Tue, 29 Dec 2020 16:58:14 -0600 Subject: [PATCH 1753/2185] Updating JetBrains template, adding SonarLint Plugin --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 8da0824ba5..25af3672f4 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -58,6 +58,9 @@ atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml +# SonarLint plugin +.idea/sonarlint/ + # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties From 04a4d50a7848dd1351eff9134a283fc6a3ef79a7 Mon Sep 17 00:00:00 2001 From: Andrii Chebukin Date: Wed, 30 Dec 2020 23:01:53 +0200 Subject: [PATCH 1754/2185] Fixed editor specific folder exclusion for subfolders --- VisualStudio.gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850b8..b165196950 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -302,17 +302,17 @@ node_modules/ _Pvt_Extensions # Paket dependency manager -.paket/paket.exe +**/.paket/paket.exe paket-files/ # FAKE - F# Make -.fake/ +**/.fake/ # CodeRush personal settings -.cr/personal +**/.cr/personal # Python Tools for Visual Studio (PTVS) -__pycache__/ +**/__pycache__/ *.pyc # Cake - Uncomment if you are using it @@ -344,10 +344,10 @@ ASALocalRun/ *.nvuser # MFractors (Xamarin productivity tool) working folder -.mfractor/ +**/.mfractor/ # Local History for Visual Studio -.localhistory/ +**/.localhistory/ # BeatPulse healthcheck temp database healthchecksdb @@ -356,7 +356,7 @@ healthchecksdb MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder -.ionide/ +**/.ionide/ # Fody - auto-generated XML schema FodyWeavers.xsd From b7563346aaec5b6e02e898fb6e62aa65afff3e57 Mon Sep 17 00:00:00 2001 From: fslds Date: Thu, 7 Jan 2021 10:52:41 +0100 Subject: [PATCH 1755/2185] Add direnv .envrc to ignored files. The direnv project (https://direnv.net/ ) uses .envrc files for dynamically loading environment variables (or other settings) per directory using the user's shell.. As it can contain sensitive information, and is similar in goal as to .env etc, I think it is a good idea to exclude this by default as well. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index a81c8ee121..212421b453 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,6 +106,7 @@ celerybeat.pid # Environments .env +.envrc .venv env/ venv/ From 0694bfe4e77020318b3cb0df81c7215f36d7a8de Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 4 Feb 2021 13:21:22 -0600 Subject: [PATCH 1756/2185] Update for COldBox 6 standards --- ColdBox.gitignore | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/ColdBox.gitignore b/ColdBox.gitignore index 8acdf7a52b..a3b06c0ade 100644 --- a/ColdBox.gitignore +++ b/ColdBox.gitignore @@ -1,4 +1,27 @@ -*/config/development -*/logs/ -*/includes/cache/* -tmp/* +# General Ignores + IDE +.DS_Store +settings.xml + +# Localized Servers +.engine/** +WEB-INF + +# Environment File +.env + +# Logs +logs/** + +# Code Coverage and Test Results +tests/results/** + +# NPM Modules +**/node_modules/* +npm-debug.log +yarn-error.log + +## ColdBox Dependencies and Modules +coldbox/* +testbox/* +modules/* +modules/**/apidocs/** From bb28a8ce82effdb5990155a13f3eed9e063d9245 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Tue, 9 Feb 2021 18:32:09 -0700 Subject: [PATCH 1757/2185] Delete fixed workaround The workaround for https://youtrack.jetbrains.com/issue/IDEA-116898 is fixed now, so we can remove the workaround. --- Gradle.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index 8d68edc977..85888bb2e1 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -10,6 +10,3 @@ gradle-app.setting # Cache of project .gradletasknamecache - -# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 -# gradle/wrapper/gradle-wrapper.properties From 6586918a4241a1e98166b3f3857518f5d031918b Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 16 Feb 2021 03:02:14 +0900 Subject: [PATCH 1758/2185] Ignore `.env.*` in Node.js --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 1f22b9c26a..3262bc3b81 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -70,7 +70,7 @@ web_modules/ # dotenv environment variables file .env -.env.test +.env.* # parcel-bundler cache (https://parceljs.org/) .cache From 08b10f18e723a2d83fffb51085fd0546163bcd43 Mon Sep 17 00:00:00 2001 From: Arthur <49537282+arthur-lchl@users.noreply.github.com> Date: Mon, 15 Feb 2021 22:38:15 +0100 Subject: [PATCH 1759/2185] style(Autotools): remove trailing whitespaces --- Autotools.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autotools.gitignore b/Autotools.gitignore index f2c137d046..b2453293cf 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -44,8 +44,8 @@ m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 -# Generated Makefile -# (meta build system like autotools, +# Generated Makefile +# (meta build system like autotools, # can automatically generate from config.status script # (which is called by configure script)) Makefile From 52f8df58fcd12182d3150fb3487d1fd0e5b8423a Mon Sep 17 00:00:00 2001 From: Tim Parnell Date: Sun, 21 Feb 2021 10:14:43 -0500 Subject: [PATCH 1760/2185] Update Xojo.gitignore for changes to .obsolete Updates the *.obsolete ignore to match datestamped .obsolete items from newer IDE versions. --- Xojo.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xojo.gitignore b/Xojo.gitignore index 1b036dd4f2..4915783bf0 100644 --- a/Xojo.gitignore +++ b/Xojo.gitignore @@ -8,4 +8,4 @@ Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate *.xojo_uistate -*.obsolete +*.obsolete* From 774c69da70dfc688c9e2c9a2ae1f98b76f90e823 Mon Sep 17 00:00:00 2001 From: Keisuke Shima Date: Mon, 22 Feb 2021 16:40:26 +0900 Subject: [PATCH 1761/2185] add ROS2 gitignore --- ROS2.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ROS2.gitignore diff --git a/ROS2.gitignore b/ROS2.gitignore new file mode 100644 index 0000000000..560a4ffd0d --- /dev/null +++ b/ROS2.gitignore @@ -0,0 +1,28 @@ +install/ +log/ +build/ + +# Ignore generated docs +*.dox +*.wikidoc + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_*.py +*.pcd +*.pyc +qtcreator-* +*.user + +*~ + +# Emacs +.#* + +# Ament custom files +AMENT_IGNORE From 5423fe33d9a71df6ce11150e3fff58b421b2cae9 Mon Sep 17 00:00:00 2001 From: Keisuke Shima Date: Mon, 22 Feb 2021 16:48:18 +0900 Subject: [PATCH 1762/2185] add COLCON_IGNORE --- ROS2.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROS2.gitignore b/ROS2.gitignore index 560a4ffd0d..6cc824d8e6 100644 --- a/ROS2.gitignore +++ b/ROS2.gitignore @@ -24,5 +24,6 @@ qtcreator-* # Emacs .#* -# Ament custom files +# Colcon custom files +COLCON_IGNORE AMENT_IGNORE From b236e1717b90f1755af76900f5387bfa20636de3 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 28 Feb 2021 01:18:35 +0900 Subject: [PATCH 1763/2185] Just ignore `.env.production`, avoid to effect for `.env.example` https://github.com/github/gitignore/pull/3651/files#r576363678 --- Node.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 3262bc3b81..c5de3d91c0 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -70,7 +70,8 @@ web_modules/ # dotenv environment variables file .env -.env.* +.env.test +.env.production # parcel-bundler cache (https://parceljs.org/) .cache From 6b89235c5afd09a1faa85cc56c7639a60bd65044 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 6 Mar 2021 14:11:49 +0100 Subject: [PATCH 1764/2185] Add newpax --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8a42ebbd98..3fed926f1e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -166,6 +166,9 @@ _minted* # morewrites *.mw +# newpax +*.newpax + # nomencl *.nlg *.nlo From af117702e704e32e071ad87ee230f77fca328b66 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Wed, 10 Mar 2021 10:04:39 -0600 Subject: [PATCH 1765/2185] Update Autotools.gitignore Add config.cache, generated when using Autotools `./configure -C`. --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index f2c137d046..d9ecd8928a 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -16,6 +16,7 @@ autom4te.cache /autoscan-*.log /aclocal.m4 /compile +/config.cache /config.guess /config.h.in /config.log From 4c55d7cc4b8afda96a769c5433a9e54845a0e68b Mon Sep 17 00:00:00 2001 From: Kamil Shakirov Date: Mon, 15 Mar 2021 14:32:59 +0600 Subject: [PATCH 1766/2185] Update .gitignore for Idris 2 --- Idris.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Idris.gitignore b/Idris.gitignore index c28bc7cc67..0f4e72c71c 100644 --- a/Idris.gitignore +++ b/Idris.gitignore @@ -1,2 +1,7 @@ +# Idris 2 +*.ttc +*.ttm + +# Idris 1 *.ibc *.o From 520cfca67f1caacd8108a06b76145c225b94b604 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 25 Mar 2021 01:29:52 +0430 Subject: [PATCH 1767/2185] Add Vlang Support By Vlang Community --- V.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 V.gitignore diff --git a/V.gitignore b/V.gitignore new file mode 100644 index 0000000000..f824f496da --- /dev/null +++ b/V.gitignore @@ -0,0 +1,15 @@ +* +!*/ +!*.* +*.exe +*.o +*.so +*.tmp.c +*.obj +*.exp +*.ilk +*.pdb +*.dll +*.lib +*.bak +*.out \ No newline at end of file From ced04937735df8a99ea33ccc8dac7522598c39d0 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 25 Mar 2021 11:35:51 +0430 Subject: [PATCH 1768/2185] Remove .obj --- V.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/V.gitignore b/V.gitignore index f824f496da..480c9259ff 100644 --- a/V.gitignore +++ b/V.gitignore @@ -5,7 +5,6 @@ *.o *.so *.tmp.c -*.obj *.exp *.ilk *.pdb From fd40ca24deed5cb14952d9e650fe1148d54ff03b Mon Sep 17 00:00:00 2001 From: tustin2121 Date: Fri, 26 Mar 2021 12:32:11 -0400 Subject: [PATCH 1769/2185] Add .tlog to the Visual Studio template --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850b8..33f059be77 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -90,6 +90,7 @@ StyleCopReport.xml *.tmp_proj *_wpftmp.csproj *.log +*.tlog *.vspscc *.vssscc .builds From a4b2c4e4982bf82732c79335bdb017b305d3facb Mon Sep 17 00:00:00 2001 From: Udit8348 Date: Mon, 29 Mar 2021 15:08:20 -0400 Subject: [PATCH 1770/2185] adds technical note for more info --- community/embedded/IAR_EWARM.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/embedded/IAR_EWARM.gitignore b/community/embedded/IAR_EWARM.gitignore index 13ed9a0b19..e456471f66 100644 --- a/community/embedded/IAR_EWARM.gitignore +++ b/community/embedded/IAR_EWARM.gitignore @@ -1,5 +1,5 @@ # gitignore template for the IAR EWARM -# website: https://www.iar.com/ +# website: https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/ # Some tools will put the EWARM files # under a subdirectory with the same name From 8b42a0d1e3799b253af0a04c927aa9c64548ec62 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 30 Mar 2021 18:26:32 -0400 Subject: [PATCH 1771/2185] Create GitHubPages.gitignore --- GitHubPages.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 GitHubPages.gitignore diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore new file mode 100644 index 0000000000..81626739f3 --- /dev/null +++ b/GitHubPages.gitignore @@ -0,0 +1,17 @@ +# This .gitignore is appropriate for repositories deployed to GitHub Pages and using +# a Gemfile as specified at https://github.com/github/pages-gem#conventional + +# Basic Jekyll gitignores (synchronize to Jekyll.gitignore) +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Additional Ruby/bundler ignore for when you run: bundle install +/vendor + +# Specific ignore for GitHub Pages +# GitHub Pages will always use its own deployed version of pages-gem +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is not +# counterproductive to check this file into the repository. +Gemfile.lock From 978e3010329eff589d2b9b140cb8af30f4480065 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 31 Mar 2021 13:56:32 -0400 Subject: [PATCH 1772/2185] Update GitHubPages.gitignore --- GitHubPages.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index 81626739f3..fddfb6b99e 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -12,6 +12,6 @@ _site/ # Specific ignore for GitHub Pages # GitHub Pages will always use its own deployed version of pages-gem -# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is not +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. Gemfile.lock From 68f4c9a5a9710d0e7a669a760d15e76107e69acf Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 13 Apr 2021 10:39:58 -0400 Subject: [PATCH 1773/2185] Update Coq.gitignore Coq now uses .mlg rather than .ml4 (since https://github.com/coq/coq/pull/8763), so we have to ignore its generated dependency files. The `native_compute_profile_*.data` files are generated by `Set NativeCompute Profiling` (see https://github.com/coq/coq/pull/950). Finally `.coq-native` is a directory that may be generated in any subdirectory, not only at top level, so we should not use absolute paths for it. --- Coq.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Coq.gitignore b/Coq.gitignore index 829ac44a1c..66596b22ed 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -10,6 +10,7 @@ *.glob *.ml.d *.ml4.d +*.mlg.d *.mli.d *.mllib.d *.mlpack.d @@ -20,7 +21,7 @@ *.vo *.vok *.vos -.coq-native/ +.coq-native .csdp.cache .lia.cache .nia.cache @@ -31,6 +32,7 @@ lia.cache nia.cache nlia.cache nra.cache +native_compute_profile_*.data # generated timing files *.timing.diff From 6d5f266f6cf1e9738b7e68b3b95b6969781de645 Mon Sep 17 00:00:00 2001 From: Helder Burato Berto Date: Wed, 21 Apr 2021 09:23:03 +0100 Subject: [PATCH 1774/2185] Add Strapi CMS .gitignore --- Strapi.gitignore | 135 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 Strapi.gitignore diff --git a/Strapi.gitignore b/Strapi.gitignore new file mode 100644 index 0000000000..70e6542590 --- /dev/null +++ b/Strapi.gitignore @@ -0,0 +1,135 @@ +############################ +# OS X +############################ + +.DS_Store +.AppleDouble +.LSOverride +Icon +.Spotlight-V100 +.Trashes +._* + + +############################ +# Linux +############################ + +*~ + + +############################ +# Windows +############################ + +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +*.cab +*.msi +*.msm +*.msp + + +############################ +# Packages +############################ + +*.7z +*.csv +*.dat +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.com +*.class +*.dll +*.exe +*.o +*.seed +*.so +*.swo +*.swp +*.swn +*.swm +*.out +*.pid + + +############################ +# Logs and databases +############################ + +.tmp +*.log +*.sql +*.sqlite + + +############################ +# Misc. +############################ + +*# +.idea +nbproject +.vscode/ + + +############################ +# Node.js +############################ + +lib-cov +lcov.info +pids +logs +results +build +node_modules +.node_history +package-lock.json +**/package-lock.json +!docs/package-lock.json +*.heapsnapshot + + +############################ +# Tests +############################ + +testApp +coverage +cypress/screenshots +cypress/videos + + +############################ +# Documentation +############################ + +dist + +############################ +# Builds +############################ + +packages/strapi-generate-new/files/public/ + +############################ +# Example app +############################ + +.dev +# *.cache + +############################ +# Visual Studio Code +############################ + +front-workspace.code-workspace From d16b10824c3123ad168d5b0978da72f12db5b237 Mon Sep 17 00:00:00 2001 From: Nader Hajlaoui Date: Wed, 21 Apr 2021 13:37:41 +0200 Subject: [PATCH 1775/2185] add scala jvm crash files --- Scala.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index 9c07d4ae98..7169cab195 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -1,2 +1,5 @@ *.class *.log + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* From 5f1ce29425f13e01983bfc952d4f81163066bbc4 Mon Sep 17 00:00:00 2001 From: Parsa Date: Wed, 21 Apr 2021 18:45:44 +0430 Subject: [PATCH 1776/2185] Add nuget.config file Add nuget.config file because it contains secret data and should be kept localy --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850b8..b00101376c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -205,6 +205,9 @@ PublishScripts/ *.nuget.props *.nuget.targets +# Nuget personal access tokens and Credentials +nuget.config + # Microsoft Azure Build Output csx/ *.build.csdef From 81297a6c427d524281094a9b2376cac46fa4322c Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Wed, 21 Apr 2021 19:53:11 +0100 Subject: [PATCH 1777/2185] Add missing extension for GregorioTeX --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8a42ebbd98..c88f292af5 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -120,6 +120,7 @@ acs-*.bib # gregoriotex *.gaux +*.glog *.gtex # htlatex From 110e40ad2a1b64c46fd690fcce2b20b16fe53f7f Mon Sep 17 00:00:00 2001 From: kacper ksieski Date: Thu, 22 Apr 2021 10:00:03 -0400 Subject: [PATCH 1778/2185] fix: add stars --- community/Alteryx.gitignore | 53 ++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 19 deletions(-) diff --git a/community/Alteryx.gitignore b/community/Alteryx.gitignore index a682e4b35f..a8e1341ffe 100644 --- a/community/Alteryx.gitignore +++ b/community/Alteryx.gitignore @@ -3,27 +3,42 @@ # website: https://help.alteryx.com/current/designer/alteryx-file-types # Alteryx Data Files -.yxdb -.cydb -.cyidx -.rptx -.vvf -.aws +*.yxdb +*.cydb +*.cyidx +*.rptx +*.vvf +*.aws # Alteryx Special Files -.yxwv -.yxft -.yxbe -.bak -.pcxml -.log -.bin -.yxlang +*.yxwv +*.yxft +*.yxbe +*.bak +*.pcxml +*.log +*.bin +*.yxlang CASS.ini # Alteryx License Files -.yxlc -.slc -.cylc -.alc -.gzlc +*.yxlc +*.slc +*.cylc +*.alc +*.gzlc + +## gitignore reference sites +# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +# https://git-scm.com/docs/gitignore +# https://help.github.com/articles/ignoring-files/ + +## Useful knowledge from stackoverflow +# Even if you haven't tracked the files so far, git seems to be able to "know" about them even after you add them to .gitignore. +# WARNING: First commit your current changes, or you will lose them. +# Then run the following commands from the top folder of your git repo: +# git rm -r --cached . +# git add . +# git commit -m "fixed untracked files" + +# author: Kacper Ksieski \ No newline at end of file From db66a1d5e45f233bc70256cb7902d1c87b3ed5db Mon Sep 17 00:00:00 2001 From: Manoj Paramsetti <39455174+Manoj-Paramsetti@users.noreply.github.com> Date: Sun, 25 Apr 2021 08:36:17 +0530 Subject: [PATCH 1779/2185] ignore dotenv in dart --- Dart.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dart.gitignore b/Dart.gitignore index 6d21af37c9..0200c6175d 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -11,6 +11,10 @@ pubspec.lock # If you don't generate documentation locally you can remove this line. doc/api/ +# dotenv environment variables file +.env +.env.test + # Avoid committing generated Javascript files: *.dart.js *.info.json # Produced by the --dump-info flag. From d15076ed4a80c445b2a87d13464281d1ba5cb385 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 27 Apr 2021 09:54:36 -0400 Subject: [PATCH 1780/2185] Rust: ignore .pdb files MSVC builds of Rust on Windows automatically generate `*.pdb` files, which store debugging information. For more information, see: * https://github.com/rust-lang/rustlings/issues/275 * https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust/content/debugging_rust/#microsoft-visual-studio --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index ff47c2d77d..6985cf1bd0 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,3 +9,6 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb From 99157b2a29256ae9c248cca3c3570adb5b7237a5 Mon Sep 17 00:00:00 2001 From: Gustav Palmqvist Date: Tue, 4 May 2021 19:48:02 +0200 Subject: [PATCH 1781/2185] Add AltiumDesigner.gitignore --- AltiumDesigner.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 AltiumDesigner.gitignore diff --git a/AltiumDesigner.gitignore b/AltiumDesigner.gitignore new file mode 100644 index 0000000000..7291862c5d --- /dev/null +++ b/AltiumDesigner.gitignore @@ -0,0 +1,18 @@ +# For PCBs designed using Altium Designer +# Website: https://www.altium.com/altium-designer/ + +# Directories containing cache data +History +__Previews + +# Directories containing logs and generated outputs +Project\ Logs* +Project\ Outputs* + +# Misc files generated by altium +debug.log +Status\ Report.txt +*PcbDoc..htm + +# Lock files sometimes left behind +.~lock.* From 71e1ff1213d2f19ce1df0ee0292fafccd785cc72 Mon Sep 17 00:00:00 2001 From: Gustav Palmqvist Date: Tue, 4 May 2021 19:54:51 +0200 Subject: [PATCH 1782/2185] Fixed typo and added some fileendings which older versions generate --- AltiumDesigner.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AltiumDesigner.gitignore b/AltiumDesigner.gitignore index 7291862c5d..5e410492cb 100644 --- a/AltiumDesigner.gitignore +++ b/AltiumDesigner.gitignore @@ -12,7 +12,9 @@ Project\ Outputs* # Misc files generated by altium debug.log Status\ Report.txt -*PcbDoc..htm +*.PcbDoc.htm +*.SchDocPreview +*.PcbDocPreview # Lock files sometimes left behind .~lock.* From 5db7eeab30efe30ed407b849ea526cf3e7a1e03f Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Fri, 7 May 2021 09:47:16 -0700 Subject: [PATCH 1783/2185] Adding VS Code to global VS family --- VisualStudio.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850b8..703be6d216 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -360,3 +360,25 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +.idea/ +*.sln.iml \ No newline at end of file From 045304bb1214bf13b74ca1cd8605e3bc533303c7 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 7 May 2021 10:27:54 -0700 Subject: [PATCH 1784/2185] Rename AltiumDesigner.gitignore to community/AltiumDesigner.gitignore --- AltiumDesigner.gitignore => community/AltiumDesigner.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AltiumDesigner.gitignore => community/AltiumDesigner.gitignore (100%) diff --git a/AltiumDesigner.gitignore b/community/AltiumDesigner.gitignore similarity index 100% rename from AltiumDesigner.gitignore rename to community/AltiumDesigner.gitignore From dffd1a074475512b9565167046d1cf751ed65434 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 7 May 2021 10:57:12 -0700 Subject: [PATCH 1785/2185] Rename Strapi.gitignore to community/Strapi.gitignore --- Strapi.gitignore => community/Strapi.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Strapi.gitignore => community/Strapi.gitignore (100%) diff --git a/Strapi.gitignore b/community/Strapi.gitignore similarity index 100% rename from Strapi.gitignore rename to community/Strapi.gitignore From b3ece8cef6f7dde358963115983b4a8e7e93e7f0 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Fri, 7 May 2021 19:07:24 +0100 Subject: [PATCH 1786/2185] Add newline. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 703be6d216..8b0f1ddf4f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -381,4 +381,4 @@ FodyWeavers.xsd # JetBrains Rider .idea/ -*.sln.iml \ No newline at end of file +*.sln.iml From 9d3758088ac93a24c65e3a0dfc436addf5e94980 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 7 May 2021 11:59:24 -0700 Subject: [PATCH 1787/2185] Update Dart.gitignore --- Dart.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 0200c6175d..3a83c2f087 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -12,8 +12,7 @@ pubspec.lock doc/api/ # dotenv environment variables file -.env -.env.test +.env* # Avoid committing generated Javascript files: *.dart.js From 8572e846504fab9eb0d804ae5e6f1c305251a2fb Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Sun, 9 May 2021 09:02:01 +0100 Subject: [PATCH 1788/2185] Move Vlang tenmplate into community folder To start we bring new contributions into the community folder. --- V.gitignore => community/V.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename V.gitignore => community/V.gitignore (92%) diff --git a/V.gitignore b/community/V.gitignore similarity index 92% rename from V.gitignore rename to community/V.gitignore index 480c9259ff..bc0d4f3aaa 100644 --- a/V.gitignore +++ b/community/V.gitignore @@ -11,4 +11,4 @@ *.dll *.lib *.bak -*.out \ No newline at end of file +*.out From b3fe09bd7d4647552aa53130aeb16ef33489d4f9 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Sun, 9 May 2021 14:41:47 +0100 Subject: [PATCH 1789/2185] Move into community folder --- ROS2.gitignore => community/ROS2.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ROS2.gitignore => community/ROS2.gitignore (100%) diff --git a/ROS2.gitignore b/community/ROS2.gitignore similarity index 100% rename from ROS2.gitignore rename to community/ROS2.gitignore From 8713694f2faee51946b79e9f12bb2aba4edd1b21 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Sun, 9 May 2021 12:24:38 -0700 Subject: [PATCH 1790/2185] Remove the all files matches from V.gitignore --- community/V.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/community/V.gitignore b/community/V.gitignore index bc0d4f3aaa..dbbb0462fb 100644 --- a/community/V.gitignore +++ b/community/V.gitignore @@ -1,6 +1,3 @@ -* -!*/ -!*.* *.exe *.o *.so From f3483b0072708b7bece1a7b79ffb74989b3c4466 Mon Sep 17 00:00:00 2001 From: Dan Toft Date: Wed, 12 May 2021 10:56:36 +0200 Subject: [PATCH 1791/2185] Added SPFx (SharePoint Framework) gitignore --- SPFx.gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 SPFx.gitignore diff --git a/SPFx.gitignore b/SPFx.gitignore new file mode 100644 index 0000000000..ac0c43076f --- /dev/null +++ b/SPFx.gitignore @@ -0,0 +1,33 @@ +#SharePoint Framework (SPFx) +# Logs +logs +*.log +npm-debug.log* + +# Dependency directories +node_modules + +# Build generated files +dist +lib +solution +temp +*.sppkg + +# Coverage directory used by tools like istanbul +coverage + +# OSX +.DS_Store + +# Visual Studio files +.ntvs_analysis.dat +.vs +bin +obj + +# Resx Generated Code +*.resx.ts + +# Styles Generated Code +*.scss.ts \ No newline at end of file From 346dd747885c007cf1c742f198bd04d1dcce05d5 Mon Sep 17 00:00:00 2001 From: Gerardyang Date: Wed, 12 May 2021 23:18:59 +0800 Subject: [PATCH 1792/2185] add pnpm debug file to Node.gitignore --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 1f22b9c26a..abea55627c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -5,6 +5,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* +.pnpm-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From ac73d272dfc25c9b1fd6c70fb78359b5c6faa205 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Fri, 14 May 2021 22:51:17 -0600 Subject: [PATCH 1793/2185] Handle .dll.refresh --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee453..5c8aece518 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,7 +27,8 @@ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -[Bb]in/ +**/[Bb]in/* +!**/[Bb]in/*.refresh [Oo]bj/ [Ll]og/ [Ll]ogs/ From 82fca3b67b7ca4b21155449263e9ba7ba851e84a Mon Sep 17 00:00:00 2001 From: Callum Whyte Date: Sun, 16 May 2021 19:35:36 +0100 Subject: [PATCH 1794/2185] Excluding odd.flag in all folders for Umbraco gitignore --- Umbraco.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index c286845766..5649531412 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -15,7 +15,7 @@ **/App_Data/umbraco.config ## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` -## you can find your umbraco version at your Web.config. (i.e. ) +## you can find your Umbraco version in your Web.config. (i.e. ) ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ @@ -29,4 +29,4 @@ **/App_Data/cache/ # Ignore the Models Builder models out of date flag -**/App_Data/Models/ood.flag +**/ood.flag From 20fdee2f41e4654b83910954a789359456cb4afa Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 29 Sep 2020 03:55:16 -0400 Subject: [PATCH 1795/2185] Add .godot/ folder to Godot.gitignore for Godot 4 --- Godot.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Godot.gitignore b/Godot.gitignore index 4f48ad79f8..d9aac213e7 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -1,3 +1,6 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg @@ -9,3 +12,4 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json From bfb5f318de959c61a98f6481ca4a6db393ba7508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dcaro=20Lima?= Date: Sun, 23 May 2021 11:08:58 -0300 Subject: [PATCH 1796/2185] Update Unity.gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4fe2..5d29f6c329 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -59,6 +59,7 @@ sysinfo.txt *.apk *.aab *.unitypackage +*.app # Crashlytics generated file crashlytics-build.properties From 77848c3879bb1e6556abacd1d40b1612653db057 Mon Sep 17 00:00:00 2001 From: Artur Tarassow <42611512+atecon@users.noreply.github.com> Date: Tue, 25 May 2021 12:25:21 +0200 Subject: [PATCH 1797/2185] Add template file for Gretl (#3737) Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- community/Gretl.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/Gretl.gitignore diff --git a/community/Gretl.gitignore b/community/Gretl.gitignore new file mode 100644 index 0000000000..582489e542 --- /dev/null +++ b/community/Gretl.gitignore @@ -0,0 +1,8 @@ +# gitignore template for Gretl +# website: http://gretl.sourceforge.net/ + +# Auto-generated log file is overwritten whenever you start a new session +session.inp + +# Auto-generated temporary string code table +string_table.txt From f308ca341dffc044b9d205080c2678ff8044187d Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Tue, 25 May 2021 11:44:57 +0100 Subject: [PATCH 1798/2185] Moved into community folder --- SPFx.gitignore => community/SPFx.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename SPFx.gitignore => community/SPFx.gitignore (97%) diff --git a/SPFx.gitignore b/community/SPFx.gitignore similarity index 97% rename from SPFx.gitignore rename to community/SPFx.gitignore index ac0c43076f..5a66b3419a 100644 --- a/SPFx.gitignore +++ b/community/SPFx.gitignore @@ -30,4 +30,4 @@ obj *.resx.ts # Styles Generated Code -*.scss.ts \ No newline at end of file +*.scss.ts From d5962b38af8e8fefd40efb2d2e5d61112d1fedf9 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Sun, 30 May 2021 11:17:00 -0600 Subject: [PATCH 1799/2185] Making .refresh exclusion optional --- VisualStudio.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5c8aece518..d8d40796e0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,12 +27,16 @@ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -**/[Bb]in/* -!**/[Bb]in/*.refresh [Oo]bj/ [Ll]og/ [Ll]ogs/ +# Build results on 'Bin' directories +**/[Bb]in/* +# Uncomment if you have tasks that rely on *.refresh files to move binaries +# (https://github.com/github/gitignore/pull/3736) +#!**/[Bb]in/*.refresh + # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot From 2828d5ad829ebd37eb806fc8c5ed2bcff0d8e1eb Mon Sep 17 00:00:00 2001 From: Doug Mead Date: Wed, 2 Jun 2021 12:48:49 -0600 Subject: [PATCH 1800/2185] Added LensStudio.gitignore (Ted Brown) --- community/LensStudio.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/LensStudio.gitignore diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore new file mode 100644 index 0000000000..d300293559 --- /dev/null +++ b/community/LensStudio.gitignore @@ -0,0 +1,13 @@ +# macOS/IDE # +.DS_Store +.idea + +# js # +node_modules +yarn.lock + +# Python # +__pycache__/ +*.py[cod] +*$py.class +[Bb]ackup* From 6c4941a138f5cd506e364bc131066f37cb1ca44d Mon Sep 17 00:00:00 2001 From: Doug Mead Date: Wed, 2 Jun 2021 12:54:29 -0600 Subject: [PATCH 1801/2185] Added header --- community/LensStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore index d300293559..5aa2e95000 100644 --- a/community/LensStudio.gitignore +++ b/community/LensStudio.gitignore @@ -1,3 +1,6 @@ +# gitignore template for LensStudio +# website: https://lensstudio.snapchat.com/ + # macOS/IDE # .DS_Store .idea From 68f7db42df3b13f401018676fe3765e27dd8e8ae Mon Sep 17 00:00:00 2001 From: Vincent Lafeychine Date: Thu, 3 Jun 2021 19:48:49 +0000 Subject: [PATCH 1802/2185] GNU plot ignored in TeX.gitignore --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 237f49ebaa..4bfcab6761 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -115,6 +115,10 @@ acs-*.bib # uncomment this for glossaries-extra (will ignore makeindex's style files!) # *.ist +# gnuplot +*.gnuplot +*.table + # gnuplottex *-gnuplottex-* From 25d6008c286b2f759cc571a364a0f0a7471af3be Mon Sep 17 00:00:00 2001 From: Abdulrahman Al-Ghamdi <49812896+Abdulrahman-AlGhamdi@users.noreply.github.com> Date: Mon, 7 Jun 2021 11:32:20 +0300 Subject: [PATCH 1803/2185] Add `.idea/jarRepositories.xml` to Android.gitignore The file `.idea/jarRepositories.xml` should be added to .gitignore. It is auto-generated and has only redundant information about remote jar repositories. * https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 23de6e20a6..5d18272eb4 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -44,6 +44,7 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries +.idea/jarRepositories.xml # Android Studio 3 in .gitignore file. .idea/caches .idea/modules.xml From 1503b47796e8045b9db1abb26630255f070965e7 Mon Sep 17 00:00:00 2001 From: Parsa Date: Sat, 12 Jun 2021 14:49:35 +0430 Subject: [PATCH 1804/2185] Revert #3706 Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee453..26ab8f45b9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -207,7 +207,7 @@ PublishScripts/ *.nuget.targets # Nuget personal access tokens and Credentials -nuget.config +# nuget.config # Microsoft Azure Build Output csx/ From 10d9c15458afeea31b1962714c39b8c032313c20 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 15 Jun 2021 16:34:35 +0200 Subject: [PATCH 1805/2185] Add media folder to umbraco.gitignore --- Umbraco.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 5649531412..97e606c04d 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,6 +19,10 @@ ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ +## This [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. +## Uncomment this line if you think it fits the way you work on your project. +## **/[Mm]edia/ + # 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/* From cfd330ff8b6b95fcb08f16a6bbbf2cfc691dc6ba Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 15 Jun 2021 16:47:51 +0200 Subject: [PATCH 1806/2185] Update Umbraco.gitignore Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 97e606c04d..ceb7c866b9 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,7 +19,7 @@ ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ -## This [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. +## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. ## Uncomment this line if you think it fits the way you work on your project. ## **/[Mm]edia/ From d9caa61ceb444bba087af4cc1d4c282632a57573 Mon Sep 17 00:00:00 2001 From: Hecon5 <54177882+hecon5@users.noreply.github.com> Date: Wed, 23 Jun 2021 11:24:29 -0400 Subject: [PATCH 1807/2185] Adding in support for Nasa SpecsIntact --- community/NasaSpecsIntact.gitignore | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 community/NasaSpecsIntact.gitignore diff --git a/community/NasaSpecsIntact.gitignore b/community/NasaSpecsIntact.gitignore new file mode 100644 index 0000000000..be53af0e0a --- /dev/null +++ b/community/NasaSpecsIntact.gitignore @@ -0,0 +1,40 @@ +# gitignore template for Nasa SpecsIntact (SI) +# Website: https://specsintact.ksc.nasa.gov/ +# +# Recommended: +# MicrosoftOffice.gitignore +# + +# SpecsIntact (SI) Locking file; this would lock everyone out. +*.se$ + +# SI Reports; auto-generated. They do not belong in the repository +# as they will be re-created exactly when using a specific checkout point. +*.RPT +ADDRVER.* +BRKTVER.* +DUPEREF.* +REFVER.* +SECTVER.* +SUBMVER.* +TTLDIFFS.* + +# SpecsIntact files that change a lot and don't actually affect SI +# PULL.TBL is an auto-generated file to help speed SI loading. +PULL.TBL +pulltbl.bck + +# Tailoring information. +# Keep tailor.tag; it is a list of tailoring options in SI. + +# JOB.OTL informs SI where a spec section came from. +# Keeping the old one isn't useful in git. +JOB.OTL.OLD + +# OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote +# notebooks, and if so, OneNote will litter the SI folder with these. +*.onetoc* + +# Log files, typically tagfix or other auto generated logs that aren't useful +# outside of the user that made them and clutter up the index. +*.log From 87aaa50bcb7d5b8117fbe91b118e136759256e18 Mon Sep 17 00:00:00 2001 From: Michael Orzel <56739010+michael-orzel@users.noreply.github.com> Date: Thu, 1 Jul 2021 10:50:20 -0400 Subject: [PATCH 1808/2185] Add period and capitalized letter for formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9ec5eb8ba..a2ffb7d59e 100644 --- a/README.md +++ b/README.md @@ -20,10 +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 +- 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 + 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) From 956fd0f7ddff90a72dba6134453ff9a26d41ae48 Mon Sep 17 00:00:00 2001 From: weycen Date: Fri, 2 Jul 2021 16:30:06 +0800 Subject: [PATCH 1809/2185] feat: Add template for Keil uVision --- uVision.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 uVision.gitignore diff --git a/uVision.gitignore b/uVision.gitignore new file mode 100644 index 0000000000..ab4049aa6c --- /dev/null +++ b/uVision.gitignore @@ -0,0 +1,36 @@ +# .gitignore file for Keil µVision + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst + +# Object and HEX Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bin +*.d +*.crf +*.elf +*.hex +*.h86 +*.obj +*.o +*.sbr + +# Build Files + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files +*.bak +*.build_log.htm +*.dep From d80f0fe45382ebc4da9de8a14195f10f472a4a0e Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Thu, 8 Jul 2021 15:08:57 +0800 Subject: [PATCH 1810/2185] feat: Add *.iex --- uVision.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/uVision.gitignore b/uVision.gitignore index ab4049aa6c..6fa4ab7a64 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -18,6 +18,7 @@ *.elf *.hex *.h86 +*.iex *.obj *.o *.sbr From 75050167fd3b335197235c36d1443f611520acfc Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Fri, 9 Jul 2021 11:26:37 +0200 Subject: [PATCH 1811/2185] add Umbraco excludes for version 9 / .Net 5 (Core) --- Umbraco.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index cd90af3071..fe156c68d7 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -24,3 +24,8 @@ # Ignore the Models Builder models out of date flag **/App_Data/Models/ood.flag + +# NEW for version 9 .Net 5 (Core) +**/umbraco/Data/* +**/umbraco/mediacache +**/wwwroot/umbraco/lib From 1a84870ad77a665460fd1504d18c384954e3cc1e Mon Sep 17 00:00:00 2001 From: GrpeApple Date: Sun, 11 Jul 2021 13:03:23 +0800 Subject: [PATCH 1812/2185] Remove trailing whitespace --- Qt.gitignore | 2 +- Terraform.gitignore | 4 ++-- Umbraco.gitignore | 4 ++-- community/OpenSSL.gitignore | 2 +- community/PHP/Magento2.gitignore | 4 ++-- community/embedded/IAR_EWARM.gitignore | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 101354027a..7f4826b46f 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -45,7 +45,7 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* -# QtCreator 4.8< compilation database +# QtCreator 4.8< compilation database compile_commands.json # QtCreator local machine specific files for imported projects diff --git a/Terraform.gitignore b/Terraform.gitignore index beb38d84d0..18221f8eba 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -9,8 +9,8 @@ crash.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. # *.tfvars diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 5649531412..1f186d0fff 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -14,10 +14,10 @@ # Ignore Umbraco content cache file **/App_Data/umbraco.config -## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` +## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` ## you can find your Umbraco version in your Web.config. (i.e. ) ## Uncomment this line if you think it fits the way you work on your project. -## **/[Uu]mbraco/ +## **/[Uu]mbraco/ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this diff --git a/community/OpenSSL.gitignore b/community/OpenSSL.gitignore index feb95a9f70..732b1f165a 100644 --- a/community/OpenSSL.gitignore +++ b/community/OpenSSL.gitignore @@ -10,7 +10,7 @@ *.csr ## Certificate -*.der +*.der ## Key database file *.kdb diff --git a/community/PHP/Magento2.gitignore b/community/PHP/Magento2.gitignore index b6b7860a84..98329d7bd5 100644 --- a/community/PHP/Magento2.gitignore +++ b/community/PHP/Magento2.gitignore @@ -18,7 +18,7 @@ /.php_cs.cache /grunt-config.json /dev/tools/grunt/configs/local-themes.js - + /pub/media/*.* !/pub/media/.htaccess /pub/media/attribute/* @@ -45,7 +45,7 @@ !/pub/media/captcha/.htaccess /pub/static/* !/pub/static/.htaccess - + /var/* !/var/.htaccess /vendor/* diff --git a/community/embedded/IAR_EWARM.gitignore b/community/embedded/IAR_EWARM.gitignore index e456471f66..2f04d86da3 100644 --- a/community/embedded/IAR_EWARM.gitignore +++ b/community/embedded/IAR_EWARM.gitignore @@ -11,7 +11,7 @@ EWARM/**/Obj EWARM/**/List EWARM/**/Exe -# Autogenerated project files +# Autogenerated project files *.dep *.ewt From af9d6ae6ea12a84fc5e5ba0e052e4a9ee5459ff1 Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Tue, 13 Jul 2021 11:17:32 +0800 Subject: [PATCH 1813/2185] Update uVision.gitignore Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments. --- uVision.gitignore | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/uVision.gitignore b/uVision.gitignore index 6fa4ab7a64..b86a87939f 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -1,4 +1,4 @@ -# .gitignore file for Keil µVision +# git ignore file for Keil µVision Project # µVision 5 and µVision 4 Project screen layout file *.uvguix.* @@ -7,23 +7,30 @@ # Listing Files *.i *.lst +*.m51 +*.m66 +*.map -# Object and HEX Files +# Object Files *.axf *.b[0-2][0-9] *.b3[0-1] -*.bin -*.d *.crf +*.d *.elf -*.hex -*.h86 +*.htm *.iex -*.obj *.o +*.obj *.sbr +# Firmware Files +*.bin +*.h86 +*.hex + # Build Files +.bat # Debugger Files .ini From e60515a4b2af34c5545af0ea1fd56a36fb9c079a Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Tue, 13 Jul 2021 11:29:21 +0800 Subject: [PATCH 1814/2185] Update uVision.gitignore Add *.lnp, some category adjustments. --- uVision.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uVision.gitignore b/uVision.gitignore index b86a87939f..5954ec8310 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -15,11 +15,15 @@ *.axf *.b[0-2][0-9] *.b3[0-1] +*.bak +*.build_log.htm *.crf *.d +*.dep *.elf *.htm *.iex +*.lnp *.o *.obj *.sbr @@ -39,6 +43,3 @@ JLinkLog.txt # Other Files -*.bak -*.build_log.htm -*.dep From e2a1bb8ee20d00795f406b0de527e211b75a3ebb Mon Sep 17 00:00:00 2001 From: Mukesh Sharma Date: Tue, 13 Jul 2021 22:32:32 +1200 Subject: [PATCH 1815/2185] Added wildcard to crash.log because the newer versions of Terraform creates crash log with random numbers in between example crash.105189318.log --- Terraform.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index beb38d84d0..894a302911 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -6,7 +6,7 @@ *.tfstate.* # Crash log files -crash.log +crash.*.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as # password, private keys, and other secrets. These should not be part of version From bb1c0fa13951ed4bfa9eb16c97c4075a46c73a95 Mon Sep 17 00:00:00 2001 From: Mukesh Sharma Date: Tue, 13 Jul 2021 22:41:47 +1200 Subject: [PATCH 1816/2185] Ignore crash.log and crash.*.log files generated by Terraform debugging --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 894a302911..fe38ddf7d8 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -6,6 +6,7 @@ *.tfstate.* # Crash log files +crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as From 44a9c3ebdad5d6f92995992ff55496509f0a4019 Mon Sep 17 00:00:00 2001 From: "ShinProg (Logan Tann)" Date: Sat, 17 Jul 2021 14:19:06 +0200 Subject: [PATCH 1817/2185] fixes CodeIgniter.gitignore deleting a critical system file After spending a lot of time finding why my app won't run, just noticed that the gitignore I copied introduced a deletion/ignore rule of an internal folder used by the framework. The current gitignore file deletes the folder `/system/Cache/*` and causes the following error when running the App from the CLI or the web server : `Class "CodeIgniter\Cache\CacheFactory" not found `; making the app unable to run. I added the following rule to fix this : `!system/Cache/*`. Note : this won't fix the bug if the system folder is renamed --- CodeIgniter.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index bfea17cdc5..f447dc307b 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -2,6 +2,7 @@ */logs/log-*.php !*/logs/index.html */cache/* +!system/cache/* !*/cache/index.html !*/cache/.htaccess From 9792c3836bd520d8b411d8aa211af0dd64de472f Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Tue, 20 Jul 2021 22:45:16 +0200 Subject: [PATCH 1818/2185] VisualStudioCode: ignores built vscode extensions --- Global/VisualStudioCode.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 85813e1cbc..3878c4e5d8 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -7,3 +7,6 @@ # Local History for Visual Studio Code .history/ + +# Built Visual Studio Code Extensions +*.vsix From b2fae2dd0f12808a2490fe4d59bfc1c52263cf6d Mon Sep 17 00:00:00 2001 From: Jamie Lendrum Date: Thu, 22 Jul 2021 12:05:41 +0100 Subject: [PATCH 1819/2185] Add RStudio Connect folder to R gitignore https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237 --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index da10c745ee..6ab6fc982b 100644 --- a/R.gitignore +++ b/R.gitignore @@ -43,3 +43,6 @@ docs/ # translation temp files po/*~ + +# RStudio Connect folder +rsconnect/ From 0a4b1bde2bb96bf936792183c5d6a76590641076 Mon Sep 17 00:00:00 2001 From: Alexander <43488179+snaulX@users.noreply.github.com> Date: Thu, 29 Jul 2021 11:47:29 +0600 Subject: [PATCH 1820/2185] Create .gitignore for Flax Engine --- FlaxEngine.gitignore | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 FlaxEngine.gitignore diff --git a/FlaxEngine.gitignore b/FlaxEngine.gitignore new file mode 100644 index 0000000000..b470568443 --- /dev/null +++ b/FlaxEngine.gitignore @@ -0,0 +1,45 @@ +# Ignore Flax project files +Binaries/ +Cache/ +Logs/ +Output/ +Screenshots/ +*.HotReload.* + +# Ignore Visual Studio project files (generated locally) +*.csproj +*.sln + +# Ignore thumbnails created by Windows +Thumbs.db + +# Ignore files built by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +.vs/ + +# Ignore Nuget packages folder +packages/ From f1484992a3ebcee0ef2c8c7c4d2463002ae69415 Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Fri, 30 Jul 2021 18:55:40 +0200 Subject: [PATCH 1821/2185] even more files could be ignored --- Umbraco.gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 6032b670d0..3d775175ff 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -32,6 +32,11 @@ **/ood.flag # NEW for version 9 .Net 5 (Core) -**/umbraco/Data/* -**/umbraco/mediacache -**/wwwroot/umbraco/lib \ No newline at end of file +#ignore umbraco backoffice assest from wwwroot +**/wwwroot/umbraco/ + +#ignore umbraco data/views/settings +**/umbraco/ + +#include default location for modelsbuilder output +!**/umbraco/models \ No newline at end of file From a81591327a72605498fe7a29c5c56ab1a40da94a Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Fri, 30 Jul 2021 19:12:28 +0200 Subject: [PATCH 1822/2185] allow packages path --- Umbraco.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 3d775175ff..d7adb0ef02 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -39,4 +39,7 @@ **/umbraco/ #include default location for modelsbuilder output -!**/umbraco/models \ No newline at end of file +!**/umbraco/models + +#include default location for packages +!**/umbraco/Data/packages \ No newline at end of file From 823c26086a014bfbf46dc47af44197917eb92761 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 4 Aug 2021 14:38:20 -0400 Subject: [PATCH 1823/2185] Create AutoIt.gitignore This is a gitignore template for the AutoIt v3 Language. This tool automatically excludes files created by some of it's tools such as automated backups. --- AutoIt.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AutoIt.gitignore diff --git a/AutoIt.gitignore b/AutoIt.gitignore new file mode 100644 index 0000000000..42bff43de8 --- /dev/null +++ b/AutoIt.gitignore @@ -0,0 +1,5 @@ +# Tidy Auto-Generated Backups +Backup/* + +# Au3Stripper Auto-Generated Files +*_stripped.au3 From 9a050f70afbf2713c98f6a92d1c7435a4d4709aa Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Fri, 6 Aug 2021 13:07:18 -0400 Subject: [PATCH 1824/2185] Update AutoIt.gitignore --- AutoIt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AutoIt.gitignore b/AutoIt.gitignore index 42bff43de8..1310b9319f 100644 --- a/AutoIt.gitignore +++ b/AutoIt.gitignore @@ -1,3 +1,6 @@ +# Compiled Scripts +*.a3x + # Tidy Auto-Generated Backups Backup/* From 69f2ca026d788f9c5ebead6f02eddd616c61d611 Mon Sep 17 00:00:00 2001 From: wc7086 <74053663+wc7086@users.noreply.github.com> Date: Sun, 15 Aug 2021 08:52:06 +0800 Subject: [PATCH 1825/2185] KiCad: add *-backups >A note about backup files One other notable change is that the backup file system has been removed. This was the system that would create kicad_sch-bak and kicad_pcb-bak files every time you save. The short story about why this is removed is that with recent changes to the way file saving works, it should no longer be possible for files to be corrupted if KiCad crashes during a save, and the generation of these backup files was seen by many users as annoying clutter. For more context about this decision, you can read the [thread on the developers mailing list](https://lists.launchpad.net/kicad-developers/msg44067.html). >An new backup system that properly backs up the whole project (see the [GitLab issue](https://gitlab.com/kicad/code/kicad/-/issues/4763)) has been implemented to replace this feature. As always when using nightly builds, back up your files separately in case a KiCad bug breaks the built-in backup system. https://forum.kicad.info/t/new-project-file-format/23705 --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index bd70969a0f..8d5c525039 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -7,6 +7,7 @@ *.bck *.kicad_pcb-bak *.kicad_sch-bak +*-backups *.kicad_prl *.sch-bak *~ From dc95dd536c636ad5c3fe66398ed1fab9ba153af6 Mon Sep 17 00:00:00 2001 From: weycen Date: Fri, 20 Aug 2021 22:21:26 +0800 Subject: [PATCH 1826/2185] Move 'uVision.gitignore' to the community folder --- .../embedded/uVision.gitignore | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) rename uVision.gitignore => community/embedded/uVision.gitignore (90%) diff --git a/uVision.gitignore b/community/embedded/uVision.gitignore similarity index 90% rename from uVision.gitignore rename to community/embedded/uVision.gitignore index 5954ec8310..f69c404f81 100644 --- a/uVision.gitignore +++ b/community/embedded/uVision.gitignore @@ -1,45 +1,45 @@ -# git ignore file for Keil µVision Project - -# µVision 5 and µVision 4 Project screen layout file -*.uvguix.* -*.uvgui.* - -# Listing Files -*.i -*.lst -*.m51 -*.m66 -*.map - -# Object Files -*.axf -*.b[0-2][0-9] -*.b3[0-1] -*.bak -*.build_log.htm -*.crf -*.d -*.dep -*.elf -*.htm -*.iex -*.lnp -*.o -*.obj -*.sbr - -# Firmware Files -*.bin -*.h86 -*.hex - -# Build Files -.bat - -# Debugger Files -.ini - -# JLink Files -JLinkLog.txt - -# Other Files +# git ignore file for Keil µVision Project + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst +*.m51 +*.m66 +*.map + +# Object Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bak +*.build_log.htm +*.crf +*.d +*.dep +*.elf +*.htm +*.iex +*.lnp +*.o +*.obj +*.sbr + +# Firmware Files +*.bin +*.h86 +*.hex + +# Build Files +.bat + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files From 9c6c78a47295f69c30b62bec9ff0cfb170e00bca Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Mon, 16 Oct 2017 11:47:57 +0800 Subject: [PATCH 1827/2185] Revert "Commenting out Android keystore files" This reverts commit 77145f787f311efa66c570c5ffadea10a429bf21. --- Android.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 5d18272eb4..cc11891791 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -52,9 +52,8 @@ captures/ .idea/navEditor.xml # Keystore files -# Uncomment the following lines if you do not want to check your keystore files in. -#*.jks -#*.keystore +*.jks +*.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild From 5f92ce62c13bf50aa03420bad0e3b935fa056dc2 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 20 Feb 2019 17:33:34 +0800 Subject: [PATCH 1828/2185] Revert "add android lint files" This reverts commit 240dd3f3213b53f96932a8d92dfb523ccb51c099. --- Android.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index cc11891791..1dd877772c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -77,12 +77,5 @@ fastlane/readme.md # Version control vcs.xml -# lint -lint/intermediates/ -lint/generated/ -lint/outputs/ -lint/tmp/ -# lint/reports/ - # Android Profiling *.hprof From d799074b87ae019ebe394da6ea466cbf838fc8db Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Fri, 6 Dec 2019 13:34:53 -0800 Subject: [PATCH 1829/2185] Revert "Added aar file type to gitignore (#3233)" This reverts commit 1c114570c7659a59613ebc1fe45a5b07918df105. --- Android.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 1dd877772c..85629de82f 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,6 +1,5 @@ # Built application files *.apk -*.aar *.ap_ *.aab From 9ed4f28d3ba067841d45679491038de443de00db Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 1 Jun 2017 15:30:55 +0800 Subject: [PATCH 1830/2185] [Android] Cleanup and remove legacy stuff --- Android.gitignore | 67 +++++++---------------------------------------- 1 file changed, 9 insertions(+), 58 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 85629de82f..741323c6b1 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,21 +1,3 @@ -# Built application files -*.apk -*.ap_ -*.aab - -# Files for the ART/Dalvik VM -*.dex - -# Java class files -*.class - -# Generated files -bin/ -gen/ -out/ -# Uncomment the following line in case you need and you don't have the release build type files in your app -# release/ - # Gradle files .gradle/ build/ @@ -23,58 +5,27 @@ build/ # Local configuration file (sdk path, etc) local.properties -# Proguard folder generated by Eclipse -proguard/ - -# Log Files +# Log/OS Files *.log +.DS_Store -# Android Studio Navigation editor temp files -.navigation/ - -# Android Studio captures folder +# Android Studio generated files and folders captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/jarRepositories.xml -# Android Studio 3 in .gitignore file. -.idea/caches -.idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you -.idea/navEditor.xml +.idea/ # Keystore files *.jks *.keystore -# External native build folder generated in Android Studio 2.2 and later -.externalNativeBuild -.cxx/ - # Google Services (e.g. APIs or Firebase) -# google-services.json - -# Freeline -freeline.py -freeline/ -freeline_project_description.json - -# fastlane -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots -fastlane/test_output -fastlane/readme.md - -# Version control -vcs.xml +google-services.json # Android Profiling *.hprof From dd412a73a74d8b3df04dc125d358f25071b3504f Mon Sep 17 00:00:00 2001 From: Aaron Sherber Date: Wed, 8 Sep 2021 22:24:42 -0400 Subject: [PATCH 1831/2185] Remove nuget.config from VisualStudio.gitignore --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee453..5aa4417277 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -206,9 +206,6 @@ PublishScripts/ *.nuget.props *.nuget.targets -# Nuget personal access tokens and Credentials -nuget.config - # Microsoft Azure Build Output csx/ *.build.csdef From 49ec6fd170faf8c745fe2757461fd35f7810248d Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Sun, 12 Sep 2021 03:02:20 +0200 Subject: [PATCH 1832/2185] feat(node): added `.stylelintcache` for stylelint --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 0125458e15..2d8f1e7ad1 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -54,6 +54,9 @@ web_modules/ # Optional eslint cache .eslintcache +# Optional stylelint cache +.stylelintcache + # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ From edc2325d8ebdae2776b86a7d457a6b07019b9648 Mon Sep 17 00:00:00 2001 From: Lucien Zhang Date: Sun, 12 Sep 2021 23:10:01 +0900 Subject: [PATCH 1833/2185] Add vuepress v2.x temp and cache directory --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 0125458e15..180020a9d1 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -95,6 +95,10 @@ dist # vuepress build output .vuepress/dist +# vuepress v2.x temp and cache directory +.temp +.cache + # Serverless directories .serverless/ From 8be0bf6f8ff86cfed5f4c47e3ec78b11c196ceeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=A9=EC=84=B1=EB=B2=94=20=28Bang=20Seongbeom=29?= Date: Sat, 18 Sep 2021 17:12:32 +0900 Subject: [PATCH 1834/2185] Make not to ignore *.code-workspace **Reasons for making this change:** Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development. You can find an example on [lit/lit/lit-next.code-workspace](https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace). **Links to documentation supporting these rule changes:** https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file --- Global/VisualStudioCode.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 85813e1cbc..de1059890e 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -3,7 +3,6 @@ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -*.code-workspace # Local History for Visual Studio Code .history/ From 269a61b29595fc5aa8ede2a6e0fdf3e5e06d5f5b Mon Sep 17 00:00:00 2001 From: Tropical Raisel <87331818+tropicalraisel@users.noreply.github.com> Date: Mon, 27 Sep 2021 08:33:02 -0700 Subject: [PATCH 1835/2185] Fixed .vscode not being ignored --- Global/VisualStudioCode.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 85813e1cbc..384c82175e 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,4 +1,4 @@ -.vscode/* +.vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json From 53f9e7ecea6f4f1fe7048295d2b6365d2945cb7c Mon Sep 17 00:00:00 2001 From: xgdgsc Date: Wed, 29 Sep 2021 17:52:57 +0800 Subject: [PATCH 1836/2185] Create Syncthing.gitignore --- Global/Syncthing.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Global/Syncthing.gitignore diff --git a/Global/Syncthing.gitignore b/Global/Syncthing.gitignore new file mode 100644 index 0000000000..2b9d736e14 --- /dev/null +++ b/Global/Syncthing.gitignore @@ -0,0 +1 @@ +.stversions From ea772bee1aaf1d377462bca003aeb25baac6e342 Mon Sep 17 00:00:00 2001 From: xgdgsc Date: Wed, 29 Sep 2021 17:57:09 +0800 Subject: [PATCH 1837/2185] Update Syncthing.gitignore --- Global/Syncthing.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Syncthing.gitignore b/Global/Syncthing.gitignore index 2b9d736e14..e18c9a8bfe 100644 --- a/Global/Syncthing.gitignore +++ b/Global/Syncthing.gitignore @@ -1 +1,2 @@ +# Syncthing caches .stversions From 8d86f889a271d762a8c540b028d36f72bea4de87 Mon Sep 17 00:00:00 2001 From: Ken Cross Date: Sun, 3 Oct 2021 08:26:51 -0400 Subject: [PATCH 1838/2185] Add Visual Studio History (VSHistory) files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee453..62c9942c9e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -353,6 +353,9 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ +# Visual Studio History (VSHistory) files +.vshistory/ + # BeatPulse healthcheck temp database healthchecksdb From 11a3752c20b770a06e9f26028f22908237022dcf Mon Sep 17 00:00:00 2001 From: Anil Seervi Date: Tue, 12 Oct 2021 17:13:28 +0530 Subject: [PATCH 1839/2185] Update global .gitignore template doc ID link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ffb7d59e..ec472da7db 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We support a collection of templates, organized in this way: 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) + that you either [add these to your global template](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer) or merge these rules into your project-specific templates if you want to use them permanently. - [`community`](./community) contains specialized templates for other popular From 7bcea281916d32d480abfe41a78b204c9935d5b4 Mon Sep 17 00:00:00 2001 From: Edward Rowe Date: Wed, 13 Oct 2021 08:40:50 -0400 Subject: [PATCH 1840/2185] Unity: Remove exclusion for *.meta files If a user has ignored an asset (no matter how dubious that decision may be), they also want to ignore the .meta file. Instead of bringing back .metas that have been ignored, this template should trust that a user has ignored the files they want to ignore. You'd encounter this issue if you had added an ignore for an asset and its meta above this Unity template, or if another template ignored an asset and meta. In general excludes may be dangerous in these templates, as they can have unintended consequences on other templates. --- Unity.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4fe2..e4ba92694f 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -14,9 +14,6 @@ # They also could contain extremely sensitive data /[Mm]emoryCaptures/ -# Asset meta data should only be ignored when the corresponding asset is also ignored -!/[Aa]ssets/**/*.meta - # Uncomment this line if you wish to ignore the asset store tools plugin # /[Aa]ssets/AssetStoreTools* From 83a3e82b4eb28edd3e76ecbfc7921e4662557278 Mon Sep 17 00:00:00 2001 From: Jan N Rose Date: Wed, 13 Oct 2021 16:42:34 +0200 Subject: [PATCH 1841/2185] Update TeX.gitignore Add .ptc extension (partial toc) from titletoc package --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 237f49ebaa..6b92f748f9 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -213,6 +213,9 @@ pythontex-files-*/ *.md5 *.auxlock +# titletoc +*.ptc + # todonotes *.tdo From 10fc0397160817dce0e35ced634e977fd1492aee Mon Sep 17 00:00:00 2001 From: Miguel Medina Ballesteros Date: Sat, 16 Oct 2021 20:26:00 +0100 Subject: [PATCH 1842/2185] Fix Unreal Engine plugin binaries on subfolders --- UnrealEngine.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9a1..6e0d95fb31 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -47,7 +47,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* -Plugins/*/Binaries/* +Plugins/**/Binaries/* # Builds Build/* @@ -68,7 +68,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* -Plugins/*/Intermediate/* +Plugins/**/Intermediate/* # Cache files for the editor to use DerivedDataCache/* From e77ef81b1bf41eb12b6080e82dbc350f5d09f0c1 Mon Sep 17 00:00:00 2001 From: Daniel Libanori Date: Thu, 28 Oct 2021 04:52:49 -0300 Subject: [PATCH 1843/2185] Ignore Rails .env according recomendations Reasons for making this change: Rails dotenv ignore is not following dotenv recommendations as stated in its documentation Links to documentation supporting these rule changes: https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index ae9df64484..c55bb7132e 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -27,7 +27,7 @@ config/master.key # dotenv, dotenv-rails # TODO Comment out these rules if environment variables can be committed .env -.env.* +.env*.local ## Environment normalization: /.bundle From b3338626a34e02dc46bcd1448be63fa0635421d7 Mon Sep 17 00:00:00 2001 From: Jesse Schalken Date: Mon, 1 Nov 2021 23:52:35 +1100 Subject: [PATCH 1844/2185] Ignore directories from the Bazel IntelliJ plugin These directories contain the generated project files from the Bazel IntelliJ plugin. See these links for info: https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/.gitignore https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java#L36 --- community/Bazel.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore index a08ff4860c..bc3afc20ba 100644 --- a/community/Bazel.gitignore +++ b/community/Bazel.gitignore @@ -4,3 +4,10 @@ # 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-* + +# Directories for the Bazel IntelliJ plugin containing the generated +# IntelliJ project files and plugin configuration. Seperate directories are +# for the IntelliJ, Android Studio and CLion versions of the plugin. +/.ijwb/ +/.aswb/ +/.clwb/ From 4101e3f666fb4944b1be6c28bd20cc4596409f90 Mon Sep 17 00:00:00 2001 From: GuillemPM Date: Tue, 2 Nov 2021 10:44:10 +0100 Subject: [PATCH 1845/2185] Add .gitignore for Microsoft Business Central --- AL.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AL.gitignore diff --git a/AL.gitignore b/AL.gitignore new file mode 100644 index 0000000000..02eac6989a --- /dev/null +++ b/AL.gitignore @@ -0,0 +1,22 @@ +### AL ### +#Template for AL projects for Dynamics 365 Business Central +#launch.json folder +.vscode/ +#Cache folder +.alcache/ +#Symbols folder +.alpackages/ +#Snapshots folder +.snapshots/ +#Testing Output folder +.output/ +#Extension App-file +*.app +#Rapid Application Development File +rad.json +#Translation Base-file +*.g.xlf +#License-file +*.flf +#Test results file +TestResults.xml \ No newline at end of file From 14ef93721432b85196b402ff9c438e41a28c96c2 Mon Sep 17 00:00:00 2001 From: Benjamin Altpeter Date: Tue, 2 Nov 2021 11:10:35 +0000 Subject: [PATCH 1846/2185] Hugo: Add new .hugo_build.lock Version 0.89.0 of Hugo creates a new `.hugo_build.lock` lock file when building the site. The release notes suggest adding this to the `.gitignore`: https://github.com/gohugoio/hugo/releases/tag/v0.89.0 --- community/Golang/Hugo.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 37fa330e4f..996959a3c6 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -6,3 +6,6 @@ hugo.exe hugo.darwin hugo.linux + +# Temporary lock file while building +/.hugo_build.lock From 450e32dd8f56bda53b15a17911e2448ffd286c12 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Wed, 3 Nov 2021 19:58:18 +0700 Subject: [PATCH 1847/2185] Add files to Hugo.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three new files to ignore for GoHugo repositories: - `/assets/jsconfig.json` - Quote from [JavaScript Building](https://gohugo.io/hugo-pipes/js/): "Hugo will, by default, generate a assets/jsconfig.json file that maps the imports. This is useful for navigation/intellisense help inside code editors, but if you don’t need/want it, you can turn it off." - `hugo_stats.json` - Quote from [Post Build Resource Transformations ](https://gohugo.io/news/0.69.0-relnotes/): "The prime current use case for the above is CSS pruning in PostCSS. In simple cases you can use the templates as a base for the content filters, but that has its limitations and can be very hard to setup, especially in themed configurations. So we have added a new writeStats configuration that, when enabled, will write a file named hugo_stats.json to your project root with some aggregated data about the build, e.g. list of HTML entities published, to be used to do CSS pruning." - `.hugo_build.lock` - Quote from [Fine Grained File Filters ](https://gohugo.io/news/0.89.0-relnotes/): "Hugo now writes an empty file named .hugo_build.lock to the root of the project when building (also when doing hugo new mypost.md and other commands that requires a build). We recommend you just leave this file alone. Put it in .gitignore or similar if you don’t want the file in your source repository." --- community/Golang/Hugo.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 37fa330e4f..ce82e95246 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,6 +1,9 @@ # Generated files by hugo /public/ /resources/_gen/ +/assets/jsconfig.json +hugo_stats.json +.hugo_build.lock # Executable may be added to repository hugo.exe From a117ddb61ac122d9c2fee94457fac02ce36732c4 Mon Sep 17 00:00:00 2001 From: Jannis vH Date: Wed, 3 Nov 2021 21:47:57 +0100 Subject: [PATCH 1848/2185] Gitignore template for Beef programming language --- Beef.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Beef.gitignore diff --git a/Beef.gitignore b/Beef.gitignore new file mode 100644 index 0000000000..5c26f6a2cb --- /dev/null +++ b/Beef.gitignore @@ -0,0 +1,3 @@ +build/ +recovery/ +BeefSpace_User.toml From b705152d98c301a4f9ee1e49865bce0ffbb7bc71 Mon Sep 17 00:00:00 2001 From: Josh Gadeken Date: Mon, 8 Nov 2021 03:50:27 -0700 Subject: [PATCH 1849/2185] Update KiCad domain. https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/ --- KiCad.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index bd70969a0f..a568379cc5 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -1,5 +1,5 @@ -# For PCBs designed using KiCad: http://www.kicad-pcb.org/ -# Format documentation: http://kicad-pcb.org/help/file-formats/ +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ # Temporary files *.000 From fbc053fe49d7f3b4a882ddf9651fc60f8954db21 Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Sat, 13 Nov 2021 18:14:24 +0100 Subject: [PATCH 1850/2185] Go: Ignore Go workspace file go.work With Go 1.18, support for Go workspaces will land. Go workspaces are configured in `go.work`, which contains paths to local development versions of modules and therefore is not expected to be commited. See: * https://github.com/golang/go/issues/45713 --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 66fd13c903..de67df5e37 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +# Go workspace file +go.work From e111f1c746c268ced3d202c2a0192cf0c9d39b01 Mon Sep 17 00:00:00 2001 From: Sergey Zolotarev Date: Sun, 14 Nov 2021 22:57:55 +0600 Subject: [PATCH 1851/2185] Add replay_pid* to Java.gitignore --- Java.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitignore b/Java.gitignore index a1c2a238a9..524f0963bd 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -21,3 +21,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +replay_pid* From 8a4aa1409980987558b080b75a286d99645a83a5 Mon Sep 17 00:00:00 2001 From: Kevin JY Cui Date: Tue, 16 Nov 2021 02:55:03 -0500 Subject: [PATCH 1852/2185] Ignore default Recordings folder created by Unity Recorder package --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4fe2..c8f7e273f3 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -14,6 +14,9 @@ # They also could contain extremely sensitive data /[Mm]emoryCaptures/ +# Recordings can get excessive in size +/[Rr]ecordings/ + # Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta From 8b1f9b4196f1643b01c79f120af0c8bc9d8c0536 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Wed, 24 Nov 2021 09:48:11 +0100 Subject: [PATCH 1853/2185] Remove .idea folder from VisualStudio Conflicts with JetBrains.gitignore. Some files in this directory should be checked in. Not sure about *.sln.iml, so I'm leaving that. The JetBrains.gitignore file contains commented-out IML stuff with instructions on when to uncomment. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 26ab8f45b9..1de465d578 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -384,5 +384,4 @@ FodyWeavers.xsd *.msp # JetBrains Rider -.idea/ *.sln.iml From 5f4cf9d4c30d91c321d09037fcb22f1c5dbb703c Mon Sep 17 00:00:00 2001 From: Falu Date: Sun, 28 Nov 2021 08:34:13 +0100 Subject: [PATCH 1854/2185] adding the initial version of the AL Language --- Global/AL.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Global/AL.gitignore diff --git a/Global/AL.gitignore b/Global/AL.gitignore new file mode 100644 index 0000000000..0f5f6c4b5c --- /dev/null +++ b/Global/AL.gitignore @@ -0,0 +1,11 @@ +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* \ No newline at end of file From 87a13491bd7b4fc2449ec6c43a89e74bf26fa9ee Mon Sep 17 00:00:00 2001 From: Falu Date: Sun, 28 Nov 2021 08:34:56 +0100 Subject: [PATCH 1855/2185] new line for validation --- Global/AL.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/AL.gitignore b/Global/AL.gitignore index 0f5f6c4b5c..3cdf36b7cb 100644 --- a/Global/AL.gitignore +++ b/Global/AL.gitignore @@ -8,4 +8,4 @@ # Local History for Visual Studio Code .history/ *.app -.snapshots/* \ No newline at end of file +.snapshots/* From 1559f2ee6b86d1ccdc940567e0ea1756664b28c2 Mon Sep 17 00:00:00 2001 From: LeixB Date: Mon, 29 Nov 2021 17:26:20 +0100 Subject: [PATCH 1856/2185] Add `.RDataTmp` to R.gitignore When saving `.RData`, all data is initially saved in `.RDataTmp` which is then renamed to `.RData`. `.RDataTmp` should be added to `.gitignore` since it will only exist while a save operation is in progress or something failed on save. Relevant links: - https://stackoverflow.com/questions/32098036/purpose-of-rdatatmp-temporary-file-r - https://github.com/wch/r-source/blob/trunk/src/library/base/R/load.R#L145-L154 --- R.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/R.gitignore b/R.gitignore index da10c745ee..a7567e7497 100644 --- a/R.gitignore +++ b/R.gitignore @@ -4,6 +4,7 @@ # Session Data files .RData +.RDataTmp # User-specific files .Ruserdata From 7e98309900ad82ce64a60070c7d051d47c5692c9 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 3 Dec 2021 11:56:33 -0800 Subject: [PATCH 1857/2185] removes .DS-Store from the PR 2402 Feel free to open a new PR for discussion on this. --- Android.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 741323c6b1..a68e5b5754 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -7,7 +7,6 @@ local.properties # Log/OS Files *.log -.DS_Store # Android Studio generated files and folders captures/ From 707bb8fdfbc7cffeb2bedc7de3887b9c70734324 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 3 Dec 2021 12:13:29 -0800 Subject: [PATCH 1858/2185] Adds a relationship question --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 247a5b56e8..b87add4e4c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ **Reasons for making this change:** + _TODO_ From a24694b87d49b033f611126ddec700dfe3e4d2dc Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sat, 4 Dec 2021 12:06:56 -0800 Subject: [PATCH 1859/2185] Update VisualStudio.gitignore Co-authored-by: Jaan Jahilo --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f0be267f13..a2171fb33d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -293,7 +293,7 @@ node_modules/ *.dsw *.dsp -# Visual Studio 6 techical files (their purpose is unknown for me) +# Visual Studio 6 technical files *.ncb *.aps From d228b84884bd788d7c93f46ea34949ba92325251 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Sun, 5 Dec 2021 09:29:38 +0700 Subject: [PATCH 1860/2185] update Hugo.gitignore --- community/Golang/Hugo.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index ce82e95246..c8fe66f8f3 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -3,7 +3,6 @@ /resources/_gen/ /assets/jsconfig.json hugo_stats.json -.hugo_build.lock # Executable may be added to repository hugo.exe From d1d0806206cf747e6d1633b0052088b385b8f4d4 Mon Sep 17 00:00:00 2001 From: Hugo Sena Ribeiro Date: Mon, 6 Dec 2021 05:34:02 -0300 Subject: [PATCH 1861/2185] doc(readme): master branch is now main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ffb7d59e..8449c5e90c 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Here’s how we suggest you go about proposing a change to this project: 1. [Fork this project][fork] to your account. 2. [Create a branch][branch] for the change you intend to make. 3. Make your changes to your fork. -4. [Send a pull request][pr] from your fork’s branch to our `master` branch. +4. [Send a pull request][pr] from your fork’s branch to our `main` branch. 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. From 6f63e3d13adf5949a9fe0ced9dc3e2544eaa188e Mon Sep 17 00:00:00 2001 From: Jannis vH Date: Mon, 6 Dec 2021 21:03:25 +0100 Subject: [PATCH 1862/2185] Delete Beef.gitignore --- Beef.gitignore | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Beef.gitignore diff --git a/Beef.gitignore b/Beef.gitignore deleted file mode 100644 index 5c26f6a2cb..0000000000 --- a/Beef.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -build/ -recovery/ -BeefSpace_User.toml From 673f18999f32b29a47590ea4d7b81b1437cf6174 Mon Sep 17 00:00:00 2001 From: Jannis vH Date: Mon, 6 Dec 2021 21:04:32 +0100 Subject: [PATCH 1863/2185] Moved file to /community --- community/Beef.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/Beef.gitignore diff --git a/community/Beef.gitignore b/community/Beef.gitignore new file mode 100644 index 0000000000..5c26f6a2cb --- /dev/null +++ b/community/Beef.gitignore @@ -0,0 +1,3 @@ +build/ +recovery/ +BeefSpace_User.toml From 093b0fbce96a7d35e3967bae2add4480a64949fd Mon Sep 17 00:00:00 2001 From: Wiblz Date: Mon, 6 Dec 2021 23:39:54 +0100 Subject: [PATCH 1864/2185] Replace references of this repo's "master" branch with "main". --- Python.gitignore | 2 +- Umbraco.gitignore | 2 +- Unity.gitignore | 2 +- VisualStudio.gitignore | 2 +- WordPress.gitignore | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 92ff2c4bb0..5fe6ea2f0f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -139,7 +139,7 @@ cython_debug/ # PyCharm # JetBrains specific template is maintainted in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 1f186d0fff..d4d9e9f7ab 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,6 +1,6 @@ ## Ignore Umbraco files/folders generated for each instance ## -## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore +## Get latest from https://github.com/github/gitignore/blob/main/Umbraco.gitignore # Note: VisualStudio gitignore rules may also be relevant diff --git a/Unity.gitignore b/Unity.gitignore index 0f9943c9e6..082076fa06 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,6 +1,6 @@ # This .gitignore file should be placed at the root of your Unity project directory # -# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore +# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # /[Ll]ibrary/ /[Tt]emp/ diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0b917202f7..bd21851509 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -1,7 +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 +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore # User-specific files *.rsuser diff --git a/WordPress.gitignore b/WordPress.gitignore index ba95e278eb..54696693a3 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,5 +1,5 @@ # Wordpress - ignore core, configuration, examples, uploads and logs. -# https://github.com/github/gitignore/blob/master/WordPress.gitignore +# https://github.com/github/gitignore/blob/main/WordPress.gitignore # Core # From 596862f8b5f7103a46f9cdd6e77074ec8a351ddf Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Tue, 7 Dec 2021 10:31:40 +1100 Subject: [PATCH 1865/2185] [Python] Add poetry.lock Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. This is especially recommended for binary packages to ensure reproducibility, and is more commonly ignored for libraries. This is taken from https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 92ff2c4bb0..a13ea0593d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -94,6 +94,13 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ From 4e89ae30edecbbd49d72fb3a04142ca05b46f07e Mon Sep 17 00:00:00 2001 From: kuritka Date: Tue, 7 Dec 2021 16:50:54 +0100 Subject: [PATCH 1866/2185] Adding AllowList for Go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Reasons for making this change:** _Allowlisting with .gitignore is a technique for dealing with source trees that can have various different untracked local files such as generated output, packages installed through package managers, “working” files, config for individual developers, etc. Rather than trying to come up with some master list of all possible untracked files and add them to .gitignore, it can be easier to start by ignoring everything and then add specific directories back._ _I think the requirements for software development are changing and there is a need to offer an alternative to the denylist._ - https://jasonstitt.com/gitignore-whitelisting-patterns - https://github.com/golang/go Signed-off-by: kuritka --- community/Golang/Go.AllowList.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/Golang/Go.AllowList.gitignore diff --git a/community/Golang/Go.AllowList.gitignore b/community/Golang/Go.AllowList.gitignore new file mode 100644 index 0000000000..a309a018a2 --- /dev/null +++ b/community/Golang/Go.AllowList.gitignore @@ -0,0 +1,23 @@ +# Allowlisting gitignore template for GO projects prevents us +# from adding various unwanted local files, such as generated +# files, developer configurations or IDE-specific files etc. +# +# Recommended: Go.AllowList.gitignore + +# Ignore everything +* + +# But not these files... +!/.gitignore + +!*.go +!go.sum +!go.mod + +!README.md +!LICENSE + +# !Makefile + +# ...even if they are in subdirectories +!*/ From 39615e27f90edda6c796372b9dbfa44f08aa1219 Mon Sep 17 00:00:00 2001 From: F34th3R Date: Wed, 8 Dec 2021 15:41:21 -0600 Subject: [PATCH 1867/2185] =?UTF-8?q?Adding=20dotnet/core=20=F0=9F=A7=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 core.gitignore diff --git a/core.gitignore b/core.gitignore new file mode 100644 index 0000000000..c4d93934ad --- /dev/null +++ b/core.gitignore @@ -0,0 +1,38 @@ +*.swp +*.*~ +project.lock.json +.DS_Store +*.pyc +nupkg/ + +# Visual Studio Code +.vscode + +# Rider +.idea + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +msbuild.log +msbuild.err +msbuild.wrn + +# Visual Studio 2015 +.vs/ + From f07a642eb9f65c340a107602eaf82f2bef952bfb Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 10 Dec 2021 10:59:08 +0900 Subject: [PATCH 1868/2185] Update VS Code to support *.code-snippets --- Global/VisualStudioCode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index de1059890e..a6ba1bff69 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -3,6 +3,7 @@ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +!.vscode/*.code-snippets # Local History for Visual Studio Code .history/ From ce8bff3c4ca34600f16ef9c1996a53911575bc06 Mon Sep 17 00:00:00 2001 From: F34th3R Date: Fri, 10 Dec 2021 16:28:25 -0600 Subject: [PATCH 1869/2185] community/core/core.gitignore --- core.gitignore => community/core/core.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core.gitignore => community/core/core.gitignore (100%) diff --git a/core.gitignore b/community/core/core.gitignore similarity index 100% rename from core.gitignore rename to community/core/core.gitignore From b461dc26509b0efd8ea4231c01e476fd563c89ba Mon Sep 17 00:00:00 2001 From: Malcolm Date: Sat, 11 Dec 2021 15:37:31 +1300 Subject: [PATCH 1870/2185] Re-add .env to Node.gitignore --- Node.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 96fd22549e..20b0c92193 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -72,7 +72,8 @@ web_modules/ # Yarn Integrity file .yarn-integrity -# dotenv environment variables file +# dotenv environment variable files +.env .env.development.local .env.test.local .env.production.local From 7382f5631816feaa0c6a64ba3fe79edd465f6a18 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Sat, 11 Dec 2021 11:26:58 -0500 Subject: [PATCH 1871/2185] Rename AutoIt.gitignore to community/AutoIt.gitignore --- AutoIt.gitignore => community/AutoIt.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AutoIt.gitignore => community/AutoIt.gitignore (100%) diff --git a/AutoIt.gitignore b/community/AutoIt.gitignore similarity index 100% rename from AutoIt.gitignore rename to community/AutoIt.gitignore From 7f56496393d1975d38ac1c23755d1547923273b8 Mon Sep 17 00:00:00 2001 From: Chris Bain Date: Sun, 25 Apr 2021 17:27:29 -0400 Subject: [PATCH 1872/2185] Ignore Eclipse .project and .classpath when using build tools Maven or Gradle --- Gradle.gitignore | 6 ++++++ Maven.gitignore | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 85888bb2e1..0986bbec5b 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -10,3 +10,9 @@ gradle-app.setting # Cache of project .gradletasknamecache + +# Eclipse Gradle plugin generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath diff --git a/Maven.gitignore b/Maven.gitignore index 0e13eebbea..2f4353087f 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -9,3 +9,9 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar + +# Eclipse m2e generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath From 29f57d101007d7cdece5ff14f11fad7a176ea802 Mon Sep 17 00:00:00 2001 From: kuritka Date: Mon, 13 Dec 2021 15:08:41 +0100 Subject: [PATCH 1873/2185] GO: Added link to allow list template Signed-off-by: kuritka --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index de67df5e37..3b735ec4a8 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,3 +1,6 @@ +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# # Binaries for programs and plugins *.exe *.exe~ From 2934dac34fcdf89939421c0763f9e78485ca293d Mon Sep 17 00:00:00 2001 From: jamie Date: Mon, 13 Dec 2021 16:44:48 +0000 Subject: [PATCH 1874/2185] Create B4X.gitignore --- community/B4X.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/B4X.gitignore diff --git a/community/B4X.gitignore b/community/B4X.gitignore new file mode 100644 index 0000000000..197c7bb2d4 --- /dev/null +++ b/community/B4X.gitignore @@ -0,0 +1,3 @@ +**/Objects +**/AutoBackups +*.meta From bf3f140cfabe05651c4338ad6e2ca173299f93df Mon Sep 17 00:00:00 2001 From: Andrew Shymanel <96021377+eightsixnine@users.noreply.github.com> Date: Tue, 14 Dec 2021 03:19:45 +0200 Subject: [PATCH 1875/2185] Ignore files in directory, not the directory itself --- Global/VisualStudioCode.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 7478c2746e..45fce1d71c 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,4 +1,4 @@ -.vscode/ +.vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json From e8b37555af4739b0205ef0e0af5daa911300471d Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Tue, 14 Dec 2021 19:57:55 +0100 Subject: [PATCH 1876/2185] move Umbraco.gitignore to DotNet folder --- Umbraco.gitignore => community/DotNet/Umbraco.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Umbraco.gitignore => community/DotNet/Umbraco.gitignore (100%) diff --git a/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore similarity index 100% rename from Umbraco.gitignore rename to community/DotNet/Umbraco.gitignore From 5a94995d0d15a44bdb1007eabd958f024ee13f5e Mon Sep 17 00:00:00 2001 From: Bill Raymond Date: Tue, 14 Dec 2021 16:47:37 -0800 Subject: [PATCH 1877/2185] Ignore .bundle and vendor per official Jekyll documentation Per the [Jekyll documentation](https://jekyllrb.com/tutorials/using-jekyll-with-bundler/), you should add the `vendor/` and `.bundle/` paths to the .gitignore file, so you are not managing all dependencies within your repo. --- Jekyll.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 2ca868298c..74a9223a45 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -2,3 +2,6 @@ _site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata +# Ignore folders generated by Bundler +.bundle/ +vendor/ From 03103c9a7b3a857b88e606f352b3e4877106487a Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 15 Dec 2021 14:03:59 +0800 Subject: [PATCH 1878/2185] Create UTAU.gitignore --- UTAU.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 UTAU.gitignore diff --git a/UTAU.gitignore b/UTAU.gitignore new file mode 100644 index 0000000000..fae63fec02 --- /dev/null +++ b/UTAU.gitignore @@ -0,0 +1,29 @@ +#This gitignore file is created for UTAU (and other singing voice synthesizers) voicebank development +#example repo: https://github.com/oxygen-dioxide/hitsuboku-kumi-chn/ + +#Adobe Audition +*.pkf + +#UTAU +*.frq +*.mrq +*.llsm +*.pmk +*.vs4ufrq +*.frc +*.dio + +#Deepvocal +*.DVModel +*-log.txt +SKC +SKI +SKC_1 +SKC_2 +SKC_3 +SKC_4 +*.sksd + +#VocalSharp +*.scep +*.vssf From f3df40641d80224ecde7dda74912354ca0acbf1d Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <1463567152@qq.com> Date: Wed, 15 Dec 2021 06:26:36 +0000 Subject: [PATCH 1879/2185] 1 --- UTAU.gitignore => community/UTAU.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename UTAU.gitignore => community/UTAU.gitignore (100%) diff --git a/UTAU.gitignore b/community/UTAU.gitignore similarity index 100% rename from UTAU.gitignore rename to community/UTAU.gitignore From ff6c8c7d4dbb3f6011410d3aebe0010d970983a8 Mon Sep 17 00:00:00 2001 From: F34th3R Date: Thu, 16 Dec 2021 10:51:20 -0600 Subject: [PATCH 1880/2185] community/DotNet/core.gitignore --- community/{core => DotNet}/core.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{core => DotNet}/core.gitignore (100%) diff --git a/community/core/core.gitignore b/community/DotNet/core.gitignore similarity index 100% rename from community/core/core.gitignore rename to community/DotNet/core.gitignore From 04a2b1443f25967d47ef0f4c7dfb3d64a27f4e4c Mon Sep 17 00:00:00 2001 From: Berik Visschers Date: Thu, 23 Dec 2021 01:18:15 +0100 Subject: [PATCH 1881/2185] Update Xcode.gitignore - Remove a reminder to look at files that don't exist anymore - Remove ignore rules for an IDE from 2007 - Remove an ignore rule for Gcc which is no longer used since 2013 --- Global/Xcode.gitignore | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 910554681a..f87d2f2e74 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,26 +1,6 @@ -# Xcode -# -# 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) +## Xcode 8 and earlier *.xcscmblueprint *.xccheckout - -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - -## Gcc Patch -/*.gcno From 1d4e709db80b4481888076b1f256a7e87eb84105 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Thu, 23 Dec 2021 14:53:27 +0800 Subject: [PATCH 1882/2185] Add Docusaurus files to Node.gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 20b0c92193..c6bba59138 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -104,6 +104,9 @@ dist .temp .cache +# Docusaurus cache and generated files +.docusaurus + # Serverless directories .serverless/ From 71d40b91ac7f1bb4bc2a09c2018a5ebcd2a46ae1 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Tue, 3 Aug 2021 10:24:36 -0700 Subject: [PATCH 1883/2185] Add nix gitignore template --- community/Nix.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/Nix.gitignore diff --git a/community/Nix.gitignore b/community/Nix.gitignore new file mode 100644 index 0000000000..1fd04ef1f6 --- /dev/null +++ b/community/Nix.gitignore @@ -0,0 +1,3 @@ +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* From c4c4369c8b36401b4d760911901c29996a6c9423 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 30 Dec 2021 10:02:09 -0500 Subject: [PATCH 1884/2185] chore: Remove empty Travis-CI config --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4009e0bc8b..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: ruby - -sudo: false - -branches: - only: - - master - -script: - - ruby -e "puts 'Hello world!'" From e44e7efe0592e738a0b3242b2d51838a02ee7750 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Fri, 7 Jan 2022 22:37:02 +0000 Subject: [PATCH 1885/2185] Create Racket.gitignore --- Racket.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Racket.gitignore diff --git a/Racket.gitignore b/Racket.gitignore new file mode 100644 index 0000000000..1a59348605 --- /dev/null +++ b/Racket.gitignore @@ -0,0 +1,6 @@ +*~ +\#* +.\#* +.DS_Store +compiled/ +/doc/ From 951e077a3b7c9a72d86ff4032113f98497d30f2f Mon Sep 17 00:00:00 2001 From: Thomas Turrell-Croft Date: Tue, 11 Jan 2022 10:22:00 +0000 Subject: [PATCH 1886/2185] Fixed APT generated tests location By default the APT generated tests location is .apt_generated_tests --- Global/Eclipse.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index acec74ac06..85723da801 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -48,7 +48,7 @@ local.properties # Annotation Processing .apt_generated/ -.apt_generated_test/ +.apt_generated_tests/ # Scala IDE specific (Scala & Java development for Eclipse) .cache-main From d419f5440181b95411d967ff9e4bff3f134ab917 Mon Sep 17 00:00:00 2001 From: Al Zee Date: Fri, 14 Jan 2022 23:07:23 +0800 Subject: [PATCH 1887/2185] /web/{modules,profiles,themes}/contrib are extends added via composer, should be ignored --- Drupal.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index faae808384..3856fe4634 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -25,12 +25,15 @@ /web/vendor /web/core /web/modules/README.txt +/web/modules/contrib /web/profiles/README.txt +/web/profiles/contrib /web/sites/development.services.yml /web/sites/example.settings.local.php /web/sites/example.sites.php /web/sites/README.txt /web/themes/README.txt +/web/themes/contrib /web/.csslintrc /web/.editorconfig /web/.eslintignore From bcd7653776d4786db6c61d9689391cde285e1025 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Sat, 15 Jan 2022 16:45:52 +0000 Subject: [PATCH 1888/2185] Update Racket.gitignore --- Racket.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Racket.gitignore b/Racket.gitignore index 1a59348605..b8e13695d9 100644 --- a/Racket.gitignore +++ b/Racket.gitignore @@ -1,6 +1,4 @@ *~ -\#* -.\#* .DS_Store compiled/ /doc/ From 2aeb7aa110ca595e850f8afe58aa55952b3f93f1 Mon Sep 17 00:00:00 2001 From: snxx-lppxx Date: Sun, 23 Jan 2022 03:31:02 +0500 Subject: [PATCH 1889/2185] Create Toit.gitignore --- community/Toit.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 community/Toit.gitignore diff --git a/community/Toit.gitignore b/community/Toit.gitignore new file mode 100644 index 0000000000..1352ef7ef2 --- /dev/null +++ b/community/Toit.gitignore @@ -0,0 +1,2 @@ +.packages +*_pb.toit From 491040e88a572d300a59484cb78c86c5e944b70a Mon Sep 17 00:00:00 2001 From: n0099 Date: Wed, 26 Jan 2022 23:58:07 +0800 Subject: [PATCH 1890/2185] [VisualStudio.gitignore] remove a trailing space --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 426d76ddc1..8a30d258ed 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -301,7 +301,7 @@ node_modules/ *.dsw *.dsp -# Visual Studio 6 technical files +# Visual Studio 6 technical files *.ncb *.aps From 904b46de137100a2ded17b2a5f58db1c1148c960 Mon Sep 17 00:00:00 2001 From: NoPunIn10Did Date: Thu, 27 Jan 2022 13:10:55 -0500 Subject: [PATCH 1891/2185] Update KiCad.gitignore --- KiCad.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index a63bc0e7f7..8dcb269b2a 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -27,3 +27,6 @@ fp-info-cache # Exported BOM files *.xml *.csv + +# Archived Backups (KiCad 6.0) +**/*-backups/*.zip \ No newline at end of file From b5bbbfbe1186be136bbec31f4fe749b9d4fe9945 Mon Sep 17 00:00:00 2001 From: "J.P. Anderson-Young" Date: Sun, 30 Jan 2022 15:45:09 -0800 Subject: [PATCH 1892/2185] Update Gradle.gitignore Unignore gradle-wrapper.properties. For context, see docs: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:wrapper_generation --- Gradle.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 0986bbec5b..a5b111377b 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -8,6 +8,9 @@ gradle-app.setting # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) !gradle-wrapper.jar +# Avoid ignore Gradle wrappper properties +!gradle-wrapper.properties + # Cache of project .gradletasknamecache From bddea2c9bd8dfa761f3855193fe75b220e016679 Mon Sep 17 00:00:00 2001 From: Sardorbek Imomaliev Date: Mon, 31 Jan 2022 23:33:23 +0700 Subject: [PATCH 1893/2185] Remove empty line comments in Terraform.gitignore --- Terraform.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index b1a7167f48..6c34d496c8 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -13,7 +13,6 @@ crash.*.log # password, private keys, and other secrets. These should not be part of version # control as they are data points which are potentially sensitive and subject # to change depending on the environment. -# *.tfvars # Ignore override files as they are usually used to override resources locally and so @@ -24,7 +23,6 @@ override.tf.json *_override.tf.json # Include override files you do wish to add to version control using negated pattern -# # !example_override.tf # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan From 2d1ac6d8048c02272ded577540c891a28ba2d5e1 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Tue, 1 Feb 2022 08:44:27 +0000 Subject: [PATCH 1894/2185] Update Racket.gitignore --- Racket.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Racket.gitignore b/Racket.gitignore index b8e13695d9..93e407298d 100644 --- a/Racket.gitignore +++ b/Racket.gitignore @@ -1,4 +1,7 @@ -*~ .DS_Store compiled/ /doc/ +*~ +*.bak +\#* +.\#* From eabb6717d9aa5e7d54945b5decd55ff86203067c Mon Sep 17 00:00:00 2001 From: Will Frey Date: Wed, 2 Feb 2022 11:53:09 -0500 Subject: [PATCH 1895/2185] Update Python.gitignore Fix a typo: `maintainted` to `maintained` --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index d9005f2cc7..de2d5e086e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -145,7 +145,7 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. From a05b60cf79af900ca2da04e315c85b8600f6bf9d Mon Sep 17 00:00:00 2001 From: Michael Loyd Date: Wed, 2 Feb 2022 11:21:48 -0600 Subject: [PATCH 1896/2185] Adding AWS-CDK ignore sample. --- community/AWS/CDK.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 community/AWS/CDK.gitignore diff --git a/community/AWS/CDK.gitignore b/community/AWS/CDK.gitignore new file mode 100644 index 0000000000..3fc2f79918 --- /dev/null +++ b/community/AWS/CDK.gitignore @@ -0,0 +1,4 @@ +# CDK asset staging directory. +# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/ +.cdk.staging/ +cdk.out/ From d7a25eddfba534144b3999da6cd75cb54bea244e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 2 Feb 2022 15:20:30 -0600 Subject: [PATCH 1897/2185] Android Studio Ignoring 3 xml files that are often modified simply by opening and testing a project. And that only store local data. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index a68e5b5754..347e252ef1 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -18,6 +18,9 @@ output.json # IntelliJ *.iml .idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml # Keystore files *.jks From 85def25146ca5373c13a5b5d5eb5c9622010be7d Mon Sep 17 00:00:00 2001 From: utagawa kiki Date: Mon, 7 Feb 2022 19:05:49 +0900 Subject: [PATCH 1898/2185] Fix typo of Perl.gitignore --- Perl.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index ecf66f8429..fb8b193173 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -13,7 +13,7 @@ cover_db/ # Devel::NYTProf nytprof.out -# Dizt::Zilla +# Dist::Zilla /.build/ # Module::Build From a4a6c5c9c2fb0e7d309586877ac15fc8d09332bf Mon Sep 17 00:00:00 2001 From: Deepak Date: Thu, 10 Feb 2022 23:11:32 +0100 Subject: [PATCH 1899/2185] feat(terraform): adds tfvars.json to gitignore --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index b1a7167f48..9b27a3603f 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -15,6 +15,7 @@ crash.*.log # to change depending on the environment. # *.tfvars +*.tfvars.json # Ignore override files as they are usually used to override resources locally and so # are not checked in From abbcca282f7317bde950e46a07872088e4f8b341 Mon Sep 17 00:00:00 2001 From: Bick Doner Date: Wed, 16 Feb 2022 13:36:16 +0100 Subject: [PATCH 1900/2185] Create Zig.gitignore --- Zig.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Zig.gitignore diff --git a/Zig.gitignore b/Zig.gitignore new file mode 100644 index 0000000000..1e33b5f3fb --- /dev/null +++ b/Zig.gitignore @@ -0,0 +1,4 @@ +# This file is for zig-specific build artifacts. + +zig-cache/ +zig-out/ From 0481f3bda81ec0f25b634be18f27885130df7e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 16 Feb 2022 23:43:19 +0100 Subject: [PATCH 1901/2185] Ignore PDM project-wide config See https://pdm.fming.dev/#use-with-ide --- Python.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index de2d5e086e..2d011989f1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -101,7 +101,13 @@ ipython_config.py # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock -# PEP 582; used by e.g. github.com/David-OConnor/pyflow +# pdm +# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ # Celery stuff From 6a72e43229796cb8c92278a16117604fd4b5422b Mon Sep 17 00:00:00 2001 From: pvaleror Date: Wed, 16 Feb 2022 17:49:43 -0500 Subject: [PATCH 1902/2185] Create Katalon.gitignore Compiled config for Katalon Studio --- Katalon.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Katalon.gitignore diff --git a/Katalon.gitignore b/Katalon.gitignore new file mode 100644 index 0000000000..73a4938fc6 --- /dev/null +++ b/Katalon.gitignore @@ -0,0 +1,40 @@ +# Katalon Test Suite +# Compiled class file +*.class +*.swp +output +!output/.gitkeep +build + +Libs/TempTestCase* +Libs/TempTestSuite* +bin/lib/TempTestCase* +Reports/ +\.classpath +\.project +\.settings/ +bin/lib/ +Libs/ +.svn/ +.gradle + + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* From 35b656aa850665b922834c9b635b154dca207e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Fri, 18 Feb 2022 18:54:31 +0100 Subject: [PATCH 1903/2185] Expand explanations on PDM Co-authored-by: Lukasz Sobczuk --- Python.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 2d011989f1..401a03dac0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -102,6 +102,14 @@ ipython_config.py #poetry.lock # pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm # pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it # in version control. # https://pdm.fming.dev/#use-with-ide From 8e67b9420cb6796e5eeca72682babdb06627ec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sun, 20 Feb 2022 11:29:55 +0100 Subject: [PATCH 1904/2185] Update Python.gitignore --- Python.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 401a03dac0..68bc17f9ff 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -109,12 +109,6 @@ ipython_config.py # https://pdm.fming.dev/#use-with-ide .pdm.toml -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it -# in version control. -# https://pdm.fming.dev/#use-with-ide -.pdm.toml - # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 57c1500630894c955b9afd4b76e97c51acd3dcbd Mon Sep 17 00:00:00 2001 From: Ojaswa Sharma Date: Thu, 24 Feb 2022 15:03:55 +0530 Subject: [PATCH 1905/2185] fix: typo in Python.gitignore --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index de2d5e086e..2ad0e95f6c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -46,7 +46,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover -*.py,cover +*.py.cover .hypothesis/ .pytest_cache/ cover/ From 1e19baaccf0bf83f1b6df69837ab3c7974867021 Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Tue, 8 Mar 2022 11:17:45 +0900 Subject: [PATCH 1906/2185] Remove `CodeInjection` block from Swift.gitignore --- Swift.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674f3..00ee7841f8 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -81,10 +81,3 @@ 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 5521afc90ae5c012310c42c4953e62284ea42530 Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Tue, 8 Mar 2022 11:17:40 +0900 Subject: [PATCH 1907/2185] Remove `CodeInjection` block from Objective-C.gitignore --- Objective-C.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7801c93000..250c0dc2b1 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -59,10 +59,3 @@ 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 c86c275f029add2e4035cc2759e57b2e8cbb3420 Mon Sep 17 00:00:00 2001 From: Jonathan Duke Date: Fri, 25 Mar 2022 11:50:40 -0500 Subject: [PATCH 1908/2185] ignore temporary Microsoft Word template files (.dot/.dotx) --- Global/MicrosoftOffice.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index ddcc9cf6e3..6501a7d322 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -2,6 +2,7 @@ # Word temporary ~$*.doc* +~$*.dot* # Word Auto Backup File Backup of *.doc* From 2fa9e45ac4d6a6f9b690c4a11c415d5f0d2d8ae6 Mon Sep 17 00:00:00 2001 From: Idir Lankri Date: Thu, 7 Apr 2022 15:59:59 +0200 Subject: [PATCH 1909/2185] OCaml.gitignore: Make a comment a bit more precise Resources: - https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc#110-source-and-build-directories-module-paths-include-paths - https://dune.readthedocs.io/en/stable/usage.html#custom-build-directory --- OCaml.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCaml.gitignore b/OCaml.gitignore index a18e08402b..d134abd552 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -8,7 +8,7 @@ *.cmxs *.cmxa -# ocamlbuild working directory +# ocamlbuild and Dune default working directory _build/ # ocamlbuild targets From 7b2ef3fdff128ba65c4746de3c0b0f04657ebd5b Mon Sep 17 00:00:00 2001 From: Idir Lankri Date: Thu, 7 Apr 2022 16:15:24 +0200 Subject: [PATCH 1910/2185] OCaml.gitignore: Ignore binary files containing info about compilation See https://ocaml.org/manual/comp.html#s:comp-overview. --- OCaml.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index d134abd552..250caf74e7 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -8,6 +8,13 @@ *.cmxs *.cmxa +# Files containing detailed information about the compilation (generated +# by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`). +# These files are typically useful for code inspection tools +# (e.g. Merlin). +*.cmt +*.cmti + # ocamlbuild and Dune default working directory _build/ From 8d481622d56618f42253af2f4b20b84f051909c9 Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:53:44 -0400 Subject: [PATCH 1911/2185] Ignore *.trx files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..bd56094ed3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -396,3 +396,6 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +# Microsoft Test Results file +*.trx From 64eaff41907d3377c04a7986d2dc09a1e4a7535e Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:54:49 -0400 Subject: [PATCH 1912/2185] Update comment for ignoring *.trx files --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bd56094ed3..9ae74cfb5f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -397,5 +397,5 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml -# Microsoft Test Results file +# Microsoft Test Results XML file *.trx From 9fffcae51aec0e781e94890158f9b7e47dbc5534 Mon Sep 17 00:00:00 2001 From: Bryn Deering <55864293+Bdeering1@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:22:50 -0400 Subject: [PATCH 1913/2185] Update VS Code ignores to match file in global Updated the VS Code section of VisualStudio.gitignore to match the Global/VisualStudioCode.gitignore file. --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..2bfe0e03b4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -382,11 +382,14 @@ FodyWeavers.xsd !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -*.code-workspace +!.vscode/*.code-snippets # Local History for Visual Studio Code .history/ +# Built Visual Studio Code Extensions +*.vsix + # Windows Installer files from build outputs *.cab *.msi From f845b5491abb4ab361abe1c1494a45aed91b3d10 Mon Sep 17 00:00:00 2001 From: kpowake <104589398+kpowake@users.noreply.github.com> Date: Wed, 4 May 2022 01:39:34 +0900 Subject: [PATCH 1914/2185] Change output.json to output-metadata.json ...for newer version of Android Studio --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 347e252ef1..0e5e20c18e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -13,7 +13,7 @@ captures/ .externalNativeBuild/ .cxx/ *.apk -output.json +output-metadata.json # IntelliJ *.iml From aa4079ebec8451687964cd01f417b4e2da6e1c5e Mon Sep 17 00:00:00 2001 From: Chriztian Steinmeier Date: Fri, 6 May 2022 11:23:14 +0200 Subject: [PATCH 1915/2185] Ignore SQLite files --- community/DotNet/Umbraco.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index 86b91f300d..1dc3da526c 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -39,6 +39,9 @@ #ignore umbraco backoffice assest from wwwroot **/wwwroot/umbraco/ +# SQLite files +*.sqlite.db* + #ignore umbraco data/views/settings **/umbraco/ @@ -46,4 +49,4 @@ !**/umbraco/models #include default location for packages -!**/umbraco/Data/packages \ No newline at end of file +!**/umbraco/Data/packages From f4d16fdeb19e81cb994e287fcbce1440d19e95bc Mon Sep 17 00:00:00 2001 From: Daniel Lathrop Date: Mon, 9 May 2022 10:28:06 -0500 Subject: [PATCH 1916/2185] Update Perl .gitignore to include Carton --- Perl.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Perl.gitignore b/Perl.gitignore index fb8b193173..2bc7f64973 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -33,3 +33,9 @@ inc/ /MANIFEST.bak /pm_to_blib /*.zip + +# Carton/Carmel +/local/ +/.carmel/ +# cpanfile.snapshot should generally be ignored for library code, otherwise included +# cpanfile.snapshot From d63f4b14cad6a400719c123c994d407e65e230f3 Mon Sep 17 00:00:00 2001 From: katexochen <49727155+katexochen@users.noreply.github.com> Date: Tue, 31 May 2022 18:40:47 +0200 Subject: [PATCH 1917/2185] Ignore go.work.sum --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4a8..6f6f5e6adc 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,4 @@ # Go workspace file go.work +go.work.sum From f25639455e868cd49999f2774aadad4d4b1cea29 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sat, 4 Jun 2022 18:35:27 -0400 Subject: [PATCH 1918/2185] clean: remove outdated microbundle cache directories - microbundle hasn't used these directories in 3+ years - https://github.com/developit/microbundle/commit/d0e66da9578ee36b8e629039372e9f253ed053fa - and rollup-plugin-typescript2, which microbundle depends on and which actually created the dirs, hasn't used them in ~3 years either - https://github.com/ezolenko/rollup-plugin-typescript2/commit/ffda2e539bf076da00d5093829a5a20a50a0f58d - I help maintain rpt2 and formerly solo-maintained TSDX for ~1.5 years, which, as a fork of microbundle, has similarly used those directories in the past until I changed them - https://github.com/jaredpalmer/tsdx/commit/55c0d47c0bbee16bb780e8aa9441ca426ba127c7 --- Node.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba59138..7844e76e4c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,12 +57,6 @@ web_modules/ # Optional stylelint cache .stylelintcache -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - # Optional REPL history .node_repl_history From d3303732694b3b0b10aa52680344663a13f7e6df Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 30 Jun 2022 09:26:31 -0400 Subject: [PATCH 1919/2185] Create MATLAB.gitignore --- MATLAB.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 MATLAB.gitignore diff --git a/MATLAB.gitignore b/MATLAB.gitignore new file mode 100644 index 0000000000..8d994012ef --- /dev/null +++ b/MATLAB.gitignore @@ -0,0 +1,31 @@ +# Windows default autosave extension +*.asv + +# OSX / *nix default autosave extension +*.m~ + +# Derived Content-Obscured files +*.p + +# Compiled MEX binaries (all platforms) +*.mex* + +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ + +# Simulink code generation folders +slprj/ +sccprj/ + +# Matlab code generation folders +codegen/ + +# Simulink autosave extension +*.autosave + +# Simulink cache files +*.slxc From 6dd64367a5f1c13600421a459bf555fa3b31d9fa Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 30 Jun 2022 09:29:23 -0400 Subject: [PATCH 1920/2185] Add .p files Add Derived Content-Obscured files (*.p) --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 01d02dd2e4..3e11d420cd 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -4,6 +4,9 @@ # OSX / *nix default autosave extension *.m~ +# Derived Content-Obscured files +*.p + # Compiled MEX binaries (all platforms) *.mex* From ae510dd9f4b2c408e093bf38a3e5b69a01e97327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kurzyniec?= Date: Sat, 2 Jul 2022 16:54:39 +0200 Subject: [PATCH 1921/2185] added Approval Tests result files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..486580f525 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -49,6 +49,9 @@ Generated\ Files/ TestResult.xml nunit-*.xml +# Approval Tests result files +*.received.* + # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ From 4c08c07f0bfc77c5b22f13c7f2ecde85e9d512b5 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Wed, 6 Jul 2022 09:30:04 -0400 Subject: [PATCH 1922/2185] Initial version from technical folks Reviewed by @gulley @lrm29 @gwalker-dev @seangcote-home --- MATLAB.gitignore | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/MATLAB.gitignore b/MATLAB.gitignore index 8d994012ef..12679118a3 100644 --- a/MATLAB.gitignore +++ b/MATLAB.gitignore @@ -1,13 +1,14 @@ -# Windows default autosave extension +# Autosave files *.asv - -# OSX / *nix default autosave extension *.m~ +*.autosave +*.slx.r* +*.mdl.r* -# Derived Content-Obscured files +# Derived content-obscured files *.p -# Compiled MEX binaries (all platforms) +# Compiled MEX files *.mex* # Packaged app and toolbox files @@ -17,15 +18,10 @@ # Generated helpsearch folders helpsearch*/ -# Simulink code generation folders +# Code generation folders slprj/ sccprj/ - -# Matlab code generation folders codegen/ -# Simulink autosave extension -*.autosave - -# Simulink cache files +# Cache files *.slxc From e3ff3d884b5a68945ed6ec66ab7a4ce0f64a04d6 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:27:20 -0400 Subject: [PATCH 1923/2185] Review Feedback Revised with internal review feedback --- Global/MATLAB.gitignore | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 3e11d420cd..3f1b170839 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -1,13 +1,14 @@ -# Windows default autosave extension +# Autosave files *.asv - -# OSX / *nix default autosave extension *.m~ +*.autosave +*.slx.r* +*.mdl.r* -# Derived Content-Obscured files +# Derived content-obscured files *.p -# Compiled MEX binaries (all platforms) +# Compiled MEX files *.mex* # Packaged app and toolbox files @@ -17,18 +18,13 @@ # Generated helpsearch folders helpsearch*/ -# Simulink code generation folders +# Code generation folders slprj/ sccprj/ - -# Matlab code generation folders codegen/ -# Simulink autosave extension -*.autosave - -# Simulink cache files +# Cache files *.slxc -# Octave session info -octave-workspace +# Dotfile from cloud based storage +.MATLABDriveTag From ebf0dffb3a7cb1fe7cb77922709458afcb2d8a95 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:28:47 -0400 Subject: [PATCH 1924/2185] Update the Global/MATLAB.gitignore instead Elected to follow a PR strategy to update Global/MATLAB.gitignore first, then work to get it promoted. --- MATLAB.gitignore | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 MATLAB.gitignore diff --git a/MATLAB.gitignore b/MATLAB.gitignore deleted file mode 100644 index 12679118a3..0000000000 --- a/MATLAB.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# Autosave files -*.asv -*.m~ -*.autosave -*.slx.r* -*.mdl.r* - -# Derived content-obscured files -*.p - -# Compiled MEX files -*.mex* - -# Packaged app and toolbox files -*.mlappinstall -*.mltbx - -# Generated helpsearch folders -helpsearch*/ - -# Code generation folders -slprj/ -sccprj/ -codegen/ - -# Cache files -*.slxc From 348be0078fb847b9de1b727fce32695a83606789 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:33:21 -0400 Subject: [PATCH 1925/2185] Change MATLAB Drive comment --- Global/MATLAB.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 3f1b170839..2854d21501 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -26,5 +26,5 @@ codegen/ # Cache files *.slxc -# Dotfile from cloud based storage +# Cloud based storage dotfile .MATLABDriveTag From 1fb302559613f0eca278e583c2d9f104f4fe5c93 Mon Sep 17 00:00:00 2001 From: todd-flanagan <33087988+todd-flanagan@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:12:03 -0400 Subject: [PATCH 1926/2185] Update MATLAB.gitignore added entry for ctf artifacts --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 2854d21501..be8ddb360d 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -15,6 +15,9 @@ *.mlappinstall *.mltbx +# Compiled deployable archives +*.ctf + # Generated helpsearch folders helpsearch*/ From 9644568fcd454795e7fa929dd3571fec67a72f2a Mon Sep 17 00:00:00 2001 From: todd-flanagan <33087988+todd-flanagan@users.noreply.github.com> Date: Fri, 8 Jul 2022 13:05:31 -0400 Subject: [PATCH 1927/2185] per review comments --- Global/MATLAB.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index be8ddb360d..92061b1d8e 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -15,7 +15,7 @@ *.mlappinstall *.mltbx -# Compiled deployable archives +# Deployable archives *.ctf # Generated helpsearch folders From 6623018b65a54e551d03b5cdfab864116bd8ad2b Mon Sep 17 00:00:00 2001 From: Khazbs Date: Tue, 2 Aug 2022 16:45:34 +0300 Subject: [PATCH 1928/2185] Ignore *.aab Generated Android App Bundles (*.aab), like Android Packages (*.apk), should not be checked into VCS. --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 347e252ef1..71d4031485 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -12,6 +12,7 @@ local.properties captures/ .externalNativeBuild/ .cxx/ +*.aab *.apk output.json From c338343e3952b56b82d926625fdb4d92878d9359 Mon Sep 17 00:00:00 2001 From: Chaoses-Ib Date: Sun, 11 Sep 2022 00:52:46 +0800 Subject: [PATCH 1929/2185] Highlight the gitignore block in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7014eed78d..86792046bb 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ header of the template. For example, this template might live at `community/DotNet/InforCRM.gitignore`: -``` +```gitignore # gitignore template for InforCRM (formerly SalesLogix) # website: https://www.infor.com/product-summary/cx/infor-crm/ # From 9c1792744c2213db6b95c05118b0ec094efa5374 Mon Sep 17 00:00:00 2001 From: Jaxel Rojas Date: Sat, 17 Sep 2022 09:20:22 -0400 Subject: [PATCH 1930/2185] Add MSBuild_Logs/ to VisualStudio.gitignore The MsBuild team added a switch to the Visual Studio engine that generates a debugging information under the directory MsBuild_Logs/ that shouldn't be in source control systems. Here's the [original PR](https://github.com/dotnet/msbuild/commit/cdb5077c451180ab38161e0b5e70f5448e70355b) from the msbuild team. Here is the documentation from the msbuild team explaining the feature that [generates the path](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Building-Testing-and-Debugging-on-Full-Framework-MSBuild.md#logs) Heres' a similar PR for the dotnet [runtime](https://github.com/dotnet/runtime/pull/59323) --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..104a36020b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -351,6 +351,7 @@ ASALocalRun/ # MSBuild Binary and Structured Log *.binlog +MSBuild_Logs/ # NVidia Nsight GPU debugger configuration file *.nvuser From 0aa41c10343b04e9bec29c8b51d816ed0a8b1e0f Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 21 Sep 2022 15:15:24 +0200 Subject: [PATCH 1931/2185] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9ff..9f96f5a09b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Streamlit +.streamlit/secrets.toml From fee4d0f98e167e735499d158e4ab38cf2394b390 Mon Sep 17 00:00:00 2001 From: Josh Marshall <10360503+jmarsh411@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:02:24 -0400 Subject: [PATCH 1932/2185] ignore meta files of unity packages Unity packages were already ignored, but it seems in recent versions of Unity these also generate meta files for these. If the meta file isn't also ignored, the person who imports an asset containing a .unitypackage file could accidentally commit the meta files. For another who downloads those meta files, Unity would automatically delete them since they don't have the .unitypackage. The the importer commits them again and the cycle goes on and on until someone like me gets fed up. This fixes that inconsistency by adding the *.unitypackage.meta to the ignore list. --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc8256e..3496b7cda7 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -59,6 +59,7 @@ sysinfo.txt *.apk *.aab *.unitypackage +*.unitypackage.meta *.app # Crashlytics generated file From 6ec71bb93845f5ed80874960765fde7c4317f2c5 Mon Sep 17 00:00:00 2001 From: Sebastian Dietze Date: Wed, 9 Mar 2022 13:39:36 +0100 Subject: [PATCH 1933/2185] Create gitignore file for ECU-TEST workspaces --- ECU-TEST.gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ECU-TEST.gitignore diff --git a/ECU-TEST.gitignore b/ECU-TEST.gitignore new file mode 100644 index 0000000000..eb6789e676 --- /dev/null +++ b/ECU-TEST.gitignore @@ -0,0 +1,62 @@ +# gitignore template for ECU-TEST workspaces +# website: https://www.ecu-test.com +# * all directories are related to the default directories, please adapt the .gitignore if you use customized +# directories + +# Dynamic workspace settings +# * We don't recommend to ignore the .workspace directory, because of important project specific settings +# local user settings +.workspace/ETdrive.xml +.workspace/favorites.xml +.workspace/filters.xml +.workspace/generators.xml +.workspace/history.xml +.workspace/parallelExecution.xml +.workspace/signalviewer.xml +.workspace/signalViewerHistory.json +.workspace/signalviewer2layout.xml +.workspace/testeditor.xml +.workspace/tooladapter.xml +.workspace/view.xml +# optional, if your process depends on this file remove exclusion +.workspace/interactiveexecution.xml +.workspace/pythonlibrary.xml +# deprecated, support for older versions +.workspace/traceexplorer.xml + +# Custom file formats and test dependencies +# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +*.arxml +*.a2l +*.dbc +*.hex +*.s19 +[tT]estdata +[tT]estdaten + +# Test results and test execution related content +# * Git is not intended to store and provide test results for all iterations +# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management +TestReports + +# Report generators and templates +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the +# unnecessary subdirectories +Templates + +# Exclude large binary artifacts +# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +Offline-FIUs +Offline-Models +Offline-SGBDs +*.exe +*.msi +*.zip +*.7z + +# Exclude default and custom temporary directories +Backup_* + +# Python bytecode and cache files +__pycache__/ +*.py[cod] From c70d6acf3e52cf9ed6eaddedb0e4e95a2935cb10 Mon Sep 17 00:00:00 2001 From: Sebastian Dietze Date: Mon, 17 Oct 2022 16:57:55 +0200 Subject: [PATCH 1934/2185] Highlight origin of .gitignore --- ECU-TEST.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ECU-TEST.gitignore b/ECU-TEST.gitignore index eb6789e676..d25ba945fe 100644 --- a/ECU-TEST.gitignore +++ b/ECU-TEST.gitignore @@ -1,4 +1,4 @@ -# gitignore template for ECU-TEST workspaces +# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com # website: https://www.ecu-test.com # * all directories are related to the default directories, please adapt the .gitignore if you use customized # directories From 3b37c6d06cc8c7cf7e8411a0eb170a6c2785242d Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 13 Dec 2022 15:57:24 -0800 Subject: [PATCH 1935/2185] Remove JetBrains IDE Files from VS Ignore List https://github.com/dotnet/sdk/issues/29224 --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..1a48e921ab 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -393,6 +393,3 @@ FodyWeavers.xsd *.msix *.msm *.msp - -# JetBrains Rider -*.sln.iml From 738b4f1362f6c18fd0db19b5824161fde63f0a94 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Mon, 26 Dec 2022 17:06:02 +0100 Subject: [PATCH 1936/2185] Update `maven-wrapper` URL --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 2f4353087f..6d706b8df1 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,7 +7,7 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# https://github.com/takari/maven-wrapper#usage-without-binary-jar +# https://maven.apache.org/wrapper/#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar # Eclipse m2e generated files From fc05d64d6da385acf2707d44f693573aadc811fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Pr=C3=A9martin?= Date: Thu, 29 Dec 2022 14:41:48 +0100 Subject: [PATCH 1937/2185] Added Delphi default compile/construct directories --- Delphi.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 9532800ba2..8df99b676b 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -26,6 +26,18 @@ #*.obj # +# Default Delphi compiler directories +# Content of this directories are generated with each Compile/Construct of a project. +# Most of the time, files here have not there place in a code repository. +#Win32/ +#Win64/ +#OSX64/ +#OSXARM64/ +#Android/ +#Android64/ +#iOSDevice64/ +#Linux64/ + # Delphi compiler-generated binaries (safe to delete) *.exe *.dll From 66cbc9acca6721809de548e69f67ef4adb150814 Mon Sep 17 00:00:00 2001 From: Harsh Dadhich Date: Thu, 29 Dec 2022 13:32:00 -0800 Subject: [PATCH 1938/2185] Add latexindent --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e964244133..7442f837d2 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -147,6 +147,9 @@ acs-*.bib # *.tikz *-tikzDictionary +# latexindent will create succesive backup files by default +#*.bak* + # listings *.lol From 899669977bc46513c1cee856e1ca6fe276fc78ba Mon Sep 17 00:00:00 2001 From: Taqveem Khalid Date: Wed, 4 Jan 2023 11:20:35 +0100 Subject: [PATCH 1939/2185] Add SSDT sqlproj specific gitignore file for database development using t-sql. --- SSDT-sqlproj.gitignore | 361 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 SSDT-sqlproj.gitignore diff --git a/SSDT-sqlproj.gitignore b/SSDT-sqlproj.gitignore new file mode 100644 index 0000000000..786f63c629 --- /dev/null +++ b/SSDT-sqlproj.gitignore @@ -0,0 +1,361 @@ +## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc +## +## +## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# 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.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.azurePubxml +# 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 + +# 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 +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.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/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# 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 +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd From 786acd1d0cecd5558e33090740f2163770b8b305 Mon Sep 17 00:00:00 2001 From: tobolar Date: Fri, 13 Jan 2023 11:54:16 +0100 Subject: [PATCH 1940/2185] Add gitignore for Modelica --- Modelica.gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Modelica.gitignore diff --git a/Modelica.gitignore b/Modelica.gitignore new file mode 100644 index 0000000000..edc234de38 --- /dev/null +++ b/Modelica.gitignore @@ -0,0 +1,37 @@ +# Modelica - an object-oriented language for modeling of cyber-physical systems +# https://modelica.org/ +# Ignore temporary files, build results, simulation files + +## Modelica backup files +*~ +*.bak +*.bak-mo + +## Build artefacts +*.exe +*.exp +*.o +*.pyc + +## Simulation files +*.mat + +## Package files +*.gz +*.rar +*.tar +*.zip + +## Dymola-specific files +buildlog.txt +dsfinal.txt +dsin.txt +dslog.txt +dsmodel* +dsres.txt +dymosim* +request +stat +status +stop +success \ No newline at end of file From e538e96f2ee81e080b26c89aeeccc7181c04eaf9 Mon Sep 17 00:00:00 2001 From: tobolar Date: Fri, 13 Jan 2023 12:05:35 +0100 Subject: [PATCH 1941/2185] Ignore flattened Modelica --- Modelica.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modelica.gitignore b/Modelica.gitignore index edc234de38..0aca78a05d 100644 --- a/Modelica.gitignore +++ b/Modelica.gitignore @@ -2,10 +2,11 @@ # https://modelica.org/ # Ignore temporary files, build results, simulation files -## Modelica backup files +## Modelica-specific files *~ *.bak *.bak-mo +*.mof ## Build artefacts *.exe From 97a5a643ec6083442919ef3b964526f694055533 Mon Sep 17 00:00:00 2001 From: Spirit Date: Wed, 25 Jan 2023 13:50:41 +0300 Subject: [PATCH 1942/2185] Remove Ruby `dotenv` conventions These are considered in the Ruby `dotenv` package not in the node's one --- Node.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba59138..4956d9625e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -74,10 +74,6 @@ web_modules/ # dotenv environment variable files .env -.env.development.local -.env.test.local -.env.production.local -.env.local # parcel-bundler cache (https://parceljs.org/) .cache From 31fc17b810901fbe11d6aebc236123fb7b0f68b8 Mon Sep 17 00:00:00 2001 From: Spirit Date: Wed, 25 Jan 2023 14:12:30 +0300 Subject: [PATCH 1943/2185] Re-add `.env.*` It's not recommended to have multiple `.env` files in the same environment. But it's safer to ignore it just in case. --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 4956d9625e..ea9653f10b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -74,6 +74,7 @@ web_modules/ # dotenv environment variable files .env +.env.* # parcel-bundler cache (https://parceljs.org/) .cache From a749c0ebf71cec92c43663be31a8e98f5842cd5f Mon Sep 17 00:00:00 2001 From: Spirit Date: Wed, 25 Jan 2023 14:36:04 +0300 Subject: [PATCH 1944/2185] Unignore `.env.example` https://github.com/github/gitignore/commit/b236e1717b90f1755af76900f5387bfa20636de3 --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index ea9653f10b..e8b54b7f1e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,6 +75,7 @@ web_modules/ # dotenv environment variable files .env .env.* +!.env.example # parcel-bundler cache (https://parceljs.org/) .cache From cf93b5277e1ff4049c7f6eccc1b656533038d666 Mon Sep 17 00:00:00 2001 From: Tyler Pruitt Date: Tue, 31 Jan 2023 20:07:18 -0600 Subject: [PATCH 1945/2185] Fix Metals gitignore * Removed leading space so comments are treated as comments * Updated Reference comment * Updated ignored files to latest recommendation --- Global/Metals.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Global/Metals.gitignore b/Global/Metals.gitignore index 516e7e33f2..779e796bb8 100644 --- a/Global/Metals.gitignore +++ b/Global/Metals.gitignore @@ -1,5 +1,6 @@ - # Generated Metals (Scala Language Server) files - # Reference: https://scalameta.org/metals/ +# Metals (Scala Language Server) +# Reference: https://scalameta.org/metals/docs/editors/vscode#files-and-directories-to-include-in-your-gitignore .metals/ .bloop/ -project/metals.sbt +.ammonite/ +metals.sbt From 4eb82ffd9b4116d257c92b8f893d7975b18a7789 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sun, 5 Feb 2023 23:17:08 +0900 Subject: [PATCH 1946/2185] Add auto-generated scenes by Unity play mode tests --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc8256e..a11ddf9345 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -70,3 +70,6 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* + +# Auto-generated scenes by play mode tests +/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* From 6743515cd30c516a4e859ac842df1d3fcc783a45 Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:35:33 -0500 Subject: [PATCH 1947/2185] Moved *.trx to MSTest section --- VisualStudio.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9ae74cfb5f..e2d5e0ed9a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,6 +43,7 @@ Generated\ Files/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +*.trx # NUnit *.VisualState.xml @@ -396,6 +397,3 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml - -# Microsoft Test Results XML file -*.trx From 13048c46528e4e660597629cba2f81bb75577f16 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 9 Mar 2023 11:56:06 +0100 Subject: [PATCH 1948/2185] Remove pnpm debug log - it is contained within `node_modules/`, which is already ignored - the previous versions, which were not in `node_modules/`, did not have a period at the beginning of the filename Changelog with proof here: https://github.com/pnpm/pnpm/blob/ba4b2db1f201640dad5d7ee9fe68a2d0defd6047/pnpm/CHANGELOG.md?plain=1#L3330 --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba59138..0c08c5172d 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -5,7 +5,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* -.pnpm-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From 64340cce99274a1b0a1c1a1aecc1d3bc583a802e Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Sat, 18 Mar 2023 20:29:22 -0700 Subject: [PATCH 1949/2185] elisp: Ignore more build tools .eask, .eldev, .keg are other build tools like .cask. dist is the default folder to build package distribution files. --- Elisp.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Elisp.gitignore b/Elisp.gitignore index 206569dc66..adef969d3d 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -2,7 +2,13 @@ *.elc # Packaging -.cask +.cask/ +.eask/ +.eldev/ +.keg/ + +# Built distribution +dist/ # Backup files *~ From d34fe3a059d872746f38614a5efcc82fafacfd6e Mon Sep 17 00:00:00 2001 From: Anoduck Date: Mon, 20 Mar 2023 05:50:59 +0000 Subject: [PATCH 1950/2185] Added undo-tree Added undo-tree, which is a popular package for undoing changes made to a file. It leaves hidden files everywhere, and can litter up a repository if not ignored. I have to add `*.~undo-tree~` to every `.gitignore` file in every repository I am working in. As you can guess, this gets very tedious. --- Global/Emacs.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index d40e86599b..489b89280c 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -47,3 +47,5 @@ flycheck_*.el # network security /network-security.data +# undo-tree +*.~undo-tree~ From e8131b2a80ed1fa84c94da08d257969a198d0ee4 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 9 Apr 2023 18:25:17 +0200 Subject: [PATCH 1951/2185] Add `.pdm-python` to python gitignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9ff..f7f74c717d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -108,6 +108,7 @@ ipython_config.py # in version control. # https://pdm.fming.dev/#use-with-ide .pdm.toml +.pdm-python # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 4eb280e7d55ebc9f79352b8683de03d867fcf04a Mon Sep 17 00:00:00 2001 From: agiuliano Date: Thu, 13 Apr 2023 09:49:20 +0200 Subject: [PATCH 1952/2185] Add Flutter.gitignore file --- Flutter.gitignore | 70 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Flutter.gitignore diff --git a/Flutter.gitignore b/Flutter.gitignore new file mode 100644 index 0000000000..65aa46da56 --- /dev/null +++ b/Flutter.gitignore @@ -0,0 +1,70 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# Visual Studio Code related +.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +.dart_tool/ +.flutter-plugins +.packages +.pub-cache/ +.pub/ +/build/ + +# Android related +**/android/**/gradle-wrapper.jar +**/android/.gradle +**/android/captures/ +**/android/gradlew +**/android/gradlew.bat +**/android/local.properties +**/android/**/GeneratedPluginRegistrant.java + +# iOS/XCode related +**/ios/**/*.mode1v3 +**/ios/**/*.mode2v3 +**/ios/**/*.moved-aside +**/ios/**/*.pbxuser +**/ios/**/*.perspectivev3 +**/ios/**/*sync/ +**/ios/**/.sconsign.dblite +**/ios/**/.tags* +**/ios/**/.vagrant/ +**/ios/**/DerivedData/ +**/ios/**/Icon? +**/ios/**/Pods/ +**/ios/**/.symlinks/ +**/ios/**/profile +**/ios/**/xcuserdata +**/ios/.generated/ +**/ios/Flutter/App.framework +**/ios/Flutter/Flutter.framework +**/ios/Flutter/Generated.xcconfig +**/ios/Flutter/app.flx +**/ios/Flutter/app.zip +**/ios/Flutter/flutter_assets/ +**/ios/ServiceDefinitions.json +**/ios/Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!**/ios/**/default.mode1v3 +!**/ios/**/default.mode2v3 +!**/ios/**/default.pbxuser +!**/ios/**/default.perspectivev3 +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages \ No newline at end of file From 58488ef086b6dbeb75a8fa8a2854b3cbb57f0b51 Mon Sep 17 00:00:00 2001 From: agiuliano Date: Thu, 13 Apr 2023 09:54:42 +0200 Subject: [PATCH 1953/2185] Fix .gitignore file --- Flutter.gitignore | 73 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 68 insertions(+), 5 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 65aa46da56..6b7cc2b93c 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -1,5 +1,6 @@ # Miscellaneous *.class +*.lock *.log *.pyc *.swp @@ -16,25 +17,58 @@ .idea/ # Visual Studio Code related -.vscode/ +.classpath +.project +.settings/ +.vscode/* + +# Flutter repo-specific +/bin/cache/ +/bin/internal/bootstrap.bat +/bin/internal/bootstrap.sh +/bin/mingit/ +/dev/benchmarks/mega_gallery/ +/dev/bots/.recipe_deps +/dev/bots/android_tools/ +/dev/devicelab/ABresults*.json +/dev/docs/doc/ +/dev/docs/flutter.docs.zip +/dev/docs/lib/ +/dev/docs/pubspec.yaml +/dev/integration_tests/**/xcuserdata +/dev/integration_tests/**/Pods +/packages/flutter/coverage/ +version +analysis_benchmark.json + +# packages file containing multi-root paths +.packages.generated # Flutter/Dart/Pub related **/doc/api/ .dart_tool/ .flutter-plugins +.flutter-plugins-dependencies +**/generated_plugin_registrant.dart .packages -.pub-cache/ +.pub-preload-cache/ .pub/ -/build/ +build/ +flutter_*.png +linked_*.ds +unlinked.ds +unlinked_spec.ds # Android related **/android/**/gradle-wrapper.jar -**/android/.gradle +.gradle/ **/android/captures/ **/android/gradlew **/android/gradlew.bat **/android/local.properties **/android/**/GeneratedPluginRegistrant.java +**/android/key.properties +*.jks # iOS/XCode related **/ios/**/*.mode1v3 @@ -53,18 +87,47 @@ **/ios/**/profile **/ios/**/xcuserdata **/ios/.generated/ +**/ios/Flutter/.last_build_id **/ios/Flutter/App.framework **/ios/Flutter/Flutter.framework +**/ios/Flutter/Flutter.podspec **/ios/Flutter/Generated.xcconfig +**/ios/Flutter/ephemeral **/ios/Flutter/app.flx **/ios/Flutter/app.zip **/ios/Flutter/flutter_assets/ +**/ios/Flutter/flutter_export_environment.sh **/ios/ServiceDefinitions.json **/ios/Runner/GeneratedPluginRegistrant.* +# macOS +**/Flutter/ephemeral/ +**/Pods/ +**/macos/Flutter/GeneratedPluginRegistrant.swift +**/macos/Flutter/ephemeral +**/xcuserdata/ + +# Windows +**/windows/flutter/generated_plugin_registrant.cc +**/windows/flutter/generated_plugin_registrant.h +**/windows/flutter/generated_plugins.cmake + +# Linux +**/linux/flutter/generated_plugin_registrant.cc +**/linux/flutter/generated_plugin_registrant.h +**/linux/flutter/generated_plugins.cmake + +# Coverage +coverage/ + +# Symbols +app.*.symbols + # Exceptions to above rules. !**/ios/**/default.mode1v3 !**/ios/**/default.mode2v3 !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 -!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages \ No newline at end of file +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages +!/dev/ci/**/Gemfile.lock +!.vscode/settings.json \ No newline at end of file From 4f0b7a06941233e607d3cc9f769036141c1d7a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Saug=C3=A9?= Date: Mon, 1 May 2023 20:49:13 +0200 Subject: [PATCH 1954/2185] Update Python.gitignore Add ruff cache. ruff tool: https://github.com/charliermarsh/ruff ruff is becoming a very popular tool often run in pre-commit and aim to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing tens or hundreds of times faster than any individual tool. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9ff..4c85238615 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Ruff stuff: +.ruff_cache/ From 059d07f050d33f75bc7f409ca2bee67ad3666eb7 Mon Sep 17 00:00:00 2001 From: Aaron Teo <57927438+taronaeo@users.noreply.github.com> Date: Tue, 23 May 2023 11:41:06 +0800 Subject: [PATCH 1955/2185] Update Node.gitignore 1. SvelteKit - added ignore for cache directory 2. .env.example - included for documentation 3. Vite - added ignore for log files 4. Firebase - added ignore for cache directory --- Node.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c6bba59138..5900cb6318 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -78,6 +78,7 @@ web_modules/ .env.test.local .env.production.local .env.local +!.env.example # parcel-bundler cache (https://parceljs.org/) .cache @@ -104,6 +105,9 @@ dist .temp .cache +# Sveltekit cache directory +.svelte-kit + # Docusaurus cache and generated files .docusaurus @@ -116,6 +120,9 @@ dist # DynamoDB Local files .dynamodb/ +# Firebase cache directory +.firebase + # TernJS port file .tern-port @@ -128,3 +135,7 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# Vite logs files +vite.config.js.timestamp-* +vite.config.ts.timestamp-* From 436c98e920d2bd62f237bb3b694fb22055034fd7 Mon Sep 17 00:00:00 2001 From: AsukaMinato Date: Wed, 24 May 2023 14:29:42 +0900 Subject: [PATCH 1956/2185] add deb --- ArchLinuxPackages.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index b73905529f..289fa5c677 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -3,6 +3,7 @@ *.jar *.exe *.msi +*.deb *.zip *.tgz *.log From 6a8bcbde4c8256f0c174e69a57904f24b8f5d300 Mon Sep 17 00:00:00 2001 From: Greg Chabala Date: Fri, 9 Jun 2023 17:44:40 -0500 Subject: [PATCH 1957/2185] Update reference to Maven Wrapper exclusion --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 2f4353087f..6d706b8df1 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,7 +7,7 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# https://github.com/takari/maven-wrapper#usage-without-binary-jar +# https://maven.apache.org/wrapper/#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar # Eclipse m2e generated files From 3c50c9f0afa4ca4ad28b565b952583718af18218 Mon Sep 17 00:00:00 2001 From: Michael Stepner Date: Wed, 14 Jun 2023 23:47:24 -0500 Subject: [PATCH 1958/2185] Update Stata.gitignore to ignore new auto backup files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stata 18 introduced an auto-backup feature which creates a temporary file while a code file is open it its IDE. These auto-backup files are analogous to the [Microsoft Office backup files that are gitignored](https://github.com/github/gitignore/blob/main/Global/MicrosoftOffice.gitignore). [Ref](https://www.stata.com/manuals/gsm13.pdf): > The Do-file Editor now creates a backup file whenever it opens a document or creates a new one. > When an existing document is opened, Stata creates a backup file of a document that is saved to disk > in the same directory using the existing document’s filename prefixed with ~ and with the extension > .stswp. When you edit a new and unsaved document, it saves the backup file to the temp directory. > When a document is closed, the backup file is deleted. However, if Stata does not exit cleanly because > of a power outage or a computer crash, the backup file is left behind. --- Global/Stata.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Stata.gitignore b/Global/Stata.gitignore index 07997bb120..288abf8a15 100644 --- a/Global/Stata.gitignore +++ b/Global/Stata.gitignore @@ -8,6 +8,7 @@ *.smcl *.stpr *.stsem +~*.stswp # Graphic export files from Stata # Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf From 3555ed25b41fa46b7c7a82c2ba5a77ff386e2564 Mon Sep 17 00:00:00 2001 From: christophnz Date: Sat, 17 Jun 2023 22:05:30 +1200 Subject: [PATCH 1959/2185] Updated ignore rule for "umbraco" folder with trailing * to ensure include folders below are actually included --- community/DotNet/Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index 1dc3da526c..f71b570984 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -43,7 +43,7 @@ *.sqlite.db* #ignore umbraco data/views/settings -**/umbraco/ +**/umbraco/* #include default location for modelsbuilder output !**/umbraco/models From c0e6cffccfa445e86944e144b82f2726002e2916 Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Wed, 21 Jun 2023 14:54:45 +0200 Subject: [PATCH 1960/2185] JetBrains.gitignore: add ignore for the HTTP Client's private environment - documentation regarding env config files: https://www.jetbrains.com/help/idea/exploring-http-syntax.html#example-working-with-environment-files - rename Rest Client to HTTP Client --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 3649d6dc25..d77ab051be 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -70,8 +70,9 @@ crashlytics.properties crashlytics-build.properties fabric.properties -# Editor-based Rest Client +# Editor-based HTTP Client .idea/httpRequests +http-client.private.env.json # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser From d4a7a9a2fb3b10a2495389dd5f24f544e2d6bd20 Mon Sep 17 00:00:00 2001 From: Qi Zhang <25192197+singularitti@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:29:35 -0400 Subject: [PATCH 1961/2185] Update Julia.gitignore --- Julia.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Julia.gitignore b/Julia.gitignore index 29126e47b0..06e4d2b8ed 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -22,3 +22,6 @@ docs/site/ # committed for packages, but should be committed for applications that require a static # environment. Manifest.toml + +# File generated by the Preferences package to store local preferences +LocalPreferences.toml From 724b724ea3eb83833d41b44f15b603dfd2955853 Mon Sep 17 00:00:00 2001 From: Qi Zhang <25192197+singularitti@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:33:37 -0400 Subject: [PATCH 1962/2185] Update Julia.gitignore --- Julia.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Julia.gitignore b/Julia.gitignore index 06e4d2b8ed..6debdf1d30 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -25,3 +25,4 @@ Manifest.toml # File generated by the Preferences package to store local preferences LocalPreferences.toml +JuliaLocalPreferences.toml From aa0342778aa97b6daf971739ee5f8420f4d0fd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Sch=C3=BCtz?= Date: Thu, 29 Jun 2023 15:01:19 +0200 Subject: [PATCH 1963/2185] Support option abbreviations of glossaries-extra --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e964244133..b8b9d50d58 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -106,8 +106,11 @@ acs-*.bib *.acn *.acr *.glg +*.glg-abr *.glo +*.glo-abr *.gls +*.glo-abr *.glsdefs *.lzo *.lzs From 392ef565be9f537bc06fa00e1d288131456b4972 Mon Sep 17 00:00:00 2001 From: Jeremy Greenwood Date: Sat, 8 Jul 2023 07:01:37 -0400 Subject: [PATCH 1964/2185] Update Swift.gitignore - Remove Accio --- Swift.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674f3..bb83bcfc4e 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -66,10 +66,6 @@ playground.xcworkspace Carthage/Build/ -# Accio dependency management -Dependencies/ -.accio/ - # fastlane # # It is recommended to not store the screenshots in the git repo. From 7fe0f4db6da3a9ae72f87ed1096bae90c31cf009 Mon Sep 17 00:00:00 2001 From: QLabs <55121845+Quantalabs@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:00:23 -0700 Subject: [PATCH 1965/2185] Use yarn v3 instead of v2 Updates the gitignore for Node to use yarn v3 instead of yarn v2. gitignores the files recommended by yarn --- Node.gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba59138..f50f03dd39 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -122,9 +122,11 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz +# yarn v3 .pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions From eb5c17212b2ec0db28ec416c80c2c248263573fe Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Mon, 14 Aug 2023 09:14:18 -0700 Subject: [PATCH 1966/2185] Update VisualStudio.gitignore for ENV files Adding .env exclusion --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..6418f6b1d5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -9,6 +9,7 @@ *.user *.userosscache *.sln.docstates +*.env # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs From 09b5744d1202ff16dc57a9d679a02a36956cf044 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Wed, 30 Aug 2023 17:09:46 +0100 Subject: [PATCH 1967/2185] ignore split-dwarf debugging-related auxilary .dwo files for C and C++ projects --- C++.gitignore | 3 +++ C.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 259148fa18..90fe0ecb51 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +# debug information files +*.dwo diff --git a/C.gitignore b/C.gitignore index c6127b38c1..845cda6a8a 100644 --- a/C.gitignore +++ b/C.gitignore @@ -50,3 +50,6 @@ modules.order Module.symvers Mkfile.old dkms.conf + +# debug information files +*.dwo From 2e9751fef280c8705b3c890f08b7c4b80c1401b0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 3 Sep 2023 16:40:40 -0400 Subject: [PATCH 1968/2185] Remove Cargo.lock from Rust --- Rust.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index 6985cf1bd0..73fab072c5 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -3,10 +3,6 @@ debug/ target/ -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# 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 **/*.rs.bk From b4e8ec3d3916cbc04b15d8f818118ce836306bba Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:58:47 +0200 Subject: [PATCH 1969/2185] Update TwinCAT3.gitignore with the existing .gitignore in this repo, which can be select directly in the VS 2022 if you create a new repo, our customers have a lot of problems. thats why we suggest this update --- TwinCAT3.gitignore | 51 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f87505..18260cd6e6 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -1,25 +1,46 @@ -# gitignore template for TwinCAT3 +### TwinCAT3 ### # website: https://www.beckhoff.com/twincat3/ -# -# Recommended: VisualStudio.gitignore -# TwinCAT files +# TwinCAT PLC +*.plcproj.bak +*.plcproj.orig *.tpy *.tclrs +*.library *.compiled-library *.compileinfo -# Don't include the tmc-file rule if either of the following is true: -# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) -# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. +*.asm +*.core +LineIDs.dbg +LineIDs.dbg.bak + +# TwinCAT C++ and shared types +# ignoring the TMC file is only useful for plain PLC programming +# as soon as shared data types (via tmc), C++ or in general TcCom-Module are used, the TMC file has to be part of the repository *.tmc *.tmcRefac -*.library -*.project.~u + +# TwinCAT project files *.tsproj.bak +*.tsproj.b?k +*.tsproj.orig *.xti.bak -LineIDs.dbg -LineIDs.dbg.bak -_Boot/ -_CompileInfo/ -_Libraries/ -_ModuleInstall/ \ No newline at end of file +*.xti.b?k +*.xti.orig + +# Multiuser specific +**/.TcGit/ + +# exclude not required folders +**/_Boot/ +**/_CompileInfo/ +**/_Libraries/ +**/_ModuleInstall/ +**/_Deployment/ +**/_Repository/ + +# VS Shell project specific files +*.~u +*.project.~u +*.suo +.vs/ From 716e3baab06bb469457e7f91a111cd16b4e2e01b Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 18 Sep 2023 15:43:20 -0400 Subject: [PATCH 1970/2185] Add notes link --- GitHubPages.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index fddfb6b99e..493e69ba39 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -14,4 +14,5 @@ _site/ # GitHub Pages will always use its own deployed version of pages-gem # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. +# Details at https://github.com/github/pages-gem/issues/768 Gemfile.lock From e5f3eb0f8e66cdc0bd239d284ba7179a5ccaa8d9 Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:33:52 +0200 Subject: [PATCH 1971/2185] Update TwinCAT3.gitignore update according to the latest product changes --- TwinCAT3.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 18260cd6e6..69ac18f387 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -27,6 +27,8 @@ LineIDs.dbg.bak *.xti.bak *.xti.b?k *.xti.orig +*.xtv +*.xtv.bak # Multiuser specific **/.TcGit/ From e85314a60d13a1d8cc59738315003cb0ef89ad39 Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:40:23 +0200 Subject: [PATCH 1972/2185] Update TwinCAT3.gitignore --- TwinCAT3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 69ac18f387..6a178c89bb 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -29,6 +29,7 @@ LineIDs.dbg.bak *.xti.orig *.xtv *.xtv.bak +*.xtv.b?k # Multiuser specific **/.TcGit/ From 51d81ece6ee4206fb45d08976977aa680219b14d Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:04:37 +0200 Subject: [PATCH 1973/2185] Update TwinCAT3.gitignore --- TwinCAT3.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 6a178c89bb..7bb2f985df 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -25,11 +25,11 @@ LineIDs.dbg.bak *.tsproj.b?k *.tsproj.orig *.xti.bak -*.xti.b?k +*.xti.bk? *.xti.orig *.xtv *.xtv.bak -*.xtv.b?k +*.xtv.bk? # Multiuser specific **/.TcGit/ From 9332fca160a9b4bb7a523566dd0eebd263d37d4e Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:47:48 +0200 Subject: [PATCH 1974/2185] Update TwinCAT3.gitignore Merge of several entries --- TwinCAT3.gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bb2f985df..60df0cd335 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -24,12 +24,9 @@ LineIDs.dbg.bak *.tsproj.bak *.tsproj.b?k *.tsproj.orig -*.xti.bak -*.xti.bk? -*.xti.orig -*.xtv -*.xtv.bak -*.xtv.bk? +*.xt?.bak +*.xt?.bk? +*.xt?.orig # Multiuser specific **/.TcGit/ From 43dd159e4cbcba940b1d71975b0b909c5a97e9f9 Mon Sep 17 00:00:00 2001 From: laschuet Date: Wed, 27 Sep 2023 22:53:11 +0200 Subject: [PATCH 1975/2185] Fix duplicate --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index b8b9d50d58..606f0f0ec0 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -110,7 +110,7 @@ acs-*.bib *.glo *.glo-abr *.gls -*.glo-abr +*.gls-abr *.glsdefs *.lzo *.lzs From bb629fc14def1580c60c20119b6eef72e5322973 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 1 Oct 2023 22:41:53 +0200 Subject: [PATCH 1976/2185] Update PDM docs reference Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com> --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f7f74c717d..60a821a536 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,7 +106,7 @@ ipython_config.py #pdm.lock # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it # in version control. -# https://pdm.fming.dev/#use-with-ide +# https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python From f18cd633a966ff667becaf71c5fe6243e1417502 Mon Sep 17 00:00:00 2001 From: Rhys van der Waerden Date: Wed, 25 Oct 2023 10:59:17 +1100 Subject: [PATCH 1977/2185] Ignore mono_crash files These can be generated by Unity on crash --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc8256e..ead62afd58 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -55,6 +55,9 @@ ExportedObj/ # Unity3D generated file on crash reports sysinfo.txt +# Mono auto generated files +mono_crash.* + # Builds *.apk *.aab From d7459a4850f81cbd854267651b6df38409ba01ee Mon Sep 17 00:00:00 2001 From: Hans Spaans Date: Sat, 4 Nov 2023 12:04:43 +0100 Subject: [PATCH 1978/2185] Update Python.gitignore for PEP 441 PEP 441 introduces Python ZIP Applications to bundle a Python Application into a ZIP file with file extension `pyz`. --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9ff..e19b0fdbe8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,6 +1,6 @@ # Byte-compiled / optimized / DLL files __pycache__/ -*.py[cod] +*.py[codz] *$py.class # C extensions From 930fa355b6ee1cea18c7cc5c5e052c3866e4ee39 Mon Sep 17 00:00:00 2001 From: Christopher Patton Date: Sun, 5 Nov 2023 12:22:09 -0800 Subject: [PATCH 1979/2185] Add Obsidian community gitignore files --- .../NotesAndCoreConfiguration.gitignore | 16 ++++++++ .../NotesAndExtendedConfiguration.gitignore | 38 +++++++++++++++++++ community/Obsidian/NotesOnly.gitignore | 4 ++ 3 files changed, 58 insertions(+) create mode 100644 community/Obsidian/NotesAndCoreConfiguration.gitignore create mode 100644 community/Obsidian/NotesAndExtendedConfiguration.gitignore create mode 100644 community/Obsidian/NotesOnly.gitignore diff --git a/community/Obsidian/NotesAndCoreConfiguration.gitignore b/community/Obsidian/NotesAndCoreConfiguration.gitignore new file mode 100644 index 0000000000..4eff01dae1 --- /dev/null +++ b/community/Obsidian/NotesAndCoreConfiguration.gitignore @@ -0,0 +1,16 @@ +# Excludes Obsidian workspace cache and plugins. All notes and core obsidian +# configuration files are tracked by Git. + +# The current application UI state (DOM layout, recently-opened files, etc.) is +# stored in these files (separate for desktop and mobile) so you can resume +# your session seamlessly after a restart. If you want to track UI state, use +# the Workspaces core plugin instead of relying on these files. +.obsidian/workspace.json +.obsidian/workspace-mobile.json + +# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They +# contain metadata (manifest.json), application code (main.js), stylesheets +# (styles.css), and user-configuration data (data.json). +# We want to exclude all plugin-related files, so we can exclude everything +# under this directory. +.obsidian/plugins/**/* diff --git a/community/Obsidian/NotesAndExtendedConfiguration.gitignore b/community/Obsidian/NotesAndExtendedConfiguration.gitignore new file mode 100644 index 0000000000..3e0804f299 --- /dev/null +++ b/community/Obsidian/NotesAndExtendedConfiguration.gitignore @@ -0,0 +1,38 @@ +# Excludes Obsidian workspace cache and plugin code, but retains plugin +# configuration. All notes and user-controlled configuration files are tracked +# by Git. +# +# !!! WARNING !!! +# +# Community plugins may store sensitive secrets in their data.json files. By +# including these files, those secrets may be tracked in your Git repository. +# +# To ignore configurations for specific plugins, add a line like this after the +# contents of this file (order is important): +# .obsidian/plugins/{{plugin_name}}/data.json +# +# Alternatively, ensure that you are treating your entire Git repository as +# sensitive data, since it may contain secrets, or may have contained them in +# past commits. Understand your threat profile, and make the decision +# appropriate for yourself. If in doubt, err on the side of not including +# plugin configuration. Use one of the alternative gitignore files instead: +# * NotesOnly.gitignore +# * NotesAndCoreConfiguration.gitignore + +# The current application UI state (DOM layout, recently-opened files, etc.) is +# stored in these files (separate for desktop and mobile) so you can resume +# your session seamlessly after a restart. If you want to track UI state, use +# the Workspaces core plugin instead of relying on these files. +.obsidian/workspace.json +.obsidian/workspace-mobile.json + +# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They +# contain metadata (manifest.json), application code (main.js), stylesheets +# (styles.css), and user-configuration data (data.json). +# We only want to track data.json, so we: +# 1. exclude everything under the plugins directory recursively, +# 2. unignore the plugin directories themselves, which then allows us to +# 3. unignore the data.json files +.obsidian/plugins/**/* +!.obsidian/plugins/*/ +!.obsidian/plugins/*/data.json diff --git a/community/Obsidian/NotesOnly.gitignore b/community/Obsidian/NotesOnly.gitignore new file mode 100644 index 0000000000..2b3b76ee0e --- /dev/null +++ b/community/Obsidian/NotesOnly.gitignore @@ -0,0 +1,4 @@ +# Excludes all Obsidian-related configuration. All notes are tracked by Git. + +# All Obsidian configuration and runtime state is stored here +.obsidian/**/* From 94cb1ce3b8b08683136168d2e5ff25511ea99c06 Mon Sep 17 00:00:00 2001 From: Henrique Gottardi Werlang Date: Thu, 30 Nov 2023 16:40:07 -0300 Subject: [PATCH 1980/2185] New extension to ignore in Delphi IDE. --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 9532800ba2..aada67f1b0 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -56,6 +56,7 @@ *.projdata *.tvsconfig *.dsk +*.dsv # Delphi history and backups __history/ From 0bfdc4464cf28e46e29ae3c852153a30c1537507 Mon Sep 17 00:00:00 2001 From: Loo Zheng Yuan Date: Wed, 27 Dec 2023 22:59:39 +0800 Subject: [PATCH 1981/2185] feat: add KiCad lock/autosave files --- KiCad.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index a63bc0e7f7..59fde34c0e 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -16,6 +16,8 @@ _autosave-* *-save.pro *-save.kicad_pcb fp-info-cache +~*.lck +\#auto_saved_files# # Netlist files (exported from Eeschema) *.net From bfa56dc5d8465f558383f6764e1219b4e983b725 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Thu, 28 Dec 2023 14:21:54 +0100 Subject: [PATCH 1982/2185] Add .pdm-build/ --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 60a821a536..82f927558a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -109,6 +109,7 @@ ipython_config.py # https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python +.pdm-build/ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 27fe2b766efdedb873be8fe54b8cba39a559a7f9 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Thu, 11 Jan 2024 18:12:35 +0100 Subject: [PATCH 1983/2185] Fix invalid comments Signed-off-by: Niels Basjes --- Dart.gitignore | 8 +++++--- Global/Metals.gitignore | 4 ++-- Global/Vim.gitignore | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 3a83c2f087..3150b4060c 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -16,9 +16,11 @@ 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. +# Produced by the --dump-info flag. +*.info.json +# When generated by dart2js. Don't specify *.js if your +# project includes source files written in JavaScript. +*.js *.js_ *.js.deps *.js.map diff --git a/Global/Metals.gitignore b/Global/Metals.gitignore index 516e7e33f2..fb3e0977c4 100644 --- a/Global/Metals.gitignore +++ b/Global/Metals.gitignore @@ -1,5 +1,5 @@ - # Generated Metals (Scala Language Server) files - # Reference: https://scalameta.org/metals/ +# Generated Metals (Scala Language Server) files +# Reference: https://scalameta.org/metals/ .metals/ .bloop/ project/metals.sbt diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 19fa63264c..cb8a049960 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,7 @@ # Swap [._]*.s[a-v][a-z] -!*.svg # comment out if you don't need vector files +# comment out the next line if you don't need vector files +!*.svg [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] From 8dbb58e730313c8fee22705e423b7bd079c7aea0 Mon Sep 17 00:00:00 2001 From: TobiasKnauss Date: Fri, 2 Feb 2024 12:52:10 +0100 Subject: [PATCH 1984/2185] Update TwinCAT3.gitignore Backup files of TwinCAT3 PLC projects. --- TwinCAT3.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f87505..5e8958bc32 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -16,10 +16,11 @@ *.library *.project.~u *.tsproj.bak +*.tspproj.bak *.xti.bak LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ _Libraries/ -_ModuleInstall/ \ No newline at end of file +_ModuleInstall/ From 9c784698ea54dec6b6a82aad13d193d7d9e87749 Mon Sep 17 00:00:00 2001 From: guangwu Date: Fri, 8 Mar 2024 13:39:32 +0800 Subject: [PATCH 1985/2185] fix: typo --- community/Bazel.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore index bc3afc20ba..4e1d5a2ba0 100644 --- a/community/Bazel.gitignore +++ b/community/Bazel.gitignore @@ -6,7 +6,7 @@ /bazel-* # Directories for the Bazel IntelliJ plugin containing the generated -# IntelliJ project files and plugin configuration. Seperate directories are +# IntelliJ project files and plugin configuration. Separate directories are # for the IntelliJ, Android Studio and CLion versions of the plugin. /.ijwb/ /.aswb/ From 82e413a7d37610a016f540c5c63e9392b524d546 Mon Sep 17 00:00:00 2001 From: Shane Reetz Date: Mon, 25 Mar 2024 11:33:31 -0700 Subject: [PATCH 1986/2185] Add gitignore template for Automation Studio 4 --- AutomationStudio4.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 AutomationStudio4.gitignore diff --git a/AutomationStudio4.gitignore b/AutomationStudio4.gitignore new file mode 100644 index 0000000000..0ffd049236 --- /dev/null +++ b/AutomationStudio4.gitignore @@ -0,0 +1,36 @@ +# gitignore template for B&R Automation Studio (AS) 4 +# website: https://www.br-automation.com/en-us/products/software/automation-software/automation-studio/ + +# AS temporary directories +Binaries/ +Diagnosis/ +Temp/ +TempObjects/ + +# AS transfer files +*artransfer.br +*arTrsfmode.nv + +# 'ignored' directory +ignored/ + +# ARNC0ext +*arnc0ext.br + +# AS File types +*.bak +*.isopen +*.DS_Store +*.orig +*.log +*.asar +*.csvlog* +*.set +!**/Physical/**/*.set + +# RevInfo variables +*RevInfo.var + +# Misc +**/MPLogs/* +**/DLFiles/* From 5fbacfc2504a19e32a8b4fafe6f555d458f463e5 Mon Sep 17 00:00:00 2001 From: Daniel Lombardi Date: Sun, 31 Mar 2024 14:56:05 -0300 Subject: [PATCH 1987/2185] Update Go.gitignore --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4a8..266339f383 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,6 @@ # Go workspace file go.work + +# env file +.env From 893c55894773ba425a84c4b678a3882f9ab0393f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 3 Apr 2024 21:19:57 +0100 Subject: [PATCH 1988/2185] Add rubber cache files to TeX.gitignore Generated by [rubber](https://tex-talk.net/2011/12/building-documents-with-rubber/). [The docs](https://github.com/petrhosek/rubber/blob/8ec18fd096b186901f197d26c8e1060b42f0b34f/doc/rubber.texi#L158) claim to use `rubber.cache`, but I've seen $filename.rubbercache in the wild, so I'm including both. --- TeX.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e964244133..d9cf4372e8 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -39,6 +39,8 @@ *.synctex.gz *.synctex.gz(busy) *.pdfsync +*.rubbercache +rubber.cache ## Build tool directories for auxiliary files # latexrun From 3249072f3b096989167682c25aa558540bcced91 Mon Sep 17 00:00:00 2001 From: Gianluca Recchia Date: Mon, 22 Apr 2024 11:27:20 +0200 Subject: [PATCH 1989/2185] Ignore lock info files in terraform `.gitignore` This is recommended by the official Style Guide here: https://developer.hashicorp.com/terraform/language/style#gitignore. --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b8a46e692..2faf43d0a1 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -23,6 +23,9 @@ override.tf.json *_override.tf *_override.tf.json +# Ignore transient lock info files created by terraform apply +.terraform.tfstate.lock.info + # Include override files you do wish to add to version control using negated pattern # !example_override.tf From 1e6efa6d03b00c7a2549987f51f8c0cb8551949e Mon Sep 17 00:00:00 2001 From: Xiangsong Zeng Date: Fri, 26 Apr 2024 18:00:50 +0800 Subject: [PATCH 1990/2185] Add zstd files to Archives.gitignore --- Global/Archives.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 4ed9ab8350..8c92521b4c 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -14,6 +14,8 @@ *.lzma *.cab *.xar +*.zst +*.tzst # Packing-only formats *.iso From 338eb82763772c85e64d64a94d999d83d36082e9 Mon Sep 17 00:00:00 2001 From: MountainKing123 Date: Tue, 30 Apr 2024 18:54:16 +0200 Subject: [PATCH 1991/2185] Update UnrealEngine.gitignore Edited Unreal Engine gitignore to also ignore "Intermediate" data in the "Plugins" directory, so it ignores deeper nested intermediate data, like with Epic's "Game Features" plugin e.g. "Plugins/GameFeatures/MyGameFeature/Intermediate". --- UnrealEngine.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9a1..705552ec73 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -68,7 +68,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* -Plugins/*/Intermediate/* +Plugins/**/Intermediate/* # Cache files for the editor to use DerivedDataCache/* From f0fc1da1b36b2ea16616b8df72b6e78e6ee9095e Mon Sep 17 00:00:00 2001 From: MountainKing123 Date: Tue, 30 Apr 2024 19:14:07 +0200 Subject: [PATCH 1992/2185] Same for Binaries --- UnrealEngine.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 705552ec73..6e0d95fb31 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -47,7 +47,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* -Plugins/*/Binaries/* +Plugins/**/Binaries/* # Builds Build/* From 86ddbd59fe830c4e77f2cf1881def4f65b45a6fc Mon Sep 17 00:00:00 2001 From: beneiii Date: Sun, 5 May 2024 16:18:05 +0200 Subject: [PATCH 1993/2185] Add hypdoc temporary files --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e964244133..87a82f2c33 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -138,6 +138,9 @@ acs-*.bib *.trc *.xref +# hypdoc +*.hd + # hyperref *.brf From 0a8f83647e50557c37a8236016db7dadd4d83ffc Mon Sep 17 00:00:00 2001 From: zhiyuanzhai <37478391+zhiyuanzhai@users.noreply.github.com> Date: Mon, 6 May 2024 15:45:16 +0800 Subject: [PATCH 1994/2185] Update TeX.gitignore Adding `*.bbl-SAVE-ERROR` to `gitignore` for LaTeX. --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index e964244133..dda29305f4 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -26,6 +26,7 @@ ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl +*.bbl-SAVE-ERROR *.bcf *.blg *-blx.aux From c46dfda52a23148551cef200750f7537fbd0c3c6 Mon Sep 17 00:00:00 2001 From: src_resources Date: Sat, 11 May 2024 23:45:55 +0800 Subject: [PATCH 1995/2185] Add RustRover entry for Rust.gitignore Add an optional entry for JetBrains's RustRover IDE in Rust.gitignore. Signed-off-by: src_resources --- Rust.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index 6985cf1bd0..d01bd1a990 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -12,3 +12,10 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +# RustRover +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ \ No newline at end of file From ebee5bfe87a2799d26d346798f7364eb0dccdcaf Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sun, 12 May 2024 17:56:43 +0300 Subject: [PATCH 1996/2185] Drop Xcode 3 compatibility --- Objective-C.gitignore | 13 ------------- Swift.gitignore | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7801c93000..45c3807471 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -9,19 +9,6 @@ xcuserdata/ *.xcscmblueprint *.xccheckout -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674f3..bc46f5d6f6 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -9,19 +9,6 @@ xcuserdata/ *.xcscmblueprint *.xccheckout -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - ## Obj-C/Swift specific *.hmap From a4043487860cd48d0bdb54aa41e21dbd7fc91afc Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sun, 12 May 2024 17:57:07 +0300 Subject: [PATCH 1997/2185] Drop Xcode 8 compatibility --- Global/Xcode.gitignore | 4 ---- Objective-C.gitignore | 4 ---- Swift.gitignore | 4 ---- 3 files changed, 12 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index f87d2f2e74..5073505e08 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,6 +1,2 @@ ## User settings xcuserdata/ - -## Xcode 8 and earlier -*.xcscmblueprint -*.xccheckout diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 45c3807471..9b8cd0706f 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -5,10 +5,6 @@ ## User settings xcuserdata/ -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index bc46f5d6f6..439b68dd2f 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -5,10 +5,6 @@ ## User settings xcuserdata/ -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - ## Obj-C/Swift specific *.hmap From 1ab38f03c90e3670c8255ea573b61c0ba7afc907 Mon Sep 17 00:00:00 2001 From: Costa Paraskevopoulos Date: Mon, 13 May 2024 21:26:49 +1000 Subject: [PATCH 1998/2185] Ignore terragrunt cache This excludes the common/default location from source control Docs: https://terragrunt.gruntwork.io/docs/features/caching/ --- Terraform.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b8a46e692..a493714756 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -32,3 +32,7 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# Ignore the default terragrunt cache directory +# https://terragrunt.gruntwork.io/docs/features/caching/ +.terragrunt-cache From 963cebd90cb0f741c862c6d44c47da7484b1e1db Mon Sep 17 00:00:00 2001 From: DrKeek <43802867+DrKeek@users.noreply.github.com> Date: Tue, 21 May 2024 11:57:41 +0800 Subject: [PATCH 1999/2185] Add files via upload...UiPath.gitignore This file contains folders to be excluded for tracking during RPA development using UiPath Studio. Accidentally tracking these folders have caused issues with changing branches during code development. The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries. UiPath itself has been around for 19 years since 2005. This submission can potentially help millions of new and existing UiPath developers in their work. --- community/UiPath.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/UiPath.gitignore diff --git a/community/UiPath.gitignore b/community/UiPath.gitignore new file mode 100644 index 0000000000..3dfdbf02a3 --- /dev/null +++ b/community/UiPath.gitignore @@ -0,0 +1,11 @@ +# gitignore template for RPA development using UiPath Studio +# website: Advanced Automation Software, RPA Tools - Studio | UiPath +# +# Recommended: n/a + +# Ignore folders that could cause issues if accidentally tracked +**/.local/** +**/.settings/** +**/.objects/** +**/.tmh/** +**/*.log From d3217fdb67d3e3ab2c684062577b83d0bed32c76 Mon Sep 17 00:00:00 2001 From: DrKeek <43802867+DrKeek@users.noreply.github.com> Date: Tue, 21 May 2024 12:05:49 +0800 Subject: [PATCH 2000/2185] Add files via upload...UiPath.gitignore This file contains folders to be excluded for tracking during RPA development using UiPath Studio. Accidentally tracking these folders have caused issues with changing branches during code development. The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries. UiPath itself has been around for 19 years since 2005. This submission can potentially help millions of new and existing UiPath developers in their work. --- community/UiPath.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/UiPath.gitignore b/community/UiPath.gitignore index 3dfdbf02a3..ef7754ae71 100644 --- a/community/UiPath.gitignore +++ b/community/UiPath.gitignore @@ -1,5 +1,5 @@ # gitignore template for RPA development using UiPath Studio -# website: Advanced Automation Software, RPA Tools - Studio | UiPath +# website: https://www.uipath.com/product/studio # # Recommended: n/a From dae1884ac122951c93be0bb7ef990a118c0b2ed2 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 25 May 2024 13:50:47 -0700 Subject: [PATCH 2001/2185] Create ReScript.gitignore --- ReScript.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ReScript.gitignore diff --git a/ReScript.gitignore b/ReScript.gitignore new file mode 100644 index 0000000000..4b1879f321 --- /dev/null +++ b/ReScript.gitignore @@ -0,0 +1,4 @@ +.DS_Store +/node_modules/ +/lib/ +.bsb.lock From 3af7bb0480965c24777d19d8aa6fbfd92080b92a Mon Sep 17 00:00:00 2001 From: Ramith Rodrigo Date: Mon, 8 Apr 2024 15:59:38 +0530 Subject: [PATCH 2002/2185] Create Ballerina.gitignore --- Ballerina.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Ballerina.gitignore diff --git a/Ballerina.gitignore b/Ballerina.gitignore new file mode 100644 index 0000000000..030a350fbf --- /dev/null +++ b/Ballerina.gitignore @@ -0,0 +1,11 @@ +# generated files +target/ +generated/ + +# dependencies +Dependencies.toml + +# config files +Config.toml +# the config files used for testing, Uncomment the following line if you want to commit the test config files +#!**/tests/Config.toml From da6d5a73e7bc853b0903efe170b755a1c97f170b Mon Sep 17 00:00:00 2001 From: Shane Reetz Date: Wed, 29 May 2024 10:54:12 -0700 Subject: [PATCH 2003/2185] Remove OS-specific files from gitignore --- AutomationStudio4.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AutomationStudio4.gitignore b/AutomationStudio4.gitignore index 0ffd049236..b5552b17a0 100644 --- a/AutomationStudio4.gitignore +++ b/AutomationStudio4.gitignore @@ -20,7 +20,6 @@ ignored/ # AS File types *.bak *.isopen -*.DS_Store *.orig *.log *.asar @@ -30,7 +29,3 @@ ignored/ # RevInfo variables *RevInfo.var - -# Misc -**/MPLogs/* -**/DLFiles/* From b7450f4d3dea97b534d4ff972951f023a81e5481 Mon Sep 17 00:00:00 2001 From: Krishnadhas N K <108367225+githubofkrishnadhas@users.noreply.github.com> Date: Thu, 30 May 2024 13:39:25 +0530 Subject: [PATCH 2004/2185] Update Terraform.gitignore to ignore .hcl files --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 2faf43d0a1..15073ca88b 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -35,3 +35,6 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# Ignore hcl file +.terraform.lock.hcl From 403cf39f224afb0c301b3e683a210a3272c03ad1 Mon Sep 17 00:00:00 2001 From: Costa Paraskevopoulos Date: Fri, 31 May 2024 19:23:32 +1000 Subject: [PATCH 2005/2185] Migrate terragrunt ignore to new template as suggested --- Terraform.gitignore | 4 ---- community/Terragrunt.gitignore | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 community/Terragrunt.gitignore diff --git a/Terraform.gitignore b/Terraform.gitignore index a493714756..9b8a46e692 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -32,7 +32,3 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc - -# Ignore the default terragrunt cache directory -# https://terragrunt.gruntwork.io/docs/features/caching/ -.terragrunt-cache diff --git a/community/Terragrunt.gitignore b/community/Terragrunt.gitignore new file mode 100644 index 0000000000..ea4808637f --- /dev/null +++ b/community/Terragrunt.gitignore @@ -0,0 +1,3 @@ +# Ignore the default terragrunt cache directory +# https://terragrunt.gruntwork.io/docs/features/caching/ +.terragrunt-cache From 5db49b3de977126402dae1edb6a66fde4c7816c7 Mon Sep 17 00:00:00 2001 From: diffstorm Date: Fri, 31 May 2024 14:30:26 +0300 Subject: [PATCH 2006/2185] Create IAR.gitignore gitignore for IAR Embedded Workbench --- IAR.gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 IAR.gitignore diff --git a/IAR.gitignore b/IAR.gitignore new file mode 100644 index 0000000000..a6f6f7758e --- /dev/null +++ b/IAR.gitignore @@ -0,0 +1,47 @@ +# Compiled binaries +*.o +*.bin +*.elf +*.hex +*.map +*.out +*.obj + +# Trash +*.bak +thumbs.db +*.~* + +# IAR Settings +**/settings/*.crun +**/settings/*.dbgdt +**/settings/*.cspy +**/settings/*.cspy.* +**/settings/*.xcl +**/settings/*.dni +**/settings/*.wsdt +**/settings/*.wspos + +# IAR Debug Exe +**/Exe/*.sim + +# IAR Debug Obj +**/Obj/*.pbd +**/Obj/*.pbd.* +**/Obj/*.pbi +**/Obj/*.pbi.* + +# IAR project "Debug" directory +Debug/ + +# IAR project "Release" directory +Release/ + +# IAR project settings directory +settings/ + +# IAR backup files +Backup* + +# IAR .dep files +*.dep \ No newline at end of file From 00c65098c0aae846fb1809ad01ee6a1b543ae108 Mon Sep 17 00:00:00 2001 From: Rachit S <133040544+RScrafted@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:40:41 +0100 Subject: [PATCH 2007/2185] Update Terraform.gitignore Added line to ignore graph file('s). --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 15073ca88b..3b94be8f55 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -38,3 +38,6 @@ terraform.rc # Ignore hcl file .terraform.lock.hcl + +# Ignore graph file +*.dot From fbcb2e3f1652bdfa913db2b24c82f3955af73207 Mon Sep 17 00:00:00 2001 From: Cliff Li Date: Mon, 3 Jun 2024 17:30:12 +0200 Subject: [PATCH 2008/2185] Revert #4451 --- Terraform.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 15073ca88b..2faf43d0a1 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -35,6 +35,3 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc - -# Ignore hcl file -.terraform.lock.hcl From 95aacb9500ccd6142413e27c4c299bf2e8a186a6 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Tue, 4 Jun 2024 08:37:10 +0530 Subject: [PATCH 2009/2185] Update Python.gitignore Add .pypirc to protect sensitive information --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f927558a..fe4d54a996 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -160,3 +160,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# PyPI configuration file +.pypirc From b2d1fcee655df1b1c00dc9b3222c40606dab710f Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:14:16 +0100 Subject: [PATCH 2010/2185] Added other files and extension to ignore to strengthen the terraform.gitignore template --- Terraform.gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 1ef2f1bbf0..6bc0324576 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -39,6 +39,17 @@ terraform.rc # Ignore hcl file .terraform.lock.hcl +# Ignore graph files +*.dot -# Ignore graph file -*.dot \ No newline at end of file +# Ignore lock.hcl +*.terraform.* + +# to skip MacOS file found after creating .bicep +.DS_Store + +# plan files (optional). To save plan before destroy +planout + +# Ignore tfplan files, saved during terraform plan execution +*.out \ No newline at end of file From 92eba048f725bb2d6fb2a9465039eb6796600b97 Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:31:26 +0100 Subject: [PATCH 2011/2185] Changes completed as per the standard. --- Terraform.gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 6bc0324576..53421ca6d1 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,19 +36,17 @@ override.tf.json .terraformrc terraform.rc -# Ignore hcl file +# Ignore hcl files .terraform.lock.hcl +*.terraform.* # Ignore graph files *.dot -# Ignore lock.hcl -*.terraform.* - -# to skip MacOS file found after creating .bicep +# to skip MacOS custom attributes. It appears when creating a .bicep file. .DS_Store -# plan files (optional). To save plan before destroy +# Ignore plan files (optional) as some might save plan before destroy the terraform configuration planout # Ignore tfplan files, saved during terraform plan execution From a30c2940f1c2ee648a3f1a21a2388ae9d8bfbc4c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 12 Jun 2024 11:56:01 -0700 Subject: [PATCH 2012/2185] Update ReScript.gitignore --- ReScript.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/ReScript.gitignore b/ReScript.gitignore index 4b1879f321..b7364c932a 100644 --- a/ReScript.gitignore +++ b/ReScript.gitignore @@ -1,4 +1,3 @@ -.DS_Store /node_modules/ /lib/ .bsb.lock From 772a211c7c14e553c367eaa58420143e185a9ddb Mon Sep 17 00:00:00 2001 From: kashi-x Date: Thu, 20 Jun 2024 23:47:58 +0900 Subject: [PATCH 2013/2185] add pixi configure in python gitignore --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f927558a..3ad8c8ea87 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -111,6 +111,12 @@ ipython_config.py .pdm-python .pdm-build/ +# pixi +# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. +#pixi.lock +# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one in the .venv directory. It is recommended not to include this directory in version control. +.pixi + # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 9db05cc944fa45915f38e61d3145f65fc1bd8dae Mon Sep 17 00:00:00 2001 From: kashi-x Date: Fri, 21 Jun 2024 00:44:19 +0900 Subject: [PATCH 2014/2185] fix line length --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 3ad8c8ea87..40c9b2e091 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -114,7 +114,8 @@ ipython_config.py # pixi # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. #pixi.lock -# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one in the .venv directory. It is recommended not to include this directory in version control. +# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one +# in the .venv directory. It is recommended not to include this directory in version control. .pixi # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm From eda97ee98047fb4e4d5afc8e2064cf45d0fa764b Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:26:45 +0100 Subject: [PATCH 2015/2185] ignored vscode settings --- Terraform.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 53421ca6d1..ff6db79388 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -50,4 +50,7 @@ terraform.rc planout # Ignore tfplan files, saved during terraform plan execution -*.out \ No newline at end of file +*.out + +# Ignore Visual Studio Code customized settings (this folder holds .json file) +.vscode \ No newline at end of file From bc8923ba8c54d0c24fb5ae4e5b98eae86b70eefa Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:24:40 -0400 Subject: [PATCH 2016/2185] Create VBA.gitignore --- VBA.gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 VBA.gitignore diff --git a/VBA.gitignore b/VBA.gitignore new file mode 100644 index 0000000000..b111b11980 --- /dev/null +++ b/VBA.gitignore @@ -0,0 +1,34 @@ +# Office temporary files +~$* + +# The following sections constitute a list of Office file extensions that support VBA. +# If you want to exclude Office files from your repo, uncomment the corresponding file extensions. + +# Excel (xls, xlsb, xlsm, xlt, xltm, xla, xlam) +#*.[xX][lL][sS] +#*.[xX][lL][sS][bB] +#*.[xX][lL][sS][mM] +#*.[xX][lL][tT] +#*.[xX][lL][tT][mM] +#*.[xX][lL][aA] +#*.[xX][lL][aA][mM] + +# Word (doc, docm, dot, dotm) +#*.[dD][oO][cC] +#*.[dD][oO][cC][mM] +#*.[dD][oO][tT] +#*.[dD][oO][tT][mM] + +# Access (accdb, accde, mdb, mde) +#*.[aA][cC][cC][dD][bB] +#*.[aA][cC][cC][dD][eE] +#*.[mM][dD][bB] +#*.[mM][dD][eE] + +# PowerPoint (ppt, pptm, pot, potm, pps, ppsm) +#*.[pP][pP][tT] +#*.[pP][pP][tT][mM] +#*.[pP][oO][tT] +#*.[pP][oO][tT][mM] +#*.[pP][pP][sS] +#*.[pP][pP][sS][mM] From 45236d16ef6758f52e137229fd503eae26ec4133 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:11:00 -0400 Subject: [PATCH 2017/2185] Add files for Access Suggestions taken from: https://github.com/joyfullservice/msaccess-vcs-addin/blob/main/.gitignore.default --- VBA.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/VBA.gitignore b/VBA.gitignore index b111b11980..db97b5373e 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,6 +1,10 @@ # Office temporary files ~$* +# Access database lock files +*.laccdb +*.ldb + # The following sections constitute a list of Office file extensions that support VBA. # If you want to exclude Office files from your repo, uncomment the corresponding file extensions. @@ -19,7 +23,8 @@ #*.[dD][oO][tT] #*.[dD][oO][tT][mM] -# Access (accdb, accde, mdb, mde) +# Access (accda, accdb, accde, mdb, mde) +#*.[aA][cC][cC][dD][aA] #*.[aA][cC][cC][dD][bB] #*.[aA][cC][cC][dD][eE] #*.[mM][dD][bB] From 14be7ece29d26c1f5ac372b1a4cdbd8644a4f342 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Wed, 17 Jul 2024 16:34:18 +0800 Subject: [PATCH 2018/2185] Add Hexo.gitignore --- community/Hexo.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/Hexo.gitignore diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore new file mode 100644 index 0000000000..97c9f357c5 --- /dev/null +++ b/community/Hexo.gitignore @@ -0,0 +1,22 @@ +# gitignore template for Hexo sites +# Ignore generated files and directories +.DS_Store +.tmp* +dist/ +coverage/ + +# Ignore dependencies and lock files +node_modules/ +tmp/ +yarn.lock +package-lock.json +pnpm-lock.yaml + +# Ignore IDE specific files and directories +.idea/ +.vscode + +# Ignore code coverage output +.nyc_output/ + +# Add any additional patterns here \ No newline at end of file From 038a66091d1c1db8d4e216b32b6070aa39425be5 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Wed, 17 Jul 2024 16:37:58 +0800 Subject: [PATCH 2019/2185] Update Hexo.gitignore --- community/Hexo.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index 97c9f357c5..e7ef8aff38 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -3,6 +3,7 @@ .DS_Store .tmp* dist/ +public/ coverage/ # Ignore dependencies and lock files @@ -19,4 +20,6 @@ pnpm-lock.yaml # Ignore code coverage output .nyc_output/ -# Add any additional patterns here \ No newline at end of file +# Add any additional patterns here +db.json +.deploy_git/ From 3a3cf7fad42937d4b7a615a571854858cae9bea3 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Wed, 17 Jul 2024 16:53:33 +0800 Subject: [PATCH 2020/2185] Remove some global ignores --- community/Hexo.gitignore | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index e7ef8aff38..519005d4a1 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -1,25 +1,19 @@ # gitignore template for Hexo sites +# website: https://hexo.io/ +# Recommended: Node.gitignore + # Ignore generated files and directories -.DS_Store .tmp* dist/ public/ coverage/ -# Ignore dependencies and lock files -node_modules/ +# Ignore temp files and lock files tmp/ yarn.lock package-lock.json pnpm-lock.yaml -# Ignore IDE specific files and directories -.idea/ -.vscode - -# Ignore code coverage output -.nyc_output/ - # Add any additional patterns here db.json .deploy_git/ From 6c54172ecccf3acc74ad81fe0864a0f87b18329a Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Wed, 31 Jul 2024 07:47:55 -0500 Subject: [PATCH 2021/2185] Update Linux.gitignore --- Global/Linux.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index b56bf65d85..2ea12bbf33 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -11,3 +11,9 @@ # .nfs files are created when an open file is removed but is still being accessed .nfs* + +# Log files created by default by the nohup command +nohup.out + +# Metadata left by Dolphin file manager, which comes with KDE Plasma +.directory From 63e339f19f3cb2c8b9b4ced656c92484d58ec793 Mon Sep 17 00:00:00 2001 From: Kent Bair Date: Fri, 2 Aug 2024 15:53:33 -0600 Subject: [PATCH 2022/2185] Updated NCrunch cache path for v4.16+ --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..a256f0f440 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -153,6 +153,7 @@ coverage*.info # NCrunch _NCrunch_* +.NCrunch_* .*crunch*.local.xml nCrunchTemp_* From 256d85d2c7ba39f04e31631ac0af225f291663fa Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:09:46 -0400 Subject: [PATCH 2023/2185] Make case-insensitive --- VBA.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VBA.gitignore b/VBA.gitignore index db97b5373e..ebb292a4f3 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,9 +1,9 @@ # Office temporary files ~$* -# Access database lock files -*.laccdb -*.ldb +# Access database lock files (laccdb, ldb) +*.[lL][aA][cC][cC][dD][bB] +*.[lL][dD][bB] # The following sections constitute a list of Office file extensions that support VBA. # If you want to exclude Office files from your repo, uncomment the corresponding file extensions. From 71eddf97b6d7ccae140c075aab37aa4cc5a13b7f Mon Sep 17 00:00:00 2001 From: Matt Kotsenas Date: Wed, 14 Aug 2024 17:27:36 -0700 Subject: [PATCH 2024/2185] Update VisualStudio.gitignore `Directory.Build.rsp` is a [documented file][1] that allows setting default arguments to command line builds. However, our .gitignore template ignores _all_ `*.rsp` files. which causes confusion: 1. Devs write an .rsp file and if they aren't being attentive forget to commit it 2. Adding it to git requires `git add --force`, which some devs mistake for a destructive or not-recommended action Thus, explicitly allow the `Directory.Build.rsp` file. [1]: https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022#directorybuildrsp --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..a4fe18bdd1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -82,6 +82,8 @@ StyleCopReport.xml *.pgc *.pgd *.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp *.sbr *.tlb *.tli From e624f8594a9d3594a5d31791c843fd3eea3cbe78 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Sat, 31 Aug 2024 13:33:36 +0800 Subject: [PATCH 2025/2185] fix: update Hexo.gitignore --- community/Hexo.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index 519005d4a1..8b4c64586c 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -4,9 +4,7 @@ # Ignore generated files and directories .tmp* -dist/ public/ -coverage/ # Ignore temp files and lock files tmp/ @@ -16,4 +14,4 @@ pnpm-lock.yaml # Add any additional patterns here db.json -.deploy_git/ +.deploy*/ From fc32973012b09f311b78ef39065172de4c35e0d1 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Sat, 31 Aug 2024 15:23:56 +0800 Subject: [PATCH 2026/2185] docs: update Hexo.gitignore --- community/Hexo.gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index 8b4c64586c..570a5e7b5d 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -2,16 +2,13 @@ # website: https://hexo.io/ # Recommended: Node.gitignore -# Ignore generated files and directories -.tmp* +# Ignore generated directory public/ -# Ignore temp files and lock files +# Ignore temp files tmp/ -yarn.lock -package-lock.json -pnpm-lock.yaml +.tmp* -# Add any additional patterns here +# additional files db.json .deploy*/ From 05e03d2b84925d58b6adcf7903ebc7f880c0bc3c Mon Sep 17 00:00:00 2001 From: Kate Nyzhnyk Date: Sun, 1 Sep 2024 18:58:49 +0200 Subject: [PATCH 2027/2185] Ignore cargo mutants output --- Rust.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Rust.gitignore b/Rust.gitignore index d01bd1a990..27717526f8 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -13,9 +13,13 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# Generated by cargo mutants +# Contains mutation testing data +**/mutants.out*/ + # RustRover # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ From f55dbb03f39de026a6fd643d53898c86ca1b3157 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 5 Sep 2024 20:32:33 +0200 Subject: [PATCH 2028/2185] Handle source folders inside subprojects in Gradle.gitignore --- Gradle.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index a5b111377b..296d3f0021 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,6 +1,6 @@ .gradle **/build/ -!src/**/build/ +!**/src/**/build/ # Ignore Gradle GUI config gradle-app.setting From 4b771ac75ad916b158628fa2967ac76a6dcac967 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Sat, 7 Sep 2024 14:21:37 +0200 Subject: [PATCH 2029/2185] feat: add Zig.gitignore Signed-off-by: Bruno Schaatsbergen --- Zig.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Zig.gitignore diff --git a/Zig.gitignore b/Zig.gitignore new file mode 100644 index 0000000000..3389c86c99 --- /dev/null +++ b/Zig.gitignore @@ -0,0 +1,2 @@ +.zig-cache/ +zig-out/ From 9f181e93ce98cda0e200a02a13f7b017ad10f15f Mon Sep 17 00:00:00 2001 From: Lamparter Date: Thu, 12 Sep 2024 17:55:04 +0100 Subject: [PATCH 2030/2185] =?UTF-8?q?=F0=9F=99=88=20Update=20Cake=20commen?= =?UTF-8?q?t=20line=20to=20match=20other=20comment=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258ed..a42d49b671 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -328,8 +328,8 @@ __pycache__/ *.pyc # Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config +#tools/** +#!tools/packages.config # Tabs Studio *.tss From a8d08b1682cf72e8449e7f74566d8f7b93ac35da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Rodr=C3=ADguez?= Date: Wed, 25 Sep 2024 10:32:07 +0200 Subject: [PATCH 2031/2185] Add generated libtool file and .libs/ directories --- Autotools.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 617156f819..9a47826430 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -31,7 +31,9 @@ autom4te.cache # https://www.gnu.org/software/libtool/ +/libtool /ltmain.sh +.libs/ # http://www.gnu.org/software/texinfo From e3e4933fa5594ebd69307ef573d882a077e2ddac Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Fri, 27 Sep 2024 22:37:52 +0300 Subject: [PATCH 2032/2185] Fix broken links to Git book. --- README.md | 2 +- community/Alteryx.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7014eed78d..c43b1d0e8f 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]: https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#_ignoring +[chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring [progit]: http://git-scm.com/book ## Folder structure diff --git a/community/Alteryx.gitignore b/community/Alteryx.gitignore index a8e1341ffe..8fe3c5cd71 100644 --- a/community/Alteryx.gitignore +++ b/community/Alteryx.gitignore @@ -29,7 +29,7 @@ CASS.ini *.gzlc ## gitignore reference sites -# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring # https://git-scm.com/docs/gitignore # https://help.github.com/articles/ignoring-files/ From 20d892ae4f3ad2318ab8e9c7be944ffe2dc5b0f9 Mon Sep 17 00:00:00 2001 From: yahyayozo Date: Fri, 27 Sep 2024 21:38:22 +0100 Subject: [PATCH 2033/2185] added STM32CubeIDE gitignore --- Global/STM32CubeIDE.gitignore | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Global/STM32CubeIDE.gitignore diff --git a/Global/STM32CubeIDE.gitignore b/Global/STM32CubeIDE.gitignore new file mode 100644 index 0000000000..22f2bc8fab --- /dev/null +++ b/Global/STM32CubeIDE.gitignore @@ -0,0 +1,56 @@ +# STM32CubeIDE specific files + +# Project-specific settings. Ignore it if developers have different preferences. +# However, if you want all team members to use the same code formatting and settings, +# consider including the .settings folder in the repository. + +# /.settings/ + +# Ignore Eclipse-based IDE launch configurations. +# Uncomment if you want each developer to have their own unique debug configurations. +#*.launch + +# Ignore any JLink-related files (debug configurations). +# Uncomment if you want each developer to have their own unique debug configurations. +#*.jlink + +# Ignore log files generated by the IDE. +# These are not necessary for version control. +*.log + +# Ignore VSCode configuration files. +# Useful if some team members use VSCode for development. +# If you want to share VSCode settings, comment out the following line. +.vscode/ + +# Build files + +# Ignore build output directories. +# These are not needed in the repository as they are generated during the build process. +Debug/ +Release/ + +# Ignore common binary and object files generated during compilation. +# They should not be included in the repository as they are build artifacts. +*.elf +*.map +*.bin +*.hex +*.srec +*.lst +*.o +*.d +*.a +*.su +*.crl + +#TouchGFX files (in case your project has touchGFX) +TouchGFX/generated +TouchGFX/build +TouchGFX/simulator/msvs/.vs + +# Backup files + +# Ignore temporary and backup files generated by the operating system and editor. +# These are not needed in the repository. +*.bak \ No newline at end of file From ad949c4f0161fcd1df070262cef7c70bdc1b3d4e Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Tue, 6 Feb 2024 11:43:00 -0800 Subject: [PATCH 2034/2185] Adds Move language Move language is used for MoveVM based blockchains as the language native to them. The compiler provides a folder build/ that holds the build artifacts. The .aptos/ folder is ignored so people do not upload their private keys to a git repository. --- community/Move.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/Move.gitignore diff --git a/community/Move.gitignore b/community/Move.gitignore new file mode 100644 index 0000000000..b7d406e7bb --- /dev/null +++ b/community/Move.gitignore @@ -0,0 +1,6 @@ +# Generated by Move +# will have compiled files +build/ + +# Remove possibly saving credentials to the git repository +.aptos/ From 5357b0df581a0c41d4004a46e370b81eca165105 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:54:52 +0300 Subject: [PATCH 2035/2185] add libogc.gitignore (wii homebrew development) --- community/libogc.gitignore | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 community/libogc.gitignore diff --git a/community/libogc.gitignore b/community/libogc.gitignore new file mode 100644 index 0000000000..d844ec6025 --- /dev/null +++ b/community/libogc.gitignore @@ -0,0 +1,40 @@ +# Ignore build directories and files +build/ +*.dol +*.elf + +# Ignore Wii-specific metadata files +meta.xml +icon.png + +# Ignore temporary files created by compilers +*.o +*.bin +*.map + +# Ignore editor or IDE-specific files +.vscode/ +.idea/ +*.sublime-project +*.sublime-workspace + +# Ignore backup or temporary files +*~ +*.bak +*.swp +*.tmp + +# Ignore log files +*.log + +# Ignore libraries and dependencies +lib/ +deps/ +obj/ + +# Ignore operating system-specific files +$RECYCLE.BIN/ +.Trash-1000/ +.Spotlight-V100/ +.fseventsd/ +.DS_Store From 136e88cf4a96cc4f37828c77180ea123dd9f84c7 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:13:01 +0300 Subject: [PATCH 2036/2185] combine community/libogc.gitignore with C.gitignore --- community/libogc.gitignore | 65 ++++++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 7 deletions(-) diff --git a/community/libogc.gitignore b/community/libogc.gitignore index d844ec6025..76e2740667 100644 --- a/community/libogc.gitignore +++ b/community/libogc.gitignore @@ -1,16 +1,10 @@ -# Ignore build directories and files +# Ignore build directories build/ -*.dol -*.elf # Ignore Wii-specific metadata files meta.xml icon.png -# Ignore temporary files created by compilers -*.o -*.bin -*.map # Ignore editor or IDE-specific files .vscode/ @@ -38,3 +32,60 @@ $RECYCLE.BIN/ .Spotlight-V100/ .fseventsd/ .DS_Store + +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf +*.o +*.bin + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +*.dol +*.elf + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf From 92cceed6173076b0e5a52bb2417ca8cc1dd2abdf Mon Sep 17 00:00:00 2001 From: Shane Reetz Date: Fri, 11 Oct 2024 14:24:26 -0700 Subject: [PATCH 2037/2185] Rename AutomationStudio4.gitignore to AutomationStudio, and move to Community folder --- .../AutomationStudio.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AutomationStudio4.gitignore => community/AutomationStudio.gitignore (100%) diff --git a/AutomationStudio4.gitignore b/community/AutomationStudio.gitignore similarity index 100% rename from AutomationStudio4.gitignore rename to community/AutomationStudio.gitignore From c1469106b9552d07a4e8f07a27987cd05ecae336 Mon Sep 17 00:00:00 2001 From: Atul Kumar <5877089+atulkumar2@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:25:00 +0530 Subject: [PATCH 2038/2185] Jupyterlabs LSP virtual documents directory --- community/Python/JupyterNotebooks.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore index f27f90d665..f45b39dedb 100644 --- a/community/Python/JupyterNotebooks.gitignore +++ b/community/Python/JupyterNotebooks.gitignore @@ -8,5 +8,9 @@ profile_default/ ipython_config.py +# Jupyter lab virtual documents +# https://jupyterlab-lsp.readthedocs.io/en/2.x/Configuring.html#virtual_documents_dir +.virtual_documents/ + # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ From 30ce81193f04e925167391a0ba65a9fe65c36c10 Mon Sep 17 00:00:00 2001 From: Owen Valentine Date: Wed, 16 Oct 2024 17:20:16 +0200 Subject: [PATCH 2039/2185] Add OpenTofu to community --- community/OpenTofu.gitignore | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 community/OpenTofu.gitignore diff --git a/community/OpenTofu.gitignore b/community/OpenTofu.gitignore new file mode 100644 index 0000000000..0c736af699 --- /dev/null +++ b/community/OpenTofu.gitignore @@ -0,0 +1,42 @@ +# Local .terraform directories +**/.terraform/* + +# .tfstate files +*.tfstate +*.tfstate.* + +# Crash log files +crash.log +crash.*.log + +# Exclude all .tfvars files, which are likely to contain sensitive data, such as +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject +# to change depending on the environment. +*.tfvars +*.tfvars.json + +# Ignore override files as they are usually used to override resources locally and so +# are not checked in +override.tf +override.tofu +override.tf.json +override.tofu.json +*_override.tf +*_override.tofu +*_override.tf.json +*_override.tofu.json + +# Ignore transient lock info files created by tofu apply +.terraform.tfstate.lock.info + +# Include override files you do wish to add to version control using negated pattern +# !example_override.tf +# !example_override.tofu + +# Include tfplan files to ignore the plan output of command: tofu plan -out=tfplan +# example: *tfplan* + +# Ignore CLI configuration files +.terraformrc +terraform.rc From a3855f82b916b30d3e57805f4970ff6ef6a6fcb9 Mon Sep 17 00:00:00 2001 From: David Asabina Date: Thu, 17 Oct 2024 21:37:53 +0200 Subject: [PATCH 2040/2185] feat: Add Gleam 1.5.x gitignore this is useful for developers that init a gleam project into an existing git repo where the `gleam new` tool will refrain from populating the .gitignore file. This situation may occur for users of devenv.nix or flake.nix. --- Gleam.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Gleam.gitignore diff --git a/Gleam.gitignore b/Gleam.gitignore new file mode 100644 index 0000000000..599be4eb92 --- /dev/null +++ b/Gleam.gitignore @@ -0,0 +1,4 @@ +*.beam +*.ez +/build +erl_crash.dump From 311418f087860f0a16e7f06a9245ef8f0d40eeef Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Sat, 19 Oct 2024 12:08:00 -0400 Subject: [PATCH 2041/2185] Update Unity.gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc8256e..4fefdd2aa5 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -2,6 +2,7 @@ # # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # +.utmp/ /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ From 51ae1adf9fb646b56f0b8f9a40f1dc685fb9d420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nowak?= Date: Wed, 30 Oct 2024 22:24:40 +0100 Subject: [PATCH 2042/2185] Add ignore for .vsconfig The engine generates the file during the build. --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6e0d95fb31..b70ad5aae2 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -40,6 +40,7 @@ *.sdf *.VC.db *.VC.opendb +.vsconfig # Precompiled Assets SourceArt/**/*.png From 76bb00f3aaf817ba257ef68c3780770799911804 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 3 Nov 2024 13:36:14 -0600 Subject: [PATCH 2043/2185] ignore `cmake-build-debug` generated by CMake in CLion IDE --- CMake.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMake.gitignore b/CMake.gitignore index 11c76431e1..4a9d42837a 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -10,3 +10,6 @@ compile_commands.json CTestTestfile.cmake _deps CMakeUserPresets.json + +# CLion +cmake-build-* From adf27650972ea7b4f798f815cfac70d0d2f8a909 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 3 Nov 2024 21:46:37 -0600 Subject: [PATCH 2044/2185] Updated to match Python.gitignore --- CMake.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMake.gitignore b/CMake.gitignore index 4a9d42837a..1f99f9d2f5 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -12,4 +12,8 @@ _deps CMakeUserPresets.json # CLion -cmake-build-* +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#cmake-build-* From 0c39deafa6f3488ff66e83a49e636b5302c37028 Mon Sep 17 00:00:00 2001 From: Niklas Wimmer Date: Sat, 9 Nov 2024 22:36:51 +0100 Subject: [PATCH 2045/2185] Fix "build" source folder being ignored (Gradle) --- Gradle.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index a5b111377b..296d3f0021 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,6 +1,6 @@ .gradle **/build/ -!src/**/build/ +!**/src/**/build/ # Ignore Gradle GUI config gradle-app.setting From 5bb8f06fe633e88710d808fbe334bec384978e62 Mon Sep 17 00:00:00 2001 From: Bruno Vieira Costa Date: Mon, 11 Nov 2024 13:37:11 -0300 Subject: [PATCH 2046/2185] Adding .abstra/ --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f927558a..013310b223 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -160,3 +160,7 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Abstra +# Ignore directory with user credentials, local state and settings +.abstra/ From 6436b09caf3ea0f63674bf357e4846077addc6ad Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Tue, 12 Nov 2024 17:13:55 +0100 Subject: [PATCH 2047/2185] Create Angular.gitignore --- Angular.gitignore | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 Angular.gitignore diff --git a/Angular.gitignore b/Angular.gitignore new file mode 100644 index 0000000000..6dfab58439 --- /dev/null +++ b/Angular.gitignore @@ -0,0 +1,94 @@ +# Angular +# Build output +/dist/ +/out-tsc/ +/tmp/ +/coverage/ +/e2e/test-output/ +/.angular/ + +# Node modules +/node_modules/ + +# Dependency directories +/.npm/ +/.yarn/ + +# Package lock and yarn lock files +/package-lock.json +/yarn.lock + +# Environment files +/.env + +# TypeScript cache files +*.tsbuildinfo + +# Debug log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# IDE directories and files +/.idea/ +/.vscode/ +/project-folder/.idea/ +/project-folder/.vscode/ + +# OS-specific files +.DS_Store +Thumbs.db + +# Temporary files +*.bak +*.swp +*~ + +# Build artifacts from Angular CLI +/.angular-cli.json +.angular/ + +# Angular CLI cache +/.ng/ + +# VS Code settings +.vscode/settings.json + +# System files +*.sublime-workspace +*.sublime-project + +# Logs +/logs +/debug.log +*.log + +# Temporary files from editor or operating system +*~.nfs* + +# JetBrains IDE (e.g., WebStorm) files +/.idea/ + +# End-to-end testing +/cypress/ + +# Firebase hosting files +firebase.json + +# Jest snapshot files +*.snap + +# Webpack config +webpack.config.js +webpack.prod.js +webpack.dev.js + +# Coverage output directory +/coverage/ + +# Test files +*.spec.ts +*.test.ts + +# Miscellaneous +/.angular/ From 14c91a18cc0d7cecbee841f22be24293b91b0ced Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Sat, 14 Jan 2023 00:36:43 +0100 Subject: [PATCH 2048/2185] Adds some more OS specific file to the ignore list --- Modelica.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Modelica.gitignore b/Modelica.gitignore index 0aca78a05d..7b983f8a8b 100644 --- a/Modelica.gitignore +++ b/Modelica.gitignore @@ -7,6 +7,9 @@ *.bak *.bak-mo *.mof +\#*\# +*.moe +*.mol ## Build artefacts *.exe @@ -35,4 +38,8 @@ request stat status stop -success \ No newline at end of file +success +*. + +## Files generated by OS X +.DS_Store From 78ad738f759ac42496be12a69af3776b80f8deae Mon Sep 17 00:00:00 2001 From: moser-jose Date: Thu, 21 Nov 2024 23:14:01 -0300 Subject: [PATCH 2049/2185] included lines in Laravel.gitignore file --- Laravel.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 297959a19e..1832e94889 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -21,3 +21,15 @@ Homestead.yaml Homestead.json /.vagrant .phpunit.result.cache + +/public/build +/storage/pail +.env.backup +.env.production +.phpactor.json +auth.json +/.fleet +/.idea +/.nova +/.vscode +/.zed From 77f5e60953b9473ef7c9841a2ebf829689a362d7 Mon Sep 17 00:00:00 2001 From: moser-jose Date: Tue, 26 Nov 2024 23:40:25 -0300 Subject: [PATCH 2050/2185] remove lines /.fleet /.idea /.nova /.vscode /.zed --- Laravel.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index 1832e94889..d5673e321c 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -28,8 +28,3 @@ Homestead.json .env.production .phpactor.json auth.json -/.fleet -/.idea -/.nova -/.vscode -/.zed From b6ddf064dd1ffad9747164f333243bd6a7f4ce87 Mon Sep 17 00:00:00 2001 From: DrDead0 <112349103+DrDead0@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:17:36 +0530 Subject: [PATCH 2051/2185] added gitignore for firebase --- Firebase.gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Firebase.gitignore diff --git a/Firebase.gitignore b/Firebase.gitignore new file mode 100644 index 0000000000..e776368bac --- /dev/null +++ b/Firebase.gitignore @@ -0,0 +1,44 @@ +# Firebase build and deployment files +/firebase-debug.log +/firebase-debug.*.log +.firebaserc + +# Firebase Hosting +/firebase.json +*.cache +hosting/.cache + +# Firebase Functions +/node_modules/ +/functions/node_modules/ +/functions/.env +/functions/package-lock.json + +# Firebase Emulators +/firebase-*.zip +/.firebase/ +/emulator-ui/ + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# OS-specific files +.DS_Store +Thumbs.db + +# IDE files +.idea/ +.vscode/ +*.sublime* + +# Environment files (local configs) +.env +.env.* +.env.local +.env.development +.env.production +.env.test +.env.staging \ No newline at end of file From 5b3f2595aeaf5709211e27cb77a6a8139aea0a72 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Mon, 2 Dec 2024 03:24:39 +0300 Subject: [PATCH 2052/2185] Update Node.gitignore Include VitePress --- Node.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba59138..1984ae58d7 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -100,7 +100,10 @@ dist # vuepress build output .vuepress/dist -# vuepress v2.x temp and cache directory +# vitepress build output +.vitepress/dist + +# vuepress v2.x / vitepress temp and cache directory .temp .cache From 29d931584421f77a7d0bdaa43b0b75be50fae435 Mon Sep 17 00:00:00 2001 From: Daniel Shuy <17351764+daniel-shuy@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:51:56 +0800 Subject: [PATCH 2053/2185] Update for Kotlin 2.x.x Ignore Kotlin data directory for Kotlin Gradle plugin Signed-off-by: Daniel Shuy <17351764+daniel-shuy@users.noreply.github.com> --- Kotlin.gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) mode change 120000 => 100644 Kotlin.gitignore diff --git a/Kotlin.gitignore b/Kotlin.gitignore deleted file mode 120000 index c48376eebc..0000000000 --- a/Kotlin.gitignore +++ /dev/null @@ -1 +0,0 @@ -Java.gitignore \ No newline at end of file diff --git a/Kotlin.gitignore b/Kotlin.gitignore new file mode 100644 index 0000000000..566e06bf99 --- /dev/null +++ b/Kotlin.gitignore @@ -0,0 +1,27 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects +.kotlin/ \ No newline at end of file From a38f687cecea81f63c55d4b05a6d3fcc88aa712a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20M=C3=B8ller?= Date: Tue, 3 Dec 2024 07:25:58 +0100 Subject: [PATCH 2054/2185] Added uv.lock alongside pdm and poetry --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f927558a..c2fb773388 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -94,6 +94,12 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# UV +# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +#uv.lock + # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more From 7111173b6b414609393d57e0d337afadcee6480a Mon Sep 17 00:00:00 2001 From: DrDead0 <112349103+DrDead0@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:53:27 +0530 Subject: [PATCH 2055/2185] Updated Firebase.gitignore based on feedback: scoped to Firebase, removed unrelated entries --- Firebase.gitignore | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Firebase.gitignore b/Firebase.gitignore index e776368bac..55b8b0ea7f 100644 --- a/Firebase.gitignore +++ b/Firebase.gitignore @@ -9,7 +9,6 @@ hosting/.cache # Firebase Functions -/node_modules/ /functions/node_modules/ /functions/.env /functions/package-lock.json @@ -25,20 +24,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# OS-specific files -.DS_Store -Thumbs.db - -# IDE files -.idea/ -.vscode/ -*.sublime* - # Environment files (local configs) -.env -.env.* -.env.local -.env.development -.env.production -.env.test -.env.staging \ No newline at end of file +/.env.* From 218d0dcd59392545424195c569182ebe838197a0 Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Tue, 17 Dec 2024 22:08:43 +0100 Subject: [PATCH 2056/2185] Remove OS specific settings covered by globals --- Modelica.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modelica.gitignore b/Modelica.gitignore index 7b983f8a8b..aa2cc996da 100644 --- a/Modelica.gitignore +++ b/Modelica.gitignore @@ -40,6 +40,3 @@ status stop success *. - -## Files generated by OS X -.DS_Store From 3aa43d91320bb827ebd9bd276489d02d01dd4d83 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Sun, 22 Dec 2024 18:10:41 +0300 Subject: [PATCH 2057/2185] Update Node.gitignore --- Node.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 1984ae58d7..3601b7a847 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -103,10 +103,14 @@ dist # vitepress build output .vitepress/dist -# vuepress v2.x / vitepress temp and cache directory +# vuepress v2.x temp and cache directory .temp .cache +# vitepress temp and cache directory +.vitepress/temp +.vitepress/cache + # Docusaurus cache and generated files .docusaurus From 47990e1d0aab82c7bdec85b3ba5e619d65448ab8 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Sun, 22 Dec 2024 19:59:00 +0300 Subject: [PATCH 2058/2185] Update Node.gitignore --- Node.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3601b7a847..e0c02d1233 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -101,15 +101,15 @@ dist .vuepress/dist # vitepress build output -.vitepress/dist +**/.vitepress/dist # vuepress v2.x temp and cache directory .temp .cache # vitepress temp and cache directory -.vitepress/temp -.vitepress/cache +**/.vitepress/temp +**/.vitepress/cache # Docusaurus cache and generated files .docusaurus From 0ce2e0628c82046e4fbc2918fb7dc28d6757b0db Mon Sep 17 00:00:00 2001 From: Brad Ellert <108299247+brad-ellert@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:34:02 -0700 Subject: [PATCH 2059/2185] Add latexindent.pl backups to TeX.gitignore --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 45e1706c28..00db64872a 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -267,6 +267,9 @@ TSWLatexianTemp* *.bak *.sav +# latexindent.pl +*.bak[0-9]* + # Texpad .texpadtmp From 3800aff005a18b7f937fb6bbbdd4da2fc5261d24 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Mon, 23 Dec 2024 14:16:03 +0300 Subject: [PATCH 2060/2185] Update Node.gitignore --- Node.gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index e0c02d1233..1170717c14 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -100,15 +100,14 @@ dist # vuepress build output .vuepress/dist -# vitepress build output -**/.vitepress/dist - # vuepress v2.x temp and cache directory .temp .cache -# vitepress temp and cache directory -**/.vitepress/temp +# vitepress build output +**/.vitepress/dist + +# vitepress cache directory **/.vitepress/cache # Docusaurus cache and generated files From a3259cbb0ad1a2c04123828f9433f361c5a30c2c Mon Sep 17 00:00:00 2001 From: Mark Lazarides Date: Fri, 10 Jan 2025 10:44:18 +0000 Subject: [PATCH 2061/2185] modifies lib exclude, adds example lib include explicitly excludes the `_Libraries` directory, and provides example of adding sub directories back in. Should be used for including custom and third party (non -Beckhoff shipped) libraries, improving maintainability --- TwinCAT3.gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f87505..1ee3818829 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -21,5 +21,11 @@ LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ -_Libraries/ -_ModuleInstall/ \ No newline at end of file +_ModuleInstall/ + +# Exclude all libraries +/**/_Libraries/*/ + +# To include a specific library directory (i.e. third party/custom libs), +# use pattern `!/**/_Libraries//` i.e. `!/**/_Libraries/www.tcunit.org/` +# \ No newline at end of file From 25c63fff04713b555799241a931758eb4e09cb07 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:34:53 +0530 Subject: [PATCH 2062/2185] feat(go.gitignore): ignore code coverage and IDE --- Go.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index 6f72f89261..ed2027265a 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -11,8 +11,11 @@ # Test binary, built with `go test -c` *.test -# Output of the go coverage tool, specifically when used with LiteIDE +# Code coverage profiles and other test artifacts *.out +coverage.* +*.coverprofile +profile.cov # Dependency directories (remove the comment below to include it) # vendor/ @@ -23,3 +26,7 @@ go.work.sum # env file .env + +# Editor/IDE +.idea/ +.vscode/ From b35b4c52e0c75db0b1f7ef521b00f9886cf0f8c8 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:47:34 +0530 Subject: [PATCH 2063/2185] feat(Jetbrains.gitignore): Add GoLand thats missing in Jetbrains IDE list --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 3649d6dc25..e7c0c50700 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff From 1d7e3275a461a673b531d14a390c5238f04503a7 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:00:21 +0530 Subject: [PATCH 2064/2185] fix(go.gitignore): mark IDE-related ignore files as optional --- Go.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index ed2027265a..aaadf736e5 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -28,5 +28,5 @@ go.work.sum .env # Editor/IDE -.idea/ -.vscode/ +# .idea/ +# .vscode/ From f52d43edda64576954e5f60f28f17142f17636d5 Mon Sep 17 00:00:00 2001 From: krewast Date: Wed, 15 Jan 2025 16:44:57 +0100 Subject: [PATCH 2065/2185] Added "*.bcf-SAVE-ERROR" to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 45e1706c28..5a5b1c628a 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -28,6 +28,7 @@ *.bbl *.bbl-SAVE-ERROR *.bcf +*.bcf-SAVE-ERROR *.blg *-blx.aux *-blx.bib From 8108d06ddd7624d740a15a38c1aec77e64762a4e Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:03:34 +0100 Subject: [PATCH 2066/2185] Add support for spelling package --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 45e1706c28..8eee9fd6c6 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -202,6 +202,9 @@ _minted* # scrwfile *.wrt +# spelling +*.bad + # svg svg-inkscape/ From ab5cbc8521d2b3ad3ea59d40cfc40a278c0252cb Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:06:25 +0100 Subject: [PATCH 2067/2185] Refine pattern --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 8eee9fd6c6..ffbc69ccfa 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -203,7 +203,7 @@ _minted* *.wrt # spelling -*.bad +*.spell.bad # svg svg-inkscape/ From 7a6c799a933e1430dee26b1741129a71fe376a80 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:18:40 +0100 Subject: [PATCH 2068/2185] Update TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index ffbc69ccfa..5ba4795c93 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -204,6 +204,7 @@ _minted* # spelling *.spell.bad +*.spell.txt # svg svg-inkscape/ From 42995a40226e204452f6ff44e8dca5235e5e84c4 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:50:38 +0100 Subject: [PATCH 2069/2185] Update Flutter.gitignore remove IntelliJ related lines Co-authored-by: Tim Hunter --- Flutter.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 6b7cc2b93c..6972700d40 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -10,11 +10,6 @@ .history .svn/ -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/ # Visual Studio Code related .classpath From 558146d0f57f3e808a6e4273983f788226227e95 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:51:02 +0100 Subject: [PATCH 2070/2185] Update Flutter.gitignore Removed Visual Studio Code related lines Co-authored-by: Tim Hunter --- Flutter.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 6972700d40..93c8c479ed 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -11,11 +11,6 @@ .svn/ -# Visual Studio Code related -.classpath -.project -.settings/ -.vscode/* # Flutter repo-specific /bin/cache/ From b607bcf970119625ef72032007ab2720e9f98f8c Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:51:37 +0100 Subject: [PATCH 2071/2185] Update Flutter.gitignore Remove Visual Studio Code Setting related line Co-authored-by: Tim Hunter --- Flutter.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 93c8c479ed..4a9d23c233 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -119,5 +119,4 @@ app.*.symbols !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages -!/dev/ci/**/Gemfile.lock -!.vscode/settings.json \ No newline at end of file +!/dev/ci/**/Gemfile.lock \ No newline at end of file From 4ba6b9dd42c97ed87ea7259536a61a62cdc41895 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:52:11 +0100 Subject: [PATCH 2072/2185] Update Flutter.gitignore Remove Atom related line Co-authored-by: Tim Hunter --- Flutter.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 4a9d23c233..23f2029261 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -5,7 +5,6 @@ *.pyc *.swp .DS_Store -.atom/ .buildlog/ .history .svn/ From 40d480a1e91c51fa3717a67f3b49aa555343d6ec Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:52:30 +0100 Subject: [PATCH 2073/2185] Update Flutter.gitignore Remove SVN related line Co-authored-by: Tim Hunter --- Flutter.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 23f2029261..26238e53d2 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -7,7 +7,6 @@ .DS_Store .buildlog/ .history -.svn/ From 05113e5183f7544b61d2acd1c137b67482ce7007 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:53:16 +0100 Subject: [PATCH 2074/2185] Update Flutter.gitignore Remove ds_Store mac os related file Co-authored-by: Tim Hunter --- Flutter.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 26238e53d2..39b8814aec 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -4,7 +4,6 @@ *.log *.pyc *.swp -.DS_Store .buildlog/ .history From 3aa0c1a73b3d51b4230b19f5b8e1d7233468ee9a Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Fri, 24 Jan 2025 21:07:42 -0500 Subject: [PATCH 2075/2185] feat(nix): add .direnv very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info) --- community/Nix.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Nix.gitignore b/community/Nix.gitignore index 1fd04ef1f6..912e6700f4 100644 --- a/community/Nix.gitignore +++ b/community/Nix.gitignore @@ -1,3 +1,6 @@ # Ignore build outputs from performing a nix-build or `nix build` command result result-* + +# Ignore automatically generated direnv output +.direnv From 882b8cc98ef76d803d57a79b7cb16e20d213ef88 Mon Sep 17 00:00:00 2001 From: Wybren Koelmans Date: Sat, 1 Feb 2025 14:59:00 +0100 Subject: [PATCH 2076/2185] Unity Visual Scripting auto generated files https://docs.unity3d.com/Packages/com.unity.visualscripting@1.9/manual/vs-version-control.html --- Unity.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 3496b7cda7..7330981c2e 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -71,3 +71,9 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* + +# Visual Scripting auto-generated files +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta From aa8449f5bfd9da42a447a1598e6d56339a57ea46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 4 Feb 2025 12:48:36 +0100 Subject: [PATCH 2077/2185] Add ARM64EC support to VisualStudio.gitignore --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a4fe18bdd1..5c621aed47 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -26,6 +26,7 @@ x86/ [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ +[Aa][Rr][Mm]64[Ee][Cc]/ bld/ [Bb]in/ [Oo]bj/ From a69e6a8a147497d3a2911dd31485cce6ccb6d059 Mon Sep 17 00:00:00 2001 From: Scott DePouw Date: Thu, 20 Feb 2025 20:08:23 -0500 Subject: [PATCH 2078/2185] Update Godot.gitignore to ignore export_credentials.cfg As of https://github.com/godotengine/godot/pull/76165, export_presets.cfg no longer contains sensitive information. Sensitive information now resides in export_credentials.cfg --- Godot.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godot.gitignore b/Godot.gitignore index d9aac213e7..bb711806e6 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -4,7 +4,7 @@ # Godot-specific ignores .import/ export.cfg -export_presets.cfg +export_credentials.cfg # Imported translations (automatically generated from CSV files) *.translation From a3b250b638ccdae2b8b5eb19c543f961e10adcce Mon Sep 17 00:00:00 2001 From: Nathan Schmitt <47279783+IBXCODECAT@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:57:42 -0600 Subject: [PATCH 2079/2185] Ignore unneeded *.blend1 blender files **Reasons for making this change:** By default, the Unity game engine supports the importing of Blender *.blend files and converts them to FBX internally (see documentation link below). Sometimes, blender stores *.blend1 files as a backup copy of your current blender file *.blend. Due to the nature of version control, redundant *.blend1 files do not need to be committed. **Links to documentation supporting these rule changes:** [Unity supported file formats](https://docs.unity3d.com/Manual/3D-formats.html) --- Unity.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index efec83d84f..1ad1d115e1 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -11,6 +11,10 @@ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ +# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control. +*.blend1 +*.blend1.meta + # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data /[Mm]emoryCaptures/ From 8ff5b39b394b5fde3649d471e5c65abbcae6faa1 Mon Sep 17 00:00:00 2001 From: Dogxi Date: Mon, 24 Feb 2025 19:22:59 +0800 Subject: [PATCH 2080/2185] Create Nextjs.gitignore Create Nextjs.gitignore --- Nextjs.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Nextjs.gitignore diff --git a/Nextjs.gitignore b/Nextjs.gitignore new file mode 100644 index 0000000000..45c1abce86 --- /dev/null +++ b/Nextjs.gitignore @@ -0,0 +1,36 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env*.local +.env + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts From d7348802cb6748ca528f1260a738862b57024213 Mon Sep 17 00:00:00 2001 From: Tim Hunter Date: Tue, 25 Feb 2025 11:36:50 -1000 Subject: [PATCH 2081/2185] Update PULL_REQUEST_TEMPLATE.md Updating the PR template to include a link to the contribution guidelines and a task list --- .github/PULL_REQUEST_TEMPLATE.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b87add4e4c..2f96ca256b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,23 @@ -**Reasons for making this change:** - +### Reasons for making this change _TODO_ + -**Links to documentation supporting these rule changes:** +### Links to documentation supporting these rule changes _TODO_ -If this is a new template: + - - **Link to application or project’s homepage**: _TODO_ +### If this is a new template + +Link to application or project’s homepage: TODO + +### Merge and Approval Steps +- [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns +- [ ] Esnure CI is passing +- [ ] Get a review and Approval from one of the maintainers From 7b35656e7517d529f183f78c5ec33e3e741bd049 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 28 Feb 2025 19:56:44 -0500 Subject: [PATCH 2082/2185] Use a character class to ignore Icon\r directories This prevents the rule from ending in whitespace, which will get stripped by tools like Ripgrep, causing any directory named "Icon" to be invisible. --- Global/macOS.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 135767fc07..56bb5284d8 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -2,9 +2,7 @@ .DS_Store .AppleDouble .LSOverride - -# Icon must end with two \r -Icon +Icon[ ] # Thumbnails ._* From 54548843e3f5831a86721a403de1da59ed053cb7 Mon Sep 17 00:00:00 2001 From: Tim Hunter Date: Mon, 3 Mar 2025 08:16:46 -1000 Subject: [PATCH 2083/2185] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2f96ca256b..15afee7fa4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,5 +19,5 @@ Link to application or project’s homepage: TODO ### Merge and Approval Steps - [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns -- [ ] Esnure CI is passing +- [ ] Ensure CI is passing - [ ] Get a review and Approval from one of the maintainers From 1824e57c1d353ba610a3a2d9943d989582c12494 Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:06:57 -0300 Subject: [PATCH 2084/2185] Create Luau.gitignore --- Luau.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Luau.gitignore diff --git a/Luau.gitignore b/Luau.gitignore new file mode 100644 index 0000000000..91cfa31384 --- /dev/null +++ b/Luau.gitignore @@ -0,0 +1,9 @@ +# Code coverage +coverage.out + +# Profiling +profile.out +profile.svg + +# Time trace +trace.json From aa95d6b79a275f8db58bb4433a862bdfe02d8bb9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 5 Mar 2025 13:00:09 +0100 Subject: [PATCH 2085/2185] optimize and more readable obsidian extended gitignore --- .../Obsidian/NotesAndExtendedConfiguration.gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community/Obsidian/NotesAndExtendedConfiguration.gitignore b/community/Obsidian/NotesAndExtendedConfiguration.gitignore index 3e0804f299..58c3f71e48 100644 --- a/community/Obsidian/NotesAndExtendedConfiguration.gitignore +++ b/community/Obsidian/NotesAndExtendedConfiguration.gitignore @@ -30,9 +30,7 @@ # contain metadata (manifest.json), application code (main.js), stylesheets # (styles.css), and user-configuration data (data.json). # We only want to track data.json, so we: -# 1. exclude everything under the plugins directory recursively, -# 2. unignore the plugin directories themselves, which then allows us to -# 3. unignore the data.json files -.obsidian/plugins/**/* -!.obsidian/plugins/*/ +# 1. exclude everything that the plugin folders contain, +# 2. unignore data.json in the plugin folders +.obsidian/plugins/*/** !.obsidian/plugins/*/data.json From e82b7c85f37d66af2ec7166b93d4ebdd478a482e Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 17:51:17 +0000 Subject: [PATCH 2086/2185] First pass at dotnet gitignore --- Dotnet.gitignore | 161 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 Dotnet.gitignore diff --git a/Dotnet.gitignore b/Dotnet.gitignore new file mode 100644 index 0000000000..f50eed6b16 --- /dev/null +++ b/Dotnet.gitignore @@ -0,0 +1,161 @@ +## A streamlined .gitignore for modern .NET projects +## including temporary files, build results, and +## files generated by popular .NET tools. If you are +## developing with Visual Studio, the VS .gitignore +## https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +## has more thorough IDE-specific entries. +## +## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Web workbench (sass) +.sass-cache/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# 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 + +# 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/ + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.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/ + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Microsoft Fakes +FakesAssemblies/ + +# MSBuild Binary and Structured Log +*.binlog + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS and VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +.vs/* +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc \ No newline at end of file From 9dec0796bfa298be973448191ee2d40c72c1c874 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 20:09:09 +0000 Subject: [PATCH 2087/2185] MOAR --- Dotnet.gitignore | 125 +++++++++-------------------------------------- 1 file changed, 23 insertions(+), 102 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index f50eed6b16..8cf73ec4b7 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -7,13 +7,6 @@ ## ## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - # Build results [Dd]ebug/ [Dd]ebugPublic/ @@ -30,17 +23,18 @@ bld/ [Ll]og/ [Ll]ogs/ -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* +# VS and VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml +.vs/* -# Benchmark Results -BenchmarkDotNet.Artifacts/ +# OS Specifc +.DS_Store/* # .NET Core project.lock.json @@ -64,98 +58,25 @@ ScaffoldingReadMe.txt *.nuget.props *.nuget.targets -# Web workbench (sass) -.sass-cache/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# 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 - -# 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/ - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates # Others -ClientBin/ ~$* *~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.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/ - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Microsoft Fakes -FakesAssemblies/ # MSBuild Binary and Structured Log *.binlog -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS and VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* -.vs/* -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -# but not Directory.Build.rsp, as it configures directory-level build defaults -!Directory.Build.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc \ No newline at end of file +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml \ No newline at end of file From 534b175305c50808e4ff7642c853bb7eff2e6364 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 21:51:22 +0000 Subject: [PATCH 2088/2185] added rider .idea/ and removed obsolete vs files --- Dotnet.gitignore | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 8cf73ec4b7..995a80ea9c 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -25,6 +25,7 @@ bld/ # VS and VS Code files for those working on multiple tools .vscode/* + !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json @@ -33,6 +34,9 @@ bld/ .vs/* +# Still usesd in VS for HTTP files and publish profiles +.user + # OS Specifc .DS_Store/* @@ -58,16 +62,10 @@ ScaffoldingReadMe.txt *.nuget.props *.nuget.targets -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - # Others ~$* *~ +CodeCoverage/ # MSBuild Binary and Structured Log *.binlog @@ -79,4 +77,7 @@ ScaffoldingReadMe.txt # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml + +# JetBrains Rider +.idea/* \ No newline at end of file From dae35c0933f938c48b5fa96ebc8641c08974c0a2 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 23:14:06 +0000 Subject: [PATCH 2089/2185] more tweaks --- Dotnet.gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 995a80ea9c..27e5ac32f9 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -52,15 +52,6 @@ ScaffoldingReadMe.txt *.nupkg # NuGet Symbol Packages *.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets # Others ~$* From 8aa61b8d34fc231bc59c5af09f99f1767c7c9125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Jun 2024 01:29:50 +0300 Subject: [PATCH 2090/2185] Add mise.gitignore https://mise.jdx.dev/ --- Global/mise.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Global/mise.gitignore diff --git a/Global/mise.gitignore b/Global/mise.gitignore new file mode 100644 index 0000000000..987d18162a --- /dev/null +++ b/Global/mise.gitignore @@ -0,0 +1,17 @@ +# https://mise.jdx.dev/configuration.html +# https://mise.jdx.dev/configuration/environments.html +/.mise.*.local.toml +/.mise.local.toml +/mise.*.local.toml +/mise.local.toml +/.mise/config.local.toml +/.mise/config.*.local.toml +/mise/config.local.toml +/mise/config.*.local.toml +/.config/mise.local.toml +/.config/mise.*.local.toml +/.config/mise/config.local.toml +/.config/mise/config.*.local.toml + +# https://mise.jdx.dev/configuration.html#tool-versions +#/.tool-versions From d4fe781ae8e0a4f93eff58a6f1e629200e7494fc Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:30:22 -0300 Subject: [PATCH 2091/2185] Add short description and link to Luau repo --- Luau.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Luau.gitignore b/Luau.gitignore index 91cfa31384..f7ecbc96ae 100644 --- a/Luau.gitignore +++ b/Luau.gitignore @@ -1,3 +1,8 @@ +# A fast, small, safe, gradually typed embeddable scripting language derived from Lua +# +# https://github.com/luau-lang/luau +# https://luau.org/ + # Code coverage coverage.out From 1235fcdff576dde1c0b92c5bb69979a53ac46660 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Mon, 10 Mar 2025 17:48:37 +0000 Subject: [PATCH 2092/2185] removing OS and IDE specific content --- Dotnet.gitignore | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 27e5ac32f9..35063fc7ee 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -23,23 +23,6 @@ bld/ [Ll]og/ [Ll]ogs/ -# VS and VS Code files for those working on multiple tools -.vscode/* - -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -.vs/* - -# Still usesd in VS for HTTP files and publish profiles -.user - -# OS Specifc -.DS_Store/* - # .NET Core project.lock.json project.fragment.lock.json @@ -68,7 +51,4 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml - -# JetBrains Rider -.idea/* \ No newline at end of file +nunit-*.xml \ No newline at end of file From 016cd48bd44dea66914a64f03571c07bd17ff300 Mon Sep 17 00:00:00 2001 From: Aakash Jog Date: Mon, 10 Mar 2025 21:52:37 +0200 Subject: [PATCH 2093/2185] Add .loc to TeX.gitignore Add *.loc (auxiliary files generated by the `changes` package) to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5a5b1c628a..297d6552f6 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -67,6 +67,7 @@ acs-*.bib # changes *.soc +*.loc # comment *.cut From fdc1acb1bc77a8ba34b456a69dda84574f4c7c69 Mon Sep 17 00:00:00 2001 From: Matt Walsh <51417385+netbymatt@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:07:41 -0500 Subject: [PATCH 2094/2185] Update TwinCAT3.gitignore A recent major revision from Beckhoff added several new suggested lines to gitignore. All existing items are still present, however the new file has been copied verbatim from TwinCAT documentation. https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_sourcecontrol/14604066827.html&id= --- TwinCAT3.gitignore | 54 +++++++++++++++++++++++++++++++++------------- 1 file changed, 39 insertions(+), 15 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f87505..4037daf1e1 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -1,25 +1,49 @@ -# gitignore template for TwinCAT3 +### TwinCAT3 ### # website: https://www.beckhoff.com/twincat3/ -# -# Recommended: VisualStudio.gitignore -# TwinCAT files +# TwinCAT PLC +*.plcproj.bak +*.plcproj.orig *.tpy *.tclrs +*.library *.compiled-library *.compileinfo -# Don't include the tmc-file rule if either of the following is true: -# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) -# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. +*.asm +*.core +LineIDs.dbg +LineIDs.dbg.bak + +# TwinCAT C++ and shared types +# ignoring the TMC file is only useful for plain PLC programming +# as soon as shared data types (via tmc), C++ or in general TcCom-Module are used, the TMC file has to be part of the repository *.tmc *.tmcRefac -*.library -*.project.~u + +# TwinCAT project files *.tsproj.bak +*.tsproj.b?k +*.tsproj.orig *.xti.bak -LineIDs.dbg -LineIDs.dbg.bak -_Boot/ -_CompileInfo/ -_Libraries/ -_ModuleInstall/ \ No newline at end of file +*.xti.bk? +*.xti.orig +*.xtv +*.xtv.bak +*.xtv.bk? + +# Multiuser specific +**/.TcGit/ + +# exclude not required folders +**/_Boot/ +**/_CompileInfo/ +**/_Libraries/ +**/_ModuleInstall/ +**/_Deployment/ +**/_Repository/ + +# VS Shell project specific files and folders +**/.vs/ +*.~u +*.project.~u +*.suo From 3400c8a214111a6b09826f693ef0215b4976c5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 17 Mar 2025 09:48:33 +0200 Subject: [PATCH 2095/2185] Simplify mise ignores, make better applicable to monorepos --- Global/mise.gitignore | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Global/mise.gitignore b/Global/mise.gitignore index 987d18162a..2f44750e3a 100644 --- a/Global/mise.gitignore +++ b/Global/mise.gitignore @@ -1,17 +1,11 @@ # https://mise.jdx.dev/configuration.html # https://mise.jdx.dev/configuration/environments.html -/.mise.*.local.toml -/.mise.local.toml -/mise.*.local.toml -/mise.local.toml -/.mise/config.local.toml -/.mise/config.*.local.toml -/mise/config.local.toml -/mise/config.*.local.toml -/.config/mise.local.toml -/.config/mise.*.local.toml -/.config/mise/config.local.toml -/.config/mise/config.*.local.toml +.mise.*.local.toml +.mise.local.toml +mise.*.local.toml +mise.local.toml +.mise/*.local.toml +mise/*.local.toml # https://mise.jdx.dev/configuration.html#tool-versions -#/.tool-versions +#.tool-versions From dcb59cbf161e310ff99fd8035f6e98fb0f4005ae Mon Sep 17 00:00:00 2001 From: Martin Grosche Date: Wed, 19 Mar 2025 15:33:24 +0100 Subject: [PATCH 2096/2185] Update tool naming --- ECU-TEST.gitignore => ecu.test.gitignore | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) rename ECU-TEST.gitignore => ecu.test.gitignore (75%) diff --git a/ECU-TEST.gitignore b/ecu.test.gitignore similarity index 75% rename from ECU-TEST.gitignore rename to ecu.test.gitignore index d25ba945fe..1c4c024009 100644 --- a/ECU-TEST.gitignore +++ b/ecu.test.gitignore @@ -1,11 +1,11 @@ -# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com +# gitignore template for ecu.test workspaces - by TraceTronic https://tracetronic.com # website: https://www.ecu-test.com -# * all directories are related to the default directories, please adapt the .gitignore if you use customized -# directories +# * all directories are related to the default directories, please adapt the .gitignore if you use customized directories # Dynamic workspace settings -# * We don't recommend to ignore the .workspace directory, because of important project specific settings -# local user settings +# * We don't recommend to ignore the .workspace directory, because of important +# * project specific settings +# * local user settings .workspace/ETdrive.xml .workspace/favorites.xml .workspace/filters.xml @@ -25,7 +25,7 @@ .workspace/traceexplorer.xml # Custom file formats and test dependencies -# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks *.arxml *.a2l *.dbc @@ -36,16 +36,15 @@ # Test results and test execution related content # * Git is not intended to store and provide test results for all iterations -# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management +# * We recommend to use test.guide (https://www.test-guide.info) for the test report management TestReports # Report generators and templates -# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the -# unnecessary subdirectories +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories Templates # Exclude large binary artifacts -# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks Offline-FIUs Offline-Models Offline-SGBDs From 7a4a857dac945d78ab9d406b5158d9e8a7749125 Mon Sep 17 00:00:00 2001 From: Martin Grosche Date: Fri, 21 Mar 2025 08:07:55 +0100 Subject: [PATCH 2097/2185] Update .gitignore to include additional workspace and Python library files up to ecu.test 2025.1 --- ecu.test.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ecu.test.gitignore b/ecu.test.gitignore index 1c4c024009..a8d07920a6 100644 --- a/ecu.test.gitignore +++ b/ecu.test.gitignore @@ -19,7 +19,9 @@ .workspace/tooladapter.xml .workspace/view.xml # optional, if your process depends on this file remove exclusion +.workspace/attributeLists.xml .workspace/interactiveexecution.xml +.workspace/protocol.xml .workspace/pythonlibrary.xml # deprecated, support for older versions .workspace/traceexplorer.xml @@ -40,9 +42,12 @@ TestReports # Report generators and templates -# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories Templates +# optional, default for external Python libraries +PyLibs + # Exclude large binary artifacts # * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks Offline-FIUs From 3dc0b4878cd8a8e061221c16b5a5a9293653ed84 Mon Sep 17 00:00:00 2001 From: Martin Grosche Date: Fri, 21 Mar 2025 09:01:14 +0100 Subject: [PATCH 2098/2185] Update company naming --- ecu.test.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecu.test.gitignore b/ecu.test.gitignore index a8d07920a6..4514f440f7 100644 --- a/ecu.test.gitignore +++ b/ecu.test.gitignore @@ -1,4 +1,4 @@ -# gitignore template for ecu.test workspaces - by TraceTronic https://tracetronic.com +# gitignore template for ecu.test workspaces - by tracetronic https://tracetronic.com # website: https://www.ecu-test.com # * all directories are related to the default directories, please adapt the .gitignore if you use customized directories From 87d93eeb2e7d11e16f8e88d8b8150323e1e641b0 Mon Sep 17 00:00:00 2001 From: Bart Laarhoven Date: Mon, 24 Mar 2025 10:06:41 +0100 Subject: [PATCH 2099/2185] Ignore .idea/sonarlint.xml As mentioned in https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119, the `sonarlint.xml` file should be in the `.gitignore`. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 3649d6dc25..640821ac52 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -63,6 +63,7 @@ atlassian-ide-plugin.xml # SonarLint plugin .idea/sonarlint/ +.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119 # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml From ab7e5f6994ef70b790f4800eb0ea82a9e11b665e Mon Sep 17 00:00:00 2001 From: Alessandro Cuttin Date: Wed, 26 Mar 2025 16:32:19 +0100 Subject: [PATCH 2100/2185] Added .atfi extension for package attachfile2 --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5a5b1c628a..b3d3d7f6c7 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -59,6 +59,9 @@ acs-*.bib # amsthm *.thm +# attachfile2 +*.atfi + # beamer *.nav *.pre From 5d9130efadbeb69bd91aed873ef50b579c14d635 Mon Sep 17 00:00:00 2001 From: Shannja <103908889+Shannja@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:08:36 -0500 Subject: [PATCH 2101/2185] Update Unity.gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index efec83d84f..96ae0de934 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -10,6 +10,7 @@ /[Bb]uilds/ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ +*.log # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data From c843504839b6b219fe1174afc7a25bf53483123a Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Mon, 31 Mar 2025 15:39:25 -0300 Subject: [PATCH 2102/2185] Add Dotter.gitnore --- community/Dotter.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/Dotter.gitignore diff --git a/community/Dotter.gitignore b/community/Dotter.gitignore new file mode 100644 index 0000000000..86e82e8c5f --- /dev/null +++ b/community/Dotter.gitignore @@ -0,0 +1,6 @@ +# local files are for host-specific overrides +.dotter/local.toml + +# ignore caches +.dotter/cache.toml +.dotter/cache From 71558441e9df93c271ff3b07ea98ec064b775a06 Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Mon, 31 Mar 2025 22:52:38 -0500 Subject: [PATCH 2103/2185] Update Linux.gitignore --- Global/Linux.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 2ea12bbf33..35ea8c6723 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -3,7 +3,7 @@ # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* -# KDE directory preferences +# Metadata left by Dolphin file manager, which comes with KDE Plasma .directory # Linux trash folder which might appear on any partition or disk @@ -14,6 +14,3 @@ # Log files created by default by the nohup command nohup.out - -# Metadata left by Dolphin file manager, which comes with KDE Plasma -.directory From 63d066391fe93f98871b9a43df0f10f8366b8c03 Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Mon, 7 Apr 2025 23:12:04 +0530 Subject: [PATCH 2104/2185] Add nomedia file to Godot.gitignore This file is only needed for Android Editor and automatically generated if missing. No need to track it. --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index bb711806e6..50335d9dd5 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -1,5 +1,6 @@ # Godot 4+ specific ignores .godot/ +.nomedia # Godot-specific ignores .import/ From 5c4badd74090fcdb9cc942ba0959718c84b3e1e1 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 12 Apr 2025 11:29:59 +0200 Subject: [PATCH 2105/2185] Refine minted rules --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5a5b1c628a..dcb1021bac 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -175,6 +175,7 @@ acs-*.bib *.stc[0-9]* # minted +*.data.minted _minted* *.pyg From a0e5b9d545cdd063130cda2ffb22304eaa6d5f9a Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 12 Apr 2025 11:32:16 +0200 Subject: [PATCH 2106/2185] Fix ordering --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index dcb1021bac..e9c5a72eea 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -175,8 +175,8 @@ acs-*.bib *.stc[0-9]* # minted -*.data.minted _minted* +*.data.minted *.pyg # morewrites From c831d190f681b00080d12bfe4982a3bceac5ddf7 Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Mon, 21 Apr 2025 11:55:31 -0500 Subject: [PATCH 2107/2185] chore(links): replace URLs with HTTPS for better security --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c43b1d0e8f..1635822e7d 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ the following resources are a great place to start: - The [Ignoring Files article][help] on the GitHub Help site. - The [gitignore(5)][man] manual page. -[man]: http://git-scm.com/docs/gitignore +[man]: https://git-scm.com/docs/gitignore [help]: https://help.github.com/articles/ignoring-files [chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring -[progit]: http://git-scm.com/book +[progit]: https://git-scm.com/book ## Folder structure From 4ed7892d1ad3dc647fee77004dc5a51a8d8184ea Mon Sep 17 00:00:00 2001 From: Dan Cassidy <5643061+rux616@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:35:50 +1200 Subject: [PATCH 2108/2185] Ignore all .terraform directories Changes to using the `foo/` naming pattern to ensure that these directories will be ignored at all depths. --- Terraform.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 2faf43d0a1..6349e36142 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,5 +1,5 @@ # Local .terraform directories -**/.terraform/* +.terraform/ # .tfstate files *.tfstate From 86a7d7dbadb8f8aa25943dfb9dd8911d154f4278 Mon Sep 17 00:00:00 2001 From: ralphmcralph Date: Fri, 25 Apr 2025 10:23:37 +0200 Subject: [PATCH 2109/2185] Add .gitignore template for Solidity + Remix --- Solidity-Remix.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Solidity-Remix.gitignore diff --git a/Solidity-Remix.gitignore b/Solidity-Remix.gitignore new file mode 100644 index 0000000000..a49555a43a --- /dev/null +++ b/Solidity-Remix.gitignore @@ -0,0 +1,15 @@ +# Remix compiler artifacts +**/artifacts/ +**/artifacts/** + +# Remix plugin state folders +deps/ +states/ + +# Debug info +*.dbg.json +*.tsbuildinfo + +# Optional +.env +.env.local \ No newline at end of file From b71782331f15039c1ff14e6fa8594b24ad8f6bcd Mon Sep 17 00:00:00 2001 From: grafst Date: Mon, 28 Apr 2025 16:38:03 +0200 Subject: [PATCH 2110/2185] add .ansible/ folder to ansible.gitignore it is used for local caches, pws and tempfiles --- Global/Ansible.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Ansible.gitignore b/Global/Ansible.gitignore index a8b42eb6ee..7eaa6e286f 100644 --- a/Global/Ansible.gitignore +++ b/Global/Ansible.gitignore @@ -1 +1,2 @@ *.retry +.ansible/ From 7e9487fe98e57a7e0807d2487b0dddaff57467f6 Mon Sep 17 00:00:00 2001 From: matnorri Date: Wed, 30 Apr 2025 09:32:09 -0400 Subject: [PATCH 2111/2185] feat(LangChain.gitignore): ignore LangGraph Ignore LangGraph artifacts, e.g., pickle files. --- LangChain.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 LangChain.gitignore diff --git a/LangChain.gitignore b/LangChain.gitignore new file mode 100644 index 0000000000..c76ebfd922 --- /dev/null +++ b/LangChain.gitignore @@ -0,0 +1,6 @@ +# gitignore template for LangChain products, e.g., LangGraph, LangSmith +# website: https://www.langchain.com/ +# website: https://www.langchain.com/langgraph + +# LangGraph +.langgraph_api/ From 10164d7048233e6e482e31bb3587784cfa4e2a5e Mon Sep 17 00:00:00 2001 From: Guilherme Arcoverde Date: Fri, 2 May 2025 12:51:41 -0300 Subject: [PATCH 2112/2185] Add .aws-sam/ to ignore AWS SAM build artifacts --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 93df31bc77..a306c9634c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -355,6 +355,9 @@ ASALocalRun/ # MSBuild Binary and Structured Log *.binlog +# AWS SAM Build and Temporary Artifacts folder +.aws-sam + # NVidia Nsight GPU debugger configuration file *.nvuser From 982fb519b37362d02028ab8588953a9a597d4c61 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 2 May 2025 15:04:54 -0700 Subject: [PATCH 2113/2185] Create CODEOWNERS --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..312344480f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Order is important. The LAST matching pattern has the MOST precedence. +# gitignore style patterns are used, not globs. +# https://docs.github.com/articles/about-codeowners +# https://git-scm.com/docs/gitignore + +# Catch All - Defer to the gitignore maintainers +* @github/gitignore-maintainers From 5577a312321be1fd88161207cee0a5a7dad6f376 Mon Sep 17 00:00:00 2001 From: Lucas Liu Date: Wed, 14 May 2025 11:35:31 +0800 Subject: [PATCH 2114/2185] add .cursorrules --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 0a197900e2..f5fd27f882 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -172,3 +172,9 @@ cython_debug/ # PyPI configuration file .pypirc + +# Cursor +# Cursor is a code editor integrated with LLM. `.cursorrules` is its project-level configuration file, +# refer to https://docs.cursor.com/context/rules, which is used to customize the code generation rules of AI +.cursorrules +.cursor/rules \ No newline at end of file From a642376bb2baca1742c7061e47d9386dd18ade0c Mon Sep 17 00:00:00 2001 From: Lucas Liu Date: Thu, 15 May 2025 09:10:29 +0800 Subject: [PATCH 2115/2185] add .cursorignore --- Python.gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index f5fd27f882..dd15ec485b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -173,8 +173,9 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is a code editor integrated with LLM. `.cursorrules` is its project-level configuration file, -# refer to https://docs.cursor.com/context/rules, which is used to customize the code generation rules of AI -.cursorrules -.cursor/rules \ No newline at end of file +# Cursor +# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to +# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data +# refer to https://docs.cursor.com/context/ignore-files +.cursorignore +.cursorindexingignore \ No newline at end of file From 426abd86128e3631c60918649b4aa91d360673d2 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Fri, 16 May 2025 20:22:27 +0000 Subject: [PATCH 2116/2185] Configure stalebot in dry-run mode --- .github/workflow/stale.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflow/stale.yml diff --git a/.github/workflow/stale.yml b/.github/workflow/stale.yml new file mode 100644 index 0000000000..5f51ae201c --- /dev/null +++ b/.github/workflow/stale.yml @@ -0,0 +1,32 @@ +name: Stale + +# **What it does**: Close pull requests after no updates for 180 days. +# **Why we have it**: This repository gets a lot of PRs, and the maintainers team is small. +# This helps reduce the open PRs to ones that are most desired by the community. +# **Who does it impact**: Contributors and maintainers of github/gitignore. + +on: + schedule: + - cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST + +permissions: + actions: write + contents: write # only for delete-branch option + issues: write + pull-requests: write + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 + with: + stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:' + close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.' + days-before-stale: 90 + days-before-close: 180 + stale-pr-label: 'stale' + exempt-pr-labels: 'keep' + close-issue-reason: not_planned + ascending: true # Sort PRs by last updated date in ascending order + debug-only: true # Set to true to test the action without actually closing any PRs From c682e17a2bdbaaef76289afd437b889b08bef078 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Sat, 17 May 2025 19:34:04 +0000 Subject: [PATCH 2117/2185] Move .github/workflow to .github/workflows --- .github/{workflow => workflows}/stale.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflow => workflows}/stale.yml (100%) diff --git a/.github/workflow/stale.yml b/.github/workflows/stale.yml similarity index 100% rename from .github/workflow/stale.yml rename to .github/workflows/stale.yml From 012a024a8d2a015c368ef2db54236818cc916fe8 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Mon, 19 May 2025 18:20:26 +0000 Subject: [PATCH 2118/2185] Restore trailing newline in Python.gitignore --- Python.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index dd15ec485b..651a6d10be 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -173,9 +173,9 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to +# Cursor +# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # refer to https://docs.cursor.com/context/ignore-files .cursorignore -.cursorindexingignore \ No newline at end of file +.cursorindexingignore From bf0e0fdbfbf48930a02b631447a3919672631e66 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Tue, 20 May 2025 22:42:24 +0000 Subject: [PATCH 2119/2185] Run stale workflow without debug-only mode --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5f51ae201c..8c8b0ddfa6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,3 @@ jobs: exempt-pr-labels: 'keep' close-issue-reason: not_planned ascending: true # Sort PRs by last updated date in ascending order - debug-only: true # Set to true to test the action without actually closing any PRs From 17441027c3376ecef5c8d8241c4ff424c6ef9122 Mon Sep 17 00:00:00 2001 From: Wuhall Date: Wed, 21 May 2025 17:12:50 +0800 Subject: [PATCH 2120/2185] add Cursor.gitignore --- Global/Cursor.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Cursor.gitignore diff --git a/Global/Cursor.gitignore b/Global/Cursor.gitignore new file mode 100644 index 0000000000..0166b0122c --- /dev/null +++ b/Global/Cursor.gitignore @@ -0,0 +1,3 @@ +.vscode/* +.cursorignore +.cursorindexingignore From 48b1054d9d2af3b3fc1a7161fe96e970a37b81a9 Mon Sep 17 00:00:00 2001 From: Wuhall Date: Thu, 22 May 2025 08:41:23 +0800 Subject: [PATCH 2121/2185] Remove .vscode/* --- Global/Cursor.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Cursor.gitignore b/Global/Cursor.gitignore index 0166b0122c..234f905b0e 100644 --- a/Global/Cursor.gitignore +++ b/Global/Cursor.gitignore @@ -1,3 +1,2 @@ -.vscode/* .cursorignore .cursorindexingignore From 3cb11f3091334d08d8770ff2797a1e84211c8a7a Mon Sep 17 00:00:00 2001 From: Frank Ebel Date: Thu, 22 May 2025 14:56:38 +0200 Subject: [PATCH 2122/2185] feat(Julia): ignore all Manifest files --- Julia.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Julia.gitignore b/Julia.gitignore index 29126e47b0..9a2ea08dfa 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -21,4 +21,4 @@ docs/site/ # It records a fixed state of all packages used by the project. As such, it should not be # committed for packages, but should be committed for applications that require a static # environment. -Manifest.toml +Manifest*.toml From 9672d15dabdd5861793691f183ec9f05c2a2c953 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 23 May 2025 14:11:31 -0700 Subject: [PATCH 2123/2185] Moves Nix.gitignore to root because popular The Nix repo(https://github.com/NixOS/nix) has over 14k stars and over 1k clones. I believe this project is widely used and popular enough to move to the root now. --- community/Nix.gitignore => Nix.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/Nix.gitignore => Nix.gitignore (100%) diff --git a/community/Nix.gitignore b/Nix.gitignore similarity index 100% rename from community/Nix.gitignore rename to Nix.gitignore From 55bb9508aec142dd6d6e85e6bd01a80fe50186a8 Mon Sep 17 00:00:00 2001 From: Max <43377490+max-hill-4@users.noreply.github.com> Date: Fri, 23 May 2025 21:39:08 +0000 Subject: [PATCH 2124/2185] Update Python.gitignore --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 651a6d10be..6f694c32f7 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -167,6 +167,13 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Visual Studio Code +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore +# and can be added to the global gitignore or merged into this file. However, if you prefer, +# you could uncomment the following to ignore the enitre vscode folder +# .vscode/ + # Ruff stuff: .ruff_cache/ From 107b0b483821a46f217a90321adf0f5307e09c50 Mon Sep 17 00:00:00 2001 From: Dmitry Maganov Date: Sun, 25 May 2025 06:13:54 +0300 Subject: [PATCH 2125/2185] Add `.haxelsp/recording/` --- Haxe.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haxe.gitignore b/Haxe.gitignore index 4891a0ff77..efafc9e940 100644 --- a/Haxe.gitignore +++ b/Haxe.gitignore @@ -1,2 +1,3 @@ .haxelib/ +.haxelsp/recording/ dump/ From 6578d74599385ec36ef4a6d8ff98e8c19b4149b8 Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Sun, 25 May 2025 16:45:43 +0100 Subject: [PATCH 2126/2185] Update Angular.gitignore --- Angular.gitignore | 84 +++++------------------------------------------ 1 file changed, 9 insertions(+), 75 deletions(-) diff --git a/Angular.gitignore b/Angular.gitignore index 6dfab58439..0383c3a577 100644 --- a/Angular.gitignore +++ b/Angular.gitignore @@ -1,94 +1,28 @@ -# Angular -# Build output +# Angular specific /dist/ /out-tsc/ /tmp/ /coverage/ /e2e/test-output/ /.angular/ +.angular/ -# Node modules +# Node modules and dependency files /node_modules/ - -# Dependency directories -/.npm/ -/.yarn/ - -# Package lock and yarn lock files /package-lock.json /yarn.lock # Environment files /.env -# TypeScript cache files -*.tsbuildinfo - -# Debug log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# IDE directories and files -/.idea/ -/.vscode/ -/project-folder/.idea/ -/project-folder/.vscode/ - -# OS-specific files -.DS_Store -Thumbs.db - -# Temporary files -*.bak -*.swp -*~ - -# Build artifacts from Angular CLI +# Angular CLI and build artefacts /.angular-cli.json -.angular/ - -# Angular CLI cache /.ng/ -# VS Code settings -.vscode/settings.json - -# System files -*.sublime-workspace -*.sublime-project +# TypeScript cache +*.tsbuildinfo # Logs -/logs -/debug.log -*.log - -# Temporary files from editor or operating system -*~.nfs* - -# JetBrains IDE (e.g., WebStorm) files -/.idea/ - -# End-to-end testing -/cypress/ - -# Firebase hosting files -firebase.json - -# Jest snapshot files -*.snap - -# Webpack config -webpack.config.js -webpack.prod.js -webpack.dev.js - -# Coverage output directory -/coverage/ - -# Test files -*.spec.ts -*.test.ts - -# Miscellaneous -/.angular/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* From 6bc658a1c703c9a296cec51bdce92c009867601a Mon Sep 17 00:00:00 2001 From: oittaa <8972248+oittaa@users.noreply.github.com> Date: Sun, 25 May 2025 21:22:56 +0200 Subject: [PATCH 2127/2185] Zig.gitignore add *.o $ zig version 0.14.1 If you run `zig build-exe myfile.zig` it will generate myfile.o in addition to the executable in the current directory. I think those should be ignored even though they are usually in the zig-out directory if you use the proper build system. --- Zig.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Zig.gitignore b/Zig.gitignore index 3389c86c99..0180838aed 100644 --- a/Zig.gitignore +++ b/Zig.gitignore @@ -1,2 +1,3 @@ .zig-cache/ zig-out/ +*.o From 90c3bc712bc11378dd425d3d478df5032066696c Mon Sep 17 00:00:00 2001 From: Nathaniel Young Date: Fri, 30 May 2025 22:47:20 +0000 Subject: [PATCH 2128/2185] fixes spelling in in Python.gitignore in VS Code section --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 7b004e5104..bda86c7c8b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -177,7 +177,7 @@ cython_debug/ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, -# you could uncomment the following to ignore the enitre vscode folder +# you could uncomment the following to ignore the entire vscode folder # .vscode/ # Ruff stuff: From daf38183c7dd59e77a7de21e0cef55749ddfc4a4 Mon Sep 17 00:00:00 2001 From: vicman7 Date: Sat, 31 May 2025 16:00:30 -0500 Subject: [PATCH 2129/2185] Add poetry.toml to Python.gitignore --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index bda86c7c8b..2cd3f639bd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,6 +106,7 @@ ipython_config.py # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock +#poetry.toml # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. @@ -191,4 +192,4 @@ cython_debug/ # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # refer to https://docs.cursor.com/context/ignore-files .cursorignore -.cursorindexingignore \ No newline at end of file +.cursorindexingignore From 3741d6f73fbd3b5987c510a406a2ec37fe43abf0 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:22:33 +0800 Subject: [PATCH 2130/2185] Update UTAU.gitignore --- community/UTAU.gitignore | 44 ++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index fae63fec02..329915826e 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -1,17 +1,34 @@ -#This gitignore file is created for UTAU (and other singing voice synthesizers) voicebank development -#example repo: https://github.com/oxygen-dioxide/hitsuboku-kumi-chn/ - #Adobe Audition *.pkf -#UTAU +#UTAU Engines +*.ctspec +*.d4c +*.dio +*.frc +*.frt *.frq -*.mrq +*.harvest +*.lessaudio *.llsm +*.mrq +*.pitchtier +*.pkf +*.platinum *.pmk +*.sc.npz +*.star +*.uspec *.vs4ufrq -*.frc -*.dio + +#UTAU related tools +$read +*.setParam-Scache +*.lbp +*.lbp.caches/* + +#OpenUtau +errors.txt #Deepvocal *.DVModel @@ -20,10 +37,19 @@ SKC SKI SKC_1 SKC_2 -SKC_3 -SKC_4 *.sksd #VocalSharp *.scep *.vssf +*.vsdx +*.vsdxindex + +#Binary Archive +*.7z +*.zip +*.rar +*.exe + +*.bat +*.ps1 From f23d10eddf8699ad5c7f8cf54ec6a769b03438f5 Mon Sep 17 00:00:00 2001 From: arnav-42 Date: Tue, 3 Jun 2025 15:40:50 -0400 Subject: [PATCH 2131/2185] Create Expo.gitignore --- community/JavaScript/Expo.gitignore | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 community/JavaScript/Expo.gitignore diff --git a/community/JavaScript/Expo.gitignore b/community/JavaScript/Expo.gitignore new file mode 100644 index 0000000000..7dfb87b2ec --- /dev/null +++ b/community/JavaScript/Expo.gitignore @@ -0,0 +1,35 @@ +# .gitignore template for Expo +# website: https://expo.dev/ +# docs: https://docs.expo.dev/workflow/expo-cli/ +# +# Rationale: +# node_modules/ is always ignored +# .expo/, .expo-shared/ are Expo’s local state and project-settings cache (see docs) +#  Metro caches/logs are *.expo, *.tunnel, *.cache, *.tmp, *.log + +# Node modules +node_modules/ + +# Expo local state and caches +.expo/ # runtime state (Metro bundler, dev-client data, tunnels) +.expo-shared/ # shared project settings (app.json edits, etc.) + +# Metro bundler caches/logs +*.expo # generic Expo temp files +*.tunnel # Expo DevTools tunnels +*.cache # Metro cache folder +*.tmp # temp files created during bundling +*.log # build or Metro logs + +# macOS system files +.DS_Store + +# Environment variables +.env +.env.local +.env.*.local + +# Package manager logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* From a6cba8d437f67313b07b8f39695dcef41fc0bffe Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:29:52 +0800 Subject: [PATCH 2132/2185] Update community/UTAU.gitignore Co-authored-by: Devin Dooley --- community/UTAU.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index 329915826e..bb2b084686 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -51,5 +51,3 @@ SKC_2 *.rar *.exe -*.bat -*.ps1 From 153d94f1553a8a67860cd579324fce5c13941036 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:30:18 +0800 Subject: [PATCH 2133/2185] Update community/UTAU.gitignore Co-authored-by: Devin Dooley --- community/UTAU.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index bb2b084686..81104c4027 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -1,4 +1,4 @@ -#Adobe Audition +# Adobe Audition *.pkf #UTAU Engines From 8de5ff743c25312a627ef2fff5a253e2068deb0d Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:30:32 +0800 Subject: [PATCH 2134/2185] Update community/UTAU.gitignore Co-authored-by: Devin Dooley --- community/UTAU.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index 81104c4027..28c10a29a3 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -13,7 +13,6 @@ *.llsm *.mrq *.pitchtier -*.pkf *.platinum *.pmk *.sc.npz From 33555307a083c61b0a5bc4358f0e985f83f5a154 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:36:29 +0800 Subject: [PATCH 2135/2185] Update UTAU.gitignore --- community/UTAU.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index 28c10a29a3..173bc781f1 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -1,7 +1,7 @@ # Adobe Audition *.pkf -#UTAU Engines +# UTAU Engines *.ctspec *.d4c *.dio @@ -20,16 +20,16 @@ *.uspec *.vs4ufrq -#UTAU related tools +# UTAU related tools $read *.setParam-Scache *.lbp *.lbp.caches/* -#OpenUtau +# OpenUtau errors.txt -#Deepvocal +# Deepvocal *.DVModel *-log.txt SKC @@ -38,13 +38,13 @@ SKC_1 SKC_2 *.sksd -#VocalSharp +# VocalSharp *.scep *.vssf *.vsdx *.vsdxindex -#Binary Archive +# Binary Archive *.7z *.zip *.rar From abfc5f1eb4b30a5d92360ab5e3a945670c29c018 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Fri, 6 Jun 2025 20:34:35 +0000 Subject: [PATCH 2136/2185] Increase stale operations per run to 300 --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8c8b0ddfa6..c7dcb74f66 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,3 +29,4 @@ jobs: exempt-pr-labels: 'keep' close-issue-reason: not_planned ascending: true # Sort PRs by last updated date in ascending order + operations-per-run: 300 From 7a0861672ac271544ef5406600a612c1d1e2b383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Fri, 17 Mar 2023 10:02:38 +0100 Subject: [PATCH 2137/2185] Add #auto_saved_files# to the Kicad.gitignore --- KiCad.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index e4c4c043b0..b890b7a50d 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -31,4 +31,6 @@ fp-info-cache *.csv # Archived Backups (KiCad 6.0) -**/*-backups/*.zip \ No newline at end of file +**/*-backups/*.zip + +\#auto_saved_files\# From 18e38e6b36c945fb83e132e26fe462761fa22fc8 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 9 Jun 2025 14:12:12 +0200 Subject: [PATCH 2138/2185] Update ColdBox.gitignore --- ColdBox.gitignore | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/ColdBox.gitignore b/ColdBox.gitignore index a3b06c0ade..0519302cbf 100644 --- a/ColdBox.gitignore +++ b/ColdBox.gitignore @@ -1,27 +1,25 @@ -# General Ignores + IDE -.DS_Store -settings.xml - -# Localized Servers -.engine/** +# Servelet Ignores WEB-INF -# Environment File +# Engines + Database + CBFS + Secrets +.tmp/** .env +.engine/** +.cbfs/** +docker/.db/** -# Logs +# logs + tests logs/** - -# Code Coverage and Test Results tests/results/** -# NPM Modules +# npm **/node_modules/* npm-debug.log yarn-error.log -## ColdBox Dependencies and Modules -coldbox/* -testbox/* -modules/* -modules/**/apidocs/** +## Ignored Dependencies +effective-pom.xml +/coldbox/** +/testbox/** +/modules/** +/lib/java/** From 9cc0b706bfe10f6759a6325c20213b9eacdb2e43 Mon Sep 17 00:00:00 2001 From: arnav-42 Date: Mon, 9 Jun 2025 17:32:55 -0400 Subject: [PATCH 2139/2185] Update Expo.gitignore removed MacOS specific line --- community/JavaScript/Expo.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/community/JavaScript/Expo.gitignore b/community/JavaScript/Expo.gitignore index 7dfb87b2ec..164986e1ff 100644 --- a/community/JavaScript/Expo.gitignore +++ b/community/JavaScript/Expo.gitignore @@ -21,9 +21,6 @@ node_modules/ *.tmp # temp files created during bundling *.log # build or Metro logs -# macOS system files -.DS_Store - # Environment variables .env .env.local From 6c855b59ddca40b97adbe673111457bad8a7a34a Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:36:24 -0400 Subject: [PATCH 2140/2185] Update VBA.gitignore Add DS_Store for mac users --- VBA.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VBA.gitignore b/VBA.gitignore index ebb292a4f3..99417825ca 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,3 +1,6 @@ +# Hidden metadata files created by macOS (Desktop Services Store) +.DS_Store + # Office temporary files ~$* From ac81151c3312856c7723c8171a9c8b5360693335 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 10 Jun 2025 13:09:13 -0700 Subject: [PATCH 2141/2185] Update PR so it doesnt get deleted --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1a48e921ab..605ab47e82 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -392,4 +392,4 @@ FodyWeavers.xsd *.msi *.msix *.msm -*.msp +*.msp From 1d84c6b57c364adc20f344d2c18c8a000627db30 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 10 Jun 2025 13:09:42 -0700 Subject: [PATCH 2142/2185] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 605ab47e82..1a48e921ab 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -392,4 +392,4 @@ FodyWeavers.xsd *.msi *.msix *.msm -*.msp +*.msp From 47d83d00c36aad6b3048ae64c92bb7e99e4a99cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=E5=AE=87=E9=98=B3?= <148193681+aiyvyang@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:09:29 +0800 Subject: [PATCH 2143/2185] Update JetBrains.gitignore to ignore Apifox Helper cache add Apifox Helper cache --- Global/JetBrains.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index cd15dba1c3..2944f07be5 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -76,3 +76,7 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser + +# Apifox Helper cache +.idea/.cache/.Apifox_Helper +.idea/ApifoxUploaderProjectSetting.xml From 8bda061a46828484be3cf9546fbcdbc54c7cc880 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:09:47 -0400 Subject: [PATCH 2144/2185] Update VBA.gitignore Co-authored-by: Tim Hunter --- VBA.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/VBA.gitignore b/VBA.gitignore index 99417825ca..710dab19de 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,5 +1,3 @@ -# Hidden metadata files created by macOS (Desktop Services Store) -.DS_Store # Office temporary files ~$* From 7b268f627c2fa4bf87e7f0741bc3c2d61b465656 Mon Sep 17 00:00:00 2001 From: Mikaeil Mayeli Date: Thu, 12 Jun 2025 14:13:20 -0400 Subject: [PATCH 2145/2185] Ignore marimo cache in Python.gitignore --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 2cd3f639bd..6b64c71fd4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -193,3 +193,8 @@ cython_debug/ # refer to https://docs.cursor.com/context/ignore-files .cursorignore .cursorindexingignore + +# Marimo +marimo/_static/ +marimo/_lsp/ +__marimo__/ From d52f8a215e35a1f51c701216aee48cedfd656d46 Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Fri, 13 Jun 2025 16:28:54 +0100 Subject: [PATCH 2146/2185] Create Nestjs.gitignore --- Nestjs.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Nestjs.gitignore diff --git a/Nestjs.gitignore b/Nestjs.gitignore new file mode 100644 index 0000000000..845341e446 --- /dev/null +++ b/Nestjs.gitignore @@ -0,0 +1,24 @@ +# Nestjs specific +/dist +/node_modules +/build +/tmp + +# Logs +logs +*.log +npm-debug.log* +pnpm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# dotenv environment variable files +.env +.env.development +.env.test +.env.production + +# temp directory +.temp +.tmp From 429b07b7d4d946e46678dece9e0740ec650a53eb Mon Sep 17 00:00:00 2001 From: Furkan Kambay Date: Fri, 13 Jun 2025 22:15:02 +0300 Subject: [PATCH 2147/2185] VSCode: Unignore `.code-workspace`, remove `.history/` (3rd party extension) --- Global/VisualStudioCode.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 45fce1d71c..b72ba8b5bd 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -4,9 +4,7 @@ !.vscode/launch.json !.vscode/extensions.json !.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ +!*.code-workspace # Built Visual Studio Code Extensions *.vsix From b93d2b024a21982b2e593735ceaf794b21334d04 Mon Sep 17 00:00:00 2001 From: Krishnan Shankar Date: Wed, 5 Jun 2024 18:39:38 -0400 Subject: [PATCH 2148/2185] Update KiCad.gitignore --- KiCad.gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index b890b7a50d..9d5df933c9 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -8,10 +8,13 @@ *.kicad_pcb-bak *.kicad_sch-bak *-backups -*.kicad_prl -*.sch-bak +*-cache* +*-bak +*-bak* *~ +~* _autosave-* +\#auto_saved_files\# *.tmp *-save.pro *-save.kicad_pcb @@ -33,4 +36,5 @@ fp-info-cache # Archived Backups (KiCad 6.0) **/*-backups/*.zip -\#auto_saved_files\# +# Local project settings +*.kicad_prl From b913fd9f3c1cb190e6a5aa33a0058e3380a134a0 Mon Sep 17 00:00:00 2001 From: Mike Schweitzer Date: Sun, 24 Jul 2022 19:28:33 -0700 Subject: [PATCH 2149/2185] Add TestFramework files and fix Addressables coverage * Fix incorrect comment - aa means Addressable Assets not Android Assets * Add more complete default Addressables coverage * Add TestRunner package generated files --- Unity.gitignore | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 66c38c50a3..a1b63a6b6c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -74,12 +74,18 @@ mono_crash.* # Crashlytics generated file crashlytics-build.properties -# Packed Addressables -/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* - -# Temporary auto-generated Android Assets -/[Aa]ssets/[Ss]treamingAssets/aa.meta -/[Aa]ssets/[Ss]treamingAssets/aa/* +# TestRunner generated files +InitTestScene*.unity* + +# Addressables default ignores, before user customizations +/ServerData +/[Aa]ssets/StreamingAssets/aa* +/[Aa]ssets/AddressableAssetsData/link.xml* +/[Aa]ssets/Addressables_Temp* +# By default, Addressables content builds will generate addressables_content_state.bin +# files in platform-specific subfolders, for example: +# /Assets/AddressableAssetsData/OSX/addressables_content_state.bin +/[Aa]ssets/AddressableAssetsData/*/*.bin* # Visual Scripting auto-generated files /[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db From 5902dd9543b3773f4fcbb4459af9b82a5f68db1e Mon Sep 17 00:00:00 2001 From: Mike Schweitzer Date: Fri, 13 Jun 2025 16:52:14 -0700 Subject: [PATCH 2150/2185] Add *.DotSettings.user for Rider to Unity.gitignore --- Unity.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 66c38c50a3..e64340a3c0 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -28,6 +28,8 @@ # Autogenerated Jetbrains Rider plugin /[Aa]ssets/Plugins/Editor/JetBrains* +# Jetbrains Rider personal-layer settings +*.DotSettings.user # Visual Studio cache directory .vs/ From 8789ddbda3ec1a52fa51a8a90de82d17365a544d Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sun, 15 Jun 2025 22:37:42 +0900 Subject: [PATCH 2151/2185] Fix conflicts --- Unity.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index a11ddf9345..94903c67c4 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -2,6 +2,7 @@ # # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # +.utmp/ /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ @@ -9,6 +10,11 @@ /[Bb]uilds/ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ +*.log + +# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control. +*.blend1 +*.blend1.meta # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data @@ -55,10 +61,14 @@ ExportedObj/ # Unity3D generated file on crash reports sysinfo.txt +# Mono auto generated files +mono_crash.* + # Builds *.apk *.aab *.unitypackage +*.unitypackage.meta *.app # Crashlytics generated file @@ -71,5 +81,11 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* +# Visual Scripting auto-generated files +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta + # Auto-generated scenes by play mode tests /[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* From 75ec41f83a8a56749516a8e433fd70a30218e276 Mon Sep 17 00:00:00 2001 From: Mattijs Ugen <144798+akaIDIOT@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:40:50 +0200 Subject: [PATCH 2152/2185] Update documentation link for pdm, use recommended includes/excludes --- Python.gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d9035b155d..1f5ea1b4f6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -110,11 +110,10 @@ ipython_config.py # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python. +# https://pdm-project.org/en/latest/usage/project/#working-with-version-control #pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it -# in version control. -# https://pdm.fming.dev/latest/usage/project/#working-with-version-control -.pdm.toml +#pdm.toml .pdm-python .pdm-build/ From 47e5a2eae74d2761e77e1fc8ff95851375423695 Mon Sep 17 00:00:00 2001 From: sqltoolbox <71775861+sqltoolbox@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:22:01 +0200 Subject: [PATCH 2153/2185] SSDT specific objects ignore A trimmed down version of the gitignore file tailored specifically towards SSDT projects in Visual Studio. --- SSDT-sqlproj.gitignore | 366 ++--------------------------------------- 1 file changed, 18 insertions(+), 348 deletions(-) diff --git a/SSDT-sqlproj.gitignore b/SSDT-sqlproj.gitignore index 786f63c629..558a12594c 100644 --- a/SSDT-sqlproj.gitignore +++ b/SSDT-sqlproj.gitignore @@ -2,360 +2,30 @@ ## ## ## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore +# Build output +bin/ +obj/ -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates +# DACPAC files +*.dacpac -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs +# Publish profiles (optional, if environment-specific) +*.publish.xml -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ +# SQL Server debug files +*.dbmdl +*.sqlcmdvars -# Visual Studio 2015/2017 cache/options directory +# Visual Studio settings .vs/ -# 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.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml +# User-specific files +*.user +*.suo +*.userosscache +*.sln.docstates -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj +# Backup files +*.bak *.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.azurePubxml -# 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 - -# 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 -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.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/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# 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 -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ -# Fody - auto-generated XML schema -FodyWeavers.xsd From f2d8703154546d40d45f29ee9c66ae9a7fb0afc5 Mon Sep 17 00:00:00 2001 From: Young Date: Thu, 19 Jun 2025 15:29:09 +0800 Subject: [PATCH 2154/2185] Add HIP.gitignore --- HIP.gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 HIP.gitignore diff --git a/HIP.gitignore b/HIP.gitignore new file mode 100644 index 0000000000..5f3324cf14 --- /dev/null +++ b/HIP.gitignore @@ -0,0 +1,50 @@ +# HIP.gitignore +# GitHub gitignore template for AMD HIP (ROCm) projects +# +# Reference: +# Official AMD ROCm HIP .gitignore: https://github.com/ROCm/hip/blob/amd-staging/.gitignore + +# 1. Build directories and files +/build/ # common build directory +/CMakeFiles/ # CMake internal files +/CMakeCache.txt # CMake cache file +/Makefile # autogenerated Makefile +/cmake_install.cmake # install script +/install_manifest.txt # install manifest list +*.ninja-dep # Ninja dependency files +*.ninja_log # Ninja log files +meson-logs/ # Meson log directory + +# 2. Compilation outputs and intermediates +*.o # object files +*.obj # Windows object files +*.so # shared libraries +*.a # static librarie +*.d # dependency files +*.gch # precompiled headers +*.ii # preprocessed output +*.ii.cpp # C++ preprocessed output +*.out # generic executable outputs +*.exe # Windows executables + +# 3. HIP/ROCm specific binaries and intermediates +*.hsaco # ROCm compiled binary +*.s # assembly output +*.kernels.cpp # autogenerated kernel sources +*.hip.cpp.* # hipcc intermediate outputs + +# 4. Official sample binaries and tutorial outputs +bin/hipInfo # sample binary +bin/hipBusBandwidth # sample binary +bin/hipDispatchLatency # sample binary +bin/hipify-clang # sample tool +samples/**/*.out # tutorial outputs +samples/**/*.code # ISA/code dumps +samples/**/*.hsaco # compiled binaries +samples/**/*.co # kernel code outputs + +# 5. Tags, logs and test outputs +tags # ctags index +*.log # log files +/tests_output/ # custom test output directory +/samples_output/ # custom sample output directory From 5f428c12269398f47cf57cb9e8012e44cf9cca4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Jun 2024 01:34:49 +0300 Subject: [PATCH 2155/2185] Add Lefthook.gitignore https://lefthook.dev --- Global/Lefthook.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Global/Lefthook.gitignore diff --git a/Global/Lefthook.gitignore b/Global/Lefthook.gitignore new file mode 100644 index 0000000000..5f6d4ce007 --- /dev/null +++ b/Global/Lefthook.gitignore @@ -0,0 +1,12 @@ +# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#config-file +/.lefthook-local.json +/.lefthook-local.toml +/.lefthook-local.yaml +/.lefthook-local.yml +/lefthook-local.json +/lefthook-local.toml +/lefthook-local.yaml +/lefthook-local.yml + +# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#source_dir_local +/.lefthook-local/ From cccb1867b125f3e5f125d3bdf144cc01cc2a03af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 21 Jun 2025 11:05:46 +0300 Subject: [PATCH 2156/2185] Update Lefthook doc links, add files in .config/ --- Global/Lefthook.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Global/Lefthook.gitignore b/Global/Lefthook.gitignore index 5f6d4ce007..35409f0e02 100644 --- a/Global/Lefthook.gitignore +++ b/Global/Lefthook.gitignore @@ -1,4 +1,4 @@ -# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#config-file +# https://lefthook.dev/configuration/#config-file-name /.lefthook-local.json /.lefthook-local.toml /.lefthook-local.yaml @@ -7,6 +7,10 @@ /lefthook-local.toml /lefthook-local.yaml /lefthook-local.yml +/.config/lefthook-local.json +/.config/lefthook-local.toml +/.config/lefthook-local.yaml +/.config/lefthook-local.yml -# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#source_dir_local +# https://lefthook.dev/configuration/source_dir_local.html /.lefthook-local/ From a2d805bcd3bc00271c47187a57edb858e0816282 Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Thu, 26 Jun 2025 21:04:44 +0800 Subject: [PATCH 2157/2185] chore: add trailing slash to svelte-kit Co-authored-by: Devin Dooley --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 197b1480ea..dc364c2e1e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -99,7 +99,7 @@ dist .cache # Sveltekit cache directory -.svelte-kit +.svelte-kit/ # vitepress build output **/.vitepress/dist From 8c5178ac3ad64955915bea935799796ae7b35f41 Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Thu, 26 Jun 2025 21:04:59 +0800 Subject: [PATCH 2158/2185] chore: add trailing-slash to firebase Co-authored-by: Devin Dooley --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index dc364c2e1e..092fe48157 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -120,7 +120,7 @@ dist .dynamodb/ # Firebase cache directory -.firebase +.firebase/ # TernJS port file .tern-port From de28afe56c20c1adbbf88ec129db63ea91317bd8 Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Fri, 27 Jun 2025 00:55:10 +0800 Subject: [PATCH 2159/2185] chore: revert .env.* changes --- Node.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 092fe48157..9a5acedff5 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -67,10 +67,7 @@ web_modules/ # dotenv environment variable files .env -.env.development.local -.env.test.local -.env.production.local -.env.local +.env.* !.env.example # parcel-bundler cache (https://parceljs.org/) From 105082db0691bd829df79b2cd693343f10877832 Mon Sep 17 00:00:00 2001 From: gh658804 Date: Wed, 2 Jul 2025 22:44:18 +0300 Subject: [PATCH 2160/2185] Update VisualStudio.gitignore - remove *.vbp extension Remove *.vbp extension. Such files are the main Visual Basic 6 Project Files and should not be ignored. It's like ignoring .csproj or .vbproj files in .NET projects. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ce892922f7..cfb18bbe51 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -310,9 +310,6 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - # Visual Studio 6 workspace and project file (working project files containing files to include in project) *.dsw *.dsp From 3bfa4f45a6361c30445c6ef770064ad35a9ed065 Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:55:49 +0200 Subject: [PATCH 2161/2185] Update TwinCAT3.gitignore --- TwinCAT3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 575b519697..2339b3fa55 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -29,6 +29,7 @@ LineIDs.dbg.bak *.xti.bk? *.xti.orig *.xtv +*.xtv.bak *.xtv.bk? *.xt?.bk? *.xt?.orig From bdc996bb1f65d98792119284bf1abedaa698e6a9 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Sun, 13 Jul 2025 15:35:25 -0400 Subject: [PATCH 2162/2185] Revert "Merge pull request #4633 from Wuhall/main" This reverts commit 9cabb94d2ac2ce0884a114d45683d9be9a45080c. --- Python.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index abd8cb78c9..cb0f8dc84f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -194,13 +194,6 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to -# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data -# refer to https://docs.cursor.com/context/ignore-files -.cursorignore -.cursorindexingignore - # Marimo marimo/_static/ marimo/_lsp/ From de16f7faa21d524071db371b4e6eabba620ce9e1 Mon Sep 17 00:00:00 2001 From: Yang <113082249+1234567Yang@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:43:50 -0700 Subject: [PATCH 2163/2185] x86 and x64 only ignore in debug dir --- VisualStudio.gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index cfb18bbe51..47a94ef17f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -22,8 +22,21 @@ mono_crash.* [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ -x64/ -x86/ + +[Dd]ebug/x64/ +[Dd]ebugPublic/x64/ +[Rr]elease/x64/ +[Rr]eleases/x64/ +bin/x64/ +obj/x64/ + +[Dd]ebug/x86/ +[Dd]ebugPublic/x86/ +[Rr]elease/x86/ +[Rr]eleases/x86/ +bin/x86/ +obj/x86/ + [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ From b0b879651fa609c56867d82ebe768d090875200b Mon Sep 17 00:00:00 2001 From: Justin Su Date: Sun, 13 Jul 2025 13:47:20 -0400 Subject: [PATCH 2164/2185] Update broken virtualenv link --- Global/VirtualEnv.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index b2c22f2af7..d895d00efe 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -1,5 +1,5 @@ # Virtualenv -# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project .Python [Bb]in [Ii]nclude From 67806c58a04b7be6ece18dd55ce6ac319d8f0866 Mon Sep 17 00:00:00 2001 From: softwaredevelop <61334390+softwaredevelop@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:02:55 +0000 Subject: [PATCH 2165/2185] Add .gitignore template for MetaTrader 5 / MQL5 --- community/MetaTrader5.gitignore | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 community/MetaTrader5.gitignore diff --git a/community/MetaTrader5.gitignore b/community/MetaTrader5.gitignore new file mode 100644 index 0000000000..0e235ca712 --- /dev/null +++ b/community/MetaTrader5.gitignore @@ -0,0 +1,57 @@ +# MetaTrader 5 and MQL5 gitignore template +# Project homepage: https://www.metatrader5.com/en + +# Compiled MQL5 executables (binaries) +# These are generated from .mq5 source files and should not be committed. +*.ex5 +*.ex4 # For MQL4 compatibility if you also manage MT4 projects in a similar structure + +# Log files +# Terminal logs, strategy tester logs, and custom logs from Print() functions. +*.log +*.slog # Strategy Tester logs + +# Strategy Tester specific files +# History data, optimization results, and temporary files used by the tester. +*.fxt # FXT files (history data for testing) +*.hst # History data files (can be large) +*.ini # Initialization files (often generated by tester or EAs) +*.dat # Data files (various purposes, often temporary) +*.csv # CSV export files (e.g., from tester reports) +*.jrn # Journal files (tester journal) + +# Market Watch sets and profiles +# User-specific lists of symbols in Market Watch, and terminal profiles. +*.set # Market Watch symbol sets +*.tpl # Chart templates +*.chr # Chart settings files (can be generated when saving templates or profiles) + +# External libraries (DLLs) +# If you use custom DLLs, you might want to ignore them if they are built separately +# and not part of your MQL5 source code repository. +*.dll + +# User-specific configuration and credentials +# Files containing sensitive information or local user settings. +.env # Environment variables (e.g., for Python integration credentials) +*.cfg # Configuration files (if not meant to be shared) +*.json # Be careful: if you have config JSONs you *do* want to commit, add specific exceptions. + # Example: !config.json (to include config.json but ignore other *.json) + +# Temporary files and backup files generated by MetaEditor +*.~* # Temporary files (e.g., ~MyScript.mq5) +*.bak # Backup files (e.g., MyScript.mq5.bak) +*.mqh.bak +*.mq5.bak + +# MetaEditor project files +# Project files for MetaEditor workspaces. +.mqproj + +# Python specific ignores (if you also keep Python scripts or Jupyter notebooks in this repository) +# These are relevant if your Git repo root is higher up (e.g., the terminal folder itself) +# or if you mix Python code within your MQL5 structure. +__pycache__/ # Python compiled bytecode cache +.ipynb_checkpoints/ # Jupyter Notebook checkpoints +*.pyc # Python compiled files +*.pyd # Python dynamic modules From 7125e5c434f595efe5b7f7bc84c6e3597cf7e86b Mon Sep 17 00:00:00 2001 From: RScrafted Date: Fri, 18 Jul 2025 11:46:47 +0100 Subject: [PATCH 2166/2185] Update Terraform.gitignore to reflect reviewer guidance and best practices --- Terraform.gitignore | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 64a7f1ffdc..4d20644fcd 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,21 +36,9 @@ override.tf.json .terraformrc terraform.rc -# Ignore hcl files -.terraform.lock.hcl -*.terraform.* - # Ignore graph files *.dot -# to skip MacOS custom attributes. It appears when creating a .bicep file. -.DS_Store - -# Ignore plan files (optional) as some might save plan before destroy the terraform configuration -planout - -# Ignore tfplan files, saved during terraform plan execution -*.out - -# Ignore Visual Studio Code customized settings (this folder holds .json file) -.vscode \ No newline at end of file +# Optional: ignore plan files saved before destroying Terraform configuration +# Uncomment the line below if you want to ignore planout files. +# planout \ No newline at end of file From 2f3c7b3f2ed0cb9c1e21a73d21871ee1c34a4196 Mon Sep 17 00:00:00 2001 From: RScrafted Date: Fri, 18 Jul 2025 11:55:15 +0100 Subject: [PATCH 2167/2185] Comment out *.dot pattern with note, based on reviewer suggestion --- Terraform.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 4d20644fcd..4d91a6b433 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,8 +36,8 @@ override.tf.json .terraformrc terraform.rc -# Ignore graph files -*.dot +# Optional: ignore graph output files generated by `terraform graph` +# *.dot # Optional: ignore plan files saved before destroying Terraform configuration # Uncomment the line below if you want to ignore planout files. From 0ed6a1a3f1ca6b83c85a96f318d71371848700af Mon Sep 17 00:00:00 2001 From: Nikita Mikhailov Date: Sat, 26 Jul 2025 23:51:25 +0300 Subject: [PATCH 2168/2185] Update Python.gitignore Ensure consistency formatting for comments in Python.gitignore --- Python.gitignore | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index cb0f8dc84f..8add241e2e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -27,8 +27,8 @@ share/python-wheels/ MANIFEST # PyInstaller -# 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. +# 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 @@ -92,34 +92,34 @@ ipython_config.py # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. -#Pipfile.lock +# Pipfile.lock # UV # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. -#uv.lock +# uv.lock # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock -#poetry.toml +# poetry.lock +# poetry.toml # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python. # https://pdm-project.org/en/latest/usage/project/#working-with-version-control -#pdm.lock -#pdm.toml +# pdm.lock +# pdm.toml .pdm-python .pdm-build/ # pixi # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. -#pixi.lock +# pixi.lock # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one # in the .venv directory. It is recommended not to include this directory in version control. .pixi @@ -169,23 +169,23 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +# .idea/ # Abstra -# Abstra is an AI-powered process automation framework. -# Ignore directories containing user credentials, local state, and settings. -# Learn more at https://abstra.io/docs +# Abstra is an AI-powered process automation framework. +# Ignore directories containing user credentials, local state, and settings. +# Learn more at https://abstra.io/docs .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore -# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, -# you could uncomment the following to ignore the entire vscode folder +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore +# and can be added to the global gitignore or merged into this file. However, if you prefer, +# you could uncomment the following to ignore the entire vscode folder # .vscode/ # Ruff stuff: From 4b7063c9d72d68f18cf29c5738b8671e2a055473 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Sun, 27 Jul 2025 18:40:43 +0530 Subject: [PATCH 2169/2185] Update Node.gitignore Add Vite-specific entries to Node.gitignore --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9a5acedff5..6751266576 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -137,3 +137,7 @@ dist # Vite logs files vite.config.js.timestamp-* vite.config.ts.timestamp-* + +# Vite-specific +.vite/ +.env*.local From 0fc4e3c6da0c40fcd4c9a7a954c2b742d6678409 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 28 Jul 2025 11:23:57 +0200 Subject: [PATCH 2170/2185] changed to community contributions --- community/BoxLang/ColdBox.gitignore | 25 +++++++++++++++++++ .../CFML/ColdBox.gitignore | 13 +++++----- 2 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 community/BoxLang/ColdBox.gitignore rename ColdBox.gitignore => community/CFML/ColdBox.gitignore (83%) diff --git a/community/BoxLang/ColdBox.gitignore b/community/BoxLang/ColdBox.gitignore new file mode 100644 index 0000000000..5cc5ccde7b --- /dev/null +++ b/community/BoxLang/ColdBox.gitignore @@ -0,0 +1,25 @@ +# Servelet Ignores +WEB-INF + +# Engines + Database + CBFS + Secrets +.tmp/** +.env +.engine/** +.cbfs/** + +# Logs + Test Results +logs/** +tests/results/** + +## Ignored Dependencies +/boxlang_modules/* +effective-pom.xml +/coldbox/** +/testbox/** +/modules/** +/lib/java/** + +# NPM JS Assets (If applicable) +**/node_modules/* +npm-debug.log +yarn-error.log diff --git a/ColdBox.gitignore b/community/CFML/ColdBox.gitignore similarity index 83% rename from ColdBox.gitignore rename to community/CFML/ColdBox.gitignore index 0519302cbf..93f003fad3 100644 --- a/ColdBox.gitignore +++ b/community/CFML/ColdBox.gitignore @@ -6,20 +6,19 @@ WEB-INF .env .engine/** .cbfs/** -docker/.db/** -# logs + tests +# Logs + Test Results logs/** tests/results/** -# npm -**/node_modules/* -npm-debug.log -yarn-error.log - ## Ignored Dependencies effective-pom.xml /coldbox/** /testbox/** /modules/** /lib/java/** + +# NPM JS Assets (If applicable) +**/node_modules/* +npm-debug.log +yarn-error.log From 489573b2fff8a217e3ced7cfc92cb8c7c71e47b5 Mon Sep 17 00:00:00 2001 From: Veeron Ten Date: Wed, 6 Aug 2025 19:49:09 +0200 Subject: [PATCH 2171/2185] Ignore Godot *.tmp files Godot creates a bunch of *.tmp files which could be committed by mistake --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index 50335d9dd5..e00df843c3 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,6 +6,7 @@ .import/ export.cfg export_credentials.cfg +*.tmp # Imported translations (automatically generated from CSV files) *.translation From 1bd28f57ea03c508cebe343a0bb2bf1390a852f5 Mon Sep 17 00:00:00 2001 From: Achilles Gasper Rasquinha Date: Thu, 7 Aug 2025 03:05:13 +0000 Subject: [PATCH 2172/2185] feat: Add Salesforce --- Salesforce.gitignore | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Salesforce.gitignore diff --git a/Salesforce.gitignore b/Salesforce.gitignore new file mode 100644 index 0000000000..67ce61877c --- /dev/null +++ b/Salesforce.gitignore @@ -0,0 +1,45 @@ +# This file is used for Git repositories to specify intentionally untracked files that Git should ignore. +# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore +# For useful gitignore templates see: https://github.com/github/gitignore + +# Salesforce cache +.sf/ +.sfdx/ +.localdevserver/ +deploy-options.json +.localdev + +# LWC VSCode autocomplete +**/lwc/jsconfig.json + +# LWC Jest coverage reports +coverage/ + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +node_modules/ + +# Eslint cache +.eslintcache + +# MacOS system files +.DS_Store + +# Windows system files +Thumbs.db +ehthumbs.db +[Dd]esktop.ini +$RECYCLE.BIN/ + +# Salesforce Analyzer results +sca-results.csv +sfca_results.json + +# Local environment variables +.env \ No newline at end of file From 21d16ca45a4de3e4b4ebe487872fed974293b041 Mon Sep 17 00:00:00 2001 From: Lumirelle Date: Fri, 8 Aug 2025 09:47:10 +0800 Subject: [PATCH 2173/2185] feat: support nuxt 4 --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 9a5acedff5..eb7917bee3 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -81,6 +81,7 @@ out # Nuxt.js build / generate output .nuxt dist +.output # Gatsby files .cache/ From bd7d99b21dc872c2e6dc0647e531906407c2aa30 Mon Sep 17 00:00:00 2001 From: Arjun Deka Date: Fri, 8 Aug 2025 00:45:19 -0700 Subject: [PATCH 2174/2185] Added redis files to ignore In this commit I added files that are generated by redis and should generally be ignored. --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cb0f8dc84f..ef79df0e55 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -65,6 +65,11 @@ db.sqlite3-journal instance/ .webassets-cache +# Redis +*.rdb +*.aof +*.pid + # Scrapy stuff: .scrapy From a2eb96111393932b8de0c88e7ea7762eaa1ec021 Mon Sep 17 00:00:00 2001 From: Arjun Deka Date: Fri, 8 Aug 2025 00:50:04 -0700 Subject: [PATCH 2175/2185] Added additional message broker files to ignore. RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too. --- Python.gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index ef79df0e55..393702dd35 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -65,11 +65,6 @@ db.sqlite3-journal instance/ .webassets-cache -# Redis -*.rdb -*.aof -*.pid - # Scrapy stuff: .scrapy @@ -136,6 +131,19 @@ __pypackages__/ celerybeat-schedule celerybeat.pid +# Redis +*.rdb +*.aof +*.pid + +# RabbitMQ +mnesia/ +rabbitmq/ +rabbitmq-data/ + +# ActiveMQ +activemq-data/ + # SageMath parsed files *.sage.py From f7d6e55ed956cc8f309d611f23497aa07843c726 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Sun, 10 Aug 2025 14:45:04 -0500 Subject: [PATCH 2176/2185] Update Salesforce.gitignore Removed node_modules and DS_Store --- Salesforce.gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Salesforce.gitignore b/Salesforce.gitignore index 67ce61877c..3547a96f6d 100644 --- a/Salesforce.gitignore +++ b/Salesforce.gitignore @@ -22,15 +22,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# Dependency directories -node_modules/ - # Eslint cache .eslintcache -# MacOS system files -.DS_Store - # Windows system files Thumbs.db ehthumbs.db @@ -42,4 +36,4 @@ sca-results.csv sfca_results.json # Local environment variables -.env \ No newline at end of file +.env From 37def63bc84ff46b793809e9e8eacd6fa3a25639 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Tue, 12 Aug 2025 05:56:33 +0000 Subject: [PATCH 2177/2185] macOS: ignore __MACOSX/ --- Global/macOS.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 56bb5284d8..a4557fbaea 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,5 +1,6 @@ # General .DS_Store +__MACOSX/ .AppleDouble .LSOverride Icon[ ] From ca05a4dafd96ec7fe03b0aa5d284a4bebf0f59e9 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesinger Date: Sat, 23 Aug 2025 10:44:35 +0200 Subject: [PATCH 2178/2185] Move ModelSim out of Global directiory The ModelSim gitignore contains some broad ignores which might conflict with many other projects. --- Global/ModelSim.gitignore => ModelSim.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/ModelSim.gitignore => ModelSim.gitignore (100%) diff --git a/Global/ModelSim.gitignore b/ModelSim.gitignore similarity index 100% rename from Global/ModelSim.gitignore rename to ModelSim.gitignore From 949aaa81d968257b756ec1154728f3542d815413 Mon Sep 17 00:00:00 2001 From: Haden Wasserbaech Date: Mon, 25 Aug 2025 22:42:05 -0700 Subject: [PATCH 2179/2185] Remove trailing whitespace --- GitHubPages.gitignore | 2 +- IAR.gitignore | 92 ++++++++++++++--------------- Packer.gitignore | 6 +- Perl.gitignore | 2 +- Python.gitignore | 6 +- SSDT-sqlproj.gitignore | 62 +++++++++---------- Terraform.gitignore | 4 +- TwinCAT3.gitignore | 4 +- community/DotNet/Umbraco.gitignore | 2 +- community/NasaSpecsIntact.gitignore | 10 ++-- community/OpenTofu.gitignore | 4 +- community/UiPath.gitignore | 22 +++---- community/libogc.gitignore | 2 +- ecu.test.gitignore | 2 +- 14 files changed, 110 insertions(+), 110 deletions(-) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index 493e69ba39..807c07fc55 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -11,7 +11,7 @@ _site/ /vendor # Specific ignore for GitHub Pages -# GitHub Pages will always use its own deployed version of pages-gem +# GitHub Pages will always use its own deployed version of pages-gem # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. # Details at https://github.com/github/pages-gem/issues/768 diff --git a/IAR.gitignore b/IAR.gitignore index a6f6f7758e..cb3fdf2cf0 100644 --- a/IAR.gitignore +++ b/IAR.gitignore @@ -1,47 +1,47 @@ -# Compiled binaries -*.o -*.bin -*.elf -*.hex -*.map -*.out -*.obj - -# Trash -*.bak -thumbs.db -*.~* - -# IAR Settings -**/settings/*.crun -**/settings/*.dbgdt -**/settings/*.cspy -**/settings/*.cspy.* -**/settings/*.xcl -**/settings/*.dni -**/settings/*.wsdt -**/settings/*.wspos - -# IAR Debug Exe -**/Exe/*.sim - -# IAR Debug Obj -**/Obj/*.pbd -**/Obj/*.pbd.* -**/Obj/*.pbi -**/Obj/*.pbi.* - -# IAR project "Debug" directory -Debug/ - -# IAR project "Release" directory -Release/ - -# IAR project settings directory -settings/ - -# IAR backup files -Backup* - -# IAR .dep files +# Compiled binaries +*.o +*.bin +*.elf +*.hex +*.map +*.out +*.obj + +# Trash +*.bak +thumbs.db +*.~* + +# IAR Settings +**/settings/*.crun +**/settings/*.dbgdt +**/settings/*.cspy +**/settings/*.cspy.* +**/settings/*.xcl +**/settings/*.dni +**/settings/*.wsdt +**/settings/*.wspos + +# IAR Debug Exe +**/Exe/*.sim + +# IAR Debug Obj +**/Obj/*.pbd +**/Obj/*.pbd.* +**/Obj/*.pbi +**/Obj/*.pbi.* + +# IAR project "Debug" directory +Debug/ + +# IAR project "Release" directory +Release/ + +# IAR project settings directory +settings/ + +# IAR backup files +Backup* + +# IAR .dep files *.dep \ No newline at end of file diff --git a/Packer.gitignore b/Packer.gitignore index 2cbc1ad079..caa24ec789 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -5,9 +5,9 @@ packer_cache/ crash.log # https://www.packer.io/guides/hcl/variables -# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, -# such as password, private keys, and other secrets. These should not be part of -# version control as they are data points which are potentially sensitive and +# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, +# such as password, private keys, and other secrets. These should not be part of +# version control as they are data points which are potentially sensitive and # subject to change depending on the environment. # *.pkrvars.hcl diff --git a/Perl.gitignore b/Perl.gitignore index 2bc7f64973..79d77ce623 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -38,4 +38,4 @@ inc/ /local/ /.carmel/ # cpanfile.snapshot should generally be ignored for library code, otherwise included -# cpanfile.snapshot +# cpanfile.snapshot diff --git a/Python.gitignore b/Python.gitignore index 393702dd35..5290d13bf0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -131,7 +131,7 @@ __pypackages__/ celerybeat-schedule celerybeat.pid -# Redis +# Redis *.rdb *.aof *.pid @@ -195,9 +195,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/ diff --git a/SSDT-sqlproj.gitignore b/SSDT-sqlproj.gitignore index 558a12594c..36c16598dd 100644 --- a/SSDT-sqlproj.gitignore +++ b/SSDT-sqlproj.gitignore @@ -1,31 +1,31 @@ -## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc -## -## -## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore -# Build output -bin/ -obj/ - -# DACPAC files -*.dacpac - -# Publish profiles (optional, if environment-specific) -*.publish.xml - -# SQL Server debug files -*.dbmdl -*.sqlcmdvars - -# Visual Studio settings -.vs/ - -# User-specific files -*.user -*.suo -*.userosscache -*.sln.docstates - -# Backup files -*.bak -*.log - +## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc +## +## +## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore +# Build output +bin/ +obj/ + +# DACPAC files +*.dacpac + +# Publish profiles (optional, if environment-specific) +*.publish.xml + +# SQL Server debug files +*.dbmdl +*.sqlcmdvars + +# Visual Studio settings +.vs/ + +# User-specific files +*.user +*.suo +*.userosscache +*.sln.docstates + +# Backup files +*.bak +*.log + diff --git a/Terraform.gitignore b/Terraform.gitignore index 4d91a6b433..78e7733b54 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -10,8 +10,8 @@ crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars *.tfvars.json diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 2339b3fa55..6786d5e833 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -46,9 +46,9 @@ LineIDs.dbg.bak **/_Repository/ -# To include a specific library directory (i.e. third party/custom libs), +# To include a specific library directory (i.e. third party/custom libs), # use pattern `!/**/_Libraries//` i.e. `!/**/_Libraries/www.tcunit.org/` -# +# # VS Shell project specific files and folders **/.vs/ diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index f71b570984..260c741209 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -21,7 +21,7 @@ ## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. ## Uncomment this line if you think it fits the way you work on your project. -## **/[Mm]edia/ +## **/[Mm]edia/ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this diff --git a/community/NasaSpecsIntact.gitignore b/community/NasaSpecsIntact.gitignore index be53af0e0a..626d18167e 100644 --- a/community/NasaSpecsIntact.gitignore +++ b/community/NasaSpecsIntact.gitignore @@ -1,9 +1,9 @@ # gitignore template for Nasa SpecsIntact (SI) # Website: https://specsintact.ksc.nasa.gov/ # -# Recommended: +# Recommended: # MicrosoftOffice.gitignore -# +# # SpecsIntact (SI) Locking file; this would lock everyone out. *.se$ @@ -20,14 +20,14 @@ SUBMVER.* TTLDIFFS.* # SpecsIntact files that change a lot and don't actually affect SI -# PULL.TBL is an auto-generated file to help speed SI loading. +# PULL.TBL is an auto-generated file to help speed SI loading. PULL.TBL pulltbl.bck # Tailoring information. # Keep tailor.tag; it is a list of tailoring options in SI. -# JOB.OTL informs SI where a spec section came from. +# JOB.OTL informs SI where a spec section came from. # Keeping the old one isn't useful in git. JOB.OTL.OLD @@ -35,6 +35,6 @@ JOB.OTL.OLD # notebooks, and if so, OneNote will litter the SI folder with these. *.onetoc* -# Log files, typically tagfix or other auto generated logs that aren't useful +# Log files, typically tagfix or other auto generated logs that aren't useful # outside of the user that made them and clutter up the index. *.log diff --git a/community/OpenTofu.gitignore b/community/OpenTofu.gitignore index 0c736af699..8a7f7b76a1 100644 --- a/community/OpenTofu.gitignore +++ b/community/OpenTofu.gitignore @@ -10,8 +10,8 @@ crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars *.tfvars.json diff --git a/community/UiPath.gitignore b/community/UiPath.gitignore index ef7754ae71..0948dcc846 100644 --- a/community/UiPath.gitignore +++ b/community/UiPath.gitignore @@ -1,11 +1,11 @@ -# gitignore template for RPA development using UiPath Studio -# website: https://www.uipath.com/product/studio -# -# Recommended: n/a - -# Ignore folders that could cause issues if accidentally tracked -**/.local/** -**/.settings/** -**/.objects/** -**/.tmh/** -**/*.log +# gitignore template for RPA development using UiPath Studio +# website: https://www.uipath.com/product/studio +# +# Recommended: n/a + +# Ignore folders that could cause issues if accidentally tracked +**/.local/** +**/.settings/** +**/.objects/** +**/.tmh/** +**/*.log diff --git a/community/libogc.gitignore b/community/libogc.gitignore index 76e2740667..facd77526f 100644 --- a/community/libogc.gitignore +++ b/community/libogc.gitignore @@ -25,7 +25,7 @@ icon.png lib/ deps/ obj/ - + # Ignore operating system-specific files $RECYCLE.BIN/ .Trash-1000/ diff --git a/ecu.test.gitignore b/ecu.test.gitignore index 4514f440f7..fd49503014 100644 --- a/ecu.test.gitignore +++ b/ecu.test.gitignore @@ -3,7 +3,7 @@ # * all directories are related to the default directories, please adapt the .gitignore if you use customized directories # Dynamic workspace settings -# * We don't recommend to ignore the .workspace directory, because of important +# * We don't recommend to ignore the .workspace directory, because of important # * project specific settings # * local user settings .workspace/ETdrive.xml From 34336c9d62e524ed5920c9aff857356013b01884 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Sun, 31 Aug 2025 13:28:53 +0530 Subject: [PATCH 2180/2185] refine Vite entries --- Node.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 6751266576..545a965784 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -134,10 +134,7 @@ dist !.yarn/sdks !.yarn/versions -# Vite logs files +# Vite files vite.config.js.timestamp-* vite.config.ts.timestamp-* - -# Vite-specific .vite/ -.env*.local From c9ae3d337ac1699d50589931b1923ecd431c6d59 Mon Sep 17 00:00:00 2001 From: YahyaAouledAmer Date: Sat, 6 Sep 2025 17:33:39 +0100 Subject: [PATCH 2181/2185] Remove .vscode rule --- Global/STM32CubeIDE.gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Global/STM32CubeIDE.gitignore b/Global/STM32CubeIDE.gitignore index 22f2bc8fab..fc7ee5c7fd 100644 --- a/Global/STM32CubeIDE.gitignore +++ b/Global/STM32CubeIDE.gitignore @@ -18,11 +18,6 @@ # These are not necessary for version control. *.log -# Ignore VSCode configuration files. -# Useful if some team members use VSCode for development. -# If you want to share VSCode settings, comment out the following line. -.vscode/ - # Build files # Ignore build output directories. @@ -53,4 +48,4 @@ TouchGFX/simulator/msvs/.vs # Ignore temporary and backup files generated by the operating system and editor. # These are not needed in the repository. -*.bak \ No newline at end of file +*.bak From a19adfd688e3adb9112306f47d07df566d3e0a9f Mon Sep 17 00:00:00 2001 From: Angelo <12561505+yutamago@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:29:23 +0200 Subject: [PATCH 2182/2185] Ignore GitHub Copilot migration files Add GitHub Copilot session migration files to .gitignore --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a69eea4d6c..0c1302b4c6 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -81,3 +81,6 @@ http-client.private.env.json # Apifox Helper cache .idea/.cache/.Apifox_Helper .idea/ApifoxUploaderProjectSetting.xml + +# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215 +.idea/**/copilot.data.migration.*.xml From ed85cd93b0c3d7d37959ab2f950ac16ec7ea353f Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Sun, 19 Oct 2025 11:24:35 -0700 Subject: [PATCH 2183/2185] Add .env to gitignore for dotenv files --- Dotnet.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 35063fc7ee..fa3f1b2469 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -36,6 +36,9 @@ ScaffoldingReadMe.txt # NuGet Symbol Packages *.snupkg +# dotenv environment variables file +.env* + # Others ~$* *~ @@ -51,4 +54,4 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml From 7ecf2d3e799b960950dfc3cb2e949c04c3b7cf77 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Fri, 7 Nov 2025 14:02:24 -0800 Subject: [PATCH 2184/2185] Apply suggestion from @thorrsson --- Dotnet.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index fa3f1b2469..40ecd6b6b7 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -38,6 +38,7 @@ ScaffoldingReadMe.txt # dotenv environment variables file .env* +!.env.example # Others ~$* From f0d151001c959e0a3a6917f5c24e3de455a05dd8 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Mon, 10 Nov 2025 13:26:09 -0800 Subject: [PATCH 2185/2185] Apply suggestion from @thorrsson --- Dotnet.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 40ecd6b6b7..7282dbf28f 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -37,8 +37,7 @@ ScaffoldingReadMe.txt *.snupkg # dotenv environment variables file -.env* -!.env.example +.env # Others ~$*