[<prev] [next>] [day] [month] [year] [list]
Message-ID: <455359A0.1050500@innova-card.com>
Date: Thu, 09 Nov 2006 17:38:56 +0100
From: Franck Bui-Huu <vagabon.xyz@...il.com>
To: sam@...nborg.org
CC: linux-kernel@...r.kernel.org
Subject: [PATCH] .gitignore: add miscellaneous files
From: Franck Bui-Huu <fbuihuu@...il.com>
This patch avoids git to report this useless status:
On branch refs/heads/master
Untracked files:
(use "git add" to add to commit)
TAGS
scripts/kconfig/lkc_defs.h
scripts/kconfig/qconf.moc
nothing to commit
Signed-off-by: Franck Bui-Huu <fbuihuu@...il.com>
---
.gitignore | 1 +
scripts/kconfig/.gitignore | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index e1d5c17..9eb4b77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
# Top-level generic files
#
tags
+TAGS
vmlinux*
System.map
Module.symvers
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index e8ad1f6..b49584c 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -6,6 +6,8 @@ lex.*.c
*.tab.c
*.tab.h
zconf.hash.c
+*.moc
+lkc_defs.h
#
# configuration programs
--
1.4.3.4
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists