e9a90d63ac
- Rewrite timeout comments with single-board test data (drop multi-board validation claim not backed by the test campaign) - Reword CLTT arbitration comment as verified observation, drop TODO - Drop CONFIG_ACPI fallback stub; Kconfig already depends on ACPI - Quiet probe: demote informational messages to dev_dbg() - Kconfig: allow COMPILE_TEST builds - Cover letter: v3 subject prefix, complete changes-since-v2 list, updated diffstat, drop stray Signed-off-by, fix GO-bit wording - Ignore local reviewer Q&A notes
57 lines
828 B
Plaintext
57 lines
828 B
Plaintext
# Kernel build artifacts & temporary files
|
|
*.ko
|
|
*.ko.zst
|
|
*.mod
|
|
*.mod.c
|
|
*.mod.o
|
|
*.o
|
|
*.a
|
|
*.s
|
|
.*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
/i2c-imc-skylake.mod
|
|
|
|
# C/C++ Developer tools and symbol databases
|
|
*.d
|
|
*.o.d
|
|
compile_commands.json
|
|
.clangd/
|
|
.cache/
|
|
tags
|
|
TAGS
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
|
|
# IDEs and Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.code-workspace
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generated patch files (git format-patch output)
|
|
patches/
|
|
|
|
# Internal working documents (not for public repo)
|
|
TODO.md
|
|
docs/archive-submission-analysis.md
|
|
README.local.md
|
|
AGENTS.md
|
|
docs/mainline-plan.md
|
|
docs/archive-i2c-imc-driver-plan.md
|
|
docs/archive-v3-review-fixes.md
|
|
docs/submission/submission-instructions.md
|
|
docs/submission/review-answers.md
|
|
|
|
# Private Gitea CI (replaced by .github/workflows/ for public repo)
|
|
.gitea/
|