[MPlayer-dev-eng] [PATCH 2/2] build: Add .gitignore file.
Frédéric Marchal
fmarchal at perso.be
Wed Jun 22 18:38:20 CEST 2011
On Wednesday 22 June 2011 17:30:48 Clément Bœsch wrote:
> On Wed, Jun 22, 2011 at 05:22:34PM +0200, Ingo Brückl wrote:
> > >> On Wed, Jun 22, 2011 at 03:31:03PM +0200, Ingo Brückl wrote:
> > >>> Diego Biurrun wrote on Wed, 22 Jun 2011 14:11:51 +0200:
> > >>> > 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
> > >>> >
> > >>> > Applied.
> > >>>
> > >>> Could we please set .gitignore svn:ignore? It may conflict with
> > >>> private settings.
> > >>
> > >> How would it?
> > >
> > > Using and needing a different .gitignore for the own working
> > > environment?
> >
> > Unless there is a satisfying solution that allows own versions of
> > .gitignore which cannot be committed by accident, I sadly have to pause.
>
> git config --global core.excludesfile ~/.gitignore ?
No, that doesn't exclude tracked files.
What about
git update-index --assume-unchanged .gitignore
Frederic
More information about the MPlayer-dev-eng
mailing list