Whamcloud - gitweb
LU-15707 lod: force creation of a component without a pool
[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 _lpb
46 00[0-9][0-9]-*.patch
47 autoMakefile
48 autoMakefile.in
49 config.guess
50 config.log
51 config.status
52 config.sub
53 configure
54 debs
55 depcomp
56 install-sh
57 Makefile
58 missing
59 modules.order
60 TAGS
61
62 #
63 # Top level generated files specific to this top level dir
64 #
65 /find-provides
66 /find-provides.ksyms
67 /.mergeinfo-*
68 /.pc
69 /.Xrefs-2.5
70 /acl.size
71 /aclocal.m4
72 /autom4te-2.53.cache
73 /autom4te.cache
74 /COMMIT_EDITMSG.*
75 /compile
76 /config.cache
77 /config.h
78 /config.h.in
79 /undef.h
80 /INSTALL
81 /libtool
82 /lustre.spec
83 /lustre-dkms.spec
84 /lustre*.tar.gz
85 /lustre*.rpm
86 /kmod-lustre*.rpm
87 /kmp-*.files
88 /kmp-*.preamble
89 /mkinstalldirs
90 /Module.markers
91 /Module.symvers
92 /Module.symvers.old
93 /Modules.symvers
94 /patches
95 /Rules
96 /series
97 /stamp-h1
98 /LUSTRE-VERSION-FILE
99
100 #
101 # Top level generic files
102 #
103 !.gitignore
104 tags
105
106 # cscope files
107 cscope.*
108
109 # doxygen files
110 doxygen.*
111 *.mod