[System.Data] Cleanup after #4893 (PR) (#5841)
[mono-project.git] / .gitignore
blobc6ef19a849b6fd23de788a4b8713c2bd47723f4c
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
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 .deps
93 # Libtool
94 libtool.m4
95 lt~obsolete.m4
96 ltoptions.m4
97 ltsugar.m4
98 ltversion.m4
100 # Dolt (libtool replacement)
101 doltlibtool
102 doltcompile
104 # pkg-config
105 *.pc
107 # Emacs
108 semantic.cache
110 # gtags
111 GPATH
112 GRTAGS
113 GSYMS
114 GTAGS
116 # Doxygen
117 docs/doxygen*
118 docs/perlmod*
121 ##############################################################################
122 # Mono-specific patterns
123 ##############################################################################
125 .dirstamp
126 compile
127 mono.h
128 mono-*.tar.*
129 tmpinst-dir.stamp
130 msvc/scripts/inputs/
131 extensions-config.h