Updated .gitignore
This commit is contained in:
parent
5e7ace8223
commit
1e2bad2cd9
|
|
@ -1,3 +1,9 @@
|
||||||
|
# Temporary and scratch files
|
||||||
|
temp/
|
||||||
|
scratch/
|
||||||
|
scratch.ipynb
|
||||||
|
scratch.jl
|
||||||
|
|
||||||
# Files generated by invoking Julia with --code-coverage
|
# Files generated by invoking Julia with --code-coverage
|
||||||
*.jl.cov
|
*.jl.cov
|
||||||
*.jl.*.cov
|
*.jl.*.cov
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue