浏览代码

Add dedicated storage for symlinks outside repo

Alois Mahdal 10 年前
父节点
当前提交
b72d8e4e44
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 1
    0
      .gitignore
  2. 6
    0
      external/README.md

+ 1
- 0
.gitignore 查看文件

9
 dotfiles/moc/pid
9
 dotfiles/moc/pid
10
 dotfiles/moc/softmixer
10
 dotfiles/moc/softmixer
11
 dotfiles/moc/playlist.m3u
11
 dotfiles/moc/playlist.m3u
12
+external/*

+ 6
- 0
external/README.md 查看文件

1
+This folder it intended to be ignored by git and to hold symlinks to
2
+paths outside this repo (possibly backed up/synced by other, more
3
+suitable means).
4
+
5
+dotfiles* may then safely contain relative symlinks to this sub-folder
6
+without need to store the--often host-specific path.