mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 18:18:17 +00: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
This commit is contained in:
parent
79cbe89deb
commit
97456e4ce2
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||
(&["julia"], &["*.jl"]),
|
||||
(&["jupyter"], &["*.ipynb", "*.jpynb"]),
|
||||
(&["k"], &["*.k"]),
|
||||
(&["kconfig"], &["Kconfig", "Kconfig.*"]),
|
||||
(&["kotlin"], &["*.kt", "*.kts"]),
|
||||
(&["lean"], &["*.lean"]),
|
||||
(&["less"], &["*.less"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue