Merge pull request #209 from LevelHome/dmaestas/gitignore

Updates .gitignore to ignore *.a, *.o, and *.so
This commit is contained in:
Ken MacKay
2023-03-22 19:48:39 -07:00
committed by GitHub
+4 -1
View File
@@ -5,4 +5,7 @@ __pycache__
*.pyd
*.pyz
*.egg-info/
.DS_Store
*.a
*.o
*.so
.DS_Store