Преглед на файлове

Add dedicated storage for symlinks outside repo

Alois Mahdal преди 9 години
родител
ревизия
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.