4 Star 9 Fork 6

Gitee 极速下载/barebox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://git.pengutronix.de/git/barebox
克隆/下载
.gitignore 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
# SPDX-License-Identifier: GPL-2.0-only
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules (sorted alphabetically)
#
.*
*.a
*.bbenv
*.bbenv.*
*.bct
*.bin.gen.S
*.dcd
*.dcd.S
*.elf
*.i
*.ko
*.lex.c
*.lst
*.mcp
*.mod.c
*.o
*.o.*
*.patch
*.pyc
*.s
*.so
*.so.dbg
*.symtypes
*.tab.[ch]
binary.0
Module.symvers
*.dtb
*.dtb.*
#
# Top-level generic files
#
/tags
/TAGS
/barebox*
/System.map
#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap
!.github/
#
# Generated include files
#
/include/config/
/include/generated/
# Generated files
Documentation/commands/*.rst
doctrees/
log/
makeall_builddir/
# stgit generated dirs
patches-*
# quilt's files
patches
series
# cscope files
cscope.*
ncscope.*
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS
*.orig
*~
\#*\#
# Kconfig presets
/all.config
/alldef.config
/allmod.config
/allno.config
/allrandom.config
/allyes.config
/compile_commands.json
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mirrors/barebox.git
git@gitee.com:mirrors/barebox.git
mirrors
barebox
barebox
master

搜索帮助