mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
ignore direnv configs (#8861)
https://direnv.net/ is a useful tool but its configs are developer-specific
This commit is contained in:
parent
fe7f30aa14
commit
06bb2ec561
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -52,4 +52,8 @@ onnxruntime/python/version_info.py
|
|||
/tools/perf_util/target/classes
|
||||
/tools/perf_util/src/main/resources
|
||||
/orttraining/orttraining/eager/ort_aten.g.cpp
|
||||
/orttraining/orttraining/eager/ort_customops.g.cpp
|
||||
/orttraining/orttraining/eager/ort_customops.g.cpp
|
||||
|
||||
# direnv, posh-direnv
|
||||
.envrc
|
||||
.psenvrc
|
||||
|
|
|
|||
Loading…
Reference in a new issue