]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame_incremental - .gitignore
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / .gitignore
... / ...
CommitLineData
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
11#
12.*
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*.elf
26*.bin
27*.tar
28*.gz
29*.bz2
30*.lzma
31*.xz
32*.lz4
33*.lzo
34*.patch
35*.gcno
36modules.builtin
37Module.symvers
38*.dwo
39*.su
40
41#
42# Top-level generic files
43#
44/tags
45/TAGS
46/linux
47/vmlinux
48/vmlinux.32
49/vmlinux-gdb.py
50/vmlinuz
51/System.map
52/Module.markers
53
54#
55# Debian directory (make deb-pkg)
56#
57#/debian/
58
59#
60# Snap directory (make snap-pkg)
61#
62/snap/
63
64#
65# tar directory (make tar*-pkg)
66#
67/tar-install/
68
69#
70# git files that we don't want to ignore even it they are dot-files
71#
72!.gitignore
73!.mailmap
74
75#
76# Generated include files
77#
78include/config
79include/generated
80arch/*/include/generated
81
82# stgit generated dirs
83patches-*
84
85# quilt's files
86patches
87series
88
89# cscope files
90cscope.*
91ncscope.*
92
93# gnu global files
94GPATH
95GRTAGS
96GSYMS
97GTAGS
98
99# id-utils files
100ID
101
102*.orig
103*~
104\#*#
105
106#
107# Leavings from module signing
108#
109extra_certificates
110signing_key.pem
111signing_key.priv
112signing_key.x509
113x509.genkey
114
115# Kconfig presets
116all.config
117
118# Kdevelop4
119*.kdev4