Now that Kbuild and Config.in are generated, they can be added to .gitignore to reduce the noise. Note that one Config.in file is still checked in, in the root, but despite being in .gitignore, changes to it are still picked up by git.
>>> Dan
From 102f70c68169daa208c36cf5863fc852c06c6992 Mon Sep 17 00:00:00 2001 From: Dan Fandrich <[email protected]> Date: Thu, 17 Jun 2010 23:43:45 -0700 Subject: [PATCH] Added Kbuild and Config.in to .gitignore Signed-off-by: Dan Fandrich <[email protected]> --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index b7840e4..7d2cca6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *.o.* *.a *.s +Kbuild +Config.in # # Never ignore these -- 1.5.3.2
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
