forked from mroonga/mroonga
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (115 loc) · 2.4 KB
/
.gitignore
File metadata and controls
115 lines (115 loc) · 2.4 KB
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
*.i
*.ii
*.la
*.lo
*.o
*.s
*.so
*~
.deps
.libs
/.dirstamp
/.vagrant/
/CMakeCache.txt
/CMakeFiles/
/INSTALL
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.lt
/config.sh
/config.status
/config.sub
/configure
/configure.lineno
/data/install.sql
/data/install_plugin.sql
/data/update.sql
/depcomp
/doc/locale/*/*-build-stamp
/doc/locale/*/LC_MESSAGES/*-build-stamp
/doc/locale/*/LC_MESSAGES/*.edit
/doc/locale/*/LC_MESSAGES/*.mo
/doc/locale/*/LC_MESSAGES/*.pot
/doc/locale/*/LC_MESSAGES/*/*-build-stamp
/doc/locale/*/LC_MESSAGES/*/*.edit
/doc/locale/*/LC_MESSAGES/*/*.mo
/doc/locale/*/LC_MESSAGES/*/*.pot
/doc/locale/*/LC_MESSAGES/*/*/*-build-stamp
/doc/locale/*/LC_MESSAGES/*/*/*.edit
/doc/locale/*/LC_MESSAGES/*/*/*.mo
/doc/locale/*/LC_MESSAGES/*/*/*.pot
/doc/locale/*/LC_MESSAGES/*/*/*/*-build-stamp
/doc/locale/*/LC_MESSAGES/*/*/*/*.edit
/doc/locale/*/LC_MESSAGES/*/*/*/*.mo
/doc/locale/*/LC_MESSAGES/*/*/*/*.pot
/doc/locale/*/LC_MESSAGES/doctrees/
/doc/locale/*/doctrees/
/doc/locale/*/html/
/doc/locale/*/man/
/doc/locale/en/LC_MESSAGES/*.po
/doc/locale/en/LC_MESSAGES/*/*.po
/doc/locale/en/LC_MESSAGES/*/*/*.po
/install-sh
/install_manifest.txt
/libmroonga.a
/libtool
/ltmain.sh
/m4
/misc/
/missing
/mrn_version.h
/mroonga-*.tar.gz
/mysql-test/mroonga/storage/information_schema/r/plugins.result
/mysql-test/mroonga/storage/variable/r/version.result
/packages/*/*.tar.gz
/packages/*/apt/build.sh
/packages/*/apt/env.sh
/packages/*/apt/repositories/
/packages/*/apt/tmp/
/packages/*/debian.*
/packages/*/ubuntu/
/packages/*/yum/build.sh
/packages/*/yum/env.sh
/packages/*/yum/repositories/
/packages/*/yum/tmp/
/packages/apt/*.log
/packages/apt/*/*.log
/packages/apt/.vagrant/
/packages/apt/env.sh
/packages/apt/repositories/
/packages/apt/tmp/
/packages/debian-5.5/control
/packages/debian-5.6/control
/packages/debian-5.7/control
/packages/debian-mariadb-10.0/control
/packages/debian-mariadb-10.1/control
/packages/jessie-mariadb-10.0/control
/packages/mroonga-*.tar.gz
/packages/rpm/*/*.spec
/packages/source/files/
/packages/source/tmp/
/packages/tmp/*
/packages/ubuntu/mroonga-*.orig.tar.gz
/packages/ubuntu/tmp/
/packages/windows/files/*
/packages/yum/*.log
/packages/yum/*/*.log
/packages/yum/.vagrant/
/packages/yum/env.sh
/packages/yum/repositories/
/packages/yum/tmp/*
/src/scratch
/stamp-h1
/test-driver
/tmp-doc/
/vendor/
CTestTestfile.cmake
Makefile
Makefile.in
cmake_install.cmake
cscope.out