diff --git a/.gitignore b/.gitignore index 92ccedf..75c67bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,10 @@ # ---> Julia # Files generated by invoking Julia with --code-coverage -*.jl.cov -*.jl.*.cov +*.cov +*.cov # Files generated by invoking Julia with --track-allocation -*.jl.mem +*.mem # System-specific files and directories generated by the BinaryProvider and BinDeps packages # They contain absolute paths specific to the host computer, and so should not be committed