diff options
Diffstat (limited to 'drivers')
-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 |
6 files changed, 16 insertions, 1 deletions
diff --git a/drivers/char/.gitignore b/drivers/char/.gitignore index 2b6b1d772ed7..73dfdcebfbba 100644 --- a/drivers/char/.gitignore +++ b/drivers/char/.gitignore | |||
@@ -1,3 +1,3 @@ | |||
1 | consolemap_deftbl.c | 1 | consolemap_deftbl.c |
2 | defkeymap.c | 2 | defkeymap.c |
3 | 3 | qtronixmap.c | |
diff --git a/drivers/ieee1394/.gitignore b/drivers/ieee1394/.gitignore new file mode 100644 index 000000000000..33da10a25323 --- /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 000000000000..a7afec6b19c6 --- /dev/null +++ b/drivers/md/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | mktables | ||
2 | raid6altivec*.c | ||
3 | raid6int*.c | ||
4 | raid6tables.c | ||
diff --git a/drivers/net/wan/.gitignore b/drivers/net/wan/.gitignore new file mode 100644 index 000000000000..dae3ea6bb18c --- /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 000000000000..b385af314356 --- /dev/null +++ b/drivers/scsi/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | 53c700_d.h | ||
2 | 53c7xx_d.h | ||
3 | 53c7xx_u.h | ||
diff --git a/drivers/scsi/aic7xxx/.gitignore b/drivers/scsi/aic7xxx/.gitignore new file mode 100644 index 000000000000..b8ee24d5748a --- /dev/null +++ b/drivers/scsi/aic7xxx/.gitignore | |||
@@ -0,0 +1,6 @@ | |||
1 | aic79xx_reg.h | ||
2 | aic79xx_reg_print.c | ||
3 | aic79xx_seq.h | ||
4 | aic7xxx_reg.h | ||
5 | aic7xxx_reg_print.c | ||
6 | aic7xxx_seq.h | ||