Whamcloud - gitweb
LU-3089 tests: Give ZFS more time to complete dd's
[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.guess
41 config.log
42 config.status
43 config.sub
44 configure
45 depcomp
46 install-sh
47 Makefile
48 missing
49 modules.order
50 TAGS
51
52 #
53 # Top level generated files specific to this top level dir
54 #
55 /.mergeinfo-*
56 /.pc
57 /.Xrefs-2.5
58 /acl.size
59 /aclocal.m4
60 /autom4te-2.53.cache
61 /autom4te.cache
62 /COMMIT_EDITMSG.*
63 /compile
64 /config.cache
65 /config.h
66 /config.h.in
67 /INSTALL
68 /lustre.spec
69 /lustre*.tar.gz
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.*