Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Merge branch 'master' into 3812-support-pathmap
  • Loading branch information
saul committed Apr 22, 2019
commit 80b56c7f676cb1801d09fc4e785a9b36e7ccd966
19 changes: 7 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Downloaded packages and build tools.
/lkg
/packages
/Tools
# output location
artifacts/

/tests/scripts/current
/release
/debug
/Proto
.dotnet/
.packages/
.tools/

# Patches that may have been generated by scripts.
# (These aren't generally useful to commit directly; if anything, they should be applied.)
Expand Down Expand Up @@ -82,10 +80,9 @@ lib/bootstrap/4.1/*.xml
lib/bootstrap/4.1/fsharpc
lib/bootstrap/4.1/fsharpi
lib/bootstrap/4.1/policy*
obj/
bin/
aclocal.m4
Debug
Release
Proto
sign_temp
.libs
configure
Expand All @@ -109,7 +106,6 @@ ossreadme*.txt
*.cto
*.vstman
project.lock.json
Tools/
Backup/
tests/fsharp/core/array/dont.run.peverify
tests/fsharp/core/innerpoly/dont.run.peverify
Expand All @@ -118,7 +114,6 @@ times
/tests/fsharpqa/testenv/bin/System.ValueTuple.dll
source_link.json
.vs/
/VSRelease/net40/bin
System.ValueTuple.dll
tests/fsharpqa/testenv/bin/System.ValueTuple.dll
*/.fake
Expand Down
Binary file removed .nuget/NuGet.exe
Binary file not shown.
138 changes: 0 additions & 138 deletions .nuget/NuGet.targets

This file was deleted.

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.