зеркало из https://github.com/microsoft/torchgeo.git
gitattributes: allow diff of test data (#470)
* gitattributes: allow diff of data.py files * Allow diffs of all text files, not just data.py
This commit is contained in:
Родитель
ed402a04c8
Коммит
29edfe8adb
|
@ -1,2 +1,4 @@
|
|||
# Do not change line endings on test data, it will change the MD5
|
||||
/tests/data/*/** binary
|
||||
/tests/data/*/** -text
|
||||
# Test data generation files are fine though
|
||||
/tests/data/**/data.py text
|
||||
|
|
Загрузка…
Ссылка в новой задаче