diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.git_ignore | 4 | ||||
| -rw-r--r-- | git/.gitconfig | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/git/.git_ignore b/git/.git_ignore index 25b9412..4c13358 100644 --- a/git/.git_ignore +++ b/git/.git_ignore @@ -6,3 +6,7 @@ *.synctex.gz *.fdb_latexmk *.fls +*.bbl +*.blg +*.aux +*.log diff --git a/git/.gitconfig b/git/.gitconfig index a4472b1..5f03756 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -6,6 +6,7 @@ [core] editor = vim excludesfile = ~/.git_ignore + whitespace = cr-at-eol [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- [push] |
