Skip to content

Commit

Permalink
Add basic Emacs .gitignore entries
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Feb 3, 2024
1 parent 10e1114 commit 2696fee
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 2696fee

Please sign in to comment.