Add .gitignore

This commit is contained in:
km
2026-03-30 06:35:37 +09:00
parent b1c3ec3af4
commit 297cf2e5eb
+8
View File
@@ -0,0 +1,8 @@
*.o
test_crc32
build/
node_modules/
*.log
.DS_Store
*.swp
*~