Update CoreFx to preview3-26325-01 (#17190)
[platform/upstream/coreclr.git] / .gitignore
index 5ebba36..e2ac202 100644 (file)
@@ -12,23 +12,23 @@ syntax: glob
 *.user
 *.userosscache
 *.sln.docstates
+*.swp
 
 # Build results
 [Dd]ebug/
 [Dd]ebugPublic/
 [Rr]elease/
 [Rr]eleases/
-x64/
-x86/
 build/
 bld/
 [Bb]in/
 [Oo]bj/
-localpkg/
 msbuild.log
 
 # add back architecture directories ignored in 'Build results'
 !tests/x86
+!src/mscorlib/src/System/Runtime/Intrinsics/X86
+!tests/src/JIT/HardwareIntrinsics/X86
 
 # Visual Studio 2015
 .vs/
@@ -52,7 +52,6 @@ dlldata.c
 
 *_i.c
 *_p.c
-*_i.h
 *.ilk
 *.meta
 *.obj
@@ -149,8 +148,12 @@ publish/
 
 # NuGet Packages
 *.nupkg
+*.nuget.g.props
+*.nuget.g.targets
+*.nuget.cache
 **/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