mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] .gitignore: import some updates from Linux
@ 2019-05-11  2:12 Masahiro Yamada
  2019-05-13 12:18 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-05-11  2:12 UTC (permalink / raw)
  To: barebox

[1] sort the normal rule alphabetically again

[2] add leading and trailing slashes to generated directories
   (based on Linux commit 1e35663e41360adf564a91811b29cc7e56ee9c39)

[3] add more Kconfig presets
   (based on Linux commit 7fb1fc420f3b1cb27cce5aa1050eb5d9161d0944)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 .gitignore | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index f6aff49..7fa2948 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
 *.bbenv
 *.bbenv.*
 *.bct
+*.bin.gen.S
 *.dcd
 *.dcd.S
 *.elf
@@ -32,7 +33,6 @@
 *.so.dbg
 *.symtypes
 *.tab.[ch]
-*.bin.gen.S
 Module.symvers
 
 #
@@ -52,8 +52,8 @@ Module.symvers
 #
 # Generated include files
 #
-include/config
-include/generated
+/include/config/
+/include/generated/
 
 # Generated files
 Documentation/commands/*.rst
@@ -81,4 +81,9 @@ GTAGS
 \#*\#
 
 # Kconfig presets
-all.config
+/all.config
+/alldef.config
+/allmod.config
+/allno.config
+/allrandom.config
+/allyes.config
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-13 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-11  2:12 [PATCH] .gitignore: import some updates from Linux Masahiro Yamada
2019-05-13 12:18 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox