From 8a1a249dc4403a3ecc014353d239421ee63842e1 Mon Sep 17 00:00:00 2001
From: Raphael Grimm <raphael.grimm@kit.edu>
Date: Sun, 16 Feb 2020 23:57:03 +0100
Subject: [PATCH] Add new cmake cache files to .gitignore

---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 505aa0582..3f4719c8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,8 @@ scenarios/*/*/config/datapath.cfg
 
 *.icegrid.xml
 data/RobotAPI/logs
+
+.cmake/api/v1/query/cache-v2
+.cmake/api/v1/query/codemodel-v2
+.cmake/api/v1/query/cmakeFiles-v1
+
-- 
GitLab