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