-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (47 loc) · 915 Bytes
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Visual Studio solution user options
*.suo
*.csproj.user
#aptana project files
.project
# Resharper cache and user options
_ReSharper.*
*.ReSharper.user
# Visual Studio Productivity Tools "tab well" cache
*.sln.docstates
# Monodevelop user prefs
*.userprefs
# Debugging database
*.pidb
# VIM temporary files
*~
*.swp
# ctags index
tags
# Compiled Python scripts
*.pyc
# Build artefacts
obj/
bin/
/build/
/build*/
/debian/usr
debian/usr
*.debhelper.log
/scripts/gtk-sharp/debian/ohgtksharp/
/scripts/gtk-sharp/debian/files
/scripts/mono/run/debian/ohmono/
/scripts/mono/dev/debian/ohmono-dev/
/scripts/mono/*/debian/files
mono-2.11.*/
gtk-sharp-2.12.*/
scripts/oh-sheeva-setup/debian/oh-sheeva-setup
scripts/oh-sheeva-setup/debian/files
scripts/oh-sheeva-setup/debian/oh-sheeva-setup.substvars
# Waf temporaries
/.lock-waf*
/waf-*-*
/.waf-*-*
# Dependencies
/dependencies/
# NUnit output
TestResult.xml