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