Add *.so, *.a to .gitignore

This commit is contained in:
olemorud
2023-05-15 23:55:55 +02:00
committed by Ole Morud
parent 05e69d8776
commit 529955dbfb

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
obj/
test/
*.o
*.a
*.so