diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
| commit | ba6824d123dc50ec39099e47c76f6c0c16d296fb (patch) | |
| tree | b427b041349dd5330c5ffa6b6419be3bb7214143 /git | |
| parent | 1212a9d32dbc809bcce679b9d36f3a233af3193e (diff) | |
| download | dotfiles-ba6824d123dc50ec39099e47c76f6c0c16d296fb.tar.gz | |
Update
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] |
