Skip to content

Commit

Permalink
Add basic Emacs .gitignore entries
Browse files Browse the repository at this point in the history
(cherry picked from commit 2696fee3c6b08cd9645a61ebf08b84fd70be5a72)
  • Loading branch information
adamscott authored and Relintai committed Jul 14, 2024
1 parent ef997c9 commit b2ebbdd
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 @@ -77,6 +77,10 @@ gmon.out
*.pydevproject
*.launch

# Emacs
\#*\#
.\#*

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

0 comments on commit b2ebbdd

Please sign in to comment.