Finally got gitignore

This commit is contained in:
Jordan Carlin 2024-10-15 21:08:03 -07:00
parent ba243c8dbe
commit 7de44871ef
No known key found for this signature in database

2
.gitignore vendored
View File

@ -17,7 +17,7 @@
.vscode/ .vscode/
__pycache__/ __pycache__/
**/work* **/work*
!.github/workflows/* !.github/*
/**/obj_dir* /**/obj_dir*
/**/gmon* /**/gmon*