From 60eff5c7ce96813b5b2b07cf5531f3b9726fac6f Mon Sep 17 00:00:00 2001 From: fell Date: Sat, 9 Jan 2016 05:24:14 +0100 Subject: [PATCH] Supplement to commit 79bb4b8: add built gschema files to .gitignore *.gschema.xml *.gschema.xml.in *.gschema.valid --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 298aa6c6d1..0c499a69fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ *.bak *.gmo +*.gschema.xml +*.gschema.xml.in +*.gschema.valid *.la *.lo *.o