From 15fe8ed0f568b364369e930beda6d4d3112046ed Mon Sep 17 00:00:00 2001 From: Anton Reinhard Date: Wed, 23 Aug 2023 22:48:24 +0200 Subject: [PATCH] Add *.mem files to gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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