Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update emacs ignore patterns #5903

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

person142
Copy link
Contributor

@person142 person142 commented Jul 25, 2022

Currently the emacs ignore patterns include **/.#* (lock files), but
doesn't include **/#*# (autosave files;
https://www.emacswiki.org/emacs/AutoSave, not to be confused with
**/*~ backup files, which are ignored.)

Add autosave files.

Currently the emacs ignore patterns include `**/.#*` (lock files), but
doesn't include `**/#*#` (autosave files;
https://www.emacswiki.org/emacs/AutoSave, not to be confused with
`**/*~` backup files which are ignored.)

Add autosave files.
@person142 person142 force-pushed the update-emacs-ignore-patterns branch from 09887b5 to 85d6440 Compare July 25, 2022 20:00
Copy link
Member

@nicks nicks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@nicks nicks merged commit 1e8fa55 into tilt-dev:master Jul 26, 2022
@person142 person142 deleted the update-emacs-ignore-patterns branch July 26, 2022 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants