mirror of
https://github.com/github/gitignore.git
synced 2025-02-21 05:34:53 +08:00
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.
This commit is contained in:
parent
4488915eec
commit
d34fe3a059
@ -47,3 +47,5 @@ flycheck_*.el
|
||||
# network security
|
||||
/network-security.data
|
||||
|
||||
# undo-tree
|
||||
*.~undo-tree~
|
||||
|
Loading…
Reference in New Issue
Block a user