Skip to content

Commit b0a3646

Browse files
committed
chore: add building system
1 parent a4ed79b commit b0a3646

File tree

5 files changed

+1162
-0
lines changed

5 files changed

+1162
-0
lines changed

.gitattributes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Default.
2+
* text eol=lf
3+
4+
# Treat patch files as binaries but let diff'ing them
5+
# as normal text.
6+
*.diff binary diff
7+
*.patch binary diff
8+
*.patch32 binary diff
9+
*.patch64 binary diff
10+
*.patch.* binary diff
11+
12+
# Powershell scripts.
13+
*.ps1 text eol=crlf
14+
15+
# Binaries.
16+
*.gpg binary
17+
*.gz binary
18+
*.jpg binary
19+
*.png binary
20+
*.tar binary
21+
*.tar.* binary

0 commit comments

Comments
 (0)