.gitignore: Add more entries found during prcheck testing

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-04-19 22:22:58 +08:00 committed by patacongo
parent a82d74b8a1
commit 4431d770b4
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@
/.built
/host
/config.h
/receiver
/sender
/*.asm
/*.obj
/*.rel

View File

@ -3,6 +3,8 @@
/.built
/host
/config.h
/tcpclient
/tcpserver
/*.asm
/*.obj
/*.rel

View File

@ -3,6 +3,8 @@
/.built
/host
/config.h
/udpclient
/udpserver
/*.asm
/*.obj
/*.rel