Files
gk-sdk/.gitignore
T

60 lines
682 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============================================
# gk-sdkXMIPCLinuxV100R005C00SPC030 代码管理
# 原则:只提交源码/构建脚本/配置
# ============================================
# ---- 原厂大目录(从压缩包恢复,不入库)----
source/kernel/
tools/
open_source/
# ---- 媒体/测试素材/模型 ----
*.yuv
*.h264
*.h265
*.xmm
*.mp4
*.avi
*.bmp
*.jpg
*.jpeg
*.png
*.gif
# ---- 压缩包 ----
*.tar.gz
*.tar.xz
*.zip
*.7z
*.rar
# ---- 编译产物/预编译库/固件 ----
*.o
*.obj
*.a
*.so
*.so.*
*.ko
*.elf
*.bin
*.hex
*.map
*.lst
*.sym
*.i
*.ii
*.dep
*.d
*.exe
*.out
*.img
*.dtb
# ---- IDE / 临时 ----
.vscode/
.idea/
*.log
*.tmp
*~
.DS_Store