aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorrafjaf2025-07-20 18:24:34 +0200
committerJakob Unterwurzacher2025-08-07 23:06:03 +0200
commitf59e552e755f35c0278eaebd27a0dacb10914551 (patch)
treefb7305584a724c17630c92dcec2ea8ba7df9706c /.gitignore
parent2ebd0d754b8ee46e6c65e90e1d1e13491b03b7b5 (diff)
darwin: syscallcompat: add RenameatxNp plus flags
Fix macos file saving problem by implementing RENAME_EXCHANGE flag. With test. The dummy value for RENAME_WHITEOUT collides with the new flags. Move it wayyy up. https://github.com/rfjakob/gocryptfs/issues/914
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e2743f..73b7357 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,6 @@ gocryptfs.1
# Source tarball version. Should never be committed to git.
/VERSION
+
+# Ignore macos specific files
+.DS_Store \ No newline at end of file