mirror of
https://github.com/espressif/openthread.git
synced 2025-08-06 14:52:18 +08:00
Add *.orig, build, and output to .gitignore. (#420)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
*.gcno
|
||||
*.log
|
||||
*.o
|
||||
*.orig
|
||||
*.pyc
|
||||
*.trs
|
||||
*~
|
||||
@ -12,6 +13,7 @@
|
||||
.local-version
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
build
|
||||
configure
|
||||
config.log
|
||||
config.status
|
||||
@ -22,4 +24,5 @@ include/openthread-config.h.in
|
||||
include/stamp-h1
|
||||
libtool
|
||||
Makefile
|
||||
Makefile.in
|
||||
Makefile.in
|
||||
output
|
||||
|
Reference in New Issue
Block a user