Commit 4d59517f authored by JingboWang1997's avatar JingboWang1997 Committed by Facebook Github Bot
Browse files

ignore data files in .gitignore

Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/546

Differential Revision: D14272808

Pulled By: myleott

fbshipit-source-id: e993450354e7d7561b14b56c12d4859a8ee7121b
parent 8a8df81d
...@@ -108,3 +108,6 @@ ENV/ ...@@ -108,3 +108,6 @@ ENV/
# Generated files # Generated files
fairseq/temporal_convolution_tbc fairseq/temporal_convolution_tbc
# data
data-bin/
...@@ -26,6 +26,7 @@ def main(args): ...@@ -26,6 +26,7 @@ def main(args):
import_user_module(args) import_user_module(args)
print(args) print(args)
os.makedirs(args.destdir, exist_ok=True) os.makedirs(args.destdir, exist_ok=True)
target = not args.only_source target = not args.only_source
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment