From 37d7f3de8ac1468b7fb109272f8520140f1fd7eb Mon Sep 17 00:00:00 2001 From: Dathan Bennett Date: Wed, 26 Apr 2023 22:22:58 -0700 Subject: [PATCH] Ignore IntelliJ artifacts and remove CMakeRust submodule --- .gitignore | 1 + .gitmodules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c14ced1f8..d9d6b9971 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ patches tutorials .prove /target/ +/.idea/ diff --git a/.gitmodules b/.gitmodules index 90e9b3e3f..fed3de512 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "src/libshared"] path = src/libshared url = https://github.com/GothenburgBitFactory/libshared.git -[submodule "cmake/CMakeRust"] - path = cmake/CMakeRust - url = https://github.com/Devolutions/CMakeRust