summaryrefslogtreecommitdiffstats
path: root/config/git
diff options
context:
space:
mode:
Diffstat (limited to 'config/git')
-rw-r--r--config/git/config15
-rw-r--r--config/git/ignore10
2 files changed, 0 insertions, 25 deletions
diff --git a/config/git/config b/config/git/config
deleted file mode 100644
index ec672da..0000000
--- a/config/git/config
+++ /dev/null
@@ -1,15 +0,0 @@
-[user]
- name = Mitsuo Tokumori
-[diff]
- # used with $ git difftool
- tool = nvim -d
- submodule = log
-[merge]
- tool = nvim -d
-[gitweb]
- owner = Mitsuo Tokumori <[email protected]>
-[init]
- defaultBranch = master
-[pull]
- ff = only
diff --git a/config/git/ignore b/config/git/ignore
deleted file mode 100644
index 81f3e57..0000000
--- a/config/git/ignore
+++ /dev/null
@@ -1,10 +0,0 @@
-# gitconfig file in ~/.config/git/config (if not in ~/.gitconfig)
-
-# Vim
-*.swp
-
-# KDE
-.directory
-
-# Python
-config.py