Skip to content

Commit

Permalink
[ARM] add standard .gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
supercurio authored and Rhcp committed Feb 3, 2012
1 parent 0b1fc90 commit d4b172e
Show file tree
Hide file tree
Showing 85 changed files with 328 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
filesystems/dnotify_test
laptops/dslm
timers/hpet_example
vm/hugepage-mmap
vm/hugepage-shm
vm/map_hugetlb

10 changes: 10 additions & 0 deletions Documentation/DocBook/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.xml
*.ps
*.pdf
*.html
*.9.gz
*.9
*.aux
*.dvi
*.log
*.out
1 change: 1 addition & 0 deletions Documentation/DocBook/dvb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*.xml
1 change: 1 addition & 0 deletions Documentation/DocBook/v4l/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*.xml
1 change: 1 addition & 0 deletions Documentation/accounting/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
getdelays
1 change: 1 addition & 0 deletions Documentation/auxdisplay/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cfag12864b-example
1 change: 1 addition & 0 deletions Documentation/connector/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ucon
1 change: 1 addition & 0 deletions Documentation/ia64/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aliasing-test
1 change: 1 addition & 0 deletions Documentation/lguest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lguest
1 change: 1 addition & 0 deletions Documentation/networking/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ifenslave
1 change: 1 addition & 0 deletions Documentation/networking/timestamping/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
timestamping
1 change: 1 addition & 0 deletions Documentation/pcmcia/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
crc32hash
2 changes: 2 additions & 0 deletions Documentation/spi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
spidev_fdx
spidev_test
1 change: 1 addition & 0 deletions Documentation/video4linux/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v4lgrab
2 changes: 2 additions & 0 deletions Documentation/vm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
page-types
slabinfo
2 changes: 2 additions & 0 deletions Documentation/watchdog/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
watchdog-simple
watchdog-test
2 changes: 2 additions & 0 deletions arch/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
i386
x86_64
1 change: 1 addition & 0 deletions arch/alpha/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
5 changes: 5 additions & 0 deletions arch/arm/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Image
zImage
xipImage
bootpImage
uImage
6 changes: 6 additions & 0 deletions arch/arm/boot/compressed/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
font.c
piggy.gz
piggy.gzip
vmlinux.lds
lib1funcs.S
vmlinux
1 change: 1 addition & 0 deletions arch/arm/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
4 changes: 4 additions & 0 deletions arch/avr32/boot/images/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
uImage
uImage.srec
vmlinux.cso
sfdwarf.log
1 change: 1 addition & 0 deletions arch/avr32/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
2 changes: 2 additions & 0 deletions arch/blackfin/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vmImage*
vmlinux*
1 change: 1 addition & 0 deletions arch/blackfin/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
2 changes: 2 additions & 0 deletions arch/cris/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Image
zImage
2 changes: 2 additions & 0 deletions arch/ia64/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gate.lds
vmlinux.lds
1 change: 1 addition & 0 deletions arch/m68k/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
5 changes: 5 additions & 0 deletions arch/mips/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mkboot
elf2ecoff
vmlinux.*
zImage
zImage.tmp
1 change: 1 addition & 0 deletions arch/mips/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
1 change: 1 addition & 0 deletions arch/mn10300/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zImage
1 change: 1 addition & 0 deletions arch/parisc/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
48 changes: 48 additions & 0 deletions arch/powerpc/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
addnote
dtc
empty.c
hack-coff
infblock.c
infblock.h
infcodes.c
infcodes.h
inffast.c
inffast.h
inffixed.h
inflate.c
inflate.h
inftrees.c
inftrees.h
infutil.c
infutil.h
kernel-vmlinux.strip.c
kernel-vmlinux.strip.gz
mktree
uImage
cuImage.*
dtbImage.*
treeImage.*
zImage
zImage.initrd
zImage.bin.*
zImage.chrp
zImage.coff
zImage.holly
zImage.iseries
zImage.*lds
zImage.miboot
zImage.pmac
zImage.pseries
zconf.h
zlib.h
zutil.h
fdt.c
fdt.h
fdt_ro.c
fdt_rw.c
fdt_strerror.c
fdt_sw.c
fdt_wip.c
libfdt.h
libfdt_internal.h

3 changes: 3 additions & 0 deletions arch/powerpc/boot/dtc-src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.h
1 change: 1 addition & 0 deletions arch/powerpc/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
2 changes: 2 additions & 0 deletions arch/powerpc/kernel/vdso32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vdso32.lds
vdso32.so.dbg
2 changes: 2 additions & 0 deletions arch/powerpc/kernel/vdso64/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vdso64.lds
vdso64.so.dbg
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/cell/spufs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
spu_save_dump.h
spu_restore_dump.h
3 changes: 3 additions & 0 deletions arch/sh/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
zImage
vmlinux*
uImage*
1 change: 1 addition & 0 deletions arch/sh/boot/compressed/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.bin.*
1 change: 1 addition & 0 deletions arch/sh/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
1 change: 1 addition & 0 deletions arch/sh/kernel/vsyscall/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vsyscall.lds
8 changes: 8 additions & 0 deletions arch/sparc/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
btfix.S
btfixupprep
image
zImage
tftpboot.img
vmlinux.aout
piggyback

