Whamcloud - gitweb
LU-14651 ldiskfs: add 5.11 kernel support
[fs/lustre-release.git] / .gitignore
1 #
2 # N.B.
3 # This is the toplevel .gitignore file.  
4 # This is not the place for entries that are specific to 
5 # a subdirectory.  Instead add those files to the 
6 # .gitignore file in that subdirectory.
7 #
8 # N.B. 
9 # Please use 'git ls-files -i --exclude-standard'
10 # command after changing this file, to see if there are
11 # any tracked files which get ignored after the change.
12
13 #
14 # Normal rules
15 #
16 .cache.mk
17 .dirstamp
18 .deps
19 .depend
20 .DS_Store
21 .*.cmd
22 .*.d
23 .*.flags
24 .libs
25 .tmp_versions
26 .Xrefs
27 *~
28 \.#*
29 \#*
30 *.a
31 *.dSYM
32 *.ko
33 *.la
34 *.lo
35 *.mod.c
36 *.o
37 *.dwo
38 *.o.ur-safe
39 *.orig
40 *.rej
41 *.s
42 *-stamp
43 *.so
44 *.swp
45 *.unsigned
46 _lpb
47 00[0-9][0-9]-*.patch
48 autoMakefile
49 autoMakefile.in
50 config.guess
51 config.log
52 config.status
53 config.sub
54 configure
55 debs
56 depcomp
57 install-sh
58 Makefile
59 missing
60 modules.order
61 TAGS
62
63 #
64 # Top level generated files specific to this top level dir
65 #
66 /.mergeinfo-*
67 /.pc
68 /.Xrefs-2.5
69 /acl.size
70 /aclocal.m4
71 /autom4te-2.53.cache
72 /autom4te.cache
73 /COMMIT_EDITMSG.*
74 /compile
75 /config.cache
76 /config.h
77 /config.h.in
78 /undef.h
79 /INSTALL
80 /libtool
81 /lustre.spec
82 /lustre-dkms.spec
83 /lustre*.tar.gz
84 /lustre*.rpm
85 /kmod-lustre*.rpm
86 /kmp-*.files
87 /kmp-*.preamble
88 /mkinstalldirs
89 /Module.markers
90 /Module.symvers
91 /Module.symvers.old
92 /Modules.symvers
93 /patches
94 /Rules
95 /series
96 /stamp-h1
97 /LUSTRE-VERSION-FILE
98
99 #
100 # Top level generic files
101 #
102 !.gitignore
103 tags
104
105 # cscope files
106 cscope.*
107
108 # doxygen files
109 doxygen.*
110 *.mod