[.gitignore] 将dist文件夹滤掉

This commit is contained in:
Meco Man 2021-01-17 20:46:52 +08:00
parent 7405618eaf
commit 48b942d38d
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ documentation/html
*.d
tools/kconfig-frontends/kconfig-mconf
packages
dist
cconfig.h
GPUCache

View File

@ -218,7 +218,7 @@ Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthre
Enable USB device.
![putty](figures/usb_device1.png)
![usb_device1](figures/usb_device1.png)
@ -226,7 +226,7 @@ Enable USB device.
Enable USB Device Driver and enable to use device as CDC device.
![putty](figures/usb_device2.png)
![usb_device2](figures/usb_device2.png)
@ -234,7 +234,7 @@ Enable USB Device Driver and enable to use device as CDC device.
Select VC (virtual console) software package.
![putty](figures/vconsole.png)
![vconsole](figures/vconsole.png)
@ -247,7 +247,7 @@ rt_device_t dev = rt_device_find("vcom");
vconsole_switch(dev);
```
![putty](figures/usb_code.png)
![usb_code](figures/usb_code.png)