mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 06:50:37 +00:00

A compile_commands.json file is used by the LSP in tools like VSCode and Neovim to look up function and type information. The file is specific to the state of the current system; add it to the gitignore. Note: the kernel root's gitignore has a similar entry: /compile_commands.json I am not sure why they use '/' for a file as it is used for directories. Signed-off-by: "John B. Wyatt IV" <jwyatt@redhat.com> Signed-off-by: "John B. Wyatt IV" <sageofredondo@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
33 lines
584 B
Plaintext
33 lines
584 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
.libs
|
|
libcpupower.so
|
|
libcpupower.so.*
|
|
build/ccdv
|
|
cpufreq-info
|
|
cpufreq-set
|
|
cpufreq-aperf
|
|
lib/.libs
|
|
lib/cpufreq.lo
|
|
lib/cpufreq.o
|
|
lib/proc.lo
|
|
lib/proc.o
|
|
lib/sysfs.lo
|
|
lib/sysfs.o
|
|
po/cpupowerutils.pot
|
|
po/*.gmo
|
|
utils/cpufreq-info.o
|
|
utils/cpufreq-set.o
|
|
utils/cpufreq-aperf.o
|
|
cpupower
|
|
bench/cpufreq-bench
|
|
debug/kernel/Module.symvers
|
|
debug/i386/centrino-decode
|
|
debug/i386/dump_psb
|
|
debug/i386/intel_gsic
|
|
debug/i386/powernow-k8-decode
|
|
debug/x86_64/centrino-decode
|
|
debug/x86_64/powernow-k8-decode
|
|
|
|
# Clang's compilation database file
|
|
compile_commands.json
|