forked from bigartm/bigartm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
172 lines (143 loc) · 4.82 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# emacs backup files
*~
# generated .batch files
*.batch
# python files
*.pyc
# Dependencies
*.depends
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Other libraries
vowpal_wabbit/*
datasets/docword.*.txt
# Visual studio garbage
*.opensdf
*.sdf
*.suo
*/ipch/*
*.vcxproj.user
# CLion garbage
.idea/
# Auto-generated files (by pdflatex)
collateral/*.aux
collateral/*.log
collateral/*.pdf
collateral/*.toc
collateral/*.synctex.gz
collateral/*.bbl
collateral/*.blg
collateral/*.dvi
collateral/*.out
collateral/*.ps
collateral/*.synctex
docs/*.bak
docs/*/*.bak
src/Intermediate/*
src/Win32/*
*.log.INFO.*
*.log.WARNING.*
*.log.ERROR.*
*.batch
*\#*\#*
# Binaries
/src/artm/unittests/
/src/cpp_client/cpp_client
/src/Intermediate/
/src/Win32/
/src/artm/Debug/
/src/artm/Release/
/3rdparty/glog/Debug/*
/3rdparty/glog/Release/*
/3rdparty/glog/vsprojects/libglog/Debug/*
/3rdparty/glog/vsprojects/libglog/Release/*
/3rdparty/glog/vsprojects/libglog_static/Debug/*
/3rdparty/glog/vsprojects/libglog_static/Release/*
/3rdparty/protobuf/
3rdparty/protobuf-3.0.0/python/dist/
3rdparty/protobuf-3.0.0/python/google/protobuf/any_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/any_test_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/api_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/compiler/
3rdparty/protobuf-3.0.0/python/google/protobuf/descriptor_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/duration_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/empty_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/field_mask_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/any_test_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/descriptor_pool_test1_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/descriptor_pool_test2_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/factory_test1_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/factory_test2_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/file_options_test_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/import_test_package/inner_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/import_test_package/outer_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/message_set_extensions_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/missing_enum_values_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/more_extensions_dynamic_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/more_extensions_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/more_messages_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/packed_field_test_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/internal/test_bad_identifiers_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/map_unittest_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/pyext/python_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/source_context_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/struct_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/timestamp_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/type_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_arena_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_custom_options_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_import_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_import_public_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_mset_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_mset_wire_format_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_no_arena_import_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_no_arena_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_no_generic_services_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/unittest_proto3_arena_pb2.py
3rdparty/protobuf-3.0.0/python/google/protobuf/util/
3rdparty/protobuf-3.0.0/python/google/protobuf/wrappers_pb2.py
3rdparty/protobuf-3.0.0/python/protobuf.egg-info/
/libs/libboost*
/libs/v100/*
/libs/v110/*
docs/_build/*
build*
cmake-build-debug*
# protobuf generated files
/python/artm/wrapper/messages_pb2.py
src/artm/core/internals.pb.cc
src/artm/core/internals.pb.h
src/artm/messages.pb.cc
src/artm/messages.pb.h
/src/python/.idea/*
# pytest temp files
/python/build/*
/python/.cache/*
/python/tests/wrapper/__pycache__/*
/python/tests/artm/__pycache__/*
/python/..INFO
/python/artm/#*
/python/artm/wrapper/#*
/python/bigartm.egg-info/*
/python/dist/*
# configuration file for YouCompleteMe
.ycm_extra_conf.py
src/artm/version.h
# MAC OS temp files
*.DS_Store
# bigartm logs
*bigartm.ERROR
*bigartm.INFO
*bigartm.WARNING
# test data
kos/