-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
141 lines (130 loc) · 2.05 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# object files
*.o
.dep
# build system
.census
include/config.h
include/builddefs
install-sh
# packaging
doc/CHANGES.gz
xfsdump-*
xfsdump_*
# autoconf generated files
aclocal.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
autom4te.cache/
config.guess
config.log
config.status
config.sub
configure
autoscan.log
# libtool
libtool
ltmain.sh
*.lo
*.la
.libs
# gettext
po/xfsdump.pot
po/*.mo
# cscope stuff
cscope.*
# quilt stuff
.pc/
patches/
# binaries
dump/xfsdump
invutil/xfsinvutil
restore/xfsrestore
# @%#% symlinked sourced files
dump/arch_xlate.[ch]
dump/cldmgr.[ch]
dump/content.h
dump/content_common.[ch]
dump/content_inode.h
dump/dlog.[ch]
dump/drive.[ch]
dump/drive_minrmt.c
dump/drive_scsitape.c
dump/drive_simple.c
dump/exit.h
dump/fs.[ch]
dump/getdents.[ch]
dump/global.[ch]
dump/hsmapi.[ch]
dump/inv_api.c
dump/inv_core.c
dump/inv_files.c
dump/inv_fstab.c
dump/inv_idx.c
dump/inv_mgr.c
dump/inv_priv.h
dump/inv_stobj.c
dump/inventory.h
dump/lock.[ch]
dump/main.c
dump/media.h
dump/mlog.[ch]
dump/openutil.[ch]
dump/path.[ch]
dump/qlock.[ch]
dump/rec_hdr.h
dump/ring.[ch]
dump/sproc.[ch]
dump/stream.[ch]
dump/timeutil.[ch]
dump/ts_mtio.h
dump/types.h
dump/util.[ch]
invutil/global.h
invutil/inv_files.c
invutil/inv_priv.h
invutil/inventory.h
invutil/mlog.h
invutil/timeutil.[ch]
invutil/types.h
invutil/util.h
restore/arch_xlate.[ch]
restore/cldmgr.[ch]
restore/content.h
restore/content_inode.h
restore/dlog.[ch]
restore/drive.[ch]
restore/drive_minrmt.c
restore/drive_scsitape.c
restore/drive_simple.c
restore/exit.h
restore/fs.[ch]
restore/getdents.[ch]
restore/global.[ch]
restore/hsmapi.[ch]
restore/inv_api.c
restore/inv_core.c
restore/inv_files.c
restore/inv_fstab.c
restore/inv_idx.c
restore/inv_mgr.c
restore/inv_priv.h
restore/inv_stobj.c
restore/inventory.h
restore/lock.[ch]
restore/main.c
restore/media.h
restore/mlog.[ch]
restore/openutil.[ch]
restore/path.[ch]
restore/qlock.[ch]
restore/rec_hdr.h
restore/ring.[ch]
restore/sproc.[ch]
restore/stream.[ch]
restore/timeutil.[ch]
restore/ts_mtio.h
restore/types.h
restore/util.[ch]