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