all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55662] [PATCH] Ignore temporary files created my macOS
@ 2022-05-26 17:34 Pavel Shlyak
  2022-05-26 19:33 ` Liliana Marie Prikler
  2022-06-05 19:07 ` bug#55662: " Mathieu Othacehe
  0 siblings, 2 replies; 8+ messages in thread
From: Pavel Shlyak @ 2022-05-26 17:34 UTC (permalink / raw)
  To: 55662

[-- 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)


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-05 19:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26 17:34 [bug#55662] [PATCH] Ignore temporary files created my macOS Pavel Shlyak
2022-05-26 19:33 ` 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

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.