From 7a3dc7d977b52eda0b19f42e0020f49994805ea4 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 8 Apr 2013 20:17:12 +0200 Subject: Add pseudo-script tracking what should git assume unchaged MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/post-clone.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/post-clone.sh (limited to 'scripts/post-clone.sh') diff --git a/scripts/post-clone.sh b/scripts/post-clone.sh new file mode 100644 index 0000000..2c751d8 --- /dev/null +++ b/scripts/post-clone.sh @@ -0,0 +1 @@ +git update-index --assume-unchanged .config/Trolltech.conf .config/mc/ini .config/mc/panels.ini .gconf/apps/guake/style/font/%gconf.xml -- cgit