From e0c8d559e762a734e028d6929a286adcd8e0a131 Mon Sep 17 00:00:00 2001
From: istasm <mathieu.istas@univ-grenoble-alpes.fr>
Date: Thu, 24 Feb 2022 17:48:05 +0100
Subject: [PATCH] added .rst to ignored extensions

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

diff --git a/.gitignore b/.gitignore
index 55a4914..0c0ee9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,9 @@ wheels/
 *.egg
 MANIFEST
 
+# rst files
+*.rst
+
 # PyInstaller
 #  Usually these files are written by a python script from a template
 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
-- 
GitLab