diff --git a/tests/.gitignore b/tests/.gitignore index 21f295a..f5b621f 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,4 @@ # These will be generated by cmkr, so no point in tracking them **/CMakeLists.txt -**/cmkr.cmake \ No newline at end of file +**/cmkr.cmake +**/vcpkg.json \ No newline at end of file diff --git a/tests/vcpkg/vcpkg.json b/tests/vcpkg/vcpkg.json deleted file mode 100644 index 8c0008a..0000000 --- a/tests/vcpkg/vcpkg.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$cmkr": "This file is automatically generated from cmake.toml - DO NOT EDIT", - "$cmkr-url": "https://github.com/build-cpp/cmkr", - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", - "dependencies": [ - "fmt" - ], - "description": "Dependencies from vcpkg", - "name": "vcpkg", - "version-string": "" -}