Hello,

I suggest that .cvsignore files be added at three places in the pgadmin
III source tree (see attached patch). This will mean that you no longer
get CVS warnings when updating/committing in a source tree where you
also compile binaries.

-- 
Greetings from Troels Arvin, Copenhagen, Denmark
diff -urN old-pgadmin3/config/.cvsignore pgadmin3/config/.cvsignore
--- old-pgadmin3/config/.cvsignore	1970-01-01 01:00:00.000000000 +0100
+++ pgadmin3/config/.cvsignore	2003-07-09 12:22:15.000000000 +0200
@@ -0,0 +1,6 @@
+config.guess
+config.sub
+depcomp
+install-sh
+missing
+mkinstalldirs
diff -urN old-pgadmin3/.cvsignore pgadmin3/.cvsignore
--- old-pgadmin3/.cvsignore	1970-01-01 01:00:00.000000000 +0100
+++ pgadmin3/.cvsignore	2003-07-09 12:21:49.000000000 +0200
@@ -0,0 +1,9 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.h
+config.h.in
+config.log
+config.status
+configure
diff -urN old-pgadmin3/src/.cvsignore pgadmin3/src/.cvsignore
--- old-pgadmin3/src/.cvsignore	1970-01-01 01:00:00.000000000 +0100
+++ pgadmin3/src/.cvsignore	2003-07-09 12:22:40.000000000 +0200
@@ -0,0 +1,4 @@
+.deps
+Makefile
+Makefile.in
+pgadmin3
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to