diff --git a/.gitignore b/.gitignore index b8bd026..06e7ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,52 @@ +# -*- 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 + +# Prerequisites +*.d + # Compiled Object files *.slo *.lo @@ -15,6 +64,7 @@ # Fortran module files *.mod +*.smod # Compiled Static libraries *.lai @@ -25,4 +75,4 @@ # Executables *.exe *.out -*.app +*.app \ No newline at end of file