diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2018-09-13 09:57:49 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2018-09-13 09:57:49 +0700 |
| commit | aa6073185b74b1864ef4c3e2c173f29468165caf (patch) | |
| tree | 26ac35f26e1cc533f6a0d7d00bc6a17854a9f74a /git | |
| parent | 27bde7159c956b67ee9f02480d0234748fd49dbf (diff) | |
| download | dotfiles-aa6073185b74b1864ef4c3e2c173f29468165caf.tar.gz dotfiles-aa6073185b74b1864ef4c3e2c173f29468165caf.tar.bz2 dotfiles-aa6073185b74b1864ef4c3e2c173f29468165caf.tar.lz dotfiles-aa6073185b74b1864ef4c3e2c173f29468165caf.tar.xz dotfiles-aa6073185b74b1864ef4c3e2c173f29468165caf.tar.zst dotfiles-aa6073185b74b1864ef4c3e2c173f29468165caf.zip | |
updated gitconfig and emacs init.el
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 2 | ||||
| -rw-r--r-- | git/.gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 8c0bf33..871a709 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -3,3 +3,5 @@ name = Peter Son Struschka [color] ui = true +[core] + excludesfile = ~/.gitignore diff --git a/git/.gitignore b/git/.gitignore new file mode 100644 index 0000000..b79602f --- /dev/null +++ b/git/.gitignore @@ -0,0 +1 @@ +**/.idea |
