Add a few things to .gitignore

This commit is contained in:
Ryan Trinkle 2023-04-10 22:26:09 -04:00
parent f2ff3dbb09
commit e4f64347c9

6
.gitignore vendored
View File

@ -1,7 +1,5 @@
# Ignore all files without a dot in them (usually binaries)
*
!*.*
*.dump-* *.dump-*
*.hi *.hi
*.*_hi
*.o *.o
*.*_o