From 0734db1740ca5f8f480418892067bfe3da83dfc3 Mon Sep 17 00:00:00 2001
From: Anton Matosov <anton.matosov@gmail.com>
Date: Tue, 15 Nov 2016 00:39:53 -0800
Subject: [PATCH] Ignore all CLion related files as they are all generated from
 cmake

---
 .gitignore | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/.gitignore b/.gitignore
index dfa3bd0e62..9e5b5bb2a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,17 +75,4 @@ vectorcontrol/
 
 
 # CLion ignores
-# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
-# User-specific stuff:
-.idea/workspace.xml
-.idea/tasks.xml
-.idea/dictionaries
-.idea/vcs.xml
-.idea/jsLibraryMappings.xml
-# Sensitive or high-churn files:
-.idea/dataSources.ids
-.idea/dataSources.xml
-.idea/dataSources.local.xml
-.idea/sqlDataSources.xml
-.idea/dynamic.xml
-.idea/uiDesigner.xml
\ No newline at end of file
+.idea
-- 
GitLab