From 6be0568703920f6ab3e2615e249f288649042719 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 6 Jun 2019 11:32:41 +0200 Subject: [PATCH] user a shorted/clearer name for global .gitignore --- dotfiles/.gitconfig | 2 +- dotfiles/{.gitignore_global => .gitignore} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dotfiles/{.gitignore_global => .gitignore} (100%) diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig index 0c1e764..495e279 100644 --- a/dotfiles/.gitconfig +++ b/dotfiles/.gitconfig @@ -45,7 +45,7 @@ sub = submodule [core] - excludesfile = ~/.gitignore_global + excludesfile = ~/.gitignore editor = vim trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/ pager = less -F -X diff --git a/dotfiles/.gitignore_global b/dotfiles/.gitignore similarity index 100% rename from dotfiles/.gitignore_global rename to dotfiles/.gitignore