diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 43632ff..e2f51c0 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -1,38 +1,41 @@ # -*- 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/ # Flycheck flycheck_*.el # server auth directory /server/ + +# projectiles files +.projectile \ No newline at end of file