From 55a3b8ea076188c713538fe4cc7a300361897d36 Mon Sep 17 00:00:00 2001 From: Thomas Bombach Date: Wed, 25 May 2016 11:34:14 -0700 Subject: [PATCH] Adding dnx folders and files to gitignore since developers might still have them in their working copy after upgrading to CoreCLR RC2 --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7150646c5d3f..8d939cbe2121 100644 --- a/.gitignore +++ b/.gitignore @@ -178,4 +178,9 @@ AutoRest/Generators/Ruby/*/RspecTests/Generated/* #netcore /NetCore -*.lock.json \ No newline at end of file +*.lock.json + +#dnx installation +dnx-clr-win-x86*/ +dnx-coreclr-win-x86*/ +/dnx \ No newline at end of file