diff --git a/Julia.gitignore b/Julia.gitignore index 918e3188..bd680cde 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -4,6 +4,7 @@ # Files generated by invoking Julia with --track-allocation *.jl.mem +*.jl.*.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 @@ -27,11 +28,5 @@ Manifest*.toml LocalPreferences.toml JuliaLocalPreferences.toml -# Files generated by the Revise package to store local preferences -.history -.julia/ - -# Common temporary files and directories created by editors and operating systems -*.so -*.dylib -*.dll +# Conda environment and metadata created in the project directory by the CondaPkg package +.CondaPkg/