diff options
author | Haacked <haacked@gmail.com> | 2012-12-19 15:46:33 -0800 |
---|---|---|
committer | Haacked <haacked@gmail.com> | 2012-12-19 15:46:33 -0800 |
commit | 947f5d13abd1e35a2ce103e7add12417f4f27b53 (patch) | |
tree | 47271e9fcce420ed148a0bd0afc3ce7ced72cd73 /VisualStudio.gitignore | |
parent | ec5009e954d78b23dfa52e80e26c8dd25822b9e4 (diff) | |
download | gitignore-947f5d13abd1e35a2ce103e7add12417f4f27b53.tar.gz gitignore-947f5d13abd1e35a2ce103e7add12417f4f27b53.zip |
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.
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 47 |
1 files 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/ |