Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5d8f58a4677c0bd5538ae5495009e8fd6f434ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#Autosave files
*~

# Build stuff
obj
/bin
*policy*config
*.pc
*.dll
Test/UnitTests/bin
Test/UnitTests/obj
Test/lib
Test/tmp
packages

# Ide stuff
*.pidb
*.userprefs
*.usertasks
*.sln.cache
/.vs

# Generated stuff
/mautil/mautil
/mono-addins.spec

# Mac stuff
.DS_Store

# Autotools stuff
Makefile
Makefile.in
/aclocal.m4
/autom4te.cache
/config.log
/config.status
/configure
/install-sh
/missing