Fix: timer_expire_entry changed in 4.19.312
[lttng-modules.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
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 modules.builtin
26 *.elf
27 *.bin
28 *.gz
29 *.bz2
30 *.lzma
31 *.lzo
32 *.gcno
33 cscope.*
34
35 #
36 # Top-level generic files
37 #
38 /tags
39 /TAGS
40 /linux
41 /vmlinux
42 /vmlinuz
43 /System.map
44 /Module.markers
45
46 # ignore across tree
47 Module.symvers
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 #
58 include/config
59 include/linux/version.h
60 include/generated
61
62 # stgit generated dirs
63 patches-*
64
65 # quilt's files
66 patches
67 series
68
69 # cscope files
70 cscope.*
71 ncscope.*
72
73 # gnu global files
74 GPATH
75 GRTAGS
76 GSYMS
77 GTAGS
78
79 *.orig
80 *~
81 \#*#
82
83 /extra_version
This page took 0.029993 seconds and 4 git commands to generate.