2
0
Fork 0

Merge pull request #87878 from adamscott/emacs-gitignore

Add basic Emacs `.gitignore` entries
master
Rémi Verschelde 2024-02-03 23:21:01 +07:00
commit 217597371e
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored

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