ARM: cpu topology: Add debugfs interface for cpu_power
[cmplus.git] / .gitignore
blob96881974022eaacaef3ddfcd74d6dc0029549fb2
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 # NOTE! Please use 'git ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
10 # Normal rules
13 *.o
14 *.o.*
15 *.a
16 *.s
17 *.ko
18 *.so
19 *.so.dbg
20 *.mod.c
21 *.i
22 *.lst
23 *.symtypes
24 *.order
25 modules.builtin
26 *.elf
27 *.bin
28 *.gz
29 *.bz2
30 *.lzma
31 *.xz
32 *.lzo
33 *.patch
34 *.gcno
35 *.log
37 # build dir
38 build/
41 # Top-level generic files
43 /tags
44 /TAGS
45 /linux
46 /vmlinux
47 /vmlinuz
48 /System.map
49 /Module.markers
50 /Module.symvers
51 bin/*.zip
52 bin/kernel/zImage
55 # git files that we don't want to ignore even it they are dot-files
57 !.gitignore
58 !.mailmap
61 # Generated include files
63 include/config
64 include/linux/version.h
65 include/generated
66 arch/*/include/generated
68 # stgit generated dirs
69 patches-*
71 # quilt's files
72 patches
73 series
75 # cscope files
76 cscope.*
77 ncscope.*
79 # gnu global files
80 GPATH
81 GRTAGS
82 GSYMS
83 GTAGS
85 *.orig
87 \#*#