Merge pull request #1695 from gregoryyoung/master
[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 cygconfig.h
73 depcomp
74 install-sh
75 libtool
76 ltmain.sh
77 missing
78 mkinstalldirs
79 releases
80 stamp-h
81 stamp-h1
82 stamp-h.in
83 /test-driver
84 *~
85 *.swp
86 *.o
87 .deps
88
89 # Libtool
90 libtool.m4
91 lt~obsolete.m4
92 ltoptions.m4
93 ltsugar.m4
94 ltversion.m4
95
96 # Dolt (libtool replacement)
97 doltlibtool
98 doltcompile
99
100 # pkg-config
101 *.pc
102
103 # Emacs
104 semantic.cache
105
106 # gtags
107 GPATH
108 GRTAGS
109 GSYMS
110 GTAGS
111
112 # Doxygen
113 docs/doxygen*
114 docs/perlmod*
115
116
117 ##############################################################################
118 # Mono-specific patterns
119 ##############################################################################
120
121 .dirstamp
122 compile
123 mono.h
124 mono-*.tar.*
125 tmpinst-dir.stamp
126 msvc/scripts/inputs/
127