Add basic Emacs .gitignore entries

(cherry picked from commit 2696fee3c6b08cd9645a61ebf08b84fd70be5a72)
This commit is contained in:
Adam Scott 2024-02-02 15:32:27 -05:00 committed by Relintai
parent ef997c9d2b
commit b2ebbdd10c

4
.gitignore vendored
View File

@ -77,6 +77,10 @@ gmon.out
*.pydevproject
*.launch
# Emacs
\#*\#
.\#*
# GCOV code coverage
*.gcno
*.gcda