Commit 22ace972 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move SSH ignore rules & add local configs to it

parent f53a45ae
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -39,11 +39,6 @@
/.zcompdump*
/.xsession-errors*

# SSH stores & keys
.ssh/known_hosts
.ssh/authorized_keys
.ssh/id*

# Vim local spell files
.vim/spell/.*.add
.vim/spell/.*.add.spl

.ssh/.gitignore

0 → 100644
+9 −0
Original line number Diff line number Diff line
known_hosts
authorized_keys

# local IDs
id*

# local configs
config.local
.config.*