-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (61 loc) · 764 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (61 loc) · 764 Bytes
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
.deps/
.libs/
.vscode/
*.a
*.app
*.dll
*.dylib
*.exe
*.la
*.lai
*.lib
*.lo
*.log
*.m4
*.o
*.obj
*.out
*.slo
*.so
*~
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
marisa.pc
missing
stamp-h1
test-driver
tests/base-test
tests/base-test.trs
tests/io-test
tests/io-test.dat
tests/io-test.trs
tests/marisa-test
tests/marisa-test.dat
tests/marisa-test.trs
tests/trie-test
tests/trie-test.dat
tests/trie-test.trs
tests/vector-test
tests/vector-test.dat
tests/vector-test.trs
tools/marisa-benchmark
tools/marisa-build
tools/marisa-common-prefix-search
tools/marisa-dump
tools/marisa-lookup
tools/marisa-predictive-search
tools/marisa-reverse-lookup
/build/
/build-*/