[System.Data] Add missing API in PNS version of SqlConnection
[mono-project.git] / .gitignore
blob27d739eff54e715e86f41ac617bd902e6c0a8bee
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 *.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 .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 .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 tmpinst-dir.stamp
132 msvc/scripts/inputs/
133 extensions-config.h
134 *.mlpd