commit b0533f16d5f3ffa14f9577fd20e49c30a036aa11 (patch) parent 16b35517ee076709d38006e3cd2b4df629630db3 Author: Alexander Karle <akarle@umass.edu> Date: Thu, 4 Oct 2018 22:49:13 -0400 [git] add global gitignore file Diffstat:
A | global_gitignore | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/global_gitignore 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