From da59166ff7564bdde3aee3071048592aaa18d4ae Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 29 Aug 2022 18:50:10 +0930 Subject: [PATCH] Added new git config files gitmessage -- the default message in git commits global_ignore -- .gitignore globals --- .config/git/gitmessage | 7 ++++ .config/git/global_ignore | 71 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 .config/git/gitmessage create mode 100644 .config/git/global_ignore diff --git a/.config/git/gitmessage b/.config/git/gitmessage new file mode 100644 index 0000000..f3eaa69 --- /dev/null +++ b/.config/git/gitmessage @@ -0,0 +1,7 @@ +# vi:ft=gitcommit:tw=72:sw=2:ts=2:expandtab:spell + + +# If applied, this commit will... +# Why is this change needed? +# How does it address the issue? +# Provide links to any relevant tickets, articles or other resources diff --git a/.config/git/global_ignore b/.config/git/global_ignore new file mode 100644 index 0000000..b6e8ca1 --- /dev/null +++ b/.config/git/global_ignore @@ -0,0 +1,71 @@ +.~lock.*# + +# Mac stuff +.DS_Store + +# vim-session +Session.vim + +# Ctags +tags +TAGS +tags +.tags + +# Backup +*.bak +*.tmp +*~ +.*.sw* + +# Python +*.pyc + +# Archives +*.7z +*.jar +*.rar +*.zip +*.tgz +*.gz +*.bzip +*.xz +*.lzma +*.iso +*.tar +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm + +# LaTeX +*.aux +*.bbl +*.blg +*.dvi +*.fdb_latexmk +*.glg +*.glo +*.gls +*.idx +*.ilg +*.ind +*.ist +*.lof +*.log +*.lot +*.nav +*.nlo +*.out +*.pdfsync +*.ps +*.snm +*.spl +*.synctex.gz +*.toc +*.vrb +*.maf +*.mtc +*.mtc0