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

Clément Bœsch ubitux at gmail.com
Sun Jun 19 23:42:38 CEST 2011


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.

> +*.exe
> +*.ho
> +codec-cfg
> +codec-cfg-test
> +codecs2html
> +codecs.conf.h
> +config.*
> +cpuinfo
> +gmplayer
> +help_mp.h
> +mencoder
> +mplayer
> +tags
> +TAGS

Same for this which is ctags specific I guess.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20110619/4ca57d07/attachment.asc>


More information about the MPlayer-dev-eng mailing list