[PATCH 3/5] gitignore: add all.config
Masahiro Yamada
yamada.m at jp.panasonic.com
Mon Jan 12 23:22:41 PST 2015
From: Borislav Petkov <bp at suse.de>
This is used by kbuild to load preset Kconfig options. We need to
ignore it, otherwise git clean kills it.
Signed-off-by: Borislav Petkov <bp at suse.de>
Cc: Michal Marek <mmarek at suse.cz>
Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
[ imported from Linux Kernel, commit 25fba9bebeb7 ]
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index fe29da5..029520c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,6 @@ GTAGS
# patches
*.patch
+
+# Kconfig presets
+all.config
--
1.9.1
More information about the barebox
mailing list