Added new git config files
gitmessage -- the default message in git commits global_ignore -- .gitignore globals
This commit is contained in:
parent
33f0518300
commit
da59166ff7
7
.config/git/gitmessage
Normal file
7
.config/git/gitmessage
Normal 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
71
.config/git/global_ignore
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user