Whamcloud - gitweb
LU-5179 libcfs: do not leak mm_struct
[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 *.so
40 *.swp
41 *.unsigned
42 00[0-9][0-9]-*.patch
43 autoMakefile
44 autoMakefile.in
45 config.guess
46 config.log
47 config.status
48 config.sub
49 configure
50 depcomp
51 install-sh
52 Makefile
53 missing
54 modules.order
55 TAGS
56
57 #
58 # Top level generated files specific to this top level dir
59 #
60 /.mergeinfo-*
61 /.pc
62 /.Xrefs-2.5
63 /acl.size
64 /aclocal.m4
65 /autom4te-2.53.cache
66 /autom4te.cache
67 /COMMIT_EDITMSG.*
68 /compile
69 /config.cache
70 /config.h
71 /config.h.in
72 /INSTALL
73 /libtool
74 /lustre.spec
75 /lustre-dkms.spec
76 /lustre*.tar.gz
77 /mkinstalldirs
78 /Module.markers
79 /Module.symvers
80 /Module.symvers.old
81 /Modules.symvers
82 /patches
83 /Rules
84 /series
85 /stamp-h1
86
87 #
88 # Top level generic files
89 #
90 !.gitignore
91 tags
92
93 # cscope files
94 cscope.*
95
96 # doxygen files
97 doxygen.*