Dmitry Beresnev
commited on
Commit
·
2f9dfbe
1
Parent(s):
5264534
add lin reg and markov chains to gitignore
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -26,4 +26,4 @@ hmm_results/
|
|
| 26 |
# Ignore linear regression (temporary)
|
| 27 |
src/core/linear_regression/
|
| 28 |
# Ignore markov chains (temporary)
|
| 29 |
-
src/core/
|
|
|
|
| 26 |
# Ignore linear regression (temporary)
|
| 27 |
src/core/linear_regression/
|
| 28 |
# Ignore markov chains (temporary)
|
| 29 |
+
src/core/markovs_chainss/
|