From 3c152cb1a42b2192c6ff4ad8066c29541f4dd721 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Sun, 12 Apr 2020 19:32:18 +0200
Subject: [PATCH] Ignore des fichiers pour Emacs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- options de compilation utilisées
- Fichiers de TAGS
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index e6183f04e..db6b1e042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,7 @@ CMakeFiles/
 CMakeCache.txt
 .\#*
 .DS_Store
+/compile_commands.json
+GPATH
+GRTAGS
+GTAGS
-- 
GitLab