Skip to content

Commit

Permalink
Add missing gitignore files
Browse files Browse the repository at this point in the history
Change-Id: I8ff92c95fa2daf8745e3bad47cba8d46043618a3
Signed-off-by: Josue Rivera <prbassplayer@gmail.com>
  • Loading branch information
PRJosh committed Apr 4, 2014
1 parent f23449a commit 8591e40
Show file tree
Hide file tree
Showing 15 changed files with 79 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/.gitignore
@@ -0,0 +1,5 @@
Image
zImage
xipImage
bootpImage
uImage
7 changes: 7 additions & 0 deletions arch/arm/boot/compressed/.gitignore
@@ -0,0 +1,7 @@
font.c
lib1funcs.S
piggy.gzip
piggy.lzo
piggy.lzma
vmlinux
vmlinux.lds
1 change: 1 addition & 0 deletions arch/arm/kernel/.gitignore
@@ -0,0 +1 @@
vmlinux.lds
2 changes: 2 additions & 0 deletions drivers/tty/vt/.gitignore
@@ -0,0 +1,2 @@
consolemap_deftbl.c
defkeymap.c
6 changes: 6 additions & 0 deletions firmware/.gitignore
@@ -0,0 +1,6 @@
*.gen.S
*.fw
*.bin
*.csp
*.dsp
ihex2fw
6 changes: 6 additions & 0 deletions kernel/.gitignore
@@ -0,0 +1,6 @@
#
# Generated files
#
config_data.h
config_data.gz
timeconst.h
5 changes: 5 additions & 0 deletions lib/.gitignore
@@ -0,0 +1,5 @@
#
# Generated files
#
gen_crc32table
crc32table.h
11 changes: 11 additions & 0 deletions scripts/.gitignore
@@ -0,0 +1,11 @@
#
# Generated files
#
conmakehash
kallsyms
pnmtologo
bin2c
unifdef
ihex2fw
recordmcount
docproc
1 change: 1 addition & 0 deletions scripts/basic/.gitignore
@@ -0,0 +1 @@
fixdep
4 changes: 4 additions & 0 deletions scripts/genksyms/.gitignore
@@ -0,0 +1,4 @@
keywords.c
lex.c
parse.[ch]
genksyms
23 changes: 23 additions & 0 deletions scripts/kconfig/.gitignore
@@ -0,0 +1,23 @@
#
# Generated files
#
config*
lex.*.c
*.tab.c
*.tab.h
zconf.hash.c
*.moc
lkc_defs.h
gconf.glade.h
*.pot
*.mo

#
# configuration programs
#
conf
mconf
nconf
qconf
gconf
kxgettext
3 changes: 3 additions & 0 deletions scripts/mod/.gitignore
@@ -0,0 +1,3 @@
elfconfig.h
mk_elfconfig
modpost
1 change: 1 addition & 0 deletions scripts/selinux/genheaders/.gitignore
@@ -0,0 +1 @@
genheaders
2 changes: 2 additions & 0 deletions scripts/selinux/mdp/.gitignore
@@ -0,0 +1,2 @@
# Generated file
mdp
2 changes: 2 additions & 0 deletions security/selinux/.gitignore
@@ -0,0 +1,2 @@
av_permissions.h
flask.h

0 comments on commit 8591e40

Please sign in to comment.