From dca66df77e480f8031d821ddc297e9a7dbce809a Mon Sep 17 00:00:00 2001
From: Mathieu Lirzin <mthl@gnu.org>
Date: Sat, 5 Nov 2016 13:03:19 +0100
Subject: [PATCH] gitignore: Ignore Etags files.

Change-Id: I0f078ce0f9cfee4cc13c726f465340616515886a
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c505fa0362..b0f3691316 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,9 +69,10 @@ config_auto.h
 # Ignore temp files
 *~
 
-# Cscope/Ctags files
+# Cscope/Ctags/Etags files
 cscope.*
 tags
+TAGS
 TAGS.LST
 ID
 
-- 
GitLab