lkml.org 
[lkml]   [2019]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] .gitignore: add some missing excludes
Date
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
\
 
 \ /
  Last update: 2019-01-22 13:02    [W:0.064 / U:0.996 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site