Add SPMI for getTypeForPrimitiveNumericClass
[platform/upstream/coreclr.git] / .gitignore
index 5ebba36..4f27976 100644 (file)
@@ -12,6 +12,7 @@ syntax: glob
 *.user
 *.userosscache
 *.sln.docstates
+*.swp
 
 # Build results
 [Dd]ebug/
@@ -24,7 +25,6 @@ build/
 bld/
 [Bb]in/
 [Oo]bj/
-localpkg/
 msbuild.log
 
 # add back architecture directories ignored in 'Build results'
@@ -149,8 +149,11 @@ publish/
 
 # NuGet Packages
 *.nupkg
+*.nuget.g.props
+*.nuget.g.targets
 **/packages/*
 project.lock.json
+project.assets.json
 
 # Windows Azure Build Output
 csx/
@@ -299,6 +302,7 @@ Makefile
 
 # Cross compilation
 cross/rootfs/*
+cross/android-rootfs/*
 # add x86 as it is ignored in 'Build results'
 !cross/x86
 
@@ -310,3 +314,6 @@ src/jit32
 
 # performance testing sandbox
 sandbox
+
+#IL linker for testing
+linker