diff options
author | O01eg <o01eg@yandex.ru> | 2021-09-29 10:38:55 +0300 |
---|---|---|
committer | O01eg <o01eg@yandex.ru> | 2021-09-29 10:39:20 +0300 |
commit | 2cd052f8891fdb0cc4782d1d0576e3f38a72492a (patch) | |
tree | f60dd4b160f714e775630ee24b0fc67d8316c6f5 /.gitignore | |
parent | b1237b5caca9c9193b63698d9a05f13e11e53860 (diff) |
Add tests for Translations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 00d87b6bf6..5b3414fe7e 100644 --- a/.gitignore +++ b/.gitignore @@ -390,3 +390,6 @@ gcov.css # https://clangd.llvm.org/ cache folder .clangd/ .cache/ + +# Generated by unit tests files +tests/data/*.translation |