recognize another memory MCP chip
[pandora-x-loader.git] / .gitignore
1 #
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.
5 #
6 # Normal rules
7 #
8 .*
9 *.o
10 *.o.*
11 *.a
12 *.s
13 *.ko
14 *.so
15 *.so.dbg
16 *.mod.c
17 *.i
18 *.lst
19 *.symtypes
20
21 #
22 # Top-level generic files
23 #
24 x-load
25 x-load.map
26 x-load.bin
27 x-load.bin.ift
28 System.map
29 include/asm/arch
30 include/asm/proc
31 include/config.h
32 include/config.mk
33 !.gitignore
34 signGP
35 MLO
36
37 #
38 # Generated include files
39 #
40
41 # stgit generated dirs
42 patches-*
43
44 # quilt's files
45 patches
46 series
47
48 # cscope files
49 cscope.*
50
51 *.orig
52 *.rej