Add basic Emacs .gitignore entries

(cherry picked from commit 2696fee3c6)
This commit is contained in:
Adam Scott 2024-02-02 15:32:27 -05:00 committed by Rémi Verschelde
parent 49927fb64c
commit 0d75fc564b
No known key found for this signature in database
GPG Key ID: C3336907360768E1

4
.gitignore vendored
View File

@ -132,6 +132,10 @@ cppcheck-cppcheck-build-dir/
*.pydevproject *.pydevproject
*.launch *.launch
# Emacs
\#*\#
.\#*
# GCOV code coverage # GCOV code coverage
*.gcda *.gcda
*.gcno *.gcno