Skip to content

Commit d34fe3a

Browse files
authored
Added undo-tree
Added undo-tree, which is a popular package for undoing changes made to a file. It leaves hidden files everywhere, and can litter up a repository if not ignored. I have to add `*.~undo-tree~` to every `.gitignore` file in every repository I am working in. As you can guess, this gets very tedious.
1 parent 4488915 commit d34fe3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Global/Emacs.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ flycheck_*.el
4747
# network security
4848
/network-security.data
4949

50+
# undo-tree
51+
*.~undo-tree~

0 commit comments

Comments
 (0)