diff options
author | Alan Pearce | 2014-04-12 09:56:37 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-12 09:56:37 +0100 |
commit | 9dd9b2972c4c526109f4fb57f936b67290ace003 (patch) | |
tree | 4a971be944e84d3549d23474d5ff5db4bb9abb3d /gitconfig | |
parent | 9af328c35585b40c418191772da083650e5be18d (diff) | |
download | nixfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.lz nixfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.zst nixfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.zip |
Rename gitignore for better linking
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 0915a234..7c21d74f 100644 --- a/gitconfig +++ b/gitconfig @@ -22,4 +22,4 @@ [diff] algorithm = patience [core] - excludesfile = ~/projects/dotfiles/global.gitignore + excludesfile = ~/.gitignore |