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 e564bfaa60
commit 771447914d
No known key found for this signature in database
GPG Key ID: C3336907360768E1

4
.gitignore vendored
View File

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