lwp: Fast time doesn't need util
[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 /cscope.out
50 /include
51 /lib
52 /autom4te.cache
53 /ID
54 /TAGS
55 /NTLang.bat
56 /golast.bat
57 /.version
58
59 # Destination build directories
60 /alpha_nbsd*
61 /alpha_dux*
62 /amd64_linux*
63 /amd64_fsbd*
64 /amd64_nbsd*
65 /dest
66 /hp_ux*
67 /i386_dfbsd*
68 /i386_fbsd*
69 /i386_nbsd*
70 /i386_obsd*
71 /i386_linux*
72 /i386_umlinux*
73 /ia64_hpux*
74 /ia64_linux*
75 /obj
76 /packages
77 /parisc_linux*
78 /ppc_darwin*
79 /ppc_nbsd*
80 /ppc64_linux*
81 /rs_aix*
82 /s390_linux*
83 /s390x_linux*
84 /sgi_65
85 /sparc64_obsd*
86 /sparc64_linux*
87 /sun4_*
88 /sun4x_*
89 /sunx86_*
90 /x86_darwin*
91
92 # Result of make libafs_tree
93 /libafs_tree