all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pavel Shlyak <p.shlyak@pantherx.org>
To: 55662@debbugs.gnu.org
Subject: [bug#55662] [PATCH] Ignore temporary files created my macOS
Date: Thu, 26 May 2022 20:34:42 +0300	[thread overview]
Message-ID: <495F2615-DF0B-4972-AEDA-71387F8E38CA@pantherx.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

Check https://en.wikipedia.org/wiki/.DS_Store and https://stackoverflow.com/questions/107701/how-can-i-remove-ds-store-files-from-a-git-repository for more details

[-- Attachment #2: 0001-gitignore-macOS-files.patch --]
[-- Type: application/octet-stream, Size: 520 bytes --]

From 2cb21f75f8f1440cda74d1075ee9437dad409bb9 Mon Sep 17 00:00:00 2001
From: Pavel Shlyak <p.shlyak@pantherx.org>
Date: Thu, 26 May 2022 20:29:42 +0300
Subject: [PATCH] gitignore: macOS files

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f4b4bb4dc1..18e1b0739f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -157,3 +157,4 @@ tmp
 /gnu/packages/bootstrap
 /gnu/packages/aux-files/guile-guile-launcher.o
 /guile
+.DS_Store
-- 
2.32.1 (Apple Git-133)


             reply	other threads:[~2022-05-26 17:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26 17:34 Pavel Shlyak [this message]
2022-05-26 19:33 ` [bug#55662] [PATCH] Ignore temporary files created my macOS Liliana Marie Prikler
2022-05-26 20:24   ` Pavel Shlyak
2022-05-26 21:09     ` Liliana Marie Prikler
2022-05-26 21:43       ` Maxime Devos
2022-05-26 21:07   ` Maxime Devos
2022-05-26 21:09     ` Pavel Shlyak
2022-06-05 19:07 ` bug#55662: " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=495F2615-DF0B-4972-AEDA-71387F8E38CA@pantherx.org \
    --to=p.shlyak@pantherx.org \
    --cc=55662@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.