further constrict nat pings
[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
56 # Destination build directories
57 /alpha_nbsd*
58 /alpha_dux*
59 /amd64_linux*
60 /amd64_fsbd*
61 /amd64_nbsd*
62 /dest
63 /hp_ux*
64 /i386_dfbsd*
65 /i386_fbsd*
66 /i386_nbsd*
67 /i386_obsd*
68 /i386_linux*
69 /i386_umlinux*
70 /ia64_hpux*
71 /ia64_linux*
72 /obj
73 /parisc_linux*
74 /ppc_darwin*
75 /ppc_nbsd*
76 /ppc64_linux*
77 /rs_aix*
78 /s390_linux*
79 /s390x_linux*
80 /sgi_65
81 /sparc64_obsd*
82 /sparc64_linux*
83 /sun4_*
84 /sun4x_*
85 /sunx86_*
86 /x86_darwin*
87
88 # Result of make libafs_tree
89 /libafs_tree