Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstaT committed Jan 18, 2013
1 parent 85fed57 commit a22f8e0
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions .gitignore
@@ -0,0 +1,116 @@
#
# 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
vmlinux
vmlinux.lds
zImage
Image
System.map
Module.markers
Module.symvers
!.gitignore
!.mailmap

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h
include/linux/bounds.h
include/generated

arch/arm/mach-msm/smd_rpc_sym.c
drivers/char/consolemap_deftbl.c
drivers/char/defkeymap.c
drivers/tty/vt/consolemap_deftbl.c
drivers/tty/vt/defkeymap.c
include/asm-arm/
kernel/config_data.h
kernel/timeconst.h
lib/crc32table.h
lib/gen_crc32table
scripts/basic/docproc
scripts/kconfig/mconf
scripts/basic/fixdep
scripts/basic/hash
scripts/bin2c
scripts/conmakehash
scripts/kallsyms
scripts/kconfig/conf
scripts/kconfig/lex.zconf.c
scripts/kconfig/zconf.hash.c
scripts/kconfig/zconf.tab.c
scripts/mod/elfconfig.h
scripts/mod/mk_elfconfig
scripts/mod/modpost
scripts/genksyms/genksyms
scripts/genksyms/keywords.c
scripts/genksyms/lex.c
scripts/genksyms/parse.c
scripts/genksyms/parse.h
usr/gen_init_cpio
usr/initramfs_data.cpio




# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
ncscope.*

*.orig
*~
\#*#

# compressed boot files
arch/arm/boot/compressed/lib1funcs.S
arch/arm/boot/compressed/piggy.gzip

0 comments on commit a22f8e0

Please sign in to comment.