clangd fallback flags, clang-format style, clang-tidy checks, and gitignore for the autotools-generated artifacts. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <[email protected]>
69 lines
760 B
Plaintext
69 lines
760 B
Plaintext
# Generated by autotools
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/
|
|
config.guess
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
configure.lineno
|
|
depcomp
|
|
install-sh
|
|
ltmain.sh
|
|
missing
|
|
Makefile.in
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.a
|
|
*.lo
|
|
*.la
|
|
.deps/
|
|
.libs/
|
|
|
|
# Generic C artifacts (for experiments outside the autotools flow)
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
*.gch
|
|
*.pch
|
|
*.lib
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.hex
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
# Out-of-tree build dirs (the driver Makefile owns these)
|
|
bin/release/*
|
|
!bin/release/.gitkeep
|
|
bin/debug/*
|
|
!bin/debug/.gitkeep
|
|
|
|
# LSP (generated by `make compile_commands`)
|
|
compile_commands.json
|
|
|
|
# Editor/agent caches
|
|
.cache/
|
|
.omo/
|
|
*~
|