Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Bring in more Git configuration changes.
Browse files Browse the repository at this point in the history
It just so happens that I don't need to set this explicitly even with a
.gitignore in my home directory because Git doesn't actually read that file
globally. Instead, it reads, by default, $XDG_CONFIG_HOME/git/ignore.

Kinda neat.
  • Loading branch information
nrr committed Jun 17, 2017
1 parent 27f810b commit cbe5d00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
[merge]
ff = false
[core]
# I have a .gitignore in my home directory already since I keep my dotfiles
# under version control.
excludesfile = ~/.gitignore.excludesfile
[commit]
gpgsign = true
[gpg]
Expand Down

0 comments on commit cbe5d00

Please sign in to comment.