.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* *.user*
*~ *~
*.swp *.swp
*.pyc *.pyc
# Build directories
/build /build
/build-* /build-*
/.vs /.vs
# Build files
*.a *.a
*.dylib *.dylib
*.dll *.dll
@ -18,4 +21,9 @@ CMakeCache.txt
CMakeFiles CMakeFiles
CMakeSettings.json CMakeSettings.json
cmake_install.cmake cmake_install.cmake
hle-bios.bin
version.c version.c
# Runtime generated cruft
*.sav
*.ss0