modifying gitignore for cmake

This commit is contained in:
Hayley 2019-07-10 15:04:01 -05:00
parent 1652d3002b
commit 3034d9ad2a

34
.gitignore vendored
View file

@ -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