From 7087d36c0015647303db6f33b3258fe5d3c34881 Mon Sep 17 00:00:00 2001 From: Blake Siviour <110327542+SiviourBla@users.noreply.github.com> Date: Sun, 31 Jul 2022 21:57:22 +0800 Subject: [PATCH] Prevent compiled executable from being uploaded Also updated compile.sh And removed 2 unnecessary newlines from README.md --- .gitignore | 1 + README.md | 2 -- compile/compile_sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 54473e1..6f0ef7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /compile/compile.shvpath +/compile/appledouble # https://github.com/github/gitignore/blob/main/Global/macOS.gitignore diff --git a/README.md b/README.md index 4a7b5e5..8800e08 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Generates appledouble files on any filesystem using copyfile. This can be useful when you are sharing files stored on a filesystem that supports extended attributes with another mac through a protocol that doesn't (for example, sharing a folder stored on an [APFS Volume](https://en.wikipedia.org/wiki/Apple_File_System) to another mac through [NFS](https://en.wikipedia.org/wiki/Network_File_System)). - ### ![!](https://via.placeholder.com/15/ff1111/ff1111.png) **This program uses Apple's copyfile library and thus should only function on macOS.** ## More information @@ -27,4 +26,3 @@ This can be useful when you are sharing files stored on a filesystem that suppor - Copy POSIX and ACL information in addition to extended attributes - `-h` - Print the help page and exit - diff --git a/compile/compile_sh b/compile/compile_sh index 3f2edc4..333d546 160000 --- a/compile/compile_sh +++ b/compile/compile_sh @@ -1 +1 @@ -Subproject commit 3f2edc46416319e9e3fd315290d1309a39276a16 +Subproject commit 333d546437419d7ef3d1522dd2036f4298bbfd6d