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