forked from andre-martins/TurboParser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
53 lines (53 loc) · 1016 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
Makefile
TurboParser
TurboTagger
autom4te.cache
compile
config.h
config.log
config.status
deps/AD3-2.0.2/
deps/gflags-2.0/
deps/glog-0.3.2/
deps/googletest/
deps/eigen-eigen-c58038c56923/
deps/local/
data_local/
ner/
*.o
*.obj
*.tlog
stamp-h1
.deps
vsprojects/*.suo
vsprojects/*.user
vsprojects/*.userosscache
vsprojects/*.sln.docstates
vsprojects/*.aps
vsprojects/*.ncb
vsprojects/*.opendb
vsprojects/*.VC.db
vsprojects/*.opensdf
vsprojects/*.sdf
vsprojects/*.cachefile
vsprojects/*.psess
vsprojects/*.vsp
vsprojects/*.vspx
vsprojects/*/*.vcxproj.user
vsprojects/*/*.vcxproj.filters
vsprojects/*/x64
vsprojects/x64/*
vsprojects/*/Debug
vsprojects/Debug/*
vsprojects/*/Release
vsprojects/Release/*
/python/tokenizers/portuguese/__pycache__
/python/__pycache__
/python/cython_debug
/python/build
/python/tokenizers/__pycache__
/python/turboparser.cp35-win_amd64.pyd
/python/turboparser.cp35-win_amd64.pdb
/python/vc140.pdb
/python/turboparser.cpp
/python/test2.py