From: Pavel Roskin Date: Mon, 8 May 2006 20:22:06 +0000 (+0100) Subject: Add .gitignore files, list generated files there X-Git-Tag: v0.14.3~497 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/2297d0e95e2af010588215a3e896e0bbd39118df Add .gitignore files, list generated files there Signed-off-by: Pavel Roskin --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad55572 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build +dist +MANIFEST +patches-* diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..15ba6af --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +tutorial.html +tutorial.pdf diff --git a/stgit/.gitignore b/stgit/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/stgit/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/t/.gitignore b/t/.gitignore new file mode 100644 index 0000000..fad67c0 --- /dev/null +++ b/t/.gitignore @@ -0,0 +1 @@ +trash