[jit] Fix an assertion in the Thread.VolatileRead () intrinsic. (#18430)
[mono-project.git] / .gitignore
blob58cbf3fcd0423bb3c95f5d7930e01732afd2aa1f
1 ##############################################################################
2 # General
3 ##############################################################################
5 # OS junk files
6 [Tt]humbs.db
7 *.DS_Store
9 # Visual Studio / MonoDevelop
10 *.[Oo]bj
11 *.exe
12 *.dll
13 *.pdb
14 *.user
15 *.aps
16 *.pch
17 *.vspscc
18 *.vssscc
19 *_i.c
20 *_p.c
21 *.ncb
22 *.suo
23 *.tlb
24 *.tlh
25 *.bak
26 *.ilk
27 *.lib
28 *.sbr
29 *.sdf
30 *.opensdf
31 *.resources
32 *.res
33 ipch/
34 obj/
35 [Bb]in
36 [Dd]ebug*/
37 [Rr]elease*/
38 Ankh.NoLoad
39 *.gpState
40 .vscode/
41 *.exp
42 .vs/
44 # Tooling
45 _ReSharper*/
46 *.resharper
47 .idea/*
48 [Tt]est[Rr]esult*
49 *.orig
50 *.rej
52 # NuGet packages
53 !.nuget/*
54 [Pp]ackages/*
55 ![Pp]ackages/repositories.config
57 # Temporary Files
58 ~.*
59 ~$*
61 # Autotools-generated files
62 /Makefile
63 Makefile.in
64 aclocal.m4
65 autom4te.cache
66 /build/
67 config.cache
68 config.guess
69 config.h
70 config.h.in
71 config.log
72 config.status
73 config.sub
74 configure
75 configure.scan
76 cygconfig.h
77 depcomp
78 install-sh
79 libtool
80 ltmain.sh
81 missing
82 mkinstalldirs
83 releases
84 stamp-h
85 stamp-h1
86 stamp-h.in
87 /test-driver
89 *.swp
90 *.o
91 *.dylib
92 .deps
93 .libs
95 # Libtool
96 libtool.m4
97 lt~obsolete.m4
98 ltoptions.m4
99 ltsugar.m4
100 ltversion.m4
102 # Dolt (libtool replacement)
103 doltlibtool
104 doltcompile
106 # pkg-config
107 *.pc
109 # Emacs
110 semantic.cache
112 # gtags
113 GPATH
114 GRTAGS
115 GSYMS
116 GTAGS
118 # Doxygen
119 docs/doxygen*
120 docs/perlmod*
123 ##############################################################################
124 # Mono-specific patterns
125 ##############################################################################
127 .dirstamp
128 compile
129 mono.h
130 mono-*.tar.*
131 mono_crash*
132 tmpinst-dir.stamp
133 msvc/scripts/inputs/
134 extensions-config.h
135 *.dylib.dSYM
136 *.mlpd
137 llvm/build/
138 llvm/usr/
139 sdks/builds/llvm-*/
140 sdks/builds/android-*/
141 mcs/build/compiler-server.log
142 tools/offsets-tool-py/offtool/
143 tools/offsets-tool-py/clang/__pycache__
145 ##############################################################################
146 # Arcade output directories
147 ##############################################################################
149 .packages
150 artifacts
151 .dotnet