.gitignore: Update

This commit is contained in:
Vicki Pfau 2023-04-12 22:31:07 -07:00
parent e8ef801a3e
commit cd720fc6d8
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -1,12 +1,15 @@
# Generic files
*.user*
*~
*.swp
*.pyc
# Build directories
/build
/build-*
/.vs
# Build files
*.a
*.dylib
*.dll
@ -18,4 +21,9 @@ CMakeCache.txt
CMakeFiles
CMakeSettings.json
cmake_install.cmake
hle-bios.bin
version.c
# Runtime generated cruft
*.sav
*.ss0