Expand .gitignore
This commit is contained in:
parent
e8671512a4
commit
cc452c8fe6
|
|
@ -1,3 +1,19 @@
|
||||||
|
# Misc
|
||||||
|
temp/*
|
||||||
|
scratch/*
|
||||||
|
hpc/*
|
||||||
|
|
||||||
|
# VS Code files for those working on multiple tools
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
|
||||||
# Files generated by invoking Julia with --code-coverage
|
# Files generated by invoking Julia with --code-coverage
|
||||||
*.jl.cov
|
*.jl.cov
|
||||||
*.jl.*.cov
|
*.jl.*.cov
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue