Skip to content

Commit 352dd1d

Browse files
Brian Gerst
authored andcommitted
gitignore: misc files
Ignore all files generated from *_shipped files, plus a few others. Signed-off-by: Brian Gerst <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
1 parent 02959a8 commit 352dd1d

File tree

8 files changed

+21
-1
lines changed

8 files changed

+21
-1
lines changed

drivers/char/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
consolemap_deftbl.c
22
defkeymap.c
3-
3+
qtronixmap.c

drivers/ieee1394/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oui.c

drivers/md/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mktables
2+
raid6altivec*.c
3+
raid6int*.c
4+
raid6tables.c

drivers/net/wan/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wanxlfw.inc

drivers/scsi/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
53c700_d.h
2+
53c7xx_d.h
3+
53c7xx_u.h

drivers/scsi/aic7xxx/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

scripts/genksyms/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
keywords.c
2+
lex.c
3+
parse.[ch]
4+
genksyms

scripts/kconfig/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config*
55
lex.*.c
66
*.tab.c
77
*.tab.h
8+
zconf.hash.c
89

910
#
1011
# configuration programs

0 commit comments

Comments
 (0)