Merge pull request #1064 from ranma42/fix-config-paths
[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 /test-driver
83 *~
84 *.swp
85 *.o
86 .deps
87
88 # Libtool
89 libtool.m4
90 lt~obsolete.m4
91 ltoptions.m4
92 ltsugar.m4
93 ltversion.m4
94
95 # Dolt (libtool replacement)
96 doltlibtool
97 doltcompile
98
99 # pkg-config
100 *.pc
101
102 # Emacs
103 semantic.cache
104
105 # gtags
106 GPATH
107 GRTAGS
108 GSYMS
109 GTAGS
110
111
112 ##############################################################################
113 # Mono-specific patterns
114 ##############################################################################
115
116 .dirstamp
117 compile
118 mono.h
119 mono-*.tar.*
120 mono.spec
121 mono-core.spec
122 tmpinst-dir.stamp
123