Skip to content

Commit c59f46b

Browse files
Add gitignore
Running `Pkg.test` was causing the repo to become dirty since it appears to edit the Project.toml when running and change stanza ordering. Manifest wasn't in gitignore so that's added too.
1 parent 4a7b1fa commit c59f46b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.jl.*.cov
33
*.jl.mem
44
.DS_Store
5+
/Manifest.toml

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uuid = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
33
author = ["Yuri Vishnevsky <[email protected]>"]
44
version = "0.0.4"
55

6-
[compat]
7-
julia = "1"
8-
96
[deps]
107
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8+
9+
[compat]
10+
julia = "1"

0 commit comments

Comments
 (0)