From 1dbafc40422c24094717b4c78cddccba494210c5 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 24 Mar 2013 15:31:28 +0100 Subject: [PATCH] rc: Move into lftp/ directory. Also update setup.sh and .gitignore. --- .gitignore | 8 ++++---- rc => lftp/rc | 0 setup.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename rc => lftp/rc (100%) diff --git a/.gitignore b/.gitignore index 84efc0b..b96f5b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Ignore log and history files. -cwd_history -rl_history -transfer_log +# Ignore lftp log and history files. +/lftp/cwd_history +/lftp/rl_history +/lftp/transfer_log diff --git a/rc b/lftp/rc similarity index 100% rename from rc rename to lftp/rc diff --git a/setup.sh b/setup.sh index 3a55539..ac253c3 100755 --- a/setup.sh +++ b/setup.sh @@ -23,5 +23,5 @@ set -e . ../lib.sh if installed lftp; then - link '' ~/.lftp + link lftp ~/.lftp fi -- 2.44.1