[PATCH] D146880: Make git ignore core files

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 00:58:50 PDT 2023


aidengrossman updated this revision to Diff 509240.
aidengrossman added a comment.



Updating D146880: Make git ignore core files
============================================

Address reviewer feedback.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146880

Files:
  .gitignore


Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -22,6 +22,8 @@
 .sw?
 #OS X specific files.
 .DS_store
+# Ignore core files that might accidentally end up in the repository.
+**/core
 
 # Ignore the user specified CMake presets in subproject directories.
 /*/CMakeUserPresets.json


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146880.509240.patch
Type: text/x-patch
Size: 352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230329/71d38075/attachment.bin>


More information about the llvm-commits mailing list