diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2018-09-13 13:30:08 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2018-09-13 13:30:08 +0700 |
| commit | 0cd026990d16918135c8897c26b6973bb92663a1 (patch) | |
| tree | 08ff4941b304ea22316723471fde6c06039f5e90 /git | |
| parent | aa6073185b74b1864ef4c3e2c173f29468165caf (diff) | |
| download | dotfiles-0cd026990d16918135c8897c26b6973bb92663a1.tar.gz dotfiles-0cd026990d16918135c8897c26b6973bb92663a1.tar.bz2 dotfiles-0cd026990d16918135c8897c26b6973bb92663a1.tar.lz dotfiles-0cd026990d16918135c8897c26b6973bb92663a1.tar.xz dotfiles-0cd026990d16918135c8897c26b6973bb92663a1.tar.zst dotfiles-0cd026990d16918135c8897c26b6973bb92663a1.zip | |
fixed global gitignore
Diffstat (limited to 'git')
| -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 |
