Add *~ to .gitignore
This commit is contained in:
parent
1c4e2f7521
commit
d967dfe405
|
|
@ -14,3 +14,5 @@ Cargo.lock
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*~
|
||||||
Loading…
Reference in New Issue