diff --git a/desTest.c b/desTest.c
index 92cd292fbd72bf10575b8c956d025bfcde0eb0f5..cdff0c5954c9d6ecd114e93ba29899ed0d433e67 100644
--- a/desTest.c
+++ b/desTest.c
@@ -7,10 +7,10 @@
  */
 
 #ifndef	lint
-static char desTest_cRcs[] = "$Id$";
+char desTest_cRcs[] = "$Id$";
 #endif
 
-#include	"des.h"
+#include "des.h"
 #include <stdio.h>
 
 /* define now(w) to be the elapsed time in hundredths of a second */
diff --git a/include/.cvsignore b/include/.cvsignore
index 08a6d725b51930d1162342705fb6b5444f68a980..861550933e80fd57c38e47fc6d26c77a035674a0 100644
--- a/include/.cvsignore
+++ b/include/.cvsignore
@@ -1 +1,3 @@
+Makefile
 Makefile.am
+Makefile.in
diff --git a/include/.gitignore b/include/.gitignore
index a5da804890b41732349f59ef81bea8e67ba0e0ef..e670bfdc53584cc43fdcec1ea670d9881189294c 100644
--- a/include/.gitignore
+++ b/include/.gitignore
@@ -1 +1,3 @@
+/Makefile
 /Makefile.am
+/Makefile.in