menu: do not go to free if there's nothing to free
[barebox-mini2440.git] / .gitignore
blob35771531e2b4e6ae17b4d9913fcd3718eeed0d65
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 .*
10 \#*\#
11 *.o
12 *.a
13 *.s
14 *.ko
15 *.so
16 *.mod.c
17 *.i
18 *.lst
19 *.symtypes
20 *.elf
21 *.mcp
22 *.orig
25 # Top-level generic files
27 tags
28 TAGS
29 cross_arch
30 cross_compile
31 barebox
32 barebox.S
33 barebox.bin
34 barebox.netx
35 barebox.map
36 System.map
37 Module.symvers
38 ARCH
39 CROSS_COMPILE
40 barebox_default_env
43 # Generated include files
45 include/asm
46 include/asm-*/asm-offsets.h
47 include/config
48 include/linux/autoconf.h
49 include/linux/compile.h
50 include/linux/version.h
51 include/linux/utsrelease.h
52 include/asm-sandbox/arch
54 # stgit generated dirs
55 patches-*
57 # quilt's files
58 patches
59 series
61 # cscope files
62 cscope.*
64 # patches
65 *.patch