]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - .gitignore
kbuild: deb-pkg ship changelog
[net-next-2.6.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*.gz
28*.lzma
29*.patch
30
31#
32# Top-level generic files
33#
34tags
35TAGS
36vmlinux
37System.map
38Module.markers
39Module.symvers
40!.gitignore
41!.mailmap
42
43#
44# Generated include files
45#
46include/asm
47include/asm-*/asm-offsets.h
48include/config
49include/linux/autoconf.h
50include/linux/compile.h
51include/linux/version.h
52include/linux/utsrelease.h
53include/linux/bounds.h
54include/generated
55
56# stgit generated dirs
57patches-*
58
59# quilt's files
60patches
61series
62
63# cscope files
64cscope.*
65ncscope.*
66
67# gnu global files
68GPATH
69GRTAGS
70GSYMS
71GTAGS
72
73*.orig
74*~
75\#*#