Initial import of ViperOS
This commit is contained in:
93
.gitignore
vendored
Normal file
93
.gitignore
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# 编译输出
|
||||
*.exe
|
||||
*.out
|
||||
*.o
|
||||
*.obj
|
||||
*.a
|
||||
*.lib
|
||||
*.dll
|
||||
*.so
|
||||
.transpyc_cache/
|
||||
includes.binary/
|
||||
|
||||
|
||||
# 调试文件
|
||||
*.p2c
|
||||
debug.txt
|
||||
*.ll
|
||||
|
||||
# 备份文件
|
||||
* copy.py
|
||||
* copy.c
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 测试输出
|
||||
test.exe
|
||||
test_split.exe
|
||||
|
||||
# 排除独立仓库的目录
|
||||
ViperTemplateProject/
|
||||
StandardTemplateProject/
|
||||
|
||||
# ViperOS 编译产物(每个子项目内的 output/ 和 temp/)
|
||||
**/output/
|
||||
**/temp/
|
||||
**/*.deps.json
|
||||
**/*.doc.json
|
||||
**/*.pyi
|
||||
**/*.elf
|
||||
**/kernel.bin
|
||||
**/isr.ver
|
||||
**/boot copy *.c
|
||||
**/boot.c.txt
|
||||
**/Scripts/disk - Copy.ps1.txt
|
||||
|
||||
|
||||
# 磁盘镜像
|
||||
*.img
|
||||
*.vmdk
|
||||
*.7z
|
||||
*.fd
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
# 字体文件
|
||||
*.ttc
|
||||
*.ttf
|
||||
|
||||
# VMware
|
||||
Undo/vmware/
|
||||
|
||||
# Trae AI
|
||||
.trae/
|
||||
|
||||
# 编译链
|
||||
_UNCADK/
|
||||
Reference in New Issue
Block a user