소스 검색

Ignore fontconfig .uuid generation

If using powerline/fonts via a git submodule, certain linux systems may
generate .uuid files. This prevents accidentally committing these
artifacts in case a user doesn't have it in ~.gitignore_global.

See also:
- https://forum.antergos.com/topic/9573/uuid-files-being-created-fonts
- https://www.freedesktop.org/software/fontconfig/fontconfig-devel/fcdircachecreateuuid.html
pull/288/head
Tony Narlock 6 년 전
부모
커밋
1f2225f5be
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      .gitignore

+ 2
- 0
.gitignore 파일 보기

@ -0,0 +1,2 @@
# Ignore fontconfig .uuid files
.uuid

불러오는 중...
취소
저장