Browse Source

Merge pull request #256 from perillo/improve-more-2

More improvements
Chris Boesch 2 years ago
parent
commit
58e28761be
2 changed files with 4 additions and 12 deletions
  1. 0 7
      .gitattributes
  2. 4 5
      .gitignore

+ 0 - 7
.gitattributes

@@ -4,13 +4,6 @@
 # Default behavior, if core.autocrlf is unset.
 # Default behavior, if core.autocrlf is unset.
 * text=auto
 * text=auto
 
 
-# Files to be converted to native line endings on checkout.
-*.cpp text
-*.h text
-
-# Text files to always have CRLF (dos) line endings on checkout.
-*.bat text eol=crlf
-
 # Text files to always have LF (unix) line endings on checkout.
 # Text files to always have LF (unix) line endings on checkout.
 *.sh text eol=lf
 *.sh text eol=lf
 *.zig text eol=lf
 *.zig text eol=lf

+ 4 - 5
.gitignore

@@ -1,5 +1,4 @@
-*~
-*.swp
-zig-cache/
-answers/
-patches/healed/
+/zig-cache/
+/zig-out/
+/answers/
+/patches/healed/