For now they're all catched by ".*", but some folks might remove that in order to add their own .config file.
Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net --- .gitignore | 6 ++++++ scripts/kconfig/.gitignore | 1 + 2 files changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore index 97ba6b7..294452e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,14 @@ # Normal rules (sorted alphabetically) # .* +*.cmd +*.config.old *.a *.asn1.[ch] *.bin *.bz2 *.c.[012]*.* +.*.d *.dtb *.dtb.S *.dwo @@ -35,12 +38,15 @@ *.order *.patch *.s +.scmversion *.so *.so.dbg *.su *.symtypes +.tmp_* *.tab.[ch] *.tar +*.version *.xz Module.symvers modules.builtin diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index 0aabc1d..db990ae 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -2,6 +2,7 @@ # Generated files # *.moc +.mconf-cfg
# # configuration programs
On Tue, Jan 22, 2019 at 04:08:32PM +0100, Enrico Weigelt, metux IT consult wrote:
For now they're all catched by ".*", but some folks might remove that in order to add their own .config file.
Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net
.gitignore | 6 ++++++ scripts/kconfig/.gitignore | 1 + 2 files changed, 7 insertions(+)
Why did you send this here?
This isn't how to send kernel patches, please read the kernel documentation for how to do that properly.
thanks,
greg k-h
linux-stable-mirror@lists.linaro.org