diff options
| -rw-r--r-- | git/.gitconfig | 2 | ||||
| -rw-r--r-- | git/.gitignore_global (renamed from git/.gitignore) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 871a709..974d3be 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -4,4 +4,4 @@ [color] ui = true [core] - excludesfile = ~/.gitignore + excludesfile = ~/.gitignore_global diff --git a/git/.gitignore b/git/.gitignore_global index b79602f..b79602f 100644 --- a/git/.gitignore +++ b/git/.gitignore_global |
