forked from groonga/groonga
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
77 lines (77 loc) · 1.22 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
*.la
*.lo
*.o
*.exe
*.pyc
*.gcno
*.gcda
.deps
.ditz-config
.gdb_history
.libs
*~
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.lt
/config.status
/config.sub
/configure
/depcomp
/dist
/install-sh
/libtool
/ltmain.sh
/missing
/groonga.pc
/groonga.spec
/stamp-h1
/src/groonga
/src/grnslap
Makefile
Makefile.in
version.sh
/examples/kv
/examples/index
/doc/ja/doctrees/
/doc/ja/html/
/doc/ja/rdoc/
/doc/ja/man/
/doc/ja/.buildinfo
/doc/ja/_sources/
/doc/ja/_static/
/doc/ja/build/
/doc/ja/commands_not_implemented/
/doc/ja/objects.inv
/lib/icudump
/coverage
/coverage.info
/test/unit/lib/*-*.*.*/
/apt/debian/pool/*/*/*/*/*.diff.gz
/apt/debian/pool/*/*/*/*/*.tar.gz
/apt/debian/pool/*/*/*/*/*.build
/apt/debian/pool/*/*/*/*/*.changes
/apt/debian/pool/*/*/*/*/*.deb
/apt/debian/pool/*/*/*/*/*.dsc
/apt/debian/dists/
/apt/debian/*.db
/apt/debian/*.conf
/apt/ubuntu/pool/*/*/*/*/*.diff.gz
/apt/ubuntu/pool/*/*/*/*/*.tar.gz
/apt/ubuntu/pool/*/*/*/*/*.build
/apt/ubuntu/pool/*/*/*/*/*.changes
/apt/ubuntu/pool/*/*/*/*/*.deb
/apt/ubuntu/pool/*/*/*/*/*.dsc
/apt/ubuntu/dists/
/apt/ubuntu/*.db
/apt/ubuntu/*.conf
/configure.lineno
/rpm/*/*.spec
/yum/groonga.repo
/yum/RPM-GPG-KEY-groonga
/yum/fedora/
/yum/centos/