Reformat and add a gitignore

This commit is contained in:
Patricia Aas 2021-06-22 12:58:18 +02:00 committed by Patricia Aas
parent 5f0c03c1fa
commit f51b7d65e0
4 changed files with 8 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vcpkg/*

View File

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include "PacMan.hpp"
#include <gtest/gtest.h>
TEST(PacManTest, InitialPosition) {
Board board;