From 48b54234689ebdff3c34b280ec6780bef8a9f526 Mon Sep 17 00:00:00 2001
From: John Darrington <john@darrington.wattle.id.au>
Date: Sun, 24 Dec 2006 22:22:55 +0000
Subject: [PATCH] cvsignore for m4, intl and gl

---
 Smake | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Smake b/Smake
index ac6f4daa85..d92510bd56 100644
--- a/Smake
+++ b/Smake
@@ -65,6 +65,10 @@ all: po/POTFILES.in
 	$(GNULIB_TOOL) --import --no-changelog --m4-base=gl/m4 \
 		--source-base=gl --lib=libgl --tests-base=tests \
 		--doc-base=gl/doc --import $(GNULIB_MODULES)
+	echo '*' > gl/.cvsignore
+	echo '*' > gl/m4/.cvsignore
+	test -d intl || mkdir intl
+	echo '*' > intl/.cvsignore
 	autopoint --force
 	aclocal -I m4 -I gl/m4
 	autoconf
-- 
2.30.2