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