Fix: update writeback instrumentation for kernel 4.14
[lttng-modules.git] / .gitignore
CommitLineData
13c60117
MD
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
25modules.builtin
26*.elf
27*.bin
28*.gz
29*.bz2
30*.lzma
31*.lzo
13c60117 32*.gcno
ca2299d7 33cscope.*
13c60117
MD
34
35#
36# Top-level generic files
37#
38/tags
39/TAGS
40/linux
41/vmlinux
42/vmlinuz
43/System.map
44/Module.markers
34f5da01
MD
45
46# ignore across tree
47Module.symvers
13c60117
MD
48
49#
50# git files that we don't want to ignore even it they are dot-files
51#
52!.gitignore
53!.mailmap
54
55#
56# Generated include files
57#
58include/config
59include/linux/version.h
60include/generated
61
62# stgit generated dirs
63patches-*
64
65# quilt's files
66patches
67series
68
69# cscope files
70cscope.*
71ncscope.*
72
73# gnu global files
74GPATH
75GRTAGS
76GSYMS
77GTAGS
78
79*.orig
80*~
81\#*#
This page took 0.032596 seconds and 4 git commands to generate.