Whamcloud - gitweb
LU-16359 build: RHEL use Module.symvers during find-provides
[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 /find-provides
67 /find-provides.ksyms
68 /.mergeinfo-*
69 /.pc
70 /.Xrefs-2.5
71 /acl.size
72 /aclocal.m4
73 /autom4te-2.53.cache
74 /autom4te.cache
75 /COMMIT_EDITMSG.*
76 /compile
77 /config.cache
78 /config.h
79 /config.h.in
80 /undef.h
81 /INSTALL
82 /libtool
83 /lustre.spec
84 /lustre-dkms.spec
85 /lustre*.tar.gz
86 /lustre*.rpm
87 /kmod-lustre*.rpm
88 /kmp-*.files
89 /kmp-*.preamble
90 /mkinstalldirs
91 /Module.markers
92 /Module.symvers
93 /Module.symvers.old
94 /Modules.symvers
95 /patches
96 /Rules
97 /series
98 /stamp-h1
99 /LUSTRE-VERSION-FILE
100
101 #
102 # Top level generic files
103 #
104 !.gitignore
105 tags
106
107 # cscope files
108 cscope.*
109
110 # doxygen files
111 doxygen.*
112 *.mod