Newer
Older
barebox / .gitignore
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 16 Sep 2010 671 bytes move utsrelease.h to include/generated/ instead of include/linux
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
*~
.*
\#*\#
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes
*.elf
*.mcp
*.orig

#
# Top-level generic files
#
tags
TAGS
cross_arch
cross_compile
barebox
barebox.S
barebox.bin
barebox.netx
barebox.map
System.map
Module.symvers
ARCH
CROSS_COMPILE
barebox_default_env

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/compile.h
include/generated

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

# patches
*.patch