[Tizen] separate PIC and PIE to fix x86_64 build error
[platform/upstream/dotnet/runtime.git] / .gitignore
index a4848da..6927e3a 100644 (file)
@@ -188,8 +188,14 @@ node_modules/
 *.metaproj.tmp
 bin.localpkg/
 src/mono/wasm/runtime/dotnet.d.ts.sha256
+src/mono/wasm/runtime/dotnet-legacy.d.ts.sha256
+
 src/mono/sample/wasm/browser-nextjs/public/
 
+# cscope, tags
+cscope.*
+tags
+
 # RIA/Silverlight projects
 Generated_Code/
 
@@ -283,6 +289,9 @@ Session.vim
 # Visual Studio Code
 .vscode/
 
+# Codespaces
+.venv/
+
 # Private test configuration and binaries.
 config.ps1
 **/IISApplications
@@ -321,6 +330,7 @@ Vagrantfile
 CMakeFiles/
 cmake_install.cmake
 CMakeCache.txt
+CMakeUserPresets.json
 
 # Cross compilation
 cross/rootfs/*
@@ -337,9 +347,6 @@ jit32
 # performance testing sandbox
 sandbox
 
-#IL linker for testing
-linker
-
 # Symbolic link for the shared portion of CoreLib to make grep/findstr work for runtime devs
 #
 # On Windows, make your own by running these commands from the repo root:
@@ -360,4 +367,5 @@ src/coreclr/System.Private.CoreLib/common
 
 # Temporary artifacts from local libraries stress builds
 .dotnet-daily/
-run-stress-*
\ No newline at end of file
+run-stress-*
+test:.cs