Whamcloud - gitweb
LU-2275 mdt: Avoid setting positive dispositions too early
[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 .tmp_versions
23 .Xrefs
24 *~
25 *.a
26 *.dSYM
27 *.i
28 *.ko
29 *.mod.c
30 *.o
31 *.orig
32 *.rej
33 *.s
34 *.so
35 *.swp
36 *.unsigned
37 00[0-9][0-9]-*.patch
38 autoMakefile
39 autoMakefile.in
40 config.log
41 config.status
42 configure
43 Makefile
44 modules.order
45 TAGS
46
47 #
48 # Top level generated files specific to this top level dir
49 #
50 /.mergeinfo-*
51 /.pc
52 /.Xrefs-2.5
53 /acl.size
54 /aclocal.m4
55 /autom4te-2.53.cache
56 /autom4te.cache
57 /COMMIT_EDITMSG.*
58 /compile
59 /config.cache
60 /config.guess
61 /config.h
62 /config.h.in
63 /config.sub
64 /depcomp
65 /INSTALL
66 /install-sh
67 /lustre.spec
68 /lustre*.tar.gz
69 /missing
70 /mkinstalldirs
71 /Module.markers
72 /Module.symvers
73 /Module.symvers.old
74 /Modules.symvers
75 /patches
76 /Rules
77 /series
78 /stamp-h1
79
80 #
81 # Top level generic files
82 #
83 !.gitignore
84 tags
85
86 # cscope files
87 cscope.*
88
89 # doxygen files
90 doxygen.*