Skip to content

Commit

Permalink
gitignore (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Nov 28, 2020
1 parent d2704c0 commit 9b05778
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
@@ -0,0 +1,27 @@
.DS_Store
anserini/
*~

# for MS MARCO passage
collection.tar.gz
passage-predictions/
qrels.dev.small.tsv
queries.dev.small.tsv
collection.tsv

lucene-index-msmarco-passage-expanded/
msmarco-passage-expanded/
run.msmarco-passage-expanded.dev.small.txt

# for MS MARCO do
doc-predictions/
msmarco-docs.tsv.gz
msmarco_doc_passage_ids.txt

msmarco-doc-expanded/
lucene-index-msmarco-doc-expanded/
run.msmarco-doc-expanded.dev.small.txt

msmarco-doc-expanded-passage/
lucene-index-msmarco-doc-expanded-passage/
run.msmarco-doc-expanded-passage.dev.small.txt

0 comments on commit 9b05778

Please sign in to comment.