From bfba0f9b9b422a8ab8b4cfaf1916b437b6da9e16 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 21 Jul 2016 19:29:48 +0500 Subject: [git] Global ignore file. --- files/.gitconfig | 5 +++++ files/.gitignore | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 files/.gitignore diff --git a/files/.gitconfig b/files/.gitconfig index 6ce704b..1c54287 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -12,6 +12,7 @@ stat = true [core] pager = less -+$LESS -FRX + excludesfile = ~/.gitignore [alias] diffstat = diff --stat -r co = checkout @@ -33,3 +34,7 @@ autosetuprebase = local [help] autocorrect = 10 +[credential] + helper = cache +[remote-hg] + hg-git-compat = true diff --git a/files/.gitignore b/files/.gitignore new file mode 100644 index 0000000..1e9d1b3 --- /dev/null +++ b/files/.gitignore @@ -0,0 +1,10 @@ +# Eclipse project files +.classpath +.project +.settings + +# SASS +.sass-cache + +# Python +*.pyc -- cgit v1.2.3