1 change: 1 addition & 0 deletions arch/sparc/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
3 changes: 3 additions & 0 deletions arch/um/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kernel/config.c
kernel/config.tmp
kernel/vmlinux.lds
3 changes: 3 additions & 0 deletions arch/x86/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
boot/compressed/vmlinux
tools/test_get_len

10 changes: 10 additions & 0 deletions arch/x86/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bootsect
bzImage
cpustr.h
mkcpustr
offsets.h
voffset.h
zoffset.h
setup
setup.bin
setup.elf
6 changes: 6 additions & 0 deletions arch/x86/boot/compressed/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
relocs
vmlinux.bin.all
vmlinux.relocs
vmlinux.lds
mkpiggy
piggy.S
1 change: 1 addition & 0 deletions arch/x86/boot/tools/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
3 changes: 3 additions & 0 deletions arch/x86/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vsyscall.lds
vsyscall_32.lds
vmlinux.lds
3 changes: 3 additions & 0 deletions arch/x86/kernel/acpi/realmode/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
wakeup.bin
wakeup.elf
wakeup.lds
1 change: 1 addition & 0 deletions arch/x86/kernel/cpu/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
capflags.c
1 change: 1 addition & 0 deletions arch/x86/lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
inat-tables.c
6 changes: 6 additions & 0 deletions arch/x86/vdso/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
vdso.lds
vdso-syms.lds
vdso32-syms.lds
vdso32-syscall-syms.lds
vdso32-sysenter-syms.lds
vdso32-int80-syms.lds
1 change: 1 addition & 0 deletions arch/x86/vdso/vdso32/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vdso32.lds
5 changes: 5 additions & 0 deletions drivers/atm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore generated files
fore200e_mkfirm
fore200e_pca_fw.c
pca200e.bin
pca200e_ecd.bin2
2 changes: 2 additions & 0 deletions drivers/char/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
consolemap_deftbl.c
defkeymap.c
1 change: 1 addition & 0 deletions drivers/eisa/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
devlist.h
3 changes: 3 additions & 0 deletions drivers/gpu/drm/radeon/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkregtable
*_reg_safe.h

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
4 changes: 4 additions & 0 deletions drivers/pci/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
classlist.h
devlist.h
gen-devlist

1 change: 1 addition & 0 deletions drivers/scsi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53c700_d.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
7 changes: 7 additions & 0 deletions drivers/video/logo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Generated files
#
*_mono.c
*_vga16.c
*_clut224.c
*_gray256.c
2 changes: 2 additions & 0 deletions drivers/zorro/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
devlist.h
gen-devlist
6 changes: 6 additions & 0 deletions firmware/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.gen.S
*.fw
*.bin
*.csp
*.dsp
ihex2fw
1 change: 1 addition & 0 deletions firmware/cis/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.cis
6 changes: 6 additions & 0 deletions kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Generated files
#
config_data.h
config_data.gz
timeconst.h
1 change: 1 addition & 0 deletions kernel/debug/kdb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gen-kdb_cmds.c
6 changes: 6 additions & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Generated files
#
gen_crc32table
crc32table.h

1 change: 1 addition & 0 deletions net/wireless/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
regdb.c
9 changes: 9 additions & 0 deletions scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Generated files
#
conmakehash
kallsyms
pnmtologo
bin2c
unifdef
ihex2fw
3 changes: 3 additions & 0 deletions scripts/basic/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hash
fixdep
docproc
5 changes: 5 additions & 0 deletions scripts/dtc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dtc
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.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
22 changes: 22 additions & 0 deletions scripts/kconfig/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# 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
qconf
gconf
kxgettext
4 changes: 4 additions & 0 deletions scripts/kconfig/lxdialog/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#
# Generated files
#
lxdialog
4 changes: 4 additions & 0 deletions scripts/mod/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
elfconfig.h
mk_elfconfig
modpost

1 change: 1 addition & 0 deletions scripts/selinux/genheaders/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
genheaders
2 changes: 2 additions & 0 deletions scripts/selinux/mdp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Generated file
mdp
2 changes: 2 additions & 0 deletions security/selinux/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
av_permissions.h
flask.h
4 changes: 4 additions & 0 deletions sound/oss/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Ignore generated files
maui_boot.h
pss_boot.h
trix_boot.h
Loading

0 comments on commit d4b172e

Please sign in to comment.