mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Implement SparkOS MVP: init system, build infrastructure, and rootfs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -39,3 +39,30 @@
|
||||
|
||||
# debug information files
|
||||
*.dwo
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
init
|
||||
*.img
|
||||
*.iso
|
||||
|
||||
# Temporary files
|
||||
/tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Root filesystem (generated)
|
||||
rootfs/bin/*
|
||||
rootfs/sbin/*
|
||||
rootfs/usr/bin/*
|
||||
rootfs/usr/sbin/*
|
||||
rootfs/usr/lib/*
|
||||
rootfs/usr/lib64/*
|
||||
rootfs/lib/*
|
||||
rootfs/lib64/*
|
||||
rootfs/boot/*
|
||||
|
||||
# Keep structure but ignore contents
|
||||
!rootfs/README.txt
|
||||
!rootfs/etc/
|
||||
!rootfs/root/
|
||||
|
||||
Reference in New Issue
Block a user