[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / .gitignore
blob7f326da1375494345bf20af7a0a2b2f344ff552b
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 *.mdb
22 *.ncb
23 *.suo
24 *.tlb
25 *.tlh
26 *.bak
27 *.ilk
28 *.lib
29 *.sbr
30 *.sdf
31 *.opensdf
32 *.resources
33 *.res
34 ipch/
35 obj/
36 [Bb]in
37 [Dd]ebug*/
38 [Rr]elease*/
39 Ankh.NoLoad
40 *.gpState
41 .vscode/
42 *.exp
43 .vs/
45 # Tooling
46 _ReSharper*/
47 *.resharper
48 .idea/*
49 [Tt]est[Rr]esult*
50 *.orig
51 *.rej
53 # NuGet packages
54 !.nuget/*
55 [Pp]ackages/*
56 ![Pp]ackages/repositories.config
58 # Temporary Files
59 ~.*
60 ~$*
62 # Autotools-generated files
63 /Makefile
64 Makefile.in
65 aclocal.m4
66 autom4te.cache
67 /build/
68 config.cache
69 config.guess
70 config.h
71 config.h.in
72 config.log
73 config.status
74 config.sub
75 configure
76 configure.scan
77 cygconfig.h
78 depcomp
79 install-sh
80 libtool
81 ltmain.sh
82 missing
83 mkinstalldirs
84 releases
85 stamp-h
86 stamp-h1
87 stamp-h.in
88 /test-driver
90 *.swp
91 *.o
92 *.dylib
93 .deps
94 .libs
96 # Libtool
97 libtool.m4
98 lt~obsolete.m4
99 ltoptions.m4
100 ltsugar.m4
101 ltversion.m4
103 # Dolt (libtool replacement)
104 doltlibtool
105 doltcompile
107 # pkg-config
108 *.pc
110 # Emacs
111 semantic.cache
113 # gtags
114 GPATH
115 GRTAGS
116 GSYMS
117 GTAGS
119 # Doxygen
120 docs/doxygen*
121 docs/perlmod*
124 ##############################################################################
125 # Mono-specific patterns
126 ##############################################################################
128 .dirstamp
129 compile
130 mono.h
131 mono-*.tar.*
132 mono_crash*
133 tmpinst-dir.stamp
134 extensions-config.h
135 *.dylib.dSYM
136 *.mlpd
137 llvm/build/
138 llvm/usr/
139 mcs/build/compiler-server.log
141 ##############################################################################
142 # Arcade output directories
143 ##############################################################################
145 .packages
146 artifacts
147 .dotnet