Try updating gitignore again

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

2
.gitignore vendored
View File

@ -14,10 +14,10 @@
*.list *.list
# General directories to ignore # General directories to ignore
!.github/workflows/*
.vscode/ .vscode/
__pycache__/ __pycache__/
**/work* **/work*
!.github/workflows/*
/**/obj_dir* /**/obj_dir*
/**/gmon* /**/gmon*