mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
maint: ignore unsaved emacs files
I did a 'git add .', then realized that it ended up trying to add the emacs lock file for a corresponding file that I had not yet saved all my edits; thankfully I noticed it in time. Since we already exclude other temporary files, this makes the most sense for preventing such a mistake from actually hitting upstream. * .gitignore: Add .#* to the exclude list.
This commit is contained in:
parent
eba36a3878
commit
caea10bf75
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.#*
|
||||
*#*#
|
||||
*.#*#
|
||||
*.a
|
||||
|
Loading…
Reference in New Issue
Block a user