From d48393114ad83b4bd5f536996bdfce2577b5f858 Mon Sep 17 00:00:00 2001 From: BrianGun Date: Wed, 23 Jun 2021 11:03:44 -0700 Subject: [PATCH] .mem files are being tracked and they shouldn't be Fixes #204 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c56c91529..ac7baf3cc 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ Sumita.jl # 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