sc235hai_driver/.gitignore

24 lines
270 B
Plaintext

# Kernel module artifacts
*.o
*.ko
*.mod.c
*.mod.o
*.cmd
modules.order
Module.symvers
# Build artifacts
build/
.*.tmp_versions/
*.symtypes
# RTSP server binary (too large, downloaded at deploy time)
mediamtx
mediamtx.tar.gz
# Temporary files
*.swp
*.swo
*~
.DS_Store