Add *.orig, build, and output to .gitignore. (#420)

This commit is contained in:
Jonathan Hui
2016-08-18 12:23:25 -07:00
committed by GitHub
parent 9b6afb31c0
commit f7b42672ab

5
.gitignore vendored
View File

@ -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