From a686f6c036b4d70054e98ed43802c6598ad38c0e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 23 Sep 2016 05:58:55 +0300 Subject: add .ssh/ --- .gitignore | 8 ++++++++ .ssh/.gitignore | 4 ++++ .ssh/config | 1 + 3 files changed, 13 insertions(+) create mode 100644 .ssh/.gitignore create mode 100644 .ssh/config diff --git a/.gitignore b/.gitignore index cef79cc..090fc73 100644 --- a/.gitignore +++ b/.gitignore @@ -23,12 +23,20 @@ # completely sure it is/was necessary for proper font rendering. !/.fonts.conf +# GnuPG configuration +!/.gnupg/ +!/.gnupg/* + # Mintty !/.minttyrc # Python !/.pythonrc +# SSH configuration +!/.ssh/ +!/.ssh/* + # Vim !/.vimrc !/.vimtmp/ diff --git a/.ssh/.gitignore b/.ssh/.gitignore new file mode 100644 index 0000000..b569931 --- /dev/null +++ b/.ssh/.gitignore @@ -0,0 +1,4 @@ +* + +!.gitignore +!config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..07ff3a5 --- /dev/null +++ b/.ssh/config @@ -0,0 +1 @@ +AddKeysToAgent yes -- cgit v1.2.3