Skip to content

Commit

Permalink
gitignore: misc files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Brian Gerst authored and Unknown committed Jan 1, 2006
1 parent 02959a8 commit 352dd1d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
consolemap_deftbl.c
defkeymap.c

qtronixmap.c
1 change: 1 addition & 0 deletions drivers/ieee1394/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oui.c
4 changes: 4 additions & 0 deletions drivers/md/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mktables
raid6altivec*.c
raid6int*.c
raid6tables.c
1 change: 1 addition & 0 deletions drivers/net/wan/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wanxlfw.inc
3 changes: 3 additions & 0 deletions drivers/scsi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
53c700_d.h
53c7xx_d.h
53c7xx_u.h
6 changes: 6 additions & 0 deletions drivers/scsi/aic7xxx/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
aic79xx_reg.h
aic79xx_reg_print.c
aic79xx_seq.h
aic7xxx_reg.h
aic7xxx_reg_print.c
aic7xxx_seq.h
4 changes: 4 additions & 0 deletions scripts/genksyms/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
keywords.c
lex.c
parse.[ch]
genksyms
1 change: 1 addition & 0 deletions scripts/kconfig/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config*
lex.*.c
*.tab.c
*.tab.h
zconf.hash.c

#
# configuration programs
Expand Down

0 comments on commit 352dd1d

Please sign in to comment.