aboutsummaryrefslogtreecommitdiff
path: root/dm
diff options
context:
space:
mode:
Diffstat (limited to 'dm')
-rwxr-xr-xdm3
1 files changed, 2 insertions, 1 deletions
diff --git a/dm b/dm
index c548bcc..2939a5a 100755
--- a/dm
+++ b/dm
@@ -50,6 +50,7 @@ GLOBAL_FILES = \
.screenlayout/ \
.screenrc-mail \
.signature \
+ .ssh/ \
.urxvt/ \
.vim/ \
.vimperatorrc \
@@ -89,7 +90,7 @@ all: clean build
# This target relies on GLOBAL_FILES being before LOCAL_FILES so that the
# build/LOCAL_FILES targets overwrite what was copied in GLOBAL_FILES.
-BUILD = $(patsubst %,build/%,$(GLOBAL_FILES) $(LOCAL_FILES))
+BUILD = $(patsubst %,build/%,$(GLOBAL_FILES) $(LOCAL_FILES) $(GPG_FILES))
build: $(BUILD)