gitignore: ignore *~ as well

alt_setting-error
Henrik Grimler 2021-06-15 10:46:25 +02:00
parent df83a4b010
commit 53466cbd51
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
._* ._*
.idea/ .idea/
/build/ /build/
*~