-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
66 lines (57 loc) · 819 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
65
66
*.o
*.lo
*~
# GNU Autoconf and Automake
INSTALL
depcomp
ltmain.sh
libtool
/Makefile
*.scan
aclocal.m4
autom4te.cache
config.h
config.h.in*
config.guess
config.sub
config.log
install-sh
autoscan.log
config.status
/config/*
configure
missing
.deps
.dirstamp
stamp-h1
*.tar.gz
# executables
Bin/MorphGen
Bin/RegressionTest
Source/MorphGen/MorphGen
Source/RegressionTest/RegressionTest
examples/c/firstform
examples/cpp/lemmatize
Dicts/Morph/*/
# Compiled Static libraries
*.lai
*.la
*.a
*.orst
*.orsh
*.d
# Compiled Dynamic libraries
*.so
*.dylib
# vim
*.swp
*.bak
# build from .in-files
Source/common/common_exe_mak
Source/common/common_lib_mak
pkgconfig/lemmatizer-rsh.pc
pkgconfig/lemmatizer-rst.pc
pkgconfig/lemmatizer-dsh.pc
pkgconfig/lemmatizer-dst.pc
pkgconfig/lemmatizer.pc
perllib/Lemmatizer/Makefile.PL