Whamcloud - gitweb
LU-6142 lov: Fix style issues for lov_merge.c
[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 *.o.ur-safe
38 *.orig
39 *.rej
40 *.s
41 *-stamp
42 *.so
43 *.swp
44 *.unsigned
45 00[0-9][0-9]-*.patch
46 autoMakefile
47 autoMakefile.in
48 config.guess
49 config.log
50 config.status
51 config.sub
52 configure
53 debs
54 depcomp
55 install-sh
56 Makefile
57 missing
58 modules.order
59 TAGS
60
61 #
62 # Top level generated files specific to this top level dir
63 #
64 /.mergeinfo-*
65 /.pc
66 /.Xrefs-2.5
67 /acl.size
68 /aclocal.m4
69 /autom4te-2.53.cache
70 /autom4te.cache
71 /COMMIT_EDITMSG.*
72 /compile
73 /config.cache
74 /config.h
75 /config.h.in
76 /undef.h
77 /INSTALL
78 /libtool
79 /lustre.spec
80 /lustre-dkms.spec
81 /lustre*.tar.gz
82 /lustre*.rpm
83 /kmod-lustre*.rpm
84 /kmp-*.files
85 /kmp-*.preamble
86 /mkinstalldirs
87 /Module.markers
88 /Module.symvers
89 /Module.symvers.old
90 /Modules.symvers
91 /patches
92 /Rules
93 /series
94 /stamp-h1
95 /LUSTRE-VERSION-FILE
96
97 #
98 # Top level generic files
99 #
100 !.gitignore
101 tags
102
103 # cscope files
104 cscope.*
105
106 # doxygen files
107 doxygen.*
108 *.mod