1 Star 0 Fork 0

openbmc/phosphor-ipmi-ethstats

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
Patrick Venture 提交于 2019-03-18 18:45 . build: enable code coverage
# Template from:
# https://github.com/github/gitignore/blob/master/Autotools.gitignore
# http://www.gnu.org/software/automake
# Code Coverage
*.gcda
*.gcno
*.trs
*-coverage*
Makefile.in
/ar-lib
/mdate-sh
/py-compile
/test-driver
/ylwrap
# http://www.gnu.org/software/autoconf
/aminclude_static.am
/autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h1
# https://www.gnu.org/software/libtool/
/ltmain.sh
# http://www.gnu.org/software/texinfo
/texinfo.tex
# Repo Specific Items
*.o
/config.h
/config.h.in~
/config.log
/config.status
Makefile
.deps
.dirstamp
/lib*
.libs/
/*-libtool
/ipmid
.project
/test/*_unittest
/test/*.log
/test/*.trs
# ignore vim swap files
.*.sw*
# failures from patch
*.orig
*.rej
# backup files from some editors
*~
.cscope/
build/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openbmc_masterhu/phosphor-ipmi-ethstats.git
git@gitee.com:openbmc_masterhu/phosphor-ipmi-ethstats.git
openbmc_masterhu
phosphor-ipmi-ethstats
phosphor-ipmi-ethstats
master

搜索帮助