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