Added new git config files

gitmessage -- the default message in git commits
global_ignore -- .gitignore globals
This commit is contained in:
Ben Vincent 2022-08-29 18:50:10 +09:30
parent 33f0518300
commit da59166ff7
2 changed files with 78 additions and 0 deletions

7
.config/git/gitmessage Normal file
View File

@ -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

71
.config/git/global_ignore Normal file
View File

@ -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