From 658243eae49b77d1feb1d6481acf9ebc6ece25a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 18 Dec 2012 16:10:34 +0100 Subject: [PATCH] build: Exclude .gitmodules from distribution --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 17319f06f..f97285c6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ EXTRA_DIST = \ # These are files checked into Git that we don't want to distribute DIST_EXCLUDE = \ .gitignore \ + .gitmodules \ gnome-shell.doap \ HACKING \ MAINTAINERS \