From 3034d9ad2ab4f1ca7274fa77d38a89db8480484a Mon Sep 17 00:00:00 2001 From: Hayley Date: Wed, 10 Jul 2019 15:04:01 -0500 Subject: [PATCH] modifying gitignore for cmake --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.gitignore b/.gitignore index f0f4d72..5234d66 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,37 @@ bin Debug Release .settings + +# Clion files # +###################### +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# CMake +cmake-build-*/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# File-based project format +*.iws