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