From fc80c89bce830358464ad8507e00a42e24d88212 Mon Sep 17 00:00:00 2001 From: Ratul Saha <12273725+sahaRatul@users.noreply.github.com> Date: Tue, 7 Apr 2020 19:55:42 +0530 Subject: [PATCH] gitignore updated --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be05e07..8174f06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ build/ CMakeFiles/ +cmake-build-debug/ Testing/ _CPack_Packages/ .vscode/ -.vs/ \ No newline at end of file +.vs/ +.idea/ \ No newline at end of file