Skip to content

Commit

Permalink
Import .gitignore files from android-2.6.35 branch.
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hundven <[email protected]>
  • Loading branch information
bhundven committed Dec 7, 2011
1 parent 1792f87 commit 72b6026
Show file tree
Hide file tree
Showing 86 changed files with 404 additions and 0 deletions.
79 changes: 79 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order
modules.builtin
*.elf
*.bin
*.gz
*.bz2
*.lzma
*.lzo
*.patch
*.gcno

#
# Top-level generic files
#
/tags
/TAGS
/linux
/vmlinux
/vmlinuz
/System.map
/Module.markers
/Module.symvers

#
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
!.mailmap

#
# Generated include files
#
include/config
include/linux/version.h
include/generated

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
ncscope.*

# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

*.orig
*~
\#*#
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
3 changes: 3 additions & 0 deletions arch/arm/boot/compressed/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
font.c
piggy.gz
vmlinux.lds
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
Loading

0 comments on commit 72b6026

Please sign in to comment.