[PATCH] D81331: Add GNU idutils tag information file to .gitignore for monorepo.
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 6 05:50:29 PDT 2020
kaz7 created this revision.
kaz7 added reviewers: echristo, jyknight, beanz.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
kaz7 added a comment.
Added member who reviewed previous modifications at https://reviews.llvm.org/D65559.
Add ID (a tag file of GNU idutils) to .gitignore.
Repository:
rG LLVM Github Monorepo
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.269015.patch
Type: text/x-patch
Size: 205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200606/1bd89252/attachment.bin>
More information about the llvm-commits
mailing list