diff options
Diffstat (limited to 'content/posts/WIP-freecad-and-git')
-rw-r--r-- | content/posts/WIP-freecad-and-git/index.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/WIP-freecad-and-git/index.org b/content/posts/WIP-freecad-and-git/index.org index 73ddd86..c6d8d24 100644 --- a/content/posts/WIP-freecad-and-git/index.org +++ b/content/posts/WIP-freecad-and-git/index.org @@ -61,8 +61,8 @@ textconv = unzip -c -a Then I create a =~/.gitattributes= file with the following content. #+begin_src conf -,*.FCStd filter=zippey -,*.FCStd diff=zip +*.FCStd filter=zippey +*.FCStd diff=zip #+end_src With this, =git= should be now be able to effectively diff and store |