Add vim swap ignore and README build/install instructions

This commit is contained in:
Armin 2026-08-05 20:05:38 +02:00
commit 6ebf6dd04a
2 changed files with 26 additions and 3 deletions

4
.gitignore vendored
View file

@ -17,6 +17,7 @@ CMakeOutput.log
CMakeError.log
cmake-build-*/
Makefile
!Makefile
*.ninja
# Xcode
@ -31,7 +32,8 @@ DerivedData/
.vs/
*.sublime-project
*.sublime-workspace
*.swp
*.sw[a-p]
.*.sw[a-p]
*~
# macOS