myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit d82592f7986c0c31602c082a108ee1392f4740a3
parent b92453f4ba2c5276d94c763201108cdd2546e02f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  1 Nov 2016 10:43:30 +0100

+global gitignore

Diffstat:
gitconfig | 2++
gitignore | 8++++++++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -26,3 +26,5 @@ default = current [credential] helper = store +[core] + excludesfile = /home/a3nm/config/gitignore diff --git a/gitignore b/gitignore @@ -0,0 +1,8 @@ +*.aux +*.bbl +*.bcf +*.blg +*.fls +*.fdb_latexmk +*.out +*.run.xml