From cefd4960892789927995d2b0ca09358e01ae8e59 Mon Sep 17 00:00:00 2001 From: ritt Date: Thu, 3 Sep 2020 15:11:42 +0200 Subject: [PATCH] Ignore .idea --- software/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/.gitignore b/software/.gitignore index 7273050..89311ea 100644 --- a/software/.gitignore +++ b/software/.gitignore @@ -1,4 +1,5 @@ build cmake-build-debug cmake-build-release -bin \ No newline at end of file +bin +.idea