From b0533f16d5f3ffa14f9577fd20e49c30a036aa11 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Thu, 4 Oct 2018 22:49:13 -0400 Subject: [PATCH] [git] add global gitignore file --- global_gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 global_gitignore diff --git a/global_gitignore b/global_gitignore new file mode 100644 index 0000000..abd5227 --- /dev/null +++ b/global_gitignore @@ -0,0 +1,15 @@ +# My Global .gitignore +# Set with: +# git config --global core.excludesfile 'path/to/.gitignore' +# +# For the junk that I create that nobody else needs or wants + +# ctags files +tags +TAGS + +# Vim files +*.swp + +# OS Junk +.DS_Store -- libgit2 0.28.4