All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Add .gitignore files, list generated files there
@ 2006-05-03  8:29 Pavel Roskin
  2006-05-03  8:29 ` [PATCH 2/2] Improve "Technical Information" in the tutorial Pavel Roskin
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Roskin @ 2006-05-03  8:29 UTC (permalink / raw)
  To: Catalin Marinas, git

From: Pavel Roskin <proski@gnu.org>

Signed-off-by: Pavel Roskin <proski@gnu.org>
---

 .gitignore       |    1 +
 doc/.gitignore   |    2 ++
 stgit/.gitignore |    1 +
 3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-03  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-03  8:29 [PATCH 1/2] Add .gitignore files, list generated files there Pavel Roskin
2006-05-03  8:29 ` [PATCH 2/2] Improve "Technical Information" in the tutorial Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.