Add Emacs lock and backup files to .gitignore
This commit is contained in:
parent
89c3ee2cfc
commit
02af71212e
|
|
@ -1,3 +1,9 @@
|
|||
|
||||
# Emacs
|
||||
*~
|
||||
\#*#
|
||||
.#*
|
||||
|
||||
# ---> Rust
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
|
|
|
|||
Loading…
Reference in New Issue