mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-19 14:13:49 -07:00
ignore/types: add Kconfig
Kconfig files are used to represent the configuration database of Kbuild build system. Kbuild is developed as part of the Linux kernel. There are numerous other users including OpenWrt and U-Boot. Ref: https://docs.kernel.org/kbuild/index.html Closes #2942
This commit is contained in:
committed by
Andrew Gallant
parent
83ab0a6b53
commit
e99de53e31
@@ -117,6 +117,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||||||
(&["julia"], &["*.jl"]),
|
(&["julia"], &["*.jl"]),
|
||||||
(&["jupyter"], &["*.ipynb", "*.jpynb"]),
|
(&["jupyter"], &["*.ipynb", "*.jpynb"]),
|
||||||
(&["k"], &["*.k"]),
|
(&["k"], &["*.k"]),
|
||||||
|
(&["kconfig"], &["Kconfig", "Kconfig.*"]),
|
||||||
(&["kotlin"], &["*.kt", "*.kts"]),
|
(&["kotlin"], &["*.kt", "*.kts"]),
|
||||||
(&["lean"], &["*.lean"]),
|
(&["lean"], &["*.lean"]),
|
||||||
(&["less"], &["*.less"]),
|
(&["less"], &["*.less"]),
|
||||||
|
Reference in New Issue
Block a user