guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gitignore: Add .DS_Store.


From: guix-commits
Subject: 03/06: gitignore: Add .DS_Store.
Date: Sun, 5 Jun 2022 15:28:15 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 4d47c2c723927ad4ad4142bd517c6ccc03c27528
Author: Pavel Shlyak <p.shlyak@pantherx.org>
AuthorDate: Thu May 26 20:29:42 2022 +0300

    gitignore: Add .DS_Store.
    
    Ignore MacOS specific file: https://en.wikipedia.org/wiki/.DS_Store
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 .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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]