linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Enrico Weigelt, metux IT consult" <info@metux.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] .gitignore: add some missing excludes
Date: Tue, 22 Jan 2019 13:01:53 +0100	[thread overview]
Message-ID: <1548158513-21895-1-git-send-email-info@metux.net> (raw)

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
-- 
1.9.1


                 reply	other threads:[~2019-01-22 12:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1548158513-21895-1-git-send-email-info@metux.net \
    --to=info@metux.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).