OrchidTechnologies / orchid

Orchid: VPN, Personal Firewall
https://www.orchid.com/
GNU Affero General Public License v3.0
655 stars 102 forks source link

Add emacs ~ files to .gitignore #47

Closed jcvernaleo closed 4 years ago

saurik commented 4 years ago

Individual projects should not be playing whack-a-mole with the temporary files created by every single text editor in existence. I use vim, someone else uses nano... down this road lies madness. You should create your own global git ignore file, set it as core.excludesfile, and then add whatever local-to-you patterns makes sense to ignore (or configure emacs to not leave these files in the working folder; I tend to do this whenever possible with my editors).