"...models/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "4d711fdc21d1ccbc4d366f7bfddb318ebb7408a0"
Commit a846b213 authored by Louis MARTIN's avatar Louis MARTIN Committed by Myle Ott
Browse files

Ignore files in examples (other than .sh and .md)

When downloading files in examples directory (e.g. when running
`prepare-iwslt14.sh`), git sees them as untracked files but they should
not be committed.
Add a .gitignore script that ignore everything in the examples
subdirectories except for .sh and .md files.
parent 572a1d55
*/*
!*/*.sh
!*/*.md
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