chiark / gitweb /
Fix up after import from Bzr
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 20 Mar 2011 17:01:46 +0000 (17:01 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 20 Mar 2011 17:01:46 +0000 (17:01 +0000)
.gitignore [moved from .bzrignore with 97% similarity]
README.developers

similarity index 97%
rename from .bzrignore
rename to .gitignore
index b797c13..7beed39 100644 (file)
@@ -1,3 +1,5 @@
+*.o
+*.a
 .deps
 INSTALL
 Makefile
@@ -30,6 +32,5 @@ TAGS
 tests/t-xml
 tests/t-pager
 debian/vcs
-
 config.cache
 tests/t-editor
index 1fad69a..cb32362 100644 (file)
@@ -13,9 +13,9 @@ money just to test compatibility with a system I don't use myself.
 
 ** Submitting Patches
 
-Please either send 'diff -u' format patches or make public a Bazaar
+Please either send 'diff -u' format patches or make public a Git
 branch that I can clone and merge from.  You should branch from:
-  http://www.greenend.org.uk/rjk/bzr/vcs.stable
+  git://git.chiark.greenend.org.uk/~richardk/vcs.git
 
 I can be emailed at:
   Richard Kettlewell <rjk@greenend.org.uk>