Skip to content

Commit

Permalink
gitignore: ignore emacs' backup and auto-save files
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimon committed Dec 23, 2022
1 parent c376051 commit 7b65487
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 @@ -5,6 +5,10 @@
# Misc
/.settings/language.settings.xml

# Emacs backup and auto-save files
*~
\#*\#

# Output folders
/Duet2/
/Duet2_SBC/
Expand Down

0 comments on commit 7b65487

Please sign in to comment.