Whamcloud - gitweb
LU-10769 osd-zfs: fix deadlock on osd_object::oo_guard
[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 .dirstamp
17 .deps
18 .depend
19 .DS_Store
20 .*.cmd
21 .*.d
22 .*.flags
23 .libs
24 .tmp_versions
25 .Xrefs
26 *~
27 \.#*
28 \#*
29 *.a
30 *.dSYM
31 *.i
32 *.ko
33 *.la
34 *.lo
35 *.mod.c
36 *.o
37 *.orig
38 *.rej
39 *.s
40 *-stamp
41 *.so
42 *.swp
43 *.unsigned
44 00[0-9][0-9]-*.patch
45 autoMakefile
46 autoMakefile.in
47 config.guess
48 config.log
49 config.status
50 config.sub
51 configure
52 debs
53 depcomp
54 install-sh
55 Makefile
56 missing
57 modules.order
58 TAGS
59
60 #
61 # Top level generated files specific to this top level dir
62 #
63 /.mergeinfo-*
64 /.pc
65 /.Xrefs-2.5
66 /acl.size
67 /aclocal.m4
68 /autom4te-2.53.cache
69 /autom4te.cache
70 /COMMIT_EDITMSG.*
71 /compile
72 /config.cache
73 /config.h
74 /config.h.in
75 /undef.h
76 /INSTALL
77 /libtool
78 /lustre.spec
79 /lustre-dkms.spec
80 /lustre*.tar.gz
81 /lustre*.rpm
82 /kmod-lustre*.rpm
83 /kmp-*.files
84 /kmp-*.preamble
85 /mkinstalldirs
86 /Module.markers
87 /Module.symvers
88 /Module.symvers.old
89 /Modules.symvers
90 /patches
91 /Rules
92 /series
93 /stamp-h1
94 /LUSTRE-VERSION-FILE
95
96 #
97 # Top level generic files
98 #
99 !.gitignore
100 tags
101
102 # cscope files
103 cscope.*
104
105 # doxygen files
106 doxygen.*