diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-11-28 22:44:27 +0200 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-11-28 22:44:27 +0200 |
| commit | 8f7ceb6ecf1765e6515687b1971fcbd127818176 (patch) | |
| tree | 0b245c6969f269c8f6aa03d04988517f1ca273ac /.gitignore | |
| parent | fa14e043a604dfa17f45cf401cbcbeb4fb33693c (diff) | |
Encoder unit tests.
Closes #11.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ CMakeCache.txt CMakeFiles Makefile cmake_install.cmake +compile_commands.json + +# Unit tests +CTestTestfile.cmake +Testing +unittest*.cmake # Prerequisites *.d |
