ubik: Clarify UBIK_VERSION_LOCK semantics
[openafs.git] / .gitignore
1 #
2 # This is the root .gitignore for OpenAFS.
3 #
4 # Please don't add files that are generated in specific subdirectories
5 # here. This file should only contain rules for the entire tree, 
6 # and entries specific to the top level directory.
7 #
8 # After changing this file, please run
9 #     git ls-files -i --exclude-standard
10 # to check that you haven't inadvertently ignored any tracked files.
11
12 # General rules
13
14 .*
15 *.orig
16 *.rej
17 *.o
18 *.lo
19 *.a
20 *.la
21 *.so
22 *.sl
23 *.so.*
24 *.dylib.*
25 *.dSYM
26 *.xdr.c
27 *.cs.c
28 *.ss.c
29 *~
30 lex.yy.c
31 y.tab.c
32 y.tab.h
33 Makefile
34 RX_component_version_number.c
35 AFS_component_version_number.c
36 AFS_component_version_number.h
37 vc*.pdb
38 rs_state.ini
39 config.log
40
41 !.mailmap
42 !.gitignore
43 !.gitreview
44 !.cvsignore
45 !.splintrc
46
47 # Top level files
48 /aclocal.m4
49 /config.cache
50 /config.status
51 /configure
52 /configure-libafs
53 /cscope.out
54 /include
55 /lib
56 /libtool
57 /autom4te.cache
58 /ID
59 /TAGS
60 /NTLang.bat
61 /golast.bat
62 /.version
63
64 # Destination build directories
65 /alpha_nbsd*
66 /amd64_linux*
67 /amd64_fsbd*
68 /amd64_nbsd*
69 /dest
70 /hp_ux*
71 /i386_dfbsd*
72 /i386_fbsd*
73 /i386_nbsd*
74 /i386_obsd*
75 /i386_linux*
76 /i386_umlinux*
77 /ia64_hpux*
78 /ia64_linux*
79 /obj
80 /packages
81 /parisc_linux*
82 /ppc_darwin*
83 /ppc_nbsd*
84 /ppc64_linux*
85 /rs_aix*
86 /s390_linux*
87 /s390x_linux*
88 /sgi_65
89 /sparc64_obsd*
90 /sparc64_linux*
91 /sun4_*
92 /sun4x_*
93 /sunx86_*
94 /x86_darwin*
95
96 # Result of make libafs_tree
97 /libafs_tree