Skip to content

Commit

Permalink
git: add ignore pattern for emacs backupi files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Oct 23, 2023
1 parent 9380f5a commit d7c0b23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ _build
node_modules

# gobra
#######
*.vpr
tmp/
logger.log

# emacs backup files
####################
*~

0 comments on commit d7c0b23

Please sign in to comment.