]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-analog-linux-kernel/dmurphy-analog.git/blob - .gitignore
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[ti-analog-linux-kernel/dmurphy-analog.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 # 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.
9 #
10 # Normal rules (sorted alphabetically)
11 #
12 .*
13 *.a
14 *.asn1.[ch]
15 *.bin
16 *.bz2
17 *.c.[012]*.*
18 *.dt.yaml
19 *.dtb
20 *.dtb.S
21 *.dwo
22 *.elf
23 *.gcno
24 *.gz
25 *.i
26 *.ko
27 *.lex.c
28 *.ll
29 *.lst
30 *.lz4
31 *.lzma
32 *.lzo
33 *.mod.c
34 *.o
35 *.o.*
36 *.order
37 *.patch
38 *.s
39 *.so
40 *.so.dbg
41 *.su
42 *.symtypes
43 *.tab.[ch]
44 *.tar
45 *.xz
46 Module.symvers
47 modules.builtin
49 #
50 # Top-level generic files
51 #
52 /tags
53 /TAGS
54 /linux
55 /vmlinux
56 /vmlinux.32
57 /vmlinux-gdb.py
58 /vmlinuz
59 /System.map
60 /Module.markers
62 #
63 # RPM spec file (make rpm-pkg)
64 #
65 /*.spec
67 #
68 # Debian directory (make deb-pkg)
69 #
70 /debian/
72 #
73 # Snap directory (make snap-pkg)
74 #
75 /snap/
77 #
78 # tar directory (make tar*-pkg)
79 #
80 /tar-install/
82 #
83 # git files that we don't want to ignore even if they are dot-files
84 #
85 !.gitignore
86 !.mailmap
87 !.cocciconfig
88 !.clang-format
90 #
91 # Generated include files
92 #
93 include/config
94 include/generated
95 include/ksym
96 arch/*/include/generated
98 # stgit generated dirs
99 patches-*
101 # quilt's files
102 patches
103 series
105 # cscope files
106 cscope.*
107 ncscope.*
109 # gnu global files
110 GPATH
111 GRTAGS
112 GSYMS
113 GTAGS
115 # id-utils files
116 ID
118 *.orig
119 *~
120 \#*#
123 # Leavings from module signing
125 extra_certificates
126 signing_key.pem
127 signing_key.priv
128 signing_key.x509
129 x509.genkey
131 # Kconfig presets
132 all.config
134 # Kdevelop4
135 *.kdev4