forked from apertium/apertium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
130 lines (112 loc) · 2.4 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
*.la
*.lo
*.o
*.pyc
*~
**/.deps/
**/.dirstamp
test-driver
# /
/autom4te.cache
/compile
/config.guess
/config.status
/config.sub
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/missing
/config.log
/INSTALL
Makefile
Makefile.in
/aclocal.m4
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/*.pc
# /apertium/wildcard
.libs
/apertium/apertium
/apertium/apertium-*[!1]
!/apertium/apertium-createmodes.awk
!/apertium/apertium-header.sh
!/apertium/apertium-multiple-translations.cc
!/apertium/apertium-unformat-header.sh
/apertium/apertium_config.h
/apertium/apertium_config.h.in
/apertium/apertium_config.h.in~
/apertium/apertium_deshtml.cc
/apertium/apertium_deshtml_alt.cc
/apertium/apertium_deslatex.cc
/apertium/apertium_desmediawiki.cc
/apertium/apertium_desodt.cc
/apertium/apertium_despptx.cc
/apertium/apertium_desrtf.cc
/apertium/apertium_destxt.cc
/apertium/apertium_deswxml.cc
/apertium/apertium_desxlsx.cc
/apertium/apertium_desxpresstag.cc
/apertium/apertium_postlatex.cc
/apertium/apertium_postlatex_raw.cc
/apertium/apertium_prelatex.cc
/apertium/apertium_rehtml.cc
/apertium/apertium_rehtml_noent.cc
/apertium/apertium_relatex.cc
/apertium/apertium_remediawiki.cc
/apertium/apertium_reodt.cc
/apertium/apertium_repptx.cc
/apertium/apertium_rertf.cc
/apertium/apertium_retxt.cc
/apertium/apertium_rewxml.cc
/apertium/apertium_rexlsx.cc
/apertium/apertium_rexpresstag.cc
/apertium/dix.rnc
/apertium/format.rnc
/apertium/interchunk.rnc
/apertium/Makefile
/apertium/Makefile.in
/apertium/modes.rnc
/apertium/postchunk.rnc
/apertium/tagger.rnc
/apertium/transfer.rnc
/apertium/stamp-*
# Scripts
/scripts/apertium-filter-dix
/scripts/apertium-filter-rules
/scripts/apertium-metalrx-to-lrx
/scripts/apertium-translate-to-default-equivalent
# Tests
/tests/**/Makefile.in
/tests/**/Makefile
/tests/**/.libs
/tests/odt/out.odt
/tests/odt/run.log
/tests/odt/run.trs
/tests/tagger/test-find-similar-ambiguity-class
/tests/data/nno-nob.t3x.bin
/.ccls-cache/
/tests/deslatex/run.log
/tests/deslatex/run.trs
/tests/deshtml-alt/run.log
/tests/deshtml-alt/run.trs
/tests/run_tests.py.log
/tests/run_tests.py.trs
/tests/sh/run.log
/tests/sh/run.trs
**/.mypy_cache/
/tests/data/nno-nob.t1x.bin
/tests/test-suite.log
/compile_commands.json
/python/apertium_core.py
/python/apertium_core_wrap.cpp
/python/setup.py
/python/build*
*.egg-info/
*.egg
/apertium/apertium_deshtml_noent.cc
/apertium/apertium_rehtml_alt.cc