mirror of
https://codeberg.org/armin/monostep.git
synced 2026-09-01 04:10:46 +02:00
Add vim swap ignore and README build/install instructions
This commit is contained in:
parent
acebdacfd0
commit
6ebf6dd04a
2 changed files with 26 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue