viced: Assert valid statistics indices
[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 *.a
19 *.so
20 *.sl
21 *.so.*
22 *.dylib.*
23 *.dSYM
24 *.xdr.c
25 *.cs.c
26 *.ss.c
27 *~
28 lex.yy.c
29 y.tab.c
30 y.tab.h
31 Makefile
32 RX_component_version_number.c
33 AFS_component_version_number.c
34 AFS_component_version_number.h
35 vc*.pdb
36 rs_state.ini
37 config.log
38
39 !.gitignore
40 !.cvsignore
41 !.splintrc
42
43 # Top level files
44 /aclocal.m4
45 /config.cache
46 /config.status
47 /configure
48 /configure-libafs
49 /include
50 /lib
51 /autom4te.cache
52 /ID
53 /TAGS
54 /NTLang.bat
55 /golast.bat
56 /.version
57
58 # Destination build directories
59 /alpha_nbsd*
60 /alpha_dux*
61 /amd64_linux*
62 /amd64_fsbd*
63 /amd64_nbsd*
64 /dest
65 /hp_ux*
66 /i386_dfbsd*
67 /i386_fbsd*
68 /i386_nbsd*
69 /i386_obsd*
70 /i386_linux*
71 /i386_umlinux*
72 /ia64_hpux*
73 /ia64_linux*
74 /obj
75 /packages
76 /parisc_linux*
77 /ppc_darwin*
78 /ppc_nbsd*
79 /ppc64_linux*
80 /rs_aix*
81 /s390_linux*
82 /s390x_linux*
83 /sgi_65
84 /sparc64_obsd*
85 /sparc64_linux*
86 /sun4_*
87 /sun4x_*
88 /sunx86_*
89 /x86_darwin*
90
91 # Result of make libafs_tree
92 /libafs_tree