Skip to content

Commit

Permalink
Prevent compiled executable from being uploaded
Browse files Browse the repository at this point in the history
Also updated compile.sh
And removed 2 unnecessary newlines from README.md
  • Loading branch information
SiviourBla committed Jul 31, 2022
1 parent 0142924 commit 7087d36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/compile/compile.shvpath
/compile/appledouble

# https://github.com/github/gitignore/blob/main/Global/macOS.gitignore

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

2 changes: 1 addition & 1 deletion compile/compile_sh
Submodule compile_sh updated 2 files
+2 −2 README.md
+10 −0 compile.sh

0 comments on commit 7087d36

Please sign in to comment.