mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
69 lines
684 B
Plaintext
69 lines
684 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Linker files
|
|
*.ilk
|
|
|
|
# Debugger Files
|
|
*.pdb
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# 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/
|