diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-26 20:15:58 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-02-26 20:15:58 +0100 |
commit | cc006288fb538005a14ca4297250abbf0beeb0b9 (patch) | |
tree | 58c1b873ddfd5c9053cb80249e522e89e18126c2 | |
parent | 382168f4791822de7d44d9c634fbfdf8bc08c91b (diff) |
kbuild: ignore all generated files for make allmodconfig (x86_64)
With following patch we now ignore all generated files for
make allmodconfig for x86_64.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-rw-r--r-- | drivers/atm/.gitignore | 5 | ||||
-rw-r--r-- | sound/oss/.gitignore | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/drivers/atm/.gitignore b/drivers/atm/.gitignore new file mode 100644 index 000000000000..a165b7167714 --- /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 000000000000..7efb12b45502 --- /dev/null +++ b/sound/oss/.gitignore @@ -0,0 +1,4 @@ +#Ignore generated files +maui_boot.h +pss_boot.h +trix_boot.h |