diff options
author | svu <svu> | 2005-08-22 23:31:03 +0000 |
---|---|---|
committer | svu <svu> | 2005-08-22 23:31:03 +0000 |
commit | add27f5fbf03499917e6892bfa8c47b4b7cfcc0b (patch) | |
tree | db97e9da501ecac42e362f3e3bd8cb8e25cb7e35 | |
parent | bad7b04130f9eadd473bb0b1533c02536a759b77 (diff) | |
download | xkeyboard-config-add27f5fbf03499917e6892bfa8c47b4b7cfcc0b.tar.gz xkeyboard-config-add27f5fbf03499917e6892bfa8c47b4b7cfcc0b.tar.bz2 xkeyboard-config-add27f5fbf03499917e6892bfa8c47b4b7cfcc0b.zip |
tiny cleanup
-rw-r--r-- | compat/.cvsignore | 1 | ||||
-rw-r--r-- | geometry/.cvsignore | 1 | ||||
-rw-r--r-- | keycodes/.cvsignore | 1 | ||||
-rw-r--r-- | keymap/.cvsignore | 1 | ||||
-rw-r--r-- | semantics/.cvsignore | 1 | ||||
-rwxr-xr-x | tests/testLayouts.pl | 2 | ||||
-rw-r--r-- | types/.cvsignore | 1 |
7 files changed, 8 insertions, 0 deletions
diff --git a/compat/.cvsignore b/compat/.cvsignore index 282522db..3a4c24af 100644 --- a/compat/.cvsignore +++ b/compat/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +compat.dir diff --git a/geometry/.cvsignore b/geometry/.cvsignore index 282522db..2247e17c 100644 --- a/geometry/.cvsignore +++ b/geometry/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +geometry.dir diff --git a/keycodes/.cvsignore b/keycodes/.cvsignore index 282522db..0a2e40ed 100644 --- a/keycodes/.cvsignore +++ b/keycodes/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +keycodes.dir diff --git a/keymap/.cvsignore b/keymap/.cvsignore index 282522db..ef9fec32 100644 --- a/keymap/.cvsignore +++ b/keymap/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +keymap.dir diff --git a/semantics/.cvsignore b/semantics/.cvsignore index 282522db..b106d5fe 100644 --- a/semantics/.cvsignore +++ b/semantics/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +semantics.dir diff --git a/tests/testLayouts.pl b/tests/testLayouts.pl index 9d996a76..444e5925 100755 --- a/tests/testLayouts.pl +++ b/tests/testLayouts.pl @@ -10,4 +10,6 @@ xkbTestFunc::dumpXkbSettingsBackup(); xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")", 1, 1, 0 ); +sleep 2; + xkbTestFunc::restoreXkbSettings(); diff --git a/types/.cvsignore b/types/.cvsignore index 282522db..8252795d 100644 --- a/types/.cvsignore +++ b/types/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +types.dir |