Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2
[barebox-mini2440.git] / .gitignore
blobd81b4f1089d1a78af07b5518ca337d1f299efe97
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
6 # Normal rules
8 .*
9 *.o
10 *.a
11 *.s
12 *.ko
13 *.so
14 *.mod.c
15 *.i
16 *.lst
17 *.symtypes
20 # Top-level generic files
22 tags
23 TAGS
24 cross_arch
25 cross_compile
26 uboot
27 uboot.S
28 uboot.bin
29 uboot.netx
30 System.map
31 Module.symvers
32 ARCH
33 CROSS_COMPILE
36 # Generated include files
38 include/asm
39 include/asm-*/asm-offsets.h
40 include/config
41 include/linux/autoconf.h
42 include/linux/compile.h
43 include/linux/version.h
44 include/linux/utsrelease.h
46 # stgit generated dirs
47 patches-*
49 # quilt's files
50 patches
51 series
53 # cscope files
54 cscope.*