diff options
author | Brian Gerst <bgerst@didntduck.org> | 2005-12-27 23:43:31 -0500 |
---|---|---|
committer | <sam@mars.ravnborg.org> | 2006-01-01 22:21:50 +0100 |
commit | 352dd1df32e672be4cff71132eb9c06a257872fe (patch) | |
tree | f8477d3133b8f43fe1108a1516295f507b2ca359 | |
parent | 02959a875caec8cabd36111046ad537251ef405f (diff) | |
download | linux-3.10-352dd1df32e672be4cff71132eb9c06a257872fe.tar.gz linux-3.10-352dd1df32e672be4cff71132eb9c06a257872fe.tar.bz2 linux-3.10-352dd1df32e672be4cff71132eb9c06a257872fe.zip |
gitignore: misc files
Ignore all files generated from *_shipped files, plus a few others.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-rw-r--r-- | drivers/char/.gitignore | 2 | ||||
-rw-r--r-- | drivers/ieee1394/.gitignore | 1 | ||||
-rw-r--r-- | drivers/md/.gitignore | 4 | ||||
-rw-r--r-- | drivers/net/wan/.gitignore | 1 | ||||
-rw-r--r-- | drivers/scsi/.gitignore | 3 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/.gitignore | 6 | ||||
-rw-r--r-- | scripts/genksyms/.gitignore | 4 | ||||
-rw-r--r-- | scripts/kconfig/.gitignore | 1 |
8 files changed, 21 insertions, 1 deletions
diff --git a/drivers/char/.gitignore b/drivers/char/.gitignore index 2b6b1d772ed..73dfdcebfbb 100644 --- a/drivers/char/.gitignore +++ b/drivers/char/.gitignore @@ -1,3 +1,3 @@ consolemap_deftbl.c defkeymap.c - +qtronixmap.c diff --git a/drivers/ieee1394/.gitignore b/drivers/ieee1394/.gitignore new file mode 100644 index 00000000000..33da10a2532 --- /dev/null +++ b/drivers/ieee1394/.gitignore @@ -0,0 +1 @@ +oui.c diff --git a/drivers/md/.gitignore b/drivers/md/.gitignore new file mode 100644 index 00000000000..a7afec6b19c --- /dev/null +++ b/drivers/md/.gitignore @@ -0,0 +1,4 @@ +mktables +raid6altivec*.c +raid6int*.c +raid6tables.c diff --git a/drivers/net/wan/.gitignore b/drivers/net/wan/.gitignore new file mode 100644 index 00000000000..dae3ea6bb18 --- /dev/null +++ b/drivers/net/wan/.gitignore @@ -0,0 +1 @@ +wanxlfw.inc diff --git a/drivers/scsi/.gitignore b/drivers/scsi/.gitignore new file mode 100644 index 00000000000..b385af31435 --- /dev/null +++ b/drivers/scsi/.gitignore @@ -0,0 +1,3 @@ +53c700_d.h +53c7xx_d.h +53c7xx_u.h diff --git a/drivers/scsi/aic7xxx/.gitignore b/drivers/scsi/aic7xxx/.gitignore new file mode 100644 index 00000000000..b8ee24d5748 --- /dev/null +++ b/drivers/scsi/aic7xxx/.gitignore @@ -0,0 +1,6 @@ +aic79xx_reg.h +aic79xx_reg_print.c +aic79xx_seq.h +aic7xxx_reg.h +aic7xxx_reg_print.c +aic7xxx_seq.h diff --git a/scripts/genksyms/.gitignore b/scripts/genksyms/.gitignore new file mode 100644 index 00000000000..be5cadb1b90 --- /dev/null +++ b/scripts/genksyms/.gitignore @@ -0,0 +1,4 @@ +keywords.c +lex.c +parse.[ch] +genksyms diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index 2dac3442e0a..e8ad1f6b3da 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -5,6 +5,7 @@ config* lex.*.c *.tab.c *.tab.h +zconf.hash.c # # configuration programs |