From d8fd6790011d5fa69988f47a7beec89dcc1fbf8d Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sat, 28 Apr 2012 15:55:20 +0300 Subject: [PATCH 01/24] Added __pycache__ --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index f76ed740..869a3cf0 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 3c54c0d7aa915ab2c39c03ed70cefcce4d6054e4 Mon Sep 17 00:00:00 2001 From: zhaojunmeng Date: Wed, 14 Nov 2012 22:24:17 +0800 Subject: [PATCH 02/24] 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 5a2155bc..8e9089f5 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 ec5009e954d78b23dfa52e80e26c8dd25822b9e4 Mon Sep 17 00:00:00 2001 From: Haacked Date: Wed, 19 Dec 2012 15:28:41 -0800 Subject: [PATCH 03/24] 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 04/24] 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 9d4784c8..47e8c38a 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 05/24] 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 d82323e2..00000000 --- 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 a5d3ad35..00000000 --- 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 6c95cdd9b9ba695185b6cd8af767ff12338b31ec Mon Sep 17 00:00:00 2001 From: Sam van Kampen Date: Sun, 13 Jan 2013 17:41:18 +0100 Subject: [PATCH 06/24] Removed comment. --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 869a3cf0..13fe2927 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 07/24] 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 b89b9a28..0c20ff0d 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 08/24] [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 7697b30c..31e6fd9a 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 ac43133993d8d39bbe3a7cfa8db1942993bcb763 Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Sat, 19 Jan 2013 17:03:03 +1100 Subject: [PATCH 09/24] 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 6ff1e08d..00000000 --- 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 10/24] 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 00000000..6ff1e08d --- /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 11/24] 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 5a2155bc..4ac7c202 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 12/24] 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 47e8c38a..9088e6b2 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 13/24] 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 9088e6b2..07c4255d 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 14/24] 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 07c4255d..c9dfad6c 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 15/24] 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 07c4255d..f6162967 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 16/24] 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 f6162967..5fa5bfd5 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 17/24] 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 5fa5bfd5..786f3b3f 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 18/24] VisualStudio: Ignore vi's *~ temp files --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 786f3b3f..4ccc1cb6 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 19/24] 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 4ccc1cb6..70537cc6 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 20/24] VisualStudio: ignore .dotcover files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 70537cc6..81c058f3 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 21/24] 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 81c058f3..0eed40d7 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 22/24] 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 0eed40d7..42b2c115 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 23/24] 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 15db8805..5fcf35fc 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 a6dd83c18d0beb8e36c091fd33b64ca45a3a0f3a Mon Sep 17 00:00:00 2001 From: Scott Hanselman Date: Thu, 24 Jan 2013 12:24:17 -0800 Subject: [PATCH 24/24] 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 5fcf35fc..99456160 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -114,6 +114,7 @@ ClientBin/ *.dbmdl *.[Pp]ublish.xml *.pfx +*.publishsettings # RIA/Silverlight projects Generated_Code/