mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Compare commits
1 Commits
7bb9dcbb2c
...
309d9faeee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
309d9faeee |
@ -4,7 +4,6 @@
|
||||
|
||||
# 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
|
||||
@ -28,5 +27,11 @@ Manifest*.toml
|
||||
LocalPreferences.toml
|
||||
JuliaLocalPreferences.toml
|
||||
|
||||
# Conda environment and metadata created in the project directory by the CondaPkg package
|
||||
.CondaPkg/
|
||||
# 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user