mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
commit
58e28761be
2 changed files with 4 additions and 12 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
@ -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
|
||||||
|
|
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
*~
|
/zig-cache/
|
||||||
*.swp
|
/zig-out/
|
||||||
zig-cache/
|
/answers/
|
||||||
answers/
|
/patches/healed/
|
||||||
patches/healed/
|
|
||||||
|
|
Loading…
Reference in a new issue