summaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/.gitignore4
-rw-r--r--.ssh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/.ssh/.gitignore b/.ssh/.gitignore
index f6b1e46..e69de29 100644
--- a/.ssh/.gitignore
+++ b/.ssh/.gitignore
@@ -1,4 +0,0 @@
-# -*- eval: (git-auto-commit-mode 1) -*-
-*
-!config
-!.gitignore
diff --git a/.ssh/Makefile b/.ssh/Makefile
new file mode 100644
index 0000000..2461e6c
--- /dev/null
+++ b/.ssh/Makefile
@@ -0,0 +1,4 @@
+DESTDIR:=$(DESTDIR)/.ssh
+objects=config
+
+include ../dotfiles.mk