Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Muller <brian.muller@livingsocial.com>2012-01-03 23:56:51 +0400
committerBrian Muller <brian.muller@livingsocial.com>2012-01-03 23:56:51 +0400
commit9f457bf70dcab12082ec07cc6018e3f1a75899a2 (patch)
treea30f2028788bf291a71200ff5644a3c72a842f27 /.gitignore
parent5c267f9404ffbb733c88b759605386aad51e6baf (diff)
now creating a linkable library
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5ed99130..f4718575 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
-src/stamp-*
+*.la
+*.lo
+vowpalwabbit/stamp-*
Makefile
config.status
test/*.predict
@@ -17,6 +19,6 @@ test/models
.libs
.deps
autom4te.cache/
-src/active_interactor
-src/vw
+vowpalwabbit/active_interactor
+vowpalwabbit/vw
cluster/spanning_tree \ No newline at end of file