Mercurial > mplayer.hg
annotate .gitignore @ 36721:e9044aed2250
Fix issue with testing of the help message header files.
In order for all definitions to be checked properly, we cannot rely
on config.h, but must assure that all conditional symbolic constants
are defined.
author | ib |
---|---|
date | Sun, 09 Feb 2014 09:22:09 +0000 |
parents | ec0cc8013b3a |
children |
rev | line source |
---|---|
33613 | 1 *.[od] |
2 *.exe | |
3 *.ho | |
4 codec-cfg | |
5 codec-cfg-test | |
6 codecs2html | |
7 codecs.conf.h | |
8 config.* | |
9 cpuinfo | |
35704
ec0cc8013b3a
(Partially) synchronize .gitignore with svn:ignore properties.
diego
parents:
35167
diff
changeset
|
10 ffmpeg |
33613 | 11 gmplayer |
12 help_mp.h | |
13 mencoder | |
14 mplayer | |
15 tags | |
16 TAGS | |
17 version.h | |
18 debian/changelog | |
35704
ec0cc8013b3a
(Partially) synchronize .gitignore with svn:ignore properties.
diego
parents:
35167
diff
changeset
|
19 debian/files |
ec0cc8013b3a
(Partially) synchronize .gitignore with svn:ignore properties.
diego
parents:
35167
diff
changeset
|
20 debian/mplayer-dbg/ |
ec0cc8013b3a
(Partially) synchronize .gitignore with svn:ignore properties.
diego
parents:
35167
diff
changeset
|
21 debian/mplayer-doc/ |
ec0cc8013b3a
(Partially) synchronize .gitignore with svn:ignore properties.
diego
parents:
35167
diff
changeset
|
22 debian/mplayer-gui/ |
ec0cc8013b3a
(Partially) synchronize .gitignore with svn:ignore properties.
diego
parents:
35167
diff
changeset
|
23 debian/*.debhelper |
33613 | 24 debian/*.debhelper.log |
35704
ec0cc8013b3a
(Partially) synchronize .gitignore with svn:ignore properties.
diego
parents:
35167
diff
changeset
|
25 debian/*.substvars |
33613 | 26 DOCS/codecs-status.html |
27 DOCS/HTML/ | |
28 DOCS/HTML-single/ | |
29 DOCS/tech/doxygen | |
30 DOCS/xml/html-chunk.xsl | |
31 DOCS/xml/html-single.xsl | |
32 DOCS/xml/xml.mak | |
33 DOCS/xml/*/main.xml | |
34 drivers/mga_vid_test | |
35 drivers/tdfx_vid_test | |
36 ffmpeg/ | |
37 libdvdnav/ | |
38 libdvdread4/ | |
39 libvo/aspecttest | |
40 loader/qtx/list | |
41 loader/qtx/qtxload | |
42 TOOLS/alaw-gen | |
43 TOOLS/alaw.dat | |
44 TOOLS/alaw.out | |
45 TOOLS/asfinfo | |
46 TOOLS/avi-fix | |
47 TOOLS/avisubdump | |
48 TOOLS/bmovl-test | |
49 TOOLS/compare | |
50 TOOLS/cpuinfo | |
51 TOOLS/dump_mp4 | |
52 TOOLS/fastmemcpybench | |
53 TOOLS/modify_reg | |
54 TOOLS/movinfo | |
55 TOOLS/netstream | |
56 TOOLS/subrip | |
57 TOOLS/vivodump | |
58 vidix/pci_*.[ch] | |
59 vidix/dhahelperwin/dhahelper.sys |