Prototype the vlserver directory
[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
35 !.gitignore
36 !.cvsignore
37 !.splintrc
38
39 # Top level files
40 /aclocal.m4
41 /config.log
42 /config.cache
43 /config.status
44 /configure
45 /configure-libafs
46 /include
47 /lib
48 /autom4te.cache
49 /ID
50 /TAGS
51 /NTLang.bat
52 /NTMakefile
53 /golast.bat
54
55 # Destination build directories
56 /alpha_nbsd*
57 /alpha_dux*
58 /amd64_linux*
59 /amd64_fsbd*
60 /amd64_nbsd*
61 /hp_ux*
62 /i386_dfbsd*
63 /i386_fbsd*
64 /i386_nbsd*
65 /i386_obsd*
66 /i386_linux*
67 /i386_umlinux*
68 /ia64_hpux*
69 /ia64_linux*
70 /parisc_linux*
71 /ppc_darwin*
72 /ppc_nbsd*
73 /ppc64_linux*
74 /rs_aix*
75 /s390_linux*
76 /s390x_linux*
77 /sgi_65
78 /sparc64_obsd*
79 /sparc64_linux*
80 /sun4_*
81 /sun4x_*
82 /sunx86_*
83 /x86_darwin*