From a7952ddac4bec6137efbd0da8db31091ff1e0369 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 24 Jan 2019 15:23:04 +0100 Subject: [PATCH] Add gitignore --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed90d43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# -*- 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 + +# bibtex +*.aux +*.bbl +*.blg + +# Simulink +*.autosave +*.original +slprj/ \ No newline at end of file