From 6036434b092ab2eca40e8203daddf8e30233889b Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 5 Oct 2023 23:38:14 +0200 Subject: [PATCH] Remove large and unnecessary fortran objects (#100) * Remove large and unnecessary fortran objects * Resolve feedback --- rust/ittapi-sys/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust/ittapi-sys/Cargo.toml b/rust/ittapi-sys/Cargo.toml index 19deb56..4b465d3 100644 --- a/rust/ittapi-sys/Cargo.toml +++ b/rust/ittapi-sys/Cargo.toml @@ -16,6 +16,10 @@ exclude = [ "c-library/.github", "c-library/.vscode", "c-library/build*", + "c-library/CMakeLists.txt", + "c-library/cmake", + "c-library/include/fortran", + "c-library/include/AdvisorAnnotate.cs", ] [dependencies]