Add *.mem files to gitignore
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
Anton Reinhard 2023-08-23 22:48:24 +02:00
parent c365233ea4
commit 15fe8ed0f5

6
.gitignore vendored
View File

@ -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