add .gitignore

This commit is contained in:
Steven Dan
2026-05-12 11:19:07 +08:00
parent b43581c2ff
commit 5b81931d4b
3 changed files with 78 additions and 0 deletions

4
.gitattributes vendored Normal file
View File

@@ -0,0 +1,4 @@
* text=auto
*.c text eol=lf
*.xc text eol=lf
*.h text eol=lf