[PATCH 25/46] kbuild: ignore all generated files for make allmodconfig (x86_64)

From: Sam Ravnborg
Date: Tue Mar 21 2006 - 11:33:11 EST


With following patch we now ignore all generated files for
make allmodconfig for x86_64.

Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>

---

drivers/atm/.gitignore | 5 +++++
sound/oss/.gitignore | 4 ++++
2 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 drivers/atm/.gitignore
create mode 100644 sound/oss/.gitignore

cc006288fb538005a14ca4297250abbf0beeb0b9
diff --git a/drivers/atm/.gitignore b/drivers/atm/.gitignore
new file mode 100644
index 0000000..a165b71
--- /dev/null
+++ b/drivers/atm/.gitignore
@@ -0,0 +1,5 @@
+# Ignore generated files
+fore200e_mkfirm
+fore200e_pca_fw.c
+pca200e.bin
+
diff --git a/sound/oss/.gitignore b/sound/oss/.gitignore
new file mode 100644
index 0000000..7efb12b
--- /dev/null
+++ b/sound/oss/.gitignore
@@ -0,0 +1,4 @@
+#Ignore generated files
+maui_boot.h
+pss_boot.h
+trix_boot.h
--
1.0.GIT


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/