mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
1 Commits
7bb9dcbb2c
...
309d9faeee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
309d9faeee |
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
# Files generated by invoking Julia with --track-allocation
|
# Files generated by invoking Julia with --track-allocation
|
||||||
*.jl.mem
|
*.jl.mem
|
||||||
*.jl.*.mem
|
|
||||||
|
|
||||||
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
|
# 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
|
# They contain absolute paths specific to the host computer, and so should not be committed
|
||||||
@ -28,5 +27,11 @@ Manifest*.toml
|
|||||||
LocalPreferences.toml
|
LocalPreferences.toml
|
||||||
JuliaLocalPreferences.toml
|
JuliaLocalPreferences.toml
|
||||||
|
|
||||||
# Conda environment and metadata created in the project directory by the CondaPkg package
|
# Files generated by the Revise package to store local preferences
|
||||||
.CondaPkg/
|
.history
|
||||||
|
.julia/
|
||||||
|
|
||||||
|
# Common temporary files and directories created by editors and operating systems
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user