mirror of
https://github.com/ps1x/onexplayer-superxcontrol.git
synced 2026-05-13 12:58:47 +00:00
25 lines
298 B
Text
25 lines
298 B
Text
# Kernel module build output
|
|
*.o
|
|
*.ko
|
|
*.mod
|
|
*.mod.c
|
|
*.mod.o
|
|
Module.symvers
|
|
modules.order
|
|
.*.cmd
|
|
.tmp/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Local/generated version stamp
|
|
VERSION
|
|
|
|
# Logs and dumps
|
|
*.log
|
|
acpidump*.txt
|
|
|
|
# Local reverse-engineering and private artifacts
|
|
/local/*
|
|
!/local/README.md
|