Add basic Emacs .gitignore entries

This commit is contained in:
Adam Scott 2024-02-02 15:32:27 -05:00
parent 10e111477d
commit 2696fee3c6
No known key found for this signature in database
GPG key ID: 1352C2919D96DDDF

4
.gitignore vendored
View file

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