gauteh / lieer

Fast email-fetching, sending, and two-way tag synchronization between notmuch and GMail
http://lieer.gaute.vetsj.com
Other
553 stars 62 forks source link

Add .venv and .dir-locals.el to .gitignore #268

Closed skangas closed 11 months ago

skangas commented 11 months ago

This just adds to .gitignore two files that I tend to use: the semi-standard .venv directory and the Emacs file .dir-locals.el (for directory local variables.

gauteh commented 11 months ago

Merged. I usually use .git/info/exclude for personal stuff, but it doesn't hurt to add it.