[Buildroot] [PATCH 1/1] kconfig: tell git to ignore new generated files

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jul 30 15:41:04 UTC 2009


The update of kconfig and the addition of xconfig support generates
more files in package/config/. Tell git to ignore them.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/config/.gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/config/.gitignore b/package/config/.gitignore
index 9067e68..161a19a 100644
--- a/package/config/.gitignore
+++ b/package/config/.gitignore
@@ -1,6 +1,10 @@
 /buildroot-config
 /conf
 /mconf
+/qconf
+/qconf.moc
+/.tmp_qtcheck
+/lkc_defs.h
 /lex.zconf.c
 /zconf.hash.c
 /zconf.tab.c
-- 
1.6.0.4



More information about the buildroot mailing list