forked from sheepdog/sheepdog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
87 lines (79 loc) · 791 Bytes
/
.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
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes
*.d
*.orig
*.rej
cscope.*
*.gcda
*.gcno
*.info
*~
*.la
*.lo
*.service
#
# for GLOBAL
#
GTAGS
GRTAGS
GPATH
GSYMS
#
# programs
#
test-driver
dog/dog
sheep/sheep
sheepfs/sheepfs
shepherd/shepherd
tools/zk_control
tools/create-diff-object
tests/unit/dog/test_common
tests/unit/sheep/test_vdi
tests/unit/sheep/test_cluster_driver
# directories
.deps
autom4te.cache
coverage
aclocal.m4
Makefile
Makefile.in
INSTALL
config.log
config.status
config.guess
config.sub
configure
depcomp
install-sh
missing
push
stamp-h1
libtool
ltmain.sh
config.h
config.h.in
script/generic
script/dog
script/sheepdog
tests/check.log
tests/check.time
tests/atconfig
tests/*.out.bad
*.patch
man/sheep.8
man/dog.8
man/sheepfs.8
*.deb