-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathvag_delete_gitignore.sh
executable file
·38 lines (32 loc) · 1.14 KB
/
vag_delete_gitignore.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Copyright (c) 2020-2022 [email protected] Chad_Peng(Pon).
# All Rights Reserved.
# Confidential and Proprietary - [email protected] Chad_Peng(Pon).
#
rm -rf ./.gitignore
rm -rf ./opendbc/.gitignore
rm -rf ./opendbc/can/dbc_out/.gitignore
rm -rf ./tools/lib/vidindex/.gitignore
rm -rf ./selfdrive/locationd/.gitignore
rm -rf ./selfdrive/locationd/models/.gitignore
rm -rf ./selfdrive/clocksd/.gitignore
rm -rf ./selfdrive/controls/lib/longitudinal_mpc_lib/.gitignore
rm -rf ./selfdrive/controls/lib/lateral_mpc_lib/.gitignore
rm -rf ./selfdrive/boardd/.gitignore
rm -rf ./selfdrive/ui/.gitignore
rm -rf ./selfdrive/ui/navd/.gitignore
rm -rf ./selfdrive/ui/soundd/.gitignore
rm -rf ./selfdrive/assets/.gitignore
rm -rf ./selfdrive/vag/speedcamera_c++/.gitignore
rm -rf ./cereal/.gitignore
rm -rf ./cereal/messaging/.gitignore
rm -rf ./cereal/visionipc/.gitignore
rm -rf ./pyextra/.gitignore
rm -rf ./panda/.gitignore
rm -rf ./panda/board/pedal/.gitignore
rm -rf ./common/.gitignore
rm -rf ./common/kalman/.gitignore
rm -rf ./system/clocksd/.gitignore
rm -rf ./system/logcatd/.gitignore
rm -rf ./selfdrive/loggerd/.gitignore
rm -rf ./rednose/.gitignore