[Tizen] Implement ASan wrapper for Linux AMD64
[platform/upstream/dotnet/runtime.git] / .gitignore
index 4b8673b..d58f673 100644 (file)
@@ -186,6 +186,10 @@ node_modules/
 *.metaproj.tmp
 bin.localpkg/
 
+# cscope, tags
+cscope.*
+tags
+
 # RIA/Silverlight projects
 Generated_Code/
 
@@ -294,11 +298,8 @@ parts/
 prime/
 stage/
 
-# CLR prebuilt generated files
-!pal/prebuilt/idl/*_i.c
-
 # Valid 'debug' folder, that contains CLR debugging code
-!debug
+!src/coreclr/debug
 
 # Ignore folders created by the CLR test build
 TestWrappers_x64_[d|D]ebug
@@ -352,15 +353,8 @@ linker
 src/coreclr/System.Private.CoreLib/shared
 src/coreclr/System.Private.CoreLib/common
 
-# The debug directory should not be ignored
-!src/coreclr/debug
-
 # Exceptions to the exclusions
 !src/coreclr/.nuget/_.pdb
 !src/coreclr/inc/obj/
 !src/coreclr/vm/.vscode/
 !src/coreclr/vm/.vscode/c_cpp_properties.json
-
-# Mono Wasm-specific excludes
-src/mono/wasm/emsdk/
-src/mono/wasm/.stamp-wasm-install-and-select*