[PATCH] D50109: [NFC] Add tags file to .gitignore

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 16:24:12 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC340479: [NFC] Add tags file to .gitignore (authored by george.karpenkov, committed by ).
Herald added a subscriber: cfe-commits.

Changed prior to commit:
  https://reviews.llvm.org/D50109?vs=162099&id=162101#toc

Repository:
  rC Clang

https://reviews.llvm.org/D50109

Files:
  .gitignore


Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -24,6 +24,7 @@
 #==============================================================================#
 cscope.files
 cscope.out
+/tags
 
 #==============================================================================#
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50109.162101.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180822/d209ce08/attachment.bin>


More information about the cfe-commits mailing list