Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / .gitignore
1 ##############################################################################
2 # General
3 ##############################################################################
4
5 # OS junk files
6 [Tt]humbs.db
7 *.DS_Store
8
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 *.log
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
44 # Tooling
45 _ReSharper*/
46 *.resharper
47 [Tt]est[Rr]esult*
48 *.orig
49 *.rej
50
51 # NuGet packages
52 !.nuget/*
53 [Pp]ackages/*
54 ![Pp]ackages/repositories.config
55
56 # Temporary Files
57 ~.*
58 ~$*
59
60 # Autotools-generated files
61 /Makefile
62 Makefile.in
63 aclocal.m4
64 autom4te.cache
65 /build/
66 config.cache
67 config.guess
68 config.h
69 config.h.in
70 config.log
71 config.status
72 config.sub
73 configure
74 configure.scan
75 cygconfig.h
76 depcomp
77 install-sh
78 libtool
79 ltmain.sh
80 missing
81 mkinstalldirs
82 releases
83 stamp-h
84 stamp-h1
85 stamp-h.in
86 /test-driver
87 *~
88 *.swp
89 *.o
90 .deps
91
92 # Libtool
93 libtool.m4
94 lt~obsolete.m4
95 ltoptions.m4
96 ltsugar.m4
97 ltversion.m4
98
99 # Dolt (libtool replacement)
100 doltlibtool
101 doltcompile
102
103 # pkg-config
104 *.pc
105
106 # Emacs
107 semantic.cache
108
109 # gtags
110 GPATH
111 GRTAGS
112 GSYMS
113 GTAGS
114
115 # Doxygen
116 docs/doxygen*
117 docs/perlmod*
118
119
120 ##############################################################################
121 # Mono-specific patterns
122 ##############################################################################
123
124 .dirstamp
125 compile
126 mono.h
127 mono-*.tar.*
128 tmpinst-dir.stamp
129 msvc/scripts/inputs/
130 extensions-config.h
131