diff options
author | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-10 16:42:55 +0200 |
---|---|---|
committer | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-10 16:42:55 +0200 |
commit | 4f88b6ba253ddb34fdc5049ab3044516df73257c (patch) | |
tree | 77986353c7ee182405fd0bd978f23022c9f90fc8 /.gitignore | |
parent | 4b405fe0f6dbf6c6e377c1b04f20be27d7b7a761 (diff) |
Setup the googletest testing framework
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0902ca8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build +.vscode/**
\ No newline at end of file |