aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-04-25 18:31:12 +0000
committerGitHub <[email protected]>2023-04-25 18:31:12 +0000
commit58e28761be8edb2847876f563bece79e023a5ab9 (patch)
tree37cd604b63a2dffa79e65a37f29cd236d24543f5
parent752efd891da5d640b345849471357ba176fe4d1b (diff)
parent7470c294759d9595a7a354af07ea17ca23f21811 (diff)
downloadziglings-58e28761be8edb2847876f563bece79e023a5ab9.tar.xz
ziglings-58e28761be8edb2847876f563bece79e023a5ab9.zip
Merge pull request #256 from perillo/improve-more-2
More improvements
-rw-r--r--.gitattributes7
-rw-r--r--.gitignore9
2 files changed, 4 insertions, 12 deletions
diff --git a/.gitattributes b/.gitattributes
index 97386d9..1cb5af7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,13 +4,6 @@
# Default behavior, if core.autocrlf is unset.
* 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.
*.sh text eol=lf
*.zig text eol=lf
diff --git a/.gitignore b/.gitignore
index eeb5eef..4dc8b36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
-*~
-*.swp
-zig-cache/
-answers/
-patches/healed/
+/zig-cache/
+/zig-out/
+/answers/
+/patches/healed/