diff options
author | EuAndreh <eu@euandre.org> | 2024-08-17 05:20:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-17 05:23:59 -0300 |
commit | 3914e66b91a0dde7d9a53c0bb0d60cf0793c91f0 (patch) | |
tree | 767911eb9f153bc3c3d3b1654c4a7b22dc0ed6c3 | |
parent | deps.mk: Include config files (diff) | |
download | syskeep-3914e66b91a0dde7d9a53c0bb0d60cf0793c91f0.tar.gz syskeep-3914e66b91a0dde7d9a53c0bb0d60cf0793c91f0.tar.xz |
Remove extensions for config files
-rw-r--r-- | deps.mk | 4 | ||||
-rw-r--r-- | src/known_hosts (renamed from src/known_hosts.txt) | 0 | ||||
-rw-r--r-- | src/rc (renamed from src/rc.sh) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ sources.txt = \ src/backupit.txt \ src/gitconfig \ src/init.scm \ - src/known_hosts.txt \ + src/known_hosts \ src/profile.sh \ - src/rc.sh \ + src/rc \ src/ssh.conf \ diff --git a/src/known_hosts.txt b/src/known_hosts index 74ba219..74ba219 100644 --- a/src/known_hosts.txt +++ b/src/known_hosts |