mirror of
https://github.com/github/gitignore.git
synced 2026-04-13 14:51:41 +08:00
remove __pycache__. Because this pattern is Python-specific; remove .julia_history. Because The .julia_history pattern is redundant since .history would already match it
This commit is contained in:
parent
d8635c69ba
commit
40c5d3211c
@ -29,11 +29,9 @@ JuliaLocalPreferences.toml
|
||||
|
||||
# Files generated by the Revise package to store local preferences
|
||||
.history
|
||||
.julia_history
|
||||
.julia/
|
||||
|
||||
# Common temporary files and directories created by editors and operating systems
|
||||
__pycache__/
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
Loading…
Reference in New Issue
Block a user