forked from naver/arcus-memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (62 loc) · 840 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
# Keep the entries sorted to reduce the risk for a merge conflict
*.[ao]
*.exe
*.gcda
*.gcno
*.gcov
*.l[ao]
*.tcov
*~
.deps
.dirstamp
/.libs/
/aclocal.m4
/arcus-memcached-*.tar.gz
/autom4te.cache
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/config/Doxyfile
/config/Doxyfile-api
/configure
/depcomp
/deps/*
!/deps/*.tar.gz
!/deps/install.sh
/doc/doxy
/doc/doxy-api
/doc/engine-interface.txt
/doc/protocol-binary-range.txt
/doc/protocol-binary.txt
/engine_testapp
/install-sh
/libtool
/ltmain.sh
/m4/version.m4
/memcached
/memcached-*.tar.gz
/memcached-debug
/memcached-debug.profile
/memcached.spec
/memcached_dtrace.h
/missing
/mkinstalldirs
/sizes
/stamp-h1
/t/binary-sasl.t
/testapp
/timedrun
/version.num
Makefile
Makefile.in
TAGS
cscope.out
tags
# MacOS
.DS_Store
# Visual Stuido Code
.vscode