[MPlayer-dev-eng] [PATCH 2/2] build: Add .gitignore file.

Diego Biurrun diego at biurrun.de
Mon Jun 20 00:22:13 CEST 2011


On Sun, Jun 19, 2011 at 11:42:38PM +0200, Clément Bœsch wrote:
> On Sun, Jun 19, 2011 at 11:33:19PM +0200, Diego Biurrun wrote:
> > While MPlayer does not currently use git, this is useful when working with
> > git-svn clones and will ease a future transition from Subversion to git.
> > ---
> >  .gitignore |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  1 files changed, 54 insertions(+), 0 deletions(-)
> >  create mode 100644 .gitignore
> > 
> > diff --git a/.gitignore b/.gitignore
> > new file mode 100644
> > index 0000000..521281e
> > --- /dev/null
> > +++ b/.gitignore
> > @@ -0,0 +1,54 @@
> > +*.[do\~]
> 
> ~ files are editor specific backup files. If you're going to add emacs
> backup files, I would like *.swp too :)
> 
> But imo this belongs to the generic gitignore of the developer.

Hmm, OK, changed locally.

> > +tags
> > +TAGS
> 
> Same for this which is ctags specific I guess.

We have Makefile targets for these and they are present in our
svn:ignore property, so I disagree.

Diego


More information about the MPlayer-dev-eng mailing list