diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab63f79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Everything in the default cmake build folder. +build/* + +# The .clang-format file selected by cmake. +.clang-format