[PATCH] .gitignore: add some missing excludes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
---
 .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




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux