forked from openafs/openafs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (91 loc) · 1.29 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#
# This is the root .gitignore for OpenAFS.
#
# Please don't add files that are generated in specific subdirectories
# here. This file should only contain rules for the entire tree,
# and entries specific to the top level directory.
#
# After changing this file, please run
# git ls-files -i --exclude-standard
# to check that you haven't inadvertently ignored any tracked files.
# General rules
.*
*.orig
*.rej
*.o
*.lo
*.a
*.la
*.so
*.sl
*.so.*
*.dylib.*
*.dSYM
*.xdr.c
*.cs.c
*.ss.c
*~
lex.yy.c
y.tab.c
y.tab.h
Makefile
RX_component_version_number.c
AFS_component_version_number.c
AFS_component_version_number.h
vc*.pdb
rs_state.ini
config.log
!.mailmap
!.gitignore
!.gitreview
!.cvsignore
!.splintrc
# Top level files
/aclocal.m4
/config.cache
/config.status
/configure
/configure-libafs
/cscope.out
/include
/lib
/libtool
/autom4te.cache
/ID
/TAGS
/NTLang.bat
/golast.bat
/.version
# Destination build directories
/alpha_nbsd*
/amd64_linux*
/amd64_fsbd*
/amd64_nbsd*
/dest
/hp_ux*
/i386_dfbsd*
/i386_fbsd*
/i386_nbsd*
/i386_obsd*
/i386_linux*
/i386_umlinux*
/ia64_hpux*
/ia64_linux*
/obj
/packages
/parisc_linux*
/ppc_darwin*
/ppc_nbsd*
/ppc64_linux*
/rs_aix*
/s390_linux*
/s390x_linux*
/sgi_65
/sparc64_obsd*
/sparc64_linux*
/sun4_*
/sun4x_*
/sunx86_*
/x86_darwin*
# Result of make libafs_tree
/libafs_tree