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

Diego Biurrun diego at biurrun.de
Sun Jun 19 23:33:19 CEST 2011


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\~]
+*.exe
+*.ho
+codec-cfg
+codec-cfg-test
+codecs2html
+codecs.conf.h
+config.*
+cpuinfo
+gmplayer
+help_mp.h
+mencoder
+mplayer
+tags
+TAGS
+version.h
+debian/changelog
+debian/*.debhelper.log
+DOCS/codecs-status.html
+DOCS/HTML/
+DOCS/HTML-single/
+DOCS/tech/doxygen
+DOCS/xml/html-chunk.xsl
+DOCS/xml/html-single.xsl
+DOCS/xml/xml.mak
+DOCS/xml/*/main.xml
+drivers/mga_vid_test
+drivers/tdfx_vid_test
+ffmpeg/
+libdvdnav/
+libdvdread4/
+libvo/aspecttest
+loader/qtx/list
+loader/qtx/qtxload
+mp3lib/test
+mp3lib/test2
+TOOLS/alaw-gen
+TOOLS/alaw.dat
+TOOLS/alaw.out
+TOOLS/asfinfo
+TOOLS/avi-fix
+TOOLS/avisubdump
+TOOLS/bmovl-test
+TOOLS/compare
+TOOLS/cpuinfo
+TOOLS/dump_mp4
+TOOLS/fastmemcpybench
+TOOLS/modify_reg
+TOOLS/movinfo
+TOOLS/netstream
+TOOLS/subrip
+TOOLS/vivodump
+vidix/pci_*.[ch]
+vidix/dhahelperwin/dhahelper.sys
-- 
1.7.5.1



More information about the MPlayer-dev-eng mailing list