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