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 | |
parent | 9af328c35585b40c418191772da083650e5be18d (diff) | |
download | dotfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.lz dotfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.tar.zst dotfiles-9dd9b2972c4c526109f4fb57f936b67290ace003.zip |
Rename gitignore for better linking
-rw-r--r-- | gitconfig | 2 | ||||
-rw-r--r-- | gitignore (renamed from global.gitignore) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig index 0915a23..7c21d74 100644 --- a/gitconfig +++ b/gitconfig @@ -22,4 +22,4 @@ [diff] algorithm = patience [core] - excludesfile = ~/projects/dotfiles/global.gitignore + excludesfile = ~/.gitignore diff --git a/global.gitignore b/gitignore index 7e23dca..7e23dca 100644 --- a/global.gitignore +++ b/gitignore |