[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1548158513-21895-1-git-send-email-info@metux.net>
Date: Tue, 22 Jan 2019 13:01:53 +0100
From: "Enrico Weigelt, metux IT consult" <info@...ux.net>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] .gitignore: add some missing excludes
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@...ux.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
--
1.9.1
Powered by blists - more mailing lists