From 15491a697fbe505e32536cf75fe561b52057d6de Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 14 Feb 2018 11:50:52 +0100 Subject: [PATCH] update gitignore... --- .gitignore | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 20462b2..e404f48 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,82 @@ VersGen/obj/* # CMS_SC_DATA #-------------------------------------------- CMS-SC-Data/bin/* -CMS-SC-Data/obj/* \ No newline at end of file +CMS-SC-Data/obj/* + + + +@@ -0,0 +1,333 @@ +# ---> VisualStudio +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# 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*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* \ No newline at end of file