From 102b8bde3b86e5d2eb9e8a60d220e55e00beccf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Thu, 3 Mar 2011 09:55:19 +0100 Subject: [PATCH] .gitignore: add missing ignores MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore output files created by "make defconfig; make". Signed-off-by: Bjørn Forsman Signed-off-by: Denys Vlasenko --- applets/.gitignore | 1 + docs/.gitignore | 1 + include/.gitignore | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/applets/.gitignore b/applets/.gitignore index cc932fcc0..459938d67 100644 --- a/applets/.gitignore +++ b/applets/.gitignore @@ -1,2 +1,3 @@ /applet_tables /usage +/usage_pod diff --git a/docs/.gitignore b/docs/.gitignore index 11d616360..3d1c5bd8a 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,4 +1,5 @@ /busybox.1 /BusyBox.html +/busybox.net /BusyBox.txt /busybox.pod diff --git a/include/.gitignore b/include/.gitignore index f0ce546cf..9d9b6c499 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,6 +1,10 @@ /config +/applets.h /applet_tables.h /autoconf.h +/bbconfigopts_bz2.h /bbconfigopts.h +/NUM_APPLETS.h /usage_compressed.h +/usage.h