Whamcloud - gitweb
LU-898 ptlrpc: fix ptlrpc request race.
[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 *.[oasi]
17 *.so
18 *~
19 *.dSYM
20 *.swp
21 *.orig
22 *.rej
23 *.unsigned
24 modules.order
25 .DS_Store
26
27 #
28 # Top level generated files specific to this top level dir
29 #
30 /.*.cmd
31 /.depend
32 /.deps
33 /.mergeinfo-*
34 /.pc
35 /.tmp_versions
36 /.Xrefs
37 /.Xrefs-2.5
38 /acl.size
39 /aclocal.m4
40 /autom4te-2.53.cache
41 /autom4te.cache
42 /autoMakefile
43 /autoMakefile.in
44 /compile
45 /config.cache
46 /config.guess
47 /config.h
48 /config.h.in
49 /config.log
50 /config.status
51 /config.sub
52 /configure
53 /depcomp
54 /INSTALL
55 /install-sh
56 /lustre.spec
57 /lustre*.tar.gz
58 /Makefile
59 /missing
60 /mkinstalldirs
61 /Module.markers
62 /Module.symvers
63 /Module.symvers.old
64 /Modules.symvers
65 /patches
66 /Rules
67 /series
68 /stamp-h1
69
70 #
71 # Top level generic files
72 #
73 !.gitignore
74 tags
75 TAGS
76
77 # cscope files
78 cscope.*
79
80 # doxygen files
81 doxygen.*