From 7f11cabb817bc4fc3310278274519cb2e78ce4c0 Mon Sep 17 00:00:00 2001 From: Tanvir Date: Tue, 10 Sep 2024 23:26:48 +0600 Subject: [PATCH] gitignore: add toptal emacs template --- .gitignore | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/.gitignore b/.gitignore index 9cdd619..3ba51c0 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,60 @@ # End of https://www.toptal.com/developers/gitignore/api/git + +# Created by https://www.toptal.com/developers/gitignore/api/emacs +# Edit at https://www.toptal.com/developers/gitignore?templates=emacs + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +# End of https://www.toptal.com/developers/gitignore/api/emacs +