Skip to content

Commit

Permalink
Ignore fontconfig .uuid generation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tony committed Jul 27, 2018
1 parent a08b1f6 commit 1f2225f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore fontconfig .uuid files
.uuid

0 comments on commit 1f2225f

Please sign in to comment.