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