From 2b3900643364f568c2308b178a30e8926b779c70 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Wed, 22 Aug 2018 23:23:17 +0000 Subject: [PATCH] [NFC] Add tags file to .gitignore Differential Revision: https://reviews.llvm.org/D50109 llvm-svn: 340479 --- clang/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/.gitignore b/clang/.gitignore index fc84248..f8532b8 100644 --- a/clang/.gitignore +++ b/clang/.gitignore @@ -24,6 +24,7 @@ #==============================================================================# cscope.files cscope.out +/tags #==============================================================================# # Directories to ignore (do not add trailing '/'s, they skip symlinks). -- 2.7.4