cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob 768a6abdd0524365a0b5d271e43eacf68b7ce5c1 703 bytes (raw)
$ git show HEAD:.gitignore	# shows this blob on the CLI

 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
 
*-1
*-t
*.1
*.a
*.gc??
*.gz
*.log
*.o
.deps
.dirstamp
/*.cache
/*.in
/.version
/.gnulib-version
/ChangeLog*
/NEWS*
/_build
/aclocal.m4
/cfg_parser.c
/chunk_parser.c
/cmogstored
/cmogstored-*.*.*/
/cmogstored.1.txt
/config.h
/config.rpath
/config.status
/configure
/http_parser.c
/iostat_parser.c
/lib
/listen_parser.c
/mgmt_parser.c
/valid_put_path.c
probes.h
/stamp-h1
/tmp
/valid_path.c
/www
Makefile
Makefile.in
TAGS
cmogstored-*.tar.gz
confdefs.h
conftest*
cover_db
perf.data*
tags
*.trs
*~

# gnulib tests
/tests

/build-aux/ar-lib
/build-aux/compile
/build-aux/test-driver

# should be redundant, but different revisions of gnulib
# yield different results:
/build-aux/snippet/*.h
/m4/onceonly.m4

git clone https://yhbt.net/cmogstored.git