Skip to content

Commit

Permalink
Merge pull request #87878 from adamscott/emacs-gitignore
Browse files Browse the repository at this point in the history
Add basic Emacs `.gitignore` entries
  • Loading branch information
akien-mga committed Feb 3, 2024
2 parents cfc9a9f + 2696fee commit 2175973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ cppcheck-cppcheck-build-dir/
*.pydevproject
*.launch

# Emacs
\#*\#
.\#*

# GCOV code coverage
*.gcda
*.gcno
Expand Down

0 comments on commit 2175973

Please sign in to comment.