소스 검색

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,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 파일 보기

@@ -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.