forked from mathnet/mathnet-numerics
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
63 lines (56 loc) · 885 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
60
61
62
63
# Build Directories
bin/
obj/
out/
# User-specific Files
*.user
*.suo
*.sln.docstates
*.userprefs
.vagrant/
# Test & Analysis Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.VisualState.xml
TestResult.xml
TestResults.xml
coverage.*
*.dotCover
*.psess
*.vsp
*.vspx
# Caches
_ReSharper*
*.[Rr]e[Ss]harper
*.ide/
*.[Cc]ache
*.ncb
*.sdf
*.aps
*.opensdf
*.cachefile
# Upgrades
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
*.bak
# OS
$RECYCLE.BIN/
.DS_Store/
Thumbs.db
ehthumbs.db
Desktop.ini
# NuGet Packages
# NOTE: we do NOT use package restore in the core projects, but do use it with FAKE builds.
packages/*
!packages/.gitattributes
!packages/repositories.config
!packages/NUnit
!packages/FsUnit
!packages/TaskParallelLibrary
!packages/FSharp.Core.Microsoft.Signed
!packages/FSharp.Core.4.3.0.0.Microsoft.Signed
# FAKE & Paket
packages/FAKE
tools/paket/paket.exe