Skip to content

Commit

Permalink
Merge pull request Azure#1091 from tbombach/dnx-gitignore
Browse files Browse the repository at this point in the history
Adding dnx folders and files to gitignore
  • Loading branch information
tbombach committed May 25, 2016
2 parents 0b05742 + 55a3b8e commit c54836a
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 c54836a

Please sign in to comment.