Add .gitignore to ignore build artifacts

This commit is contained in:
2025-08-30 09:43:43 -05:00
parent 3ceddfb554
commit b2369d5171

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Build artifacts
a.out
*.o
build/