DEVEL15-windows-cell-locking-20090608
[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 *.xdr.c
23 *.cs.c
24 *.ss.c
25 *~
26 lex.yy.c
27 y.tab.c
28 y.tab.h
29 Makefile
30 RX_component_version_number.c
31 AFS_component_version_number.c
32 AFS_component_version_number.h
33
34 !.gitignore
35 !.cvsignore
36 !.splintrc
37
38 # Top level files
39 /aclocal.m4
40 /config.log
41 /config.cache
42 /config.status
43 /configure
44 /configure-libafs
45 /include
46 /lib
47 /autom4te.cache
48 /ID
49 /TAGS
50 /NTLang.bat
51 /NTMakefile
52 /golast.bat
53
54 # Destination build directories
55 /amd64_linux26
56 /hp_ux102
57 /hp_ux110
58 /i386_linux22
59 /i386_linux24
60 /i386_linux26
61 /i386_umlinux22
62 /i386_umlinux24
63 /parisc_linux24
64 /sgi_65
65 /sun4x_56
66 /sun4x_57
67