From e6fa228476ec76cede776ef941f139f4a5b18900 Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Fri, 15 May 2015 19:37:42 +0900 Subject: [PATCH] Ignore TAGS (Emacs) and tags (vi) files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fa4cdcd1ad..438ff5a1ff 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ dist/ erp5.util.egg-info/ bt5/bt5list product/ERP5/bootstrap/bt5list +TAGS +tags -- 2.30.9