Browse Source

Add dedicated storage for symlinks outside repo

Alois Mahdal 9 years ago
parent
commit
b72d8e4e44
2 changed files with 7 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 6
    0
      external/README.md

+ 1
- 0
.gitignore View File

@@ -9,3 +9,4 @@ dotfiles/moc/last_directory
9 9
 dotfiles/moc/pid
10 10
 dotfiles/moc/softmixer
11 11
 dotfiles/moc/playlist.m3u
12
+external/*

+ 6
- 0
external/README.md View File

@@ -0,0 +1,6 @@
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.