[PATCH] D81331: Add GNU idutils tag information file to .gitignore for monorepo.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 13:09:24 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGca77aa03fef7: Add GNU idutils tag filename to .gitignore. (authored by kaz7, committed by jyknight).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81331/new/

https://reviews.llvm.org/D81331

Files:
  .gitignore


Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -34,6 +34,7 @@
 /GRTAGS
 /GSYMS
 /GTAGS
+/ID
 .gitusers
 autom4te.cache
 cscope.files


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81331.270502.patch
Type: text/x-patch
Size: 205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/70054029/attachment.bin>


More information about the llvm-commits mailing list