Merge pull request #547 from jack-pappas/patch-1
[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 *.[Cc]ache
27 *.ilk
28 *.log
29 *.lib
30 *.sbr
31 *.sdf
32 *.opensdf
33 *.resources
34 *.res
35 ipch/
36 obj/
37 [Bb]in
38 [Dd]ebug*/
39 [Rr]elease*/
40 Ankh.NoLoad
41 *.gpState
42
43 # Tooling
44 _ReSharper*/
45 *.resharper
46 [Tt]est[Rr]esult*
47
48 # NuGet packages
49 !.nuget/*
50 [Pp]ackages/*
51 ![Pp]ackages/repositories.config
52
53 # Temporary Files
54 ~.*
55 ~$*
56
57 # Autotools-generated files
58 Makefile
59 Makefile.in
60 aclocal.m4
61 autom4te.cache
62 build
63 config.cache
64 config.guess
65 config.h
66 config.h.in
67 config.log
68 config.status
69 config.sub
70 configure
71 configure.scan
72 depcomp
73 install-sh
74 libtool
75 ltmain.sh
76 missing
77 mkinstalldirs
78 releases
79 stamp-h
80 stamp-h1
81 stamp-h.in
82 *~
83 *.swp
84 *.o
85 .deps
86
87 # Libtool
88 libtool.m4
89 lt~obsolete.m4
90 ltoptions.m4
91 ltsugar.m4
92 ltversion.m4
93
94 # Dolt (libtool replacement)
95 doltlibtool
96 doltcompile
97
98 # pkg-config
99 *.pc
100
101 # Emacs
102 semantic.cache
103
104 # gtags
105 GPATH
106 GRTAGS
107 GSYMS
108 GTAGS
109
110
111 ##############################################################################
112 # Mono-specific patterns
113 ##############################################################################
114
115 compile
116 mono.h
117 mono-*.tar.*
118 mono.spec
119 mono-core.spec
120 tmpinst-dir.stamp
121