gitignore: ignore *~ as well
This commit is contained in:
parent
df83a4b010
commit
53466cbd51
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
._*
|
._*
|
||||||
.idea/
|
.idea/
|
||||||
/build/
|
/build/
|
||||||
|
*~
|
||||||
|
|
Loading…
Reference in a new issue