Commit by: alecf
Modified files:
chandler/repository/query/.cvsignore 1.1 1.2
chandler/repository/remote/.cvsignore 1.1 1.2
chandler/repository/query/parser/.cvsignore 1.2 1.3
chandler/repository/.cvsignore 1.3 1.4

Log message:
fix multiline .cvsignore to support dumb CVS clients like eclipse

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/query/.cvsignore.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
http://cvs.osafoundation.org/index.cgi/chandler/repository/remote/.cvsignore.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
http://cvs.osafoundation.org/index.cgi/chandler/repository/query/parser/.cvsignore.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
http://cvs.osafoundation.org/index.cgi/chandler/repository/.cvsignore.diff?r1=text&tr1=1.3&r2=text&tr2=1.4

Index: chandler/repository/remote/.cvsignore
diff -u chandler/repository/remote/.cvsignore:1.1 
chandler/repository/remote/.cvsignore:1.2
--- chandler/repository/remote/.cvsignore:1.1   Thu May 13 23:34:23 2004
+++ chandler/repository/remote/.cvsignore       Mon Jan 24 16:52:53 2005
@@ -1 +1,2 @@
-*.pyc *.pyo
+*.pyc
+*.pyo

Index: chandler/repository/query/.cvsignore
diff -u chandler/repository/query/.cvsignore:1.1 
chandler/repository/query/.cvsignore:1.2
--- chandler/repository/query/.cvsignore:1.1    Mon Jul 12 11:05:01 2004
+++ chandler/repository/query/.cvsignore        Mon Jan 24 16:52:52 2005
@@ -1 +1,2 @@
-*.pyc *.pyo
+*.pyc
+*.pyo

Index: chandler/repository/query/parser/.cvsignore
diff -u chandler/repository/query/parser/.cvsignore:1.2 
chandler/repository/query/parser/.cvsignore:1.3
--- chandler/repository/query/parser/.cvsignore:1.2     Mon Aug 23 21:36:14 2004
+++ chandler/repository/query/parser/.cvsignore Mon Jan 24 16:52:53 2005
@@ -1,2 +1,3 @@
 QueryParser.py
-*.pyc *.pyo
+*.pyc
+*.pyo

Index: chandler/repository/.cvsignore
diff -u chandler/repository/.cvsignore:1.3 chandler/repository/.cvsignore:1.4
--- chandler/repository/.cvsignore:1.3  Mon Jan 26 19:10:52 2004
+++ chandler/repository/.cvsignore      Mon Jan 24 16:52:54 2005
@@ -1,2 +1,3 @@
 api
-*.pyc *.pyo
+*.pyc
+*.pyo

_______________________________________________
Commits mailing list
Commits@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to