Skip to content

Commit

Permalink
updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 17, 2020
1 parent 31d75c4 commit 1dd2fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Files generated by invoking Julia with --code-coverage
*.jl.cov
*.jl.*.cov
*.swp

# Files generated by invoking Julia with --track-allocation
*.jl.mem
Expand Down

2 comments on commit 1dd2fc8

@m3g
Copy link
Collaborator

@m3g m3g commented on 1dd2fc8 Aug 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/19639

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 1dd2fc87b7ecab3e8f52e6cbb08a5ea073acf784
git push origin v0.1.0

Please sign in to comment.