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