summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chaplin <>2010-09-13 11:22:21 +0800
committerSteve Chaplin <>2010-09-13 11:22:21 +0800
commitcb18f5dfbfa4e3e3a340bebd00153f4126449851 (patch)
tree4ec647bcbb808a77e4fd360411d0042b760e5cc7
parentd7155b3ba98fc68d7c1e93a7bc8a45fa5c23b5f2 (diff)
downloadpycairo-cb18f5dfbfa4e3e3a340bebd00153f4126449851.tar.gz
Simplify gitignore by moving most of the exclusions into the top
level .gitignore.
-rw-r--r--.gitignore8
-rw-r--r--RELEASING35
-rw-r--r--examples/.gitignore5
-rw-r--r--examples/cairo_snippets/data/.gitignore1
-rw-r--r--examples/cairo_snippets/data/romedalen.pngbin0 -> 80944 bytes
-rw-r--r--examples/cairo_snippets/snippets/.gitignore5
-rw-r--r--src/.gitignore2
-rw-r--r--test/.gitignore3
8 files changed, 20 insertions, 39 deletions
diff --git a/.gitignore b/.gitignore
index ef7b764..73448e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,10 @@
-#
+# top-level .gitignore
*~
.lock-wscript
+*.pdf
+*.png
+*.ps
+*.pyc
+*.pyo
+*.svg
.waf*
diff --git a/RELEASING b/RELEASING
index 3a8948d..8d43648 100644
--- a/RELEASING
+++ b/RELEASING
@@ -67,29 +67,18 @@ $ git push origin master
and CC python-announce-list@python.org
to announce the new release using the template below
- @echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)"
- @echo "including the following:"
- @echo ""
- @echo "Subject: ANN: $(PACKAGE) release $(VERSION) now available"
- @echo ""
- @echo "============================== CUT HERE =============================="
- @echo "Pycairo is a set of Python bindings for the multi-platform 2D graphics library cairo."
- @echo " http://cairographics.org"
- @echo " http://cairographics.org/pycairo"
- @echo ""
- @echo "A new $(PACKAGE) release $(VERSION) is now available from:"
- @echo ""
- @echo " $(RELEASE_URL_BASE)/$(tar_file)"
- @echo " $(RELEASE_URL_BASE)/$(md5_file)"
- @echo ""
- @echo -n " "
- @cat releases/$(md5_file)
- @echo ""
- @echo "============================== CUT HERE =============================="
- @echo "Also, please include the new entries from the NEWS file."
- @echo ""
- @echo "Last but not least, do not forget to bump up the micro"
- @echo "version component to the next (odd) number and commit."
+Subject: ANN: pycairo release X.X.X now available
+
+Pycairo is a set of Python bindings for the multi-platform 2D graphics
+library cairo.
+ http://cairographics.org
+ http://cairographics.org/pycairo
+
+A new pycairo release X.X.X is now available from:
+ http://cairographics.org/releases/pycairo-X.X.X.tar.bz2
+
+ http://cairographics.org/releases/pycairo-X.X.X.tar.bz2.sha1
+ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx pycairo-X.X.X.tar.bz2.sha1
diff --git a/examples/.gitignore b/examples/.gitignore
deleted file mode 100644
index 377bac3..0000000
--- a/examples/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.pdf
-*.pyc
-*.pyo
-*.png
-*.ps
diff --git a/examples/cairo_snippets/data/.gitignore b/examples/cairo_snippets/data/.gitignore
new file mode 100644
index 0000000..9622ba3
--- /dev/null
+++ b/examples/cairo_snippets/data/.gitignore
@@ -0,0 +1 @@
+!romedalen.png
diff --git a/examples/cairo_snippets/data/romedalen.png b/examples/cairo_snippets/data/romedalen.png
new file mode 100644
index 0000000..0c41eb0
--- /dev/null
+++ b/examples/cairo_snippets/data/romedalen.png
Binary files differ
diff --git a/examples/cairo_snippets/snippets/.gitignore b/examples/cairo_snippets/snippets/.gitignore
deleted file mode 100644
index 6be9629..0000000
--- a/examples/cairo_snippets/snippets/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.pdf
-*.png
-*.ps
-*.pyc
-*.svg
diff --git a/src/.gitignore b/src/.gitignore
deleted file mode 100644
index 52e4e61..0000000
--- a/src/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.pyc
-*.pyo
diff --git a/test/.gitignore b/test/.gitignore
deleted file mode 100644
index 8bc8786..0000000
--- a/test/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.png
-*.pyc
-*.pyo