Subject: [PATCH] Ignore generated files

[PATCH] Ignore generated files

From: Tor Arntsen <tor_at_spacetec.no>
Date: Thu, 4 Jun 2009 17:51:32 +0200

Daniel,

This is mainly an experiment for sending a patch via email that can be
applied to a GIT repo, without having to go through 'git push'.

The idea is that the attachment could be applied directly with git-am
(or git am), i.e. git-am patchfile
I generated it from my own cloned repo (and from a local branch that
tracks origin/master) with git format-patch and some options. There
are a number of other slightly different ways to achieve the same
thing.

As it's basically just a test, the patch only adds a number of
.gitignore files to let git ignore generated files in 'git status' and
the like.

Ok, here goes:

  Ignore generated files

 .gitignore | 32 ++++++++++++++++++++++++++++++++
 example/simple/.gitignore | 18 ++++++++++++++++++
 m4/.gitignore | 5 +++++
 src/.gitignore | 3 +++
 tests/.gitignore | 1 +
 5 files changed, 59 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 example/simple/.gitignore
 create mode 100644 m4/.gitignore
 create mode 100644 src/.gitignore
 create mode 100644 tests/.gitignore

and the actual patch is in the attachment (generated with git format-patch)
-Tor

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get

_______________________________________________
libssh2-devel mailing list
libssh2-devel_at_lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Received on 2009-06-04