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:
Adam J. Stewart 2022-03-19 10:31:03 -05:00 коммит произвёл GitHub
Родитель ed402a04c8
Коммит 29edfe8adb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

4
.gitattributes поставляемый
Просмотреть файл

@ -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