31 Star 54 Fork 30

JakeYang / busybox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
#
# Kbuild ignores
#
.*
*.o
*.o.*
*.a
*.s
Kbuild
Config.in
#
# Never ignore these
#
!.gitignore
#
# Normal output
#
/busybox
/busybox_old
/busybox_unstripped*
#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch
#
# debugging stuff
#
core
.gdb_history
.gdbinit
#
# testing output
#
/busybox.links
/runtest-tempdir-links
/testsuite/echo-ne
#
# cscope output
#
cscope.files
cscope.in.out
cscope.out
cscope.po.out
#
# ctags output
#
tags
TAGS
#
# user-supplied scripts
#
/embed
C
1
https://gitee.com/add358/busybox.git
git@gitee.com:add358/busybox.git
add358
busybox
busybox
master

搜索帮助