Skip to content

Commit e307b4b

Browse files
Clp_jll.jl's spec has been revised; .gitignore has been updated.
1 parent 1246287 commit e307b4b

File tree

2 files changed

+73
-5
lines changed

2 files changed

+73
-5
lines changed

.gitignore

Lines changed: 72 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11

2-
# Created by https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode
3-
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,visualstudiocode
2+
# Created by https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode,julia,windows
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,visualstudiocode,julia,windows
4+
5+
### Julia ###
6+
# Files generated by invoking Julia with --code-coverage
7+
*.jl.cov
8+
*.jl.*.cov
9+
10+
# Files generated by invoking Julia with --track-allocation
11+
*.jl.mem
12+
13+
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
14+
# They contain absolute paths specific to the host computer, and so should not be committed
15+
deps/deps.jl
16+
deps/build.log
17+
deps/downloads/
18+
deps/usr/
19+
deps/src/
20+
21+
# Build artifacts for creating documentation generated by the Documenter package
22+
docs/build/
23+
docs/site/
24+
25+
# File generated by Pkg, the package manager, based on a corresponding Project.toml
26+
# It records a fixed state of all packages used by the project. As such, it should not be
27+
# committed for packages, but should be committed for applications that require a static
28+
# environment.
29+
Manifest.toml
430

531
### macOS ###
632
# General
@@ -30,20 +56,62 @@ Network Trash Folder
3056
Temporary Items
3157
.apdisk
3258

59+
### macOS Patch ###
60+
# iCloud generated files
61+
*.icloud
62+
3363
### VisualStudioCode ###
3464
.vscode/*
3565
!.vscode/settings.json
3666
!.vscode/tasks.json
3767
!.vscode/launch.json
3868
!.vscode/extensions.json
39-
*.code-workspace
69+
!.vscode/*.code-snippets
4070

4171
# Local History for Visual Studio Code
4272
.history/
4373

74+
# Built Visual Studio Code Extensions
75+
*.vsix
76+
4477
### VisualStudioCode Patch ###
4578
# Ignore all local history of files
4679
.history
4780
.ionide
4881

49-
# End of https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode
82+
# Support for Project snippet scope
83+
.vscode/*.code-snippets
84+
85+
# Ignore code-workspaces
86+
*.code-workspace
87+
88+
### Windows ###
89+
# Windows thumbnail cache files
90+
Thumbs.db
91+
Thumbs.db:encryptable
92+
ehthumbs.db
93+
ehthumbs_vista.db
94+
95+
# Dump file
96+
*.stackdump
97+
98+
# Folder config file
99+
[Dd]esktop.ini
100+
101+
# Recycle Bin used on file shares
102+
$RECYCLE.BIN/
103+
104+
# Windows Installer files
105+
*.cab
106+
*.msi
107+
*.msix
108+
*.msm
109+
*.msp
110+
111+
# Windows shortcuts
112+
*.lnk
113+
114+
# End of https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode,julia,windows
115+
116+
# Additional files to be ignored (files contains .bak, .bak2, etc.)
117+
*.bak*

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2929
Arpack = "0.4.0, 0.5"
3030
AverageShiftedHistograms = "0.8.6"
3131
Clp = "0.8.3, 0.9, 1"
32-
Clp_jll = "100.1700.601"
32+
Clp_jll = "1.17"
3333
Clustering = "0.14.2"
3434
Distances = "0.10.2"
3535
Distributions = "0.24.18, 0.25"

0 commit comments

Comments
 (0)