From 1f2225f5bec566b79d086735bfc02a663702fcbc Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 27 Jul 2018 09:54:34 -0500 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1b225f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore fontconfig .uuid files +.uuid