From 41c3e9873cf2b388d4a91fbd86c360d53b1a00da Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 21 Mar 2021 20:56:17 -0400 Subject: [PATCH] Move compose related tooling to a subdir This reduces the clutter in gtk/. --- gtk/{ => compose}/compose-parse.py | 0 gtk/{ => compose}/gtk-compose-lookaside.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename gtk/{ => compose}/compose-parse.py (100%) rename gtk/{ => compose}/gtk-compose-lookaside.txt (100%) diff --git a/gtk/compose-parse.py b/gtk/compose/compose-parse.py similarity index 100% rename from gtk/compose-parse.py rename to gtk/compose/compose-parse.py diff --git a/gtk/gtk-compose-lookaside.txt b/gtk/compose/gtk-compose-lookaside.txt similarity index 100% rename from gtk/gtk-compose-lookaside.txt rename to gtk/compose/gtk-compose-lookaside.txt