From 63d0511b2965077fe96d2ab7a024e5cb88c800e7 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Tue, 6 Aug 2019 11:05:47 +0200
Subject: [PATCH] Add RELEASE-VERSION to .gitignore

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 73c1ace..71ae2dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,5 @@ __pycache__
 _build
 /.idea
 .cache
-_local_tmp
\ No newline at end of file
+_local_tmp
+RELEASE-VERSION
-- 
GitLab