diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-18 16:14:28 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-18 16:20:51 +0100 |
| commit | 176948356dfe02f6217ad432316c4fa51fc933f5 (patch) | |
| tree | 35f47224a04529a5c255a1415b7eab1168f5e837 /core/.gitignore | |
| parent | 930cf2ab0b872539c59e7702042692f7638d4e89 (diff) | |
| download | vis-176948356dfe02f6217ad432316c4fa51fc933f5.tar.gz vis-176948356dfe02f6217ad432316c4fa51fc933f5.tar.xz | |
test/core: rename files to have distinct names
Having different names for the test driver/actual implementation
might make the Travis / Codecov errors less confusing.
Diffstat (limited to 'core/.gitignore')
| -rw-r--r-- | core/.gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/.gitignore b/core/.gitignore index f14cb69..b5fdb76 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -1,8 +1,8 @@ /config.h -/text -/buffer -/map -/array +/text-test +/buffer-test +/map-test +/array-test /ccan-config *.gcda *.gcno |
