summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compat/.cvsignore1
-rw-r--r--geometry/.cvsignore1
-rw-r--r--keycodes/.cvsignore1
-rw-r--r--keymap/.cvsignore1
-rw-r--r--semantics/.cvsignore1
-rwxr-xr-xtests/testLayouts.pl2
-rw-r--r--types/.cvsignore1
7 files changed, 8 insertions, 0 deletions
diff --git a/compat/.cvsignore b/compat/.cvsignore
index 282522d..3a4c24a 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 282522d..2247e17 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 282522d..0a2e40e 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 282522d..ef9fec3 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 282522d..b106d5f 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 9d996a7..444e592 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 282522d..8252795 100644
--- a/types/.cvsignore
+++ b/types/.cvsignore
@@ -1,2 +1,3 @@
Makefile
Makefile.in
+types.dir