From c2f80b60478401f016d3e34643282ee350a392ac Mon Sep 17 00:00:00 2001 From: Max Regan Date: Tue, 19 Feb 2019 17:26:34 +0000 Subject: [PATCH] Add '.gitignore_global' --- .gitignore_global | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore_global diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..4d78264 --- /dev/null +++ b/.gitignore_global @@ -0,0 +1,26 @@ +# ---> Emacs +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# ---> Tags +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope +TAGS +!TAGS/ +tags +!tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out +.cquery_cache* \ No newline at end of file