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