setup openpilot package (#29338)

pull/29347/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent a0f399677e
commit aeece52a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore
  2. 0
      openpilot/__init__.py
  3. 1
      openpilot/common
  4. 1
      openpilot/selfdrive
  5. 1
      openpilot/system
  6. 1
      openpilot/third_party
  7. 1
      openpilot/tools

1
.gitignore vendored

@ -56,7 +56,6 @@ selfdrive/modeld/_dmonitoringmodeld
/src/
one
openpilot
notebooks
xx
yy

@ -0,0 +1 @@
../common

@ -0,0 +1 @@
../selfdrive/

@ -0,0 +1 @@
../system/

@ -0,0 +1 @@
../third_party

@ -0,0 +1 @@
../tools
Loading…
Cancel
Save