Skip to content

Commit

Permalink
Adding dnx folders and files to gitignore since developers might stil…
Browse files Browse the repository at this point in the history
…l have them in their working copy after upgrading to CoreCLR RC2
  • Loading branch information
tbombach committed May 25, 2016
1 parent de936fb commit 55a3b8e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,9 @@ AutoRest/Generators/Ruby/*/RspecTests/Generated/*

#netcore
/NetCore
*.lock.json
*.lock.json

#dnx installation
dnx-clr-win-x86*/
dnx-coreclr-win-x86*/
/dnx

0 comments on commit 55a3b8e

Please sign in to comment